@charset "utf-8";
/* CSS Document */

html {
	/*font-size: 62.5%;*/
}
body,
body#meza_bg, body#program_mezaaqua, body#program_mezatv, body#program_mezado{
	background: -moz-linear-gradient(top,  #ffa250 0%, #fff38c 100%);
	background: -webkit-linear-gradient(top,  #ffa250 0%,#fff38c 100%);
	background: linear-gradient(to bottom,  #ffa250 0%,#fff38c 100%);
	background-repeat: repeat-x;
	-webkit-text-size-adjust: 100%;
}

#fp-l,.cx_smartphoneview #fp-l {
	background-color: transparent;
}
#fp-l * {
	box-sizing: content-box;
}

div#mezafamily {
	background-color: #fff;
	padding-bottom: 20px;
}
div#family_header h1 {
	margin: auto;
	max-width: 100%;
}

/* pcスマホ別表示*/
.pc {
	display: block;
}
.sp {
	display: none;
}
.cx_smartphoneview .pc {
	display: none;
}
.cx_smartphoneview .sp {
	display: block;
}

/*---------------
共通
----------------*/


img {
	vertical-align: bottom;
}


/* flex */
#fp-wrap .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*---------------
下層ページ共通
----------------*/
#header .flex {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

h1 {
	margin: 10px 10px 0 0;
	max-width: 202px;
}
h1 img {
	max-width: 100%;
	max-height: 100%;
}
/* 共通ヘッダー */
#header {
	position: relative;
	background: url("../../../img/bg01.png");
	box-shadow:0px 1px 4px 0px #6a392a;
}
#programBtn {
	margin-top: 16px;
}
.cx_smartphoneview #programBtn {
	margin-top: 20px;
}
#programBtn li + li {
	margin-top: 10px;
}
#programBtn li a {
	position: relative;
	display: block;
	/*width: 240px;*/
	padding: 5px 0px 5px 34px;
	border-radius: 40px 0px 0px 40px;
	color: #ff6000;
	font-weight: bold;
	text-align: right;
	background-color: #fff;
	letter-spacing: -0.1em;
}
.cx_smartphoneview #programBtn li a {
	padding: 6px 0px 6px 40px;
	border-radius: 40px 0px 0px 40px;
}
#programBtn li a::before {
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	margin: auto;
	background: url("../../../img/ic_arrow_orange.png") center center /cover no-repeat;
}
.cx_smartphoneview #programBtn li a::before {
	height: 24px;
	width: 24px;
}
#programBtn li a p {
	font-size: 20px;
	padding-right: 8px;
}
.cx_smartphoneview #programBtn li a p {
	font-size: 24px;
	padding-right: 10px;
}
#programBtn li a .title {
	font-size: 26px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ff6000;
}
.cx_smartphoneview #programBtn li a .title {
	font-size: 28px;
}
#programBtn li a .week {
	display: inline-block;
	padding: 2px;
	border: 1px solid #ff6000;
	font-size: 15px;
	line-height: 1;
	vertical-align: middle;
}
.cx_smartphoneview #programBtn li a .week {
	font-size: 18px;
	padding: 4px;
}
#programBtn li a .am {
	font-size: 15px;
	margin-right: 4px;
}
.cx_smartphoneview #programBtn li a .am {
	font-size: 18px;
}


.subPage * {
	box-sizing: border-box;
	line-height: 1.3;
}

.subPage #header {
	padding: 16px;
}
/*.cx_smartphoneview .subPage #header {
	padding: 20px;
}*/
.subPage #header::before {
	display: none;
}
.subPage #header div.flex {
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
	/*height: 130px;*/
}

.subPage #header .mezaTopBtn a {
	position: relative;
	display: inline-block;
	padding: 20px 14px 16px;
	border-radius: 10px;
	color: #ff6000;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	background-color: #fff;
	box-shadow:0px 1px 4px 0px #6a392a;
	transition: .6s;
}
.cx_smartphoneview .subPage #header .mezaTopBtn {
	margin-bottom: 10px;
}
.cx_smartphoneview .subPage #header .mezaTopBtn a {
	padding: 12px 16px 10px;
	border-radius: 14px;
	font-size: 30px;
}
.subPage #header .mezaTopBtn a::before {
	content: "";
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
	margin: auto;
	height: 72px;
	width: 146px;
	background: url("../../../img/mezamashi_chara02.png") center / cover no-repeat;
}
.subPage #header .mezaTopBtn a:hover {
	box-shadow:0px 1px 10px 0px rgba(106,57,42,0.52);
}
.subPage #header .mezaTopBtn a p {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	text-align: center;
}
.subPage #header .mezaTopBtn a p::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: url("../../../img/ic_arrow_orange.png") center / cover no-repeat;
	height: 20px;
	width: 20px;
	margin: auto;
	transform: rotate(180deg);
}
.cx_smartphoneview .subPage #header .mezaTopBtn a p::before {
	height: 24px;
	width: 24px;
}

.subPage #header h1 {
	margin: 0;
	height: 130px;;
}
.cx_smartphoneview .subPage #header h1 {
	height: 150px;
	margin-bottom: 10px;
}

.subPage #programBtn {
	margin-top: 0;
}
.subPage #programBtn li + li {
	margin-top: 4px;
}
.cx_smartphoneview .subPage #programBtn li + li {
	margin-top: 8px;
}
.subPage #programBtn li a {
	padding: 5px 0;
	border-radius: 0;
	text-align: center;
	pointer-events: none;
}
.cx_smartphoneview .subPage #programBtn li a {
	border-radius: 0;
}
.subPage #programBtn li a::before {
	display: none;
}
.subPage #programBtn li a p {
	padding: 0 4px;
	font-size: 18.5px;
}
.cx_smartphoneview .subPage #programBtn li a p {
	padding: 0 6px;
	font-size: 26px;
}
.subPage #programBtn li a .title {
	font-size: 20px;
}
.cx_smartphoneview .subPage #programBtn li a .title {
	font-size: 28px;
}


/* 共通ヘッダーをメインの下に置く場合 */
.subPage #header {
	margin: 14px auto 60px;
}









#main,
.cx_smartphoneview #main {
	padding-bottom: 40px;
}



