@charset "utf-8";
/*----------------------------------------------------
　
------------------------------------------------------*/
#mainimage-page #page-title img{
	max-width: 1000px !important;
	margin: 0 auto;
}

span.pc{
display: inline;
}
img.pc{
	display: block;
}
img.sp{
	display: none;
}
@media screen and (max-width: 640px) {
span.pc,
img.pc{
	display: none;
}
img.sp{
	display: block;
}
}


.c-title{
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 0 1.3em;
 	padding: 1.3em 0;
	font-size: 100%;
	text-align: left;
	line-height: 1.1;
	background: #ff6bb2;
	border-radius: 0.8em 0.8em 0 0;
}
.c-title .title{
	display: block;
	padding: 0 2% 0 2%;
	color: #fff;
	font-size: 168%;
}
.c-title .yoyaku{
	position: absolute;
	right: 5%;
	top: 1.3em;;
	display: block;
	width: 5em;
	color: #ff6bb2;
	font-size: 112%;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	border-radius: 0.3em;
}
.c-title .yoyaku a{
	color: #ff6bb2;
  text-decoration: none;
}
.c-title .yoyaku a:hover{
	color: #ff6bb2 !important;
  text-decoration: none;
}
.c-title .yoyaku-tel{
	top: 0.8em;
  width: 8em;
  text-align: center;
  line-height: 1.2;
}
.c-title .yoyaku-tel a{
  text-decoration: none;
  display: block;
	color: #ff6bb2;
  font-size: 75%;
}

@media screen and (max-width: 640px) {
.c-title .title{
	font-size: 156%;
  padding-right: 25%;
}
.c-title .yoyaku{
	position: absolute;
	top: 1em;
}
.c-title .yoyaku-tel{
	top: 0.8em;
}

}


/*----------------------------------------------------
　
------------------------------------------------------*/
#text01{
	clear: both;
	overflow: hidden;
	margin:0 0 20px;
}
#text01 .text{
	float: left;
	width: 76%;
	max-width: 760px;
	font-size: 106%;
}
#text01 .text .big{
	font-size: 118%;
	font-weight: bold;
}
#text01 .text ul{
	overflow: hidden;
}
#text01 .text ul li{
	font-size: 118%;
	font-weight: bold;
}
#text01 .text ul li:before{
	color: #ff2c91;
	content: "■";
}
#text01 .text dl{
	overflow: hidden;
	font-size: 118%;
	font-weight: bold;
}
#text01 .text dl dt,
#text01 .text dl dd{
	float: left;
}
#text01 .text dl dt{
	margin-right: 0.5em;
}
#text01 .text dl dt.date{
	color: #ff2c91;
}
#text01 .text .sub{
	clear: both;
}

#text01 .img{
	float: right;
	width: 20%;
	max-width: 195px;
}
#text01 .img img{
	width:100%;
	max-width: 195px;
}
@media screen and (max-width: 1000px) {
#text01{
	margin:0 0 1em;
}
}
@media screen and (max-width: 900px) {
#text01 .text .big{
	font-size: 106%;
}
#text01 .text ul li{
	font-size: 106%;
}
#text01 .text{
	font-size: 100%;
}
#text01 .text dl{
	font-size: 106%;
}
}
@media screen and (max-width: 640px) {
#text01 .text{
	float: none;
	width: 100%;
}
#text01 .img{
	float: none;
	width: 100%;
	max-width: 640px;
	text-align: center;
}
}

/*----------------------------------------------------
　
------------------------------------------------------*/
#text02{
	clear: both;
	overflow: hidden;
	margin:0 0 20px;
}
#text02 h3{
	position: relative;
	color: #FF2C91;
	font-size: 150%;
	font-weight: bold;
}
#text02 .text{
	font-size: 106%;
}
#text02 .text .big{
	font-size: 118%;
	font-weight: bold;
}
#text02 .text ul{
	overflow: hidden;
}
#text02 .text ul li{
	font-size: 118%;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}
#text02 .text ul li:before{
	color: #ff2c91;
	content: "■";
}
#text02 .text dl{
	overflow: hidden;
	font-size: 118%;
	font-weight: bold;
}
#text02 .text dl dt,
#text02 .text dl dd{
	float: left;
}
#text02 .text dl dt{
	margin-right: 0.5em;
}
#text02 .text dl dt.date{
	color: #ff2c91;
}
#text02 .text .sub{
	clear: both;
}

#text02 .img{
	position: relative;
	float: right;
	width: 48%;
	max-width: 480px;
	margin-top: -2.5em;
}
#text02 .img img{
	width:100%;
}

