@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');

html {
	min-height: 100%;
}
body{
	position: relative;
	height: 100%;
	font-size: 13px;
	color: #000;
	line-height: 1.8;
}
a{
	color:#000;
	text-decoration:none;
}

/*----------------------------------------------------
fonts
----------------------------------------------------*/
.importfont {
	font-family: 'Alice', serif;
}
.menu_en {
	font-family: 'Courgette', cursive;
}
/*----------------------------------------------------
custom property
----------------------------------------------------*/
:root {
	--theme-color: #d1ad6a;
	--importfont: 'Alice', serif;
}
/*----------------------------------------------------
header
----------------------------------------------------*/
#wrapper #header h1{
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.header_image {
	position: relative;
	max-height: 700px;
	overflow: hidden;
}
.header_image .header_image_inner {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	transform: translateY(-50%);
	z-index: 1;
}
.header_image .header_image_inner .body_text {
	margin-top: 20px;
	font-family: serif;
	color: #fff;
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: .2em;
}
.header_image .header_image_inner .index_logo {
	width: 300px;
	margin: 10px auto;
}

/*----------------------------------------------------
enter
----------------------------------------------------*/
.enter_page .enter {
	bottom: 0;
}
.enter_page .enter .bottom {
	color: #fff;
}
/*----------------------------------------------------
seotext
----------------------------------------------------*/
#seo_top_area,
#seo_area {
	background: #f6efe1;
}
#seo_top_area p,
#seo_area p {
	color: #444;
	text-align: justify;
	word-break: break-all;
}
/*----------------------------------------------------
link
----------------------------------------------------*/
#link_area ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#link_area li {
	margin: 5px;
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
#wrapper #footer {
	position: relative;
	left: 0;
	right: 0;
	margin: 50px auto 0;
	text-align:center;
	background-image: url(../img/back3.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 10%;
}
#footer_link{
	width: 673px;
	margin:20px auto;
	clear:both;
	padding: 5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+49,ffffff+100&0.8+0,0.8+49,0.8+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(242,242,242,0.8) 49%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(242,242,242,0.8) 49%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(242,242,242,0.8) 49%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */

}
#footer_link h3 {
	 border-left: 5px solid #000;
	 color: #000;
	 font-size: 12px;
	 font-weight: bold;
	 margin-top: 15px;
	 padding-left: 5px;
}
/*----------------------------------------------------*/
#wrapper #index_contents{
	width:910px;
	margin:0 auto;
}
#wrapper #index_contents #pickup_area{
	width: 350px;
	margin-right: 40px;
	float: left;
}
#wrapper #index_contents #pickup_area p{
	margin-top: 10px;
	color: #332b28;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#wrapper #index_contents #pickup_area span.g_name{
	color: #332b28;
	display: block;
}

.bnr_recruit {
	position: relative;
}
.bnr_recruit .btn_recruit {
	display: block;
	width: 243px;
	position: absolute;
	bottom: 48px;
	right: 28px;
}
.bnr_recruit .btn_recruit:hover {
	transform: scale(1.1);
}

/*----------------------------------------------------
#info
----------------------------------------------------*/
#wrapper #index_contents #right_area #infobox_area{
	height:250px;
	margin-bottom: 10px;
}
#wrapper #index_contents #right_area #infobox_area #infobox{
	overflow: auto;
	height: 180px;
	background-color: #fff;
	padding: 10px;
}
#wrapper #index_contents #right_area #infobox_area #infobox li{
	border-bottom:dotted 1px #CCCCCC ;
	padding:5px 0;
}
#wrapper #index_contents #right_area #infobox_area #infobox li span.days{
	color:#332b28;
	font-weight:bold;
	display:block;
}
/*----------------------------------------------------
#new face
----------------------------------------------------*/
#wrapper #index_contents #right_area #newface_area{
	height:250px;
}
#wrapper #index_contents #right_area #newface_area #newfacebox{
	overflow: auto;
	height: 180px;
	background-color: #fff;
	padding: 10px;
}
#wrapper #index_contents #right_area #newface_area #newfacebox li {
	float: left;
	width: 115px;
	margin-right: 6px;
	margin-bottom: 10px;
}
#wrapper #index_contents #right_area #newface_area #newfacebox li p{
	text-align:center;
}
#wrapper #index_contents #right_area #newface_area #newfacebox li span.g_name{
	font-weight:bold;
	color:#332b28;
	text-align:center;
	display:block;
}
#wrapper #index_contents #right_area #newface_area #newfacebox li span.days{
	color:#332b28;
	font-weight:bold;
	text-align:center;
	display:block;
}

