@charset "utf-8";

.sp {
	display: none;
}
@media screen and (max-width:767px){
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*========*/
/* ヘッダ */
/*========*/

header {
	width: 100%;
	background: #FFF;
	border-bottom: solid 2px #000;
}

header .header-inner {
	position: relative;
	box-sizing: border-box;
	width: 1020px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: left;
}

header .header-cts {
	margin-top: 6px;
}

header .header-cts h1 a {
	display: inline-block;
}

header .hnv {
	display: none;
}

header .gnv {
	padding-top: 10px;
}

header .gnv .g-navi {
	display: table;
	width: 100%;
}

header .gnv .g-navi li {
	display: table-cell;
	text-align: center;
}

header .gnv .g-navi li a {
	position: relative;
	display: block;
	padding: 13px 0 11px;
	font-weight: bold;
	text-decoration:none;
}

header .gnv .g-navi li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 1px;
	height: 16px;
	margin: 13px 0 15px;
	border-right: solid 1px  #CCC;
}

header .gnv .g-navi li:first-child a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	height: 16px;
	margin: 13px 0 15px;
	border-left: solid 1px  #CCC;
}

header .gnv .g-navi li a span {
	position: relative;
	display: inline-block;
	height: 17px;
	border-bottom: solid 2px transparent;
}

header .gnv .g-navi li a:hover span,
header .gnv .g-navi li.opened a span {
	border-bottom: solid 2px #E83500;
}

header .gnv .g-navi li.more-menu a span::after {
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -5px;
	content: '▼';
	color: #00f;
	font-size: 10px;
}

header .gnv .g-navi li.more-menu a:hover span::after,
header .gnv .g-navi li.more-menu.opened a span::after {
	color: #f00;
}

header .gnv .g-navi li:nth-child(5) span {
	position: relative;
	margin-left: 51px;
}


header .gnv .g-navi li:nth-child(5) span::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -51px;
	width: 41px;
	height: 31px;
	background: url(/images/common/com_bg01.png) no-repeat 0 0;
}

header .h-navi {
	position: absolute;
	top: 16px;
	right: 10px;
}

header .h-navi::after {
	content: "";
	clear: both;
	display: block;
}

header .h-navi li {
	float: left;
}

header .h-navi li a {
	position: relative;
	padding: 0 10px;
	color: #999;
}

header .h-navi li:first-child a span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	height: 16px;
	margin-top: 4px;
	border-right: solid 1px #CCC;
}

header .h-navi li a span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 1px;
	height: 16px;
	margin-top: 4px;
	border-right: solid 1px #CCC;
}

/* サブメニュー */
.sub-menu {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 106px;
	left: 50%;
	z-index: 3000;
	margin: 0 0 0 -500px;
	padding: 10px;
	box-sizing: border-box;
	width: 1000px;
	background: #fff;
	box-shadow: 2px 1px 2px #000;
}

.sub-menu li {
	float: left;
	margin-right: 10px;
	width: 188px;
}

.sub-menu li:nth-child(-n+5) {
	margin-bottom: 10px;
}

.sub-menu.shop li:first-child {
	margin-bottom: 0;
}

.sub-menu li:nth-child(5n),
.sub-menu li:last-child {
	margin-right: 0;
}

.sub-menu li a {
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	background: url(/images/common/com_ic01.png) no-repeat #F0F0F0;
	background-position: 95% 50%;
}

.sub-menu li a:hover {
	text-decoration: none;
}

.sub-menu.shop li:first-child a {
	box-sizing: border-box;
	padding: 71px 10px;
}

.sub-menu.shop li:last-child a {
	box-sizing: border-box;
	padding: 33px 10px;
}

.sub-menu li a:hover {
	display: block;
	background: url(/images/common/com_ic09.png) no-repeat #F0F0F0;
	background-position: 95% 50%;
}

.sub-menu.program {
	width: 406px;
	margin-left: -298px;
}

.sub-menu.program li:nth-child(2n) {
	margin-right: 0;
}

.sub-menu.program li:nth-child(n+3) {
	margin-bottom: 0;
}