@media screen and (max-width: 1000px) {
#text02{
	margin:0 0 1em;
}
}
@media screen and (max-width: 900px) {
#text02 h3{
	font-size: 125%;
}
#text02 .text .big{
	font-size: 106%;
}
#text02 .text ul li{
	font-size: 106%;
}
#text02 .text{
	font-size: 100%;
}
#text02 .text dl{
	font-size: 106%;
}
}
@media screen and (max-width: 640px) {
#text02 h3{
	width: 100%;
	max-width: 640px;
	border-bottom: none;
}
#text02 .text{
	float: none;
	width: 100%;
}
#text02 .img{
	float: none;
	width: 100%;
	max-width: 640px;
	text-align: center;
	margin-top: 0;
}
}



/*----------------------------------------------------
　
------------------------------------------------------*/
.event-d{
	overflow: hidden;
	width: 48%;
	margin:0 0 20px;
	text-align: left;
	border-radius: 1em;
}
.event-d h3{
	position: relative;
	margin: 0 0 1em;
	padding: 1em;
	font-size: 143%;
	font-weight: bold;
	text-align: center;
	background: #fffdd9;
}
.event-d h3 .yoyaku{
	position: absolute;
	right: 2%;
	top: 1.3em;;
	display: block;
	width: 5em;
	font-size: 87%;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	border-radius: 0.3em;
}
.event-d .img{
	overflow: hidden;
	width:80%;
	max-width: 390px;
	margin: 0 auto 1em;
}
.event-d .img img{
	width: 100%;
}
.event-d .text{
	overflow: hidden;
	width:80%;
	max-width: 390px;
	margin: 0 auto 1em;
}
.event-d .text dl{
	font-size: 118%;
	font-weight: bold;
}
.event-d .text dl dt,
.event-d .text dl dd{
	float: left;
}
.event-d .text dl dt{
	clear: both;
	margin-right: 0.5em;
}
.event-d .text .sub{
	clear: both;
}
.event-d .text ul{
	clear: both;
}
.event-d .text ul li{
	font-size: 106%;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}
.event-d .text ul li:before{
	content: "■";
}
@media screen and (max-width: 1000px) {
.event-d{
	margin:0 0 1em;
}
}
@media screen and (max-width: 900px) {
.event-d .text dl{
	font-size: 106%;
}
.event-d .text ul li{
	font-size: 100%;
}
}
@media screen and (max-width: 640px) {
.touchcare-text{
	margin:0 0 3em;
}
.event-d {
	float: none !important;
	width: 99%;
	max-width: 640px;
	margin: 0 auto 1.5em !important;
}
.event-d .img{
	width:90%;
	max-width: 520px;
}
.event-d .text{
	width:90%;
	max-width: 520px;
}
}
/*  
------------------------------------------*/
#event1.event-d{
	float: left;
	border: 2px solid #ff9a43;
}
#event2.event-d{
	float: right;
	border: 2px solid #95d94c;
}
#event1.event-d h3{
	color:#FF8114;
	border-bottom:1px solid #FF8114;
}
#event2.event-d h3{
	color:#7ACF1F;
	border-bottom:1px solid #7ACF1F;
}
#event1.event-d h3 .yoyaku{
	color: #fff;
	background:#7ACF1F;
}
#event2.event-d h3 .yoyaku{
	color: #fff;
	background:#7ACF1F;
}
#event1.event-d .text dl dt.date{
	color:#FF8114;
}
#event2.event-d .text dl dt.date{
	color:#7ACF1F;
}
#event1.event-d .text ul li:before{
	color:#FF8114;
}
#event2.event-d .text ul li:before{
	color:#7ACF1F;
}
#event1.event-d .text .yoyaku{
	color:#FF8114;
}
#event2.event-d .text .yoyaku{
	color:#7ACF1F;
}

/*  
------------------------------------------*/
#event1.event-d h3,
#event2.event-d h3{
	position: relative;
}
#event1.event-d h3 .title,
#event2.event-d h3 .title{
	display: block;
	padding: 0 2% 0 2%;
}
#event1.event-d h3 .yoyaku,
#event2.event-d h3 .yoyaku{
	position: absolute;
	right: 2%;
	top: 1.5em;
	display: block;
	width: 5em;
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
	border-radius: 0.3em;
}
#event1.event-d h3 .yoyaku{
	color:#fff;
	background:#FF8114;
}
#event2.event-d h3 .yoyaku{
	color:#fff;
	background:#7ACF1F;
}
#event1.event-d h3 .yoyaku a,
#event2.event-d h3 .yoyaku a{
	color:#fff;
  text-decoration: none;
}
#event1.event-d h3 .yoyaku a:hover,
#event2.event-d h3 .yoyaku a:hover{
	color:#fff !important;
  text-decoration: none;
}
#event1.event-d h3 .yoyaku-tel,
#event2.event-d h3 .yoyaku-tel{
	top: 0.8em;
  width: 8em;
  text-align: center;
  line-height: 1.2;
}
#event1.event-d h3 .yoyaku-tel a{
  display: block;
	color:#fff;
  font-size: 68%;
}
@media screen and (max-width: 800px) {
#event1.event-d h3 .title,
#event2.event-d h3 .title{
  text-align: left;
}
}


