@charset "utf-8";
/* CSS Document */

/*---------------
reset
-----------------*/

body, pre, blockquote, address, table, td, div, form, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ol, ul, li, dl, dt, dd {
	list-style: none;
	text-decoration: none;/*line-height:0;*/
}
fieldset, img {
	border: 0;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
}
html {
	font-size: 62.5%;
}
body {
	color: #525252;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
	/*line-height: 1.9em;*/
	line-height: 1.3;
	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%);
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}
*:first-child + html body {	/* for IE7 */
	font-family: "メイリオ", "Meiryo";
	font-size: 1.4rem;
	line-height: 1.8em;
}

/* LINK */
a:link {
	color: #525252;
	text-decoration: none;
}
a:visited {
	color: #525252;
	text-decoration: none;
}
a:hover {
	color: #525252;
}
a:active {
	text-decoration: none;
}
.private a:visited {
  color: #ff6000;
  text-decoration: none;
}
.private a:link {
  color: #ff6000;
  text-decoration: underline;
}
.private a:hover {
  text-decoration: none;
}


/* pcスマホ別表示*/

.pc {
	display: block;
}
.sp {
	display: none;
}
.cx_smartphoneview .pc {
	display: none;
}
.cx_smartphoneview .sp {
	display: block;
}

/*---------------
共通
----------------*/
.cx_smartphoneview #fp-l {
	font-size: 2.2rem;
}
#fp-l * {
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
}


/* flex */
#fp-wrap .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


/* メインコンテンツ */
main {
	display: block;
	padding: 30px 0 60px;
	background-color: #fffee6;
	box-shadow:0px 1px 4px 0px #6a392a;
	margin-bottom: 60px;
}
.cx_smartphoneview main {
	margin-bottom: 0;
}
main section + section {
	margin-top: 60px;
}
main section .inner {
	padding: 0 16px;
}

/* 共通ヘッダー */
#header {
	position: relative;
	background: url("../img/bg01.png");
	box-shadow:0px 1px 4px 0px #6a392a;
}

/* ボタン関連 */
.btnLists a {
	display: block;
	background-color: #fff;
	box-shadow:0px 1px 4px 0px #6a392a;
	transition: .6s;
	border-radius: 8px;
	overflow: hidden;
}
.btnLists a:hover {
	box-shadow:0px 1px 10px 0px rgba(106,57,42,0.52);
}

.btn01 a {
	position: relative;
	display: block;
	width: 304px;
	margin: 14px auto;
	border: 2px solid #fff;
	border-radius: 26px;
	padding: 12px 36px 12px 26px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	background: #ff7f4d;
	background: -moz-linear-gradient(left, #ff7f4d 0%, #ffa312 50%, #ff7f4d 100%);
	background: -webkit-linear-gradient(left, #ff7f4d 0%,#ffa312 50%,#ff7f4d 100%);
	background: linear-gradient(to right, #ff7f4d 0%,#ffa312 50%,#ff7f4d 100%);
	box-shadow:0px 1px 4px 0px #6a392a;
	transition: .6s;
}
.cx_smartphoneview .btn01 a {
	width: 100%;
	margin: 20px auto;
	border: 4px solid #fff;
	border-radius: 40px;
	padding: 14px 50px 14px 40px;
	font-size: 2.8rem;
}
.btn01 a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 18px;
	height: 18px;
	background: url("../img/ic_arrow_white.png") center /cover no-repeat;
}
.cx_smartphoneview .btn01 a::after {
	width: 28px;
	height: 28px;
}
.btn01 a:hover {
	opacity: 0.8;
	box-shadow:0px 1px 10px 0px rgba(106,57,42,0.52);
}


.btn02 a {
	position: relative;
	display: block;
	width: 330px;
	margin: 0 auto;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #fe794d;
	border-radius: 8px;
	overflow: hidden;
}
/*.btn02 a::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.btn02 a:hover {
	opacity: 0.8;
}


/*---------------
TOP
----------------*/

/* ヘッダー */
#header {
	/*height: 236px;*/
}
#header::before {
	content: "";
	position: absolute;
	top: 48px;
	left: 10px;
	display: block;
	height: 178px;
	width: 182px;
	background: url(../img/mezamashi_chara01.png) center center /cover no-repeat;
	z-index: 1;
}
.cx_smartphoneview #header::before {
	top: 90px;
	left: 4px;
	height: 138px;
	width: 141px;
}
#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%;
}