/*----------------------------------------------------
#work_area
----------------------------------------------------*/
#work_area .worklist ul {
	font-size: 0;
}
#work_area .worklist li {
	display: inline-block;
	position: relative;
	width: 48%;
	margin-bottom: 30px;
}
#work_area .worklist li:nth-child(even) {
	margin-left: 4%;
}
#work_area .worklist .g_time {
	display: block;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	font-family: serif;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	background: rgba(0,0,0,.6);
}
#work_area .worklist .condition {
	font-size: 13px;
}
#work_area .worklist .condition i {
	font-size: 11px;
	margin-right: 5px;
}
#work_area .worklist .time::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(../img/icon-time.png) no-repeat;
	background-size: 14px;
}
#work_area .worklist .g_name {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid var(--theme-color);
}
#work_area .worklist a {
	display: block;
	overflow: hidden;
}
#work_area .worklist img {
	width: 100%;
	transform: scale(1.0);
	transition-duration: 0.6s;
}
#work_area .worklist a:hover img {
	transform: scale(1.3);
	transition-duration: 0.6s;
}

/*----------------------------------------------------
#mailmagazine Mbile
----------------------------------------------------*/
#others_area {
	width: 910px;
	margin: 50px auto;
	padding: 20px;
	text-align: left;
	background: #f1f1f1;
	box-sizing: border-box;
}
#others_area .others_head {
	color: #fc4c85;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: bold;
}
#others_area .notes {
	margin: 5px 0;
	font-size: 13px;
}

#mobile {
	float: right;
	position: relative;
	width: 350px;
}
#mobile .notes {
	width: 230px;
	font-size: 14px;
}
#mobile img {
	position: absolute;
	top: -5px;
	right: 0;
}
/*----------------------------------------------------
#gal list
----------------------------------------------------*/
.girlslist ul {
	font-size: 0;
}
.girlslist li {
	display: inline-block;
  width: 220px;
  margin-right: 20px;
}
.girlslist li:nth-child(3n) {
	margin-right: 0;
}
.girlslist .girlslist_img {
	position: relative;
}
.girlslist p {
	color: #332b28;
	font-size: 13px;
	text-align: center;
}
.girlslist a {
	color: #332b28;
	font-size: 14px;
}
.girlslist .g_name {
	display: block;
	height: 18px;
	margin-top: 5px;
	text-align: center;
}
.girlslist .g_prof {
	margin-bottom: 20px;
}
.girlslist .g_prof .prof_item {
	margin: 0 10px;
}
/*----------------------------------------------------
#gal profile
----------------------------------------------------*/
#reserve_area {
	background: rgba(255,255,255,.4);
}
#reserve_box {
    padding: 30px 48px 20px;
}
#profile_area .dto_galdiary {
	float: right;
}
#profile_area .dto_galdiary a {
	display: block;
	margin-top: 10px;
}
#profile_area .dto_galdiary a:hover {
	text-decoration: none;
	opacity: .8;
}
#profile_area .dto_galdiary img {
	vertical-align: middle;
}
#profile_area .dto_galdiary span {
	display: inline-block;
	margin-top: 8px;
	padding: 5px;
	font-size: 13px;
	text-decoration: underline;
	vertical-align: middle;
}
#profile_area .outline {
    padding: 40px;
    border: 1px solid #999;
    box-sizing: border-box;
}
#profile_area #photo {
	float:left;
}
#profile_area #profmes {
	float: right;
	width: 320px;
}
#profmes .g_name {
	color: var(--theme-color);
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}
#profmes .g_style {
	padding: 10px 0;
	color: #444;
	font-size: 12px;
}
#profmes .question_list {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#profmes .question_list dt {
	margin-top: 10px;
	color: var(--theme-color);
	font-size: 16px;
	font-weight: bold;
}
#profmes .question_list dd {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	word-break: break-all;
}
#profmes .g_comment,
#profmes .s_comment {
	margin-top: 15px;
}
#profmes .g_comment dt,
#profmes .s_comment dt {
	color: var(--theme-color);;
	font-size: 16px;
	font-weight: bold;
}
#profmes .g_comment dd,
#profmes .s_comment dd {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	word-break: break-all;
}
.shop_hours {
	font-size: 30px;
	text-align: center;
}
.shop_tel_no {
	font-size: 50px;
	text-align: center;
}
#profile_area #prof_img {
	line-height: 0;
}
#profile_area .bt_photo_list {
	margin-top: 10px;
  font-size: 0;
  line-height: 0;
}
#profile_area .bt_photo_list li {
	display: inline-block;
	width: 80px;
	margin-right: 10px;
}
#profile_area .bt_photo_list li:last-child {
	margin-right: 0;
}
#wrapper #index_contents #profile_area #photo img{
	border:dotted 1px #fff;
}
#wrapper #index_contents #profile_area #profmes{
	float: right;
	width: 350px;
	margin-top: 20px;
}
#wrapper #index_contents #profile_area #profop {
	float: right;
	width: 350px;
	margin-top: 20px;
}
#wrapper #index_contents #profile_area #profmes #name{
	font-size:16px;
	color:#fc4c85;
	font-weight:bold;
}
#wrapper #index_contents #profile_area #profmes dt {
	margin-bottom: 3px;
    font-weight: bold;
		color: #332b28;
}
#wrapper #index_contents #profile_area #profmes dd {
	min-height:18px;
	 margin-bottom: 3px;
	border-bottom:dotted 1px #CCCCCC;
	color: #444;
}
#wrapper #index_contents #profile_area #profop #name{
	font-size:12px;
	font-weight:bold;
	color:#fc4c85;
}
#wrapper #index_contents #profile_area #profop dd {
	min-height:18px;
	 margin-bottom: 3px;
	text-align:right;
	border-bottom:dotted 1px #CCCCCC;
}
#wrapper #index_contents #profile_area .shops_comment {
	float: right;
	width: 350px;
	margin-top: 20px;
}
#wrapper #index_contents #profile_area .girls_comment {
	float: right;
	width: 350px;
	margin-top: 20px;
}
#wrapper #index_contents #profile_area .shops_comment dt,
#wrapper #index_contents #profile_area .girls_comment dt{
	padding: 4px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
	background: #fc4c85;
}
#wrapper #index_contents #profile_area .shops_comment dd,
#wrapper #index_contents #profile_area .girls_comment dd{
	min-height: 18px;
	margin-bottom: 3px;
	color: #444;
	text-align: justify;
	word-wrap: break-word;
}