/*----------------------------------------------------
　
------------------------------------------------------*/
#text03 {
	clear: both;
	overflow: hidden;
	margin:0 0 20px;
}
#text03 .text{
	margin: 0 0 1em;
}
#text03 .nayami{
	clear: both;
	overflow: hidden;
	margin: 0 0 1em;
	padding: 1.5em 5%;
	border: 2px solid #ff80bd;
	border-radius: 1em;
	background:url(../img/mama/nayami_img.png) no-repeat right bottom;
}
#text03 .nayami ul{
	overflow: hidden;	
}
#text03 .nayami ul.left{
	float: left;
	width: 33%;
	margin-right: 2%;
}
#text03 .nayami ul.right{
	float: left;
	width: 49%;
}
#text03 .nayami ul li{
	font-size: 106%;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}
#text03 .nayami ul li:before{
	color: #ff80bd;
	content: "□";
}
#text03 .nayami ul li .en{
	display: block;
	padding-left: 1em;
}
@media screen and (max-width: 1000px) {
#text03{
	margin:0 0 1em;
}
}
@media screen and (max-width: 640px) {
#text03 .nayami{
	background-size: 30% auto !important;
}
#text03 .nayami ul{
	float: none!important;
	width: 100% !important;
	max-width: 640px;
	overflow: hidden;
}
#text03 .nayami ul.right li:nth-child(3),
#text03 .nayami ul.right li:nth-child(4){
	width: 68%;
}
#text03 .nayami ul li .en{
	display: inline;
	padding: 0;
}
}



/*----------------------------------------------------
　
------------------------------------------------------*/
.message{
	clear: both;
	overflow: hidden;
	width:90%;
	margin: 0 auto 1em;
	padding: 1.5em 5%;
	border-radius: 1em;
}
.message dl.main dt{
	margin: 0 0 0.5em;
	font-size: 143%;
	font-weight: bold;
}
.message dl.main dd{
	font-size: 106%;
}
.message dl.main dd img.right{
	float: right;
	margin: 0.5em;
}
.message dl.main dd a{
	color: #FF2C91;
	text-decoration: none;
}
.message dl.main dd dl.sub{
	margin-top:1em;
	padding:1em 1.5em;
	background:#fff;
	overflow:hidden;
}
.message dl.main dd dl.sub dt{
	clear:both;
	float:left;
	width:13em;
	font-size:118%;
	margin: 0 0 0.5em;
	background:url(../img/mama/border.gif) repeat-x right center;
}
.message dl.main dd dl.sub dt span{
	padding:0 0.5em 0 0;
	background:#fff;
}
.message dl.main dd dl.sub dd{
	float:left;
	font-size:118%;
	margin: 0 0 0.5em;
	padding:0 0 0 0.5em;
}
.message dl.main dd dl.sub dt:before{
	content:"●";
	background:#fff;
}
@media screen and (max-width: 1000px) {
.message dl.main dd dl.sub{
	padding:1em;
}
.message dl.main dd dl.sub dt{
	font-size:100%;
}
.message dl.main dd dl.sub dd{
	font-size:100%;
}
}
@media screen and (max-width: 900px) {
.message{
	padding: 1em 5%;
}
.message dl.main dt{
	font-size: 106%;
}
.message dl.main dd{
	font-size: 100%;
}
}
@media screen and (max-width: 640px) {
.message dl.main dd dl.sub dt{
	clear:both;
	float:none;
	width:auto;
	margin: 0 0 0;
	padding:0 0 0;
	background:none;
}
.message dl.main dd dl.sub dd{
	clear:both;
	float:none;
	margin: 0 0 1em;
	padding:0 0 0;
	line-height:1.3;
}
}

/*  
------------------------------------------*/
#t01{
	background:#fff1d6;
}
#t01 dl dt{
	color:#FF8114;
}
#t02{
	background:#e9edf4;
}
#t02 dl dt{
	color:#3FB4FF;
}
#t02 dl.sub dt{
	color:#7ACF1F;
}
#t02 dl.sub dt:before{
	color:#7ACF1F;
}
#t03{
	background:#e4f4e0;
}
#t03 dl dt{
	color:#7ACF1F;
}
#t04{
	background:#e4f4e0;
}
#t04 dl dt{
	color:#7ACF1F;
}


/*----------------------------------------------------
　
------------------------------------------------------*/

.message-text{
	clear: both;
	margin:0 0 20px;
	color: #FF2C91;
	font-size: 118%;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
.message-text{
	margin:0 0 3em;
}
}
@media screen and (max-width: 900px) {
.message-text{
	margin:0 0 1em;
	font-size: 106%;
}
}