#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: 2.0rem;
	padding-right: 8px;
}
.cx_smartphoneview #programBtn li a p {
	font-size: 2.4rem;
	padding-right: 10px;
}
#programBtn li a .title {
	font-size: 2.6rem;
	margin-bottom: 2px;
	border-bottom: 1px solid #ff6000;
}
.cx_smartphoneview #programBtn li a .title {
	font-size: 2.8rem;
}
#programBtn li a .week {
	display: inline-block;
	padding: 2px;
	border: 1px solid #ff6000;
	font-size: 1.5rem;
	line-height: 1;
	vertical-align: middle;
}
.cx_smartphoneview #programBtn li a .week {
	font-size: 1.8rem;
	padding: 4px;
}
#programBtn li a .am {
	font-size: 1.5rem;
	margin-right: 4px;
}
.cx_smartphoneview #programBtn li a .am {
	font-size: 1.8rem;
}

#header .snsArea {
	position: relative;
	bottom: 0;
	width: 100%;
	margin-top: -10px;
}
.cx_smartphoneview #header .snsArea {
	margin-top: 10px;
	padding: 10px 20px 10px;
	background-color: rgba(255,255,255,.80);
}
#header .snsArea.flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.cx_smartphoneview #header .snsArea.flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
.snsArea::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28px;
	z-index: -1;
	background-color: rgba(255,255,255,.80);
}
.cx_smartphoneview .snsArea::after {
	display: none;
}
.snsArea p {
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 4px;
}
.cx_smartphoneview .snsArea p {
	font-size: 2.6rem;
	margin-bottom: 5px;
	margin-right: 0;
}
.snsArea .btnLists {
	margin-right: 12px;
	margin-bottom: 6px;
}
.cx_smartphoneview .snsArea .btnLists {
	margin-right: 0;
	margin-bottom: 0;
}
.snsArea .btnLists li +li {
	margin-left: 12px;
}
.cx_smartphoneview .snsArea .btnLists li +li {
	margin-left: 28px;
}
.snsArea .btnLists li a {
	width: 44px;
	border-radius: 8px;
}
.cx_smartphoneview .snsArea .btnLists li a {
	width: 84px;
}
.snsArea .btnLists li a img {
	width: 100%;
	height: auto;
}


/* メイン */
main {
	display: block;
	margin-top: 14px;
}
.cx_smartphoneview main {
	margin-top: 28px;
}


/* h2 */
#fp-l h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	color: #ff6000;
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.1;
}
.cx_smartphoneview #fp-l h2 {
	font-size: 4.8rem;
}
#fp-l h2::before,
#fp-l h2::after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 38px;
	background: url("../img/bg02.png"),#cff68c;
	display: block;
}
.cx_smartphoneview #fp-l h2::before,
.cx_smartphoneview #fp-l h2::after {
	height: 46px;
}
#fp-l h2::before {
	margin-right: 26px;
}
#fp-l h2::after {
	margin-left: 26px;
}