@media screen and (max-width:767px){
header .header-inner {
	width: 100%;
}

header .header-cts p {
	display: none;
}

header .header-cts {
	margin-top: 0;
	min-height: 37px;
}

header .header-cts h1 img {
	display: block;
}

header .header-cts h1 img:first-of-type {
	height: 18px;
}

header .header-cts h1 img:last-of-type {
	height: 24px;
	margin-top: 3px;
}

header .hnv {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

header .hnv .menu {
	width: 52px;
	height: 47px;
	background-color: #000;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: auto 47px;
}

header .hnv .open {
	background-image: url(/images/common/menu_ic01.png);
	background-position: 0 0;
}

header .hnv .close {
	background-image: url(/images/common/menu_ic01.png);
	background-position: -52px 0;
}

header .gnv {
	display: none;
	padding-top: 0;
	position: absolute;
	top: 47px;
	right: 0;
	z-index: 999;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}

header .gnv ul {
	display: block;
	width: auto;
	margin: 0;
}

header .gnv li {
	display: block;
	text-align: left;
}

header .gnv li:first-child {
	border-top: solid 2px #000;
}

header .gnv li {
	border-bottom: solid 2px #000;
}

header .gnv li a {
	padding: 15px 10px;
}

header .gnv li a::after {
	content: "";
	display: block;
	position: static;
	height: 0;
	margin: 0;
	border-right: none;
}

header .gnv li:first-child a::before {
	content: "";
	display: block;
	position: static;
	height: 0;
	margin: 0;
	border-right: none;
}

header .gnv li a:hover span {
	border-bottom: none;
}

header .gnv li:nth-child(5) span {
	margin-left: 0;
}

header .gnv li:nth-child(5) span::before {
	content: "";
	position: static;
	width: 0;
	height: 0;
	background: none;
}

/* SP総合メニュー */
/*header .sougo li {
	background: url(/images/common/com_ic01.png) no-repeat 98% 50%;
}

header .sougo li.sub-in {
	background: none;
}*/

header .sougo li.sub-in > a {
	background: url(/images/common/com_ic07.png) no-repeat 97% 50%;
}

header .sougo li.sub-in > a.open {
	background: url(/images/common/com_ic08.png) no-repeat 97% 50%;
}

header .sougo li a {
	display: block;
	padding-right: 25px;
	text-decoration: none;
}

header .sougo li .toggle_content li {
	padding-left: 20px;
}

header .sougo li .toggle_content li:last-child {
	border-bottom: none;
}

header .sougo li.sub-in li {
	background: #EFEFEF;
}

.sub-menu {
	display: none !important;
}
}


/*============*/
/* コンテンツ */
/*============*/

/* レイアウト
-----------------------------------*/
#container {
	position: relative;
	width: 100%;
	padding-bottom: 80px;
}

#container .main {
	box-sizing: border-box;
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

#container .maincolumn {
	width: 100%;
}

#container .maincolumn::after {
	content: "";
	clear: both;
	display: block;
}

#container .contents {
	line-height: 1.6;
}

@media screen and (max-width:767px){

#container {
	position: relative;
	width: 100%;
	padding-bottom: 56px;
}

#container .main {
	width: 100%;
}

}

/* パンくず
-----------------------------------*/
.pnv {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

.pnv li {
	display: inline;
	line-height: 1.0;
}

.pnv li:after {
	content: " >";
}

.pnv ul li:last-child:after {
	content: "";
}

.pnv li a {
	color: #006CBE;
}

@media screen and (max-width:767px){

.pnv {
	display: none;
}

}

/* PCサイドバナー
-----------------------------------*/
.com-infobt {
	position: fixed;
	top: 130px;
	right: 10px;
	z-index: 2000;
}

.com-infobt ul {
	padding: 8px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.45);
}

.com-infobt li {
	margin-bottom: 8px;
}

.com-infobt li:last-child {
	margin-bottom: 0;
}

.com-infobt li a {
	display: block;
}

.com-infobt li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media screen and (max-width:767px){

.com-infobt {
	display: none;
}

.index .com-infobt {
	display: block;
	position: static;
	top: 0;
	right: 0;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}

.index .com-infobt ul {
	display: table;
	width: 100%;
	padding: 0;
	box-shadow: none;
}

.index .com-infobt li {
	display: table-cell;
	text-align: center;
	margin: 0;
	padding: 8px 8px 16px;
}

.index .com-infobt li img {
	max-width: 100%;
	height: auto;
}

}

