@media only screen and (orientation : portrait) { /*縦向きの際に適用*/

body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}

h2 {
	font-size: 121%;
	text-shadow: 1px 1px 2px #ccc;
	color: #fc0365;
	margin-bottom: 10px;
	text-align: center;
}
#wrap {
	padding: 0;
	width:320px;
	margin-left: auto; margin-right: auto;
}

.topn {
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fd67a2)) #d54a81;
	font-size: 107%;
	width: 280px;
	height: 24px;
}

.ptext{
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	padding-left:5px;
	padding-top: 3px;
	color: #fff;
}



nav {
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fd67a2)) #d54a81;
	font-size: 107%;
	width: 280px;
}
nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li a {
	display: block;
	width: 87px;
	padding: 8px 0;
}
nav li:first-child {
	border: none;
}
nav a {
	color: #fff;
	text-decoration: none;
}


section, nav {
	margin-bottom: 1em;
}
h3 {
	background: url(../images/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #fc0365;
	margin-bottom: 1em;
	min-height: 23px;
}
p {
	margin-bottom: 1em;
}
aside {
	background-color: #ebebeb;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside ul{
	margin-left: 10px;
	margin-right: 10px;
}


aside p:last-child {
	margin-bottom: 0;
}
footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
#btnTop {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fe89b7)) #cbcccf;
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 22px;
	color: #fff;
}
#btnTop a {
	text-shadow: 1px 1px 0 #000;
	display: block;
	padding: 5px 0px;
	color: #fff;
	text-decoration: none;
}
footer p {
	clear: both;
	padding: 0;
	height: 30px;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロチE  レベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	font-size: 12px;
}

.flickable{
	margin-top: 10px;
	overflow-x: hidden;
	height: 480px;
}

.flickable2{
	margin-top: 10px;
	overflow-x: hidden;
	height: 400px;
	text-align: center;
}

.flickable3{
	margin-top: 10px;
	overflow-x: hidden;
	height: 610px;
}

.flickable4{
	margin-top: 10px;
	overflow-x: hidden;
	margin-right: 10px;
	height: 130px;
	width: 100%;
}




.list2 ul{
 margin: 10px;
 }
 .list2 ul li{
 overflow: hidden;
 margin: 0;
 width: 100%;
 text-align: left;
 padding: 0;
 border: 1px #ccc solid;
 border-bottom: 0;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 display:block;
 -webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 }
 .list2 ul li:first-child{
 border-radius: 8px 8px 0 0;
 }
 .list2 ul li:last-child{
 border-radius: 0 0 8px 8px;
 border-bottom:1px #ccc solid;
 }
 .list2 ul li a{
 color: #333;
 display: block;
 height: 44px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 white-space: nowrap;
 line-height: 44px;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight:bold;
 }
 .list2 ul li a::after{
 content: url(list_mark1.png);
 float: right;
 }


.day_sche{
	border-radius: 5px;
	width: 100%;
	font-size: 85%;
	text-align: center;
	float: left;
	margin: 3px;
	overflow:hidden;
}

.day_sche2{
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fe89b7)) #cbcccf;
	width: 95%;
	font-size: 100%;
	text-align: center;
	float: left;
	margin: 5px 5px 5px 13px;
}

.day_sche3{
	width:320px;
	overflow:hidden;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5555), to(#FF8888)) #cbcccf;
	font-size: 100%;
	text-align: center;
	float: left;

}

.mainImageInit {
	width:320px;
	overflow:hidden;
}

.day_top{
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fe89b7)) #cbcccf;
	width: 92%;
	font-size: 85%;
	text-align: center;
	float: left;
	margin: 0 0 0 13px;
	color: #fff;
	padding-top: 5px;
}
.girl{
	width: 98%;
	text-align: center;
	float: left;
	margin: 0 20px 0 0;
	color: #fff;
	padding-top: 5px;
}

.enter{
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.tel2{
	width: 100%;
	text-align: center;
	font-size: 12px;	
}
#top {
	width: 320px;
	margin-left: auto; margin-right: auto;
	text-align: center;
}
.top1 {
	width: 320px;
	height:35px;
	background-color:#FF6666;
}
.top1 img{
	width: 260px;
}
}

@media only screen and (orientation : landscape) { /*横向きの際に適用*/

body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}

h1 {
	width: 480px;
	height: 170px;
}