/* topics */
#topicsSlider {

}
#topicsSlider.slider_container {
	position: relative;
	width: 608px;
	margin: 0 auto;
}
#topicsSlider .btn_slider {
	position: absolute;
	display: block;
	width: 42px;
	top: 50%;
	height: 42px;
	margin-top: -21px;
	outline: 0;
	left: -6px;
	cursor: pointer;
	z-index: 100;
	opacity: 0.8;
	transition: .6s;
	box-shadow:0px 1px 4px 0px #6a392a;
	border-radius: 21px;
}
.cx_smartphoneview #topicsSlider .btn_slider {
	display: none;
}
#topicsSlider .btn_slider:hover {
	opacity: 1.0;
	box-shadow:0px 1px 10px 0px rgba(106,57,42,0.52);
}
#topicsSlider .btn_slider.btn_next {
	left: auto;
	right: -6px;
}
#topicsSlider .btn_slider img {
	width: 100%;
	height: auto;
}
#topicsSlider .item_list .item {
	width: 298px;
}
.cx_smartphoneview #topicsSlider .item_list .item {
	width: 470px;
}
#topicsSlider .item_list .item + .item {
	margin-left: 12px;
}
#topicsSlider .item_list .item.new::before {
	content: "NEW";
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: inline-block;
	padding: 5px 12px 4px;
	border-radius: 20px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #ffa116;
	line-height: 1;
	z-index: 1;
}
.cx_smartphoneview #topicsSlider .item_list .item.new::before {
	bottom: 16px;
	left: 14px;
	padding: 8px 16px 7px;
	font-size: 2.6rem;
}
#topicsSlider .item_list .item a {
	display: block;
	overflow: hidden;
	/*height: 270px;*/
	background-color: #fff;
	box-shadow:0px 1px 4px 0px #6a392a;
	transition: .6s;
	border-radius: 8px;
}
#topicsSlider .item_list .item a:hover {
	box-shadow:0px 1px 10px 0px rgba(106,57,42,0.52);
}
#topicsSlider .item_list .item a .item__img {
	height: 168px;
	background-color: #eeeeee;
}
.cx_smartphoneview #topicsSlider .item_list .item a .item__img {
	height: 264px;
}
#topicsSlider .item_list .item a .item__img img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*max-width: 100%;*/
	max-height: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
#topicsSlider .item_list .item .item__txt {
	position: relative;
	min-height: 100px;
	padding: 16px 16px 40px;
	font-size: 1.8rem;
	background-color: #fff;
}
.cx_smartphoneview #topicsSlider .item_list .item .item__txt {
	min-height: 160px;
	padding: 16px 20px 70px;
	font-size: 2.8rem;
}
#topicsSlider .item_list .item .item__txt .item__txt__ttl {
	font-weight: bold;
	-webkit-line-break: anywhere;
	line-break: anywhere;
}
#topicsSlider .item_list .item .item__txt .item__txt__cat {
	position: absolute;
	bottom: 10px;
	right: 12px;
	color: #a7a7a7;
	font-size: 1.4rem;
}
.cx_smartphoneview #topicsSlider .item_list .item .item__txt .item__txt__cat {
	bottom: 12px;
	right: 16px;
	font-size: 2.4rem;
}


/* 人気コーナー */
#favorite .favoriteList01 {
	margin-bottom: 8px;
}
#favorite .favoriteList01 li + li {
	margin-top: 8px;
}
#favorite .favoriteList01 li a,
#favorite .favoriteList02  li a {
	min-height: 112px;
	padding: 16px 12px;
}

#favorite .favoriteList01 li a.flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#favorite .favoriteList01 li a.flex .img_box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
#favorite .favoriteList01 li a .img_box {
	width: 76px;
	margin-right: 12px;
	text-align: center;
}
.cx_smartphoneview #favorite .favoriteList01 li a .img_box {
	width: 120px;
	padding: 10px;
	margin-right: 12px;
}
#favorite .favoriteList01 li a .img_box img {
	width: 100%;
	max-height: 100%;
}
#favorite .favoriteList01 li a.flex .text_box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#favorite .favoriteList01 li a .text_box p {
	padding: 0 4px;
}
#favorite .favoriteList01 li a .text_box p.title {
	margin-bottom: 6px;
	padding: 0 4px;
	border-bottom: 1px solid #a7a7a7;
	font-size: 2.0rem;
	font-weight: bold;
}
.cx_smartphoneview #favorite .favoriteList01 li a .text_box p.title {
	font-size: 2.8rem;
}
#favorite .favoriteList01 li a .text_box p span {
	margin-top: 4px;
	color: #8c8c8c;
}
.cx_smartphoneview #favorite .favoriteList01 li a .text_box p span {
	font-size: 88%;
}