#wrapper #index_contents #profile_area .schedule {
	margin-top: 20px;
}
#wrapper #index_contents #profile_area .schedule th {
	 color: #FFF;
	 height: 25px;
	 text-align: center;
	background-color:#fc4c85;
	 vertical-align: middle;
	border:solid 1px #60605f;
}
#wrapper #index_contents #profile_area .schedule td {
	 height: 25px;
	 text-align: center;
	border:solid 1px #60605f;
	 vertical-align: middle;
	 color: #333;
}
#schedule_area .ttl_sub {
	color: var(--theme-color);
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------
#schedule
----------------------------------------------------*/
#schedule_area {
	background: rgba(255,255,255,.4);
}
.datelist {
    padding: 30px 48px 20px;
}
.datelist li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.datelist li:nth-child(even) {
	margin-right: 0;
}
.datelist p {
	margin-bottom: 20px;
	color: #332b28;
	font-size: 13px;
	text-align: center;
}
.datelist a {
	color: #332b28;
	font-size: 14px;
}
.datelist .time {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}
.datelist .time::before {
	display: inline-block;
	content: "";
	background: url(../img/ico-time.png) no-repeat center;
	background-size: 14px;
	width: 18px;
	height: 15px;
	vertical-align: top;
}
.datelist .g_name {
	display: block;
	margin-top: 5px;
	text-align: center;
}
#schedule_area {
	margin-top: 40px;
	text-align: center;
}
#schedule_area h3{
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	margin:15px 0 5px 0;
}
#schedule_area .calender,
#schedule_area .calender2 {
	display: inline-block;
}
#schedule_area .calender ul,
#schedule_area .calender2 ul {
	font-size: 0;
}
#schedule_area .calender li,
#schedule_area .calender2 li {
	display: inline-block;
	min-width: 100px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 7px;
	color: #fff;
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-sizing: border-box;
	cursor: pointer;
}
#profile_area #schedule_area .calender li,
#profile_area #schedule_area .calender2 li {
	display: block;
	min-width: 160px;
	font-size: 16px;
}
#schedule_area .calender2 li {
	color: var(--theme-color);
	background: #fff;
	text-align: left;
	border: 1px solid #fff;
	vertical-align: top;
}
#schedule_area .calender2 .condition {
	display: inline-block;
	width: 200px;
	padding-left: 30px;
}
#schedule_area .calender2 i {
	font-size: 12px;
	margin-right: 5px;
}
#schedule_area .calender li.current {
	color: var(--theme-color);
	background: #fff;
	border: 1px solid var(--theme-color);
}
#schedule_area .calender a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#schedule_area .calender a:hover {
	color: var(--theme-color);
	background: #fff;
	transition: all .3s;
}