h2 {
	font-size: 121%;
	text-shadow: 1px 1px 2px #ccc;
	color: #fc0365;
	margin-bottom: 10px;
	text-align: center;
}

#wrap {
	padding: 0;
	width:320px;
	margin-left: auto; margin-right: auto;
}

.topn {
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fd67a2)) #d54a81;
	font-size: 107%;
	width: 420px;
	height: 24px;
	margin-left:10px;
}

.ptext{
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
	padding-left:5px;
	padding-top: 3px;
	color: #fff;
}


nav {
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fd67a2)) #d54a81;
	font-size: 107%;
	width: 420px;
	margin-left: 10px;
}

nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}

nav li a {
	display: block;
	width: 130px;
	padding: 8px 0;
}

nav li:first-child {
	border: none;
}

nav a {
	color: #fff;
	text-decoration: none;
}

section, nav {
	margin-bottom: 1em;
}

h3 {
	background: url(../images/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #fc0365;
	margin-bottom: 1em;
	min-height: 23px;
	maring-left: 10px;
}

p {
	margin-bottom: 1em;
}

aside {
	background-color: #ebebeb;
	-webkit-border-radius: 8px;
	padding: 10px;
}

aside ul{
	margin-left: 10px;
	margin-right: 10px;
}

aside p:last-child {
	margin-bottom: 0;
}

footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}

#btnTop {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fe89b7)) #cbcccf;
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 22px;
	color: #fff;
}

#btnTop a {
	text-shadow: 1px 1px 0 #000;
	display: block;
	padding: 5px 0px;
	color: #fff;
	text-decoration: none;
}

footer p {
	clear: both;
	padding: 0;
	height: 30px;
}

footer img {
	vertical-align: top;
}

footer p:last-child {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロチE  レベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.flickable{
	margin-top: 10px;
	overflow-x: hidden;
	height: 480px;
}

.flickable2{
	margin-top: 10px;
	overflow-x: hidden;
	height: 100%;
	text-align: center;
}

.flickable3{
	margin-top: 10px;
	overflow-x: hidden;
	height: 610px;
}
.flickable4{
	margin-top: 10px;
	margin-right: 10px;
	overflow-x: hidden;
	height: 130px;
	width: 100%;
}


.list2 ul{
 margin: 10px;
 }
 .list2 ul li{
 overflow: hidden;
 margin: 0;
 width: 100%;
 text-align: left;
 padding: 0;
 border: 1px #ccc solid;
 border-bottom: 0;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 display:block;
 -webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 }
 .list2 ul li:first-child{
 border-radius: 8px 8px 0 0;
 }
 .list2 ul li:last-child{
 border-radius: 0 0 8px 8px;
 border-bottom:1px #ccc solid;
 }
 .list2 ul li a{
 color: #333;
 display: block;
 height: 44px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 white-space: nowrap;
 line-height: 44px;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight:bold;
 }
 .list2 ul li a::after{
 content: url(list_mark1.png);
 float: right;
 }



 
.day_sche{
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fe89b7)) #cbcccf;
	width: 95%;
	font-size: 85%;
	text-align: center;
	float: left;
	margin: 5px 5px 5px 13px;
	height: 118px;
}

.day_sche2{
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fe89b7)) #cbcccf;
	width: 95%;
	font-size: 100%;
	text-align: center;
	float: left;
	margin: 5px 5px 5px 13px;
}

.day_sche3{
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5555), to(#FF8888)) #cbcccf;
	width: 320px;
	font-size: 100%;
	text-align: center;
	float: left;

}

.mainImageInit {
	width:320px;
	overflow:hidden;
}

.day_top{
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc0365), to(#fe89b7)) #cbcccf;
	width: 95%;
	font-size: 85%;
	text-align: center;
	float: left;
	margin: 0 0 0 13px;
	color: #fff;
	padding-top: 5px;
}

.girl{
	width: 98%;
	text-align: center;
	float: left;
	margin: 0 20px 0 0;
	color: #fff;
	padding-top: 5px;
}

iframe {
	width: 100%;
}

.enter{
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.tel2{
	width: 100%;
	text-align: center;
	font-size: 12px;	
}
#top {
	width: 320px;
	margin-left: auto; margin-right: auto;
	text-align: center;
}
.top1 {
	width: 320px;
	height:35px;
	background-color:#FF6666;
}
.top1 img{
	width: 260px;
}
}