#favorite .favoriteList02 {
	width: 100%;
}
#favorite .favoriteList02 li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#favorite .favoriteList02 li + li {
	margin-left: 8px;
}
#favorite .favoriteList02 li:nth-of-type(4n+1) {
	margin-left: 0;
}
.cx_smartphoneview #favorite .favoriteList02 li:nth-of-type(2n+1) {
	margin-left: 0;
}
#favorite .favoriteList02 li:nth-of-type(n+5) {
	margin-top: 8px;
}
.cx_smartphoneview #favorite .favoriteList02 li:nth-of-type(n+3) {
	margin-top: 8px;
}
#favorite .favoriteList02 li a {
	position: relative;
	width: 146px;
	text-align: center;
}
.cx_smartphoneview #favorite .favoriteList02 li a {
	width: 300px;
	min-height: 160px;
}
#favorite .favoriteList02 li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 80%;
	/*max-width: 100%;
	max-height: 100%;
	padding: 16px 8px;*/
	transform: translate(-50%,-50%);
}
.cx_smartphoneview #favorite .favoriteList02 li a img {
}


/* 募集・プレゼント */
#present .presentList li {
	display: block;
	background-color: #fff;
	box-shadow:0px 1px 4px 0px #6a392a;
	transition: .6s;
	border-radius: 8px;
	overflow: hidden;
}
#present .presentList li.img_btn .flex {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#present .presentList li.img_btn .flex::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 3px #a7a7a7;
    border-right: solid 3px #a7a7a7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#present .presentList li.img_btn .text_box {
	display: block;
	margin-left: 26px;
	font-size: 1.8rem;
	font-weight: bold;
}
.cx_smartphoneview #present .presentList li.img_btn .text_box {
	font-size: 2.4rem;
}
#present .presentList li:hover {
	box-shadow:0px 1px 10px 0px rgba(106,57,42,0.52);
}
#present .presentList li + li {
	margin-top: 8px;
}
#present .presentList li .title {
	position: relative;
	padding: 12px 12px 12px 36px;
	font-size: 1.8rem;
	font-weight: bold;
}
.cx_smartphoneview #present .presentList li .title {
	font-size: 2.4rem;
}
#present .presentList li .title::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #ff7d00;
    border-right: solid 2px #ff7d00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#present .presentList li.active .title::before {
	top: -6px;
    left: 13px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#present .presentList li .accordion-block {
	display: none;
	padding: 14px 12px 16px;
	font-size: 1.6rem;
	background-color: #f1f0ec;
}
.cx_smartphoneview #present .presentList li .accordion-block {
	padding: 16px 16px 20px;
	font-size: 2.2rem;
}
#present .presentList li.active .accordion-block {
	display: block;
}
#present .presentList li .accordion-block p + p {
	margin-top: 10px;
}
.morebtn {
	position: relative;
	display: block;
	width: 304px;
	margin: 14px auto;
	border: 2px solid #fff;
	border-radius: 26px;
	padding: 12px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	background: #ff7f4d;
	background: -moz-linear-gradient(left, #ff7f4d 0%, #ffa312 50%, #ff7f4d 100%);
	background: -webkit-linear-gradient(left, #ff7f4d 0%,#ffa312 50%,#ff7f4d 100%);
	background: linear-gradient(to right, #ff7f4d 0%,#ffa312 50%,#ff7f4d 100%);
	box-shadow:0px 1px 4px 0px #6a392a;
	transition: .6s;
}
.cx_smartphoneview .morebtn {
	width: 100%;
	margin: 20px auto;
	border: 4px solid #fff;
	border-radius: 40px;
	padding: 14px;
	font-size: 2.8rem;
}
.morebtn p::before {
	content: "+";
	display: inline-block;
	margin-right: 0.5rem;
}
.cx_smartphoneview .morebtn p::before {

}
.morebtn:hover {
	opacity: 0.8;
	box-shadow:0px 1px 10px 0px rgba(106,57,42,0.52);
}




/* スペシャル企画 */
.cx_smartphoneview #special .btnLists.flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
	overflow-y: scroll;
	margin: 0 -16px;
	padding: 6px 16px;
}
#special .btnLists.flex li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#special .btnLists.flex li + li {
	margin-left: 8px;
}
#special .btnLists.flex li:nth-of-type(4n+1) {
	margin-left: 0;
}
#special .btnLists.flex li:nth-of-type(n+5) {
	margin-top: 8px;
}
#special .btnLists li a {
	position: relative;
	display: block;
	width: 146px;
	height: 112px;
}
.cx_smartphoneview #special .btnLists li a {
	width: 360px;
	height: 277px;
}
#special .btnLists li a img {
	position: absolute;
    top: 50%;
    left: 50%;
	max-width: 100%;
	max-height: 100%;
	padding: 8px;
    transform: translate(-50%,-50%);
}