/*----------------------------------------------------
#system
----------------------------------------------------*/
#system_box li {
	border-bottom: 1px solid #ccc;
}
#system_box dl {
	display: table;
	width: 100%;
}
#system_box dt,
#system_box dd {
	display: table-cell;
	width: 30%;
	padding: 5px;
	font-family: var(--importfont);
	font-size: 18px;
}
#system_box dt {
	width: 30%;
}
#system_box dd {
	width: 70%;
}





/*----------------------------------------------------
#access
----------------------------------------------------*/
#access_area dt {
	float: left;
	color: #332b28;
	padding: 15px 10px;
	font-size: 16px;
}
#access_area dd {
	padding: 15px 10px;
	color: #332b28;
	font-size: 16px;
	text-align: right;
	border-bottom: dotted 1px #332b28;
}

/*----------------------------------------------------
#recruit
----------------------------------------------------*/
#recruit_box {
	padding: 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
#recruit_box li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#recruit_box dt,
#recruit_box dd {
	font-size: 14px;
}
#recruit_box dt {
	color: var(--theme-color);
}


/*----------------------------------------------------
#contact
----------------------------------------------------*/
#contact_area {
	background: rgba(255,255,255,.4);
}
#contact_box {
    padding: 30px 48px 20px;
}
#wrapper #index_contents #contact_area h3{
	font-size:12px;
	font-weight:bold;
	color:#a80606;
	border-left:solid 5px #a80606;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #contact_area h4{
	font-size:12px;
	font-weight:bold;
	color:#666;
	border-left:solid 5px #666;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #contact_area .detail form dt .point {
	 color: #FFFFFF;
}
#wrapper #index_contents #contact_area .detail form .pink {
	 color: #FF3399;
	 font-weight: bolder;
}
.seo_right {
	float: right;
    width: 280px;
    margin-top: 0!important;
}
#wrapper #index_contents #contact_area .reserve_btn {
	margin:40px auto 5px auto;
}
#wrapper #index_contents #contact_area .reserve_text {
	font-size: 20px;
	text-align: center;
}
#wrapper #index_contents #contact_area .reserve_text span {
	margin-left: 10px;
	font-size: 40px;
	vertical-align: sub;
}



/*----------------------------------------------------
#enter page
----------------------------------------------------*/


#wrap #index_detail .top p.text{
	text-align:center;
	width:620px;
	color:#000;
	height:38px;
	margin:0 auto;
}

#wrap #index_detail h1 {
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: #ad1252;
}
#wrap #index_detail .bottom {
	margin-bottom: 15px;
}
#wrap #index_detail .bottom p {
	color: #FF0101;
}
#wrap .copy {
	 color: #fff;
	 font-size: 12px;
	 margin-top: 5px;
	float:right;
}
body #change{
	display: block;
	width: 30%;
	height: 22px;
	background: -webkit-gradient(linear, center top, center bottom, from(#dedede), color-stop(0.2, #ededed), to(#ffffff));
	border: solid 1px #bdbcbd;
	margin: 10px auto 5px auto;
	line-height: 1.3;
	text-align: center;
	clear:both;

}
body #change a span {
	font-family: Verdana-Bold, Arial-BoldMT, "HiraKakuProN-W6", "�q���M�m�p�S ProN W6";
	color: #000;
	font-size: 14px;
}
/*----------------------------------------------------
#reserve
----------------------------------------------------*/
#reserve_area {
	background: rgba(255,255,255,.4);
}
#reserve_box {
    padding: 30px 48px 20px;
}
#wrapper #index_contents #reserve_area h3{
	font-size:12px;
	font-weight:bold;
	color:#a80606;
	border-left:solid 5px #a80606;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #reserve_area h4{
	font-size:12px;
	font-weight:bold;
	color:#666;
	border-left:solid 5px #666;
	padding-left:5px;
	margin-top:15px;
}
#wrapper #index_contents #reserve_area .detail form dt .point {
	 color: #FFFFFF;
}
#wrapper #index_contents #reserve_area .detail form .pink {
	 color: #FF3399;
	 font-weight: bolder;
}
.seo_right {
	float: right;
    width: 280px;
    margin-top: 0!important;
}

/*----------------------------------------------------
#concept
----------------------------------------------------*/
#concept dt {
	color: var(--theme-color);
	font-size: 40px;
	letter-spacing: .2em;
}
#concept dt .head_ja {
	margin-left: 10px;
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
}
#concept dd {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	word-break: break-all;
}