/* 共通バナー
-----------------------------------*/
.com-banner {
	overflow: hidden;
	margin-top: 80px;
}

.com-banner li {
	float: left;
	margin-right: 8px;
}

.com-banner li:last-child {
	margin-right: 0;
}

.com-banner li img {
	width: 328px;
}

@media screen and (max-width:767px){

.com-banner {
	display: block;
	margin-top: 56px;
}

.com-banner li {
	margin-bottom: 16px;
	padding: 0 10px;
	text-align: center;
	margin-right: 0;
	float: none;
}

.com-banner li:last-child {
	margin-bottom: 0;
}

.com-banner li a {
	display: block;
}

.com-banner li a img {
	width: auto;
	max-width: 100%;
	height: auto;
}

}

/* 共通HOMEリンク
-----------------------------------*/
.com-home {
	display: none;
}

/* タイトル
-----------------------------------*/
.heading01 {
	box-sizing: border-box;
	min-height: 160px;
	margin-bottom: 30px;
	padding: 56px 0 0 24px;
	background-image: url(/images/common/com_bg02.png);
	background-color: #FFF;
	/* background-image・background-color各カテゴリ毎に再設定 */
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.0;
}

.shop .heading01,
.management .heading01,
.program .heading01,
.school .heading01,
.kids .heading01 {
	background-color: #D9EFFF;
}

.heading01 .h1-tx {
	width: 1020px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.heading02 {
	margin: 80px 0 24px;
	padding-bottom: 8px;
	border-bottom: solid 2px #FF6600;
	font-size: 40px;
	line-height: 1.0;
	font-weight: bold;
}

.heading02 span {
	font-size: 20px;
}

.heading01 + .heading02 {
	margin-top: 0;
}

.heading03 {
	margin: 80px 0 24px;
	padding-bottom: 8px;
	border-bottom: solid 2px #000;
	font-size: 34px;
	line-height: 1.0;
}

.heading04 {
	border-bottom: solid 1px #006FBE;
	margin: 24px 0 16px;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
}

.heading03:first-of-type,
.heading04:first-of-type {
	margin-top: 0;
}

.heading05 {
	position: relative;
	margin: 30px 0 8px;
	padding-left: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.heading05::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 9px;
	height: 9px;
	background: #F60;
}


@media screen and (max-width:767px){
.heading01 {
	min-height: 90px;
	margin: 1px 0 20px;
	padding: 0;
	padding-left: 10px;
	background-size: cover;
	font-size: 28px;
	background-position: 0 0;
	line-height: 1.0;
}

.heading01 .h1-tx {
	width: 100%;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

.heading02 {
	margin: 56px 0 16px;
	font-size: 26px;
}

.heading03 {
	margin: 56px 0 16px;
	font-size: 26px;
}
}

/*============*/
/* 共通・汎用 */
/*============*/

/* 段落
-----------------------------------*/
.psp p {
	margin-bottom: 16px;
}

.psp p:last-of-type {
	margin-bottom: 0;
}

/* ぶら下げインデント */
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.multicolumn,
.multilist {
	overflow: hidden !important;
}

.multicolumn-left {
	float: left;
}

.multicolumn-right {
	float: right;
}

.multilist li {
	float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 { width: 1000px;}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
ul.list-df {
	margin-left: 25px;
	list-style: disc;
}

/* リスト（ドット） */
ul.list-dot li {
	padding-left: 1em;
}

ul.list-dot li:before {
	content: "・";
	margin-left: -1em;
}

/* リスト（数字） */
ol.list-num li {
	margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw15 { width: 15%;}
col.colw20 { width: 20%;}
col.colw25 { width: 25%;}
col.colw30 { width: 30%;}
col.colw35 { width: 35%;}
col.colw40 { width: 40%;}
col.colw45 { width: 45%;}
col.colw50 { width: 50%;}

/* テーブル */
table.tbl-df {
	width: 100%;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
}

table.tbl-df th,
table.tbl-df td {
	padding: 8px;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	vertical-align: middle;
}

table.tbl-df th {
	background: #F0F0F0;
	font-weight: bold;
	text-align: left;
}