/* めざましファミリー紹介 */
#family .familyList.flex li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#family .familyList li {
	width: 146px;
	padding: 4px;
	background-color: #fff;
	box-shadow:0px 1px 4px 0px #6a392a;
	transition: .6s;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}
#family .familyList li + li {
	margin-left: 8px;
}
#family .familyList li:nth-of-type(4n+1) {
	margin-left: 0;
}
#family .familyList li:nth-of-type(n+5) {
	margin-top: 8px;
}
#family .familyList li .img_box {
	width: 100%;
	height: 134px;
	border-radius: 4px;
	overflow: hidden;
}
#family .familyList li img {
	width: 100%;
}
#family .familyList li p {
	margin-top: 6px;
	font-size: 1.8rem;
	font-weight: bold;
}
.cx_smartphoneview #family .familyList li p {
	font-size: 2.2rem;
}


/* 関連リンク */
.cx_smartphoneview #links .btnLists.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
.cx_smartphoneview #links .btnLists li + li {
	margin-top: 12px;
}
#links .btnLists li:nth-of-type(2n) {
	margin-left: 8px;
}
.cx_smartphoneview #links .btnLists li:nth-of-type(2n) {
	margin-left: 0;
}
#links .btnLists li:nth-of-type(n+3) {
	margin-top: 8px;
}
#links .btnLists li a {
	position: relative;
	width: 300px;
	padding: 8px 8px 8px 30px;
	font-size: 1.6rem;
	font-weight: bold;
}
#links .btnLists li a.pc {
	display: block;
}
#links .btnLists li a.sp {
	display: none;
}
.cx_smartphoneview #links .btnLists li a.pc {
	display: none;
}
.cx_smartphoneview #links .btnLists li a.sp {
	display: block;
}
.cx_smartphoneview #links .btnLists li a {
	width: 100%;
	padding: 12px 12px 12px 50px;
	font-size: 2.4rem;
}
#links .btnLists li a::before {
	content: "";
	height: 14px;
	width: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
	background: url("../img/ic_arrow_orange02.png") center / cover no-repeat;
}
.cx_smartphoneview #links .btnLists li a::before {
	content: "";
	height: 20px;
	width: 20px;
	left: 16px;
}

/*---------------
下層ページ共通
----------------*/

/* 共通ヘッダー */
.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: 2.8rem;
	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: 3.0rem;
}
.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: 1.85rem;
}
.cx_smartphoneview .subPage #programBtn li a p {
	padding: 0 6px;
	font-size: 2.6rem;
}
.subPage #programBtn li a .title {
	font-size: 2.0rem;
}
.cx_smartphoneview .subPage #programBtn li a .title {
	font-size: 2.8rem;
}


/* 共通ヘッダーをメインの下に置く場合 */
.subPage.commonHeadBottom main {
	margin-top: 0;
	margin-bottom: 0;
}
.subPage.commonHeadBottom #header {
	margin: 14px auto 60px;
}
/*---------------
きょうのわんこカレンダーバナー
----------------*/
.wanko_bnr {
	text-align: center;
	margin-bottom: 15px;
	
}
.wanko_bnr a{
	display: inline-block;
	box-shadow: 0px 1px 4px 0px #6a392a;
    transition: .6s;
	border-radius: 8px;
}
.wanko_bnr a img {
	border-radius: 8px;
}
.wanko_bnr a:hover {
	box-shadow:0px 1px 10px 0px rgba(106,57,42,0.52);
}
/*---------------
コピーガード
----------------*/
img,.protect img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
a img,.protect img {
 pointer-events: none;
}