@media screen and (max-width:640px) {
.header_image {
	max-height: initial;
	overflow: initial;
	padding-bottom: 30%;
}
.header_image .header_image_inner {
	top: 25%;
	transform: none;
}
.header_image .main_info{
	top: 58%;
	transform: translateY(-50%);
}
.header_image .profile_info{
	top: 58%;
	transform: translateY(-50%);
}
.header_image .profile_info .pb_profile{
	padding: 8em 0;
}
.header_image .system_info{
	top: 62%;
	transform: translateY(-50%);
}
.header_image .system_info .pb_system{
	padding-bottom: 23%;
}
.header_image .schedule_info{
	top: 61%;
	transform: translateY(-50%);
}
.header_image .schedule_info .pb_scedule{
	padding-bottom: 23%;
}
.header_image .list_info{
	top: 54%;
	transform: translateY(-50%);
}
.header_image .list_info .pb_list{
	padding: 8em 0;
}
.header_image .topic_info{
	top: 55%;
	transform: translateY(-50%);
}
.header_image .topic_info .pb_topic{
	padding: 10em 0;
}
.header_image .recruit_info{
	top: 62%;
	transform: translateY(-50%);
}
.header_image .recruit_info .pb_recruit{
	padding-bottom: 23%;
}
.header_image .contact_info{
	top: 64%;
	transform: translateY(-50%);
}
.header_image .contact_info .pb_contact{
	padding-bottom: 28%;
}
.header_image .access_info{
	top: 55%;
	transform: translateY(-50%);
}
.header_image .access_info .pb_access{
	padding: 9em 0;
}
.header_image .header_image_inner .body_text {
	margin-top: 10px;
	font-size: 3.7333vw;
	line-height: 1.8;
}
.header_image .header_image_inner .index_logo {
	width: 60%;
	margin: 10px auto;
}
#footer_link {
	width: 100%;
	box-sizing: border-box;
}
#wrapper #header h1 {
	font-size: 2.6666vw;
}
#seo_top_area,
#seo_area {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
}
.girlslist ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.girlslist li {
	width: 45%;
	margin: 0;
}
#system_box dt,
#system_box dd {
	display: block;
	width: 100%;
	text-align: center;
}
#system_box .price dt {
	font-size: 24px;
}
#system_box .price dd {
	font-size: 14px;
}
#system_box .other dt {
	font-size: 14px;
}
#system_box .other dd {
	font-size: 24px;
}
#concept dt {
	font-size: 8vw;
	text-align: center;;
}
#concept dt .head_ja {
	display: block;
	margin: -10px 0 10px;
	font-size: 3.7333vw;
}
#wrapper #footer {
	margin: 0;
}
#schedule_area .calender ul {
	text-align: center;
}
#schedule_area .calender li {
	display: inline-block;
	min-width: 22%;
	margin-left: 2%;
	font-size: 14px;
}
#schedule_area .calender li:first-child {
	margin-bottom: 10px;
}
#schedule_area .calender a {
	padding: 10px 0;
}
#profile_area #photo {
	float: none;
	text-align: center;
}
#profile_area #photo img {
	width: 90%;
}
#profile_area .bt_photo_list {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 10px auto 20px;
}
#profile_area .bt_photo_list li {
	width: 25%;
	margin: 0;
}
#profile_area #profmes {
	float: none;
	width: 90%;
	margin: 0 auto;
}
#profile_area .calender {
	display: inline-block;
	width: 22%;
}

#profile_area .calender2 {
	display: inline-block;
	width: 75%;
}
#profile_area .calender2 .condition {
	width: initial;
	padding-left: 10px;
}

#profile_area #schedule_area .calender li,
#profile_area #schedule_area .calender2 li {
	min-width: 100%;
	margin: 0;
	font-size: 12px;
	vertical-align: initial;
}
#profile_area .calender li:first-child,
#profile_area .calender2 li:first-child {
	width: 100%;
	margin: 0;
}


}

/* mce */
.mce {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 2;
}
.mce h1 {
	font-size: 32px;
	font-weight: bold;
}
.mce h2 {
	font-size: 24px;
	font-weight: bold;
}
.mce h3 {
	font-size: 18.72px;
	font-weight: bold;
}
.mce h4 {
	font-size: 16px;
	font-weight: bold;
}
.mce h5 {
	font-size: 13.28px;
	font-weight: bold;
}
.mce h6 {
	font-size: 10.72px;
	font-weight: bold;
}
.mce strong {
	font-weight: bold;
}
.mce em {
	font-style: italic;
}
.mce sup {
	vertical-align: super;
}
.mce sub {
	vertical-align: sub;
}
.mce p {
	display: block;
}
.mce iframe {
	width: 100%;
}