﻿@charset "utf-8";

/* ==|== normalize ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section ,main{ display: block; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
a { color: inherit; text-decoration: none}
a:visited { color: #888; }
a:hover { color: #0066ee; }
a:focus { outline: thin dotted; }ul, ol { margin: 1em 0; padding: 0 0 0 30px; }

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }


 
html,body,#wrapper{
	height: 100%;
	position: relative;
}
body > #wrapper {
	height:auto;
	min-height:100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
	text-decoration: none;
	width: 100%;
	color:#555;
	padding:0;
	margin:0;
	background-color: #FCF9F9;
	box-sizing:border-box;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
main{
	width:100%;
	line-height:1.8;
	position: relative;
	padding-bottom: 3.5em;
}
figure img{
	width:100%;
	margin: 0;
	display:block;
}

header {
	width: 100%;
	height: 70px;
	background-color: #FFF;
	border-bottom: 1px solid #ccc;
	text-align:center;
	position:fixed;
	z-index: 5;
}
header h1{
	margin:0;
	padding:0;
	font-size:17px;
}
header img {
	width: auto;
	height: 2.6em;
	margin-top: 0.65em;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav {
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px 3px 2px #ccc;
}
nav#menu ul {
	padding-top: 80px;
	height: 30px;
}
nav#menu ul li {
	float: left;
	width: 16.66%;
}
nav#menu ul li a {
	padding: 4px 0 6px;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	font-size: 10px;
	letter-spacing: 0.1em;
	transition: 0.5s;
	text-align: center;
	color: #d48d99;
	letter-spacing: -0.02em;
}
nav#menu ul li:last-child {
	display: none
}
nav#menu ul li a:hover,
nav#menu ul li#current a {
	background: #ffe1dd;
}
nav#menu ul li a span {
	display: none;
}

/*動画埋め込み
---------------------------------------------------------------------------*/

.mpeg{
	position: relative;
	height: 0;
	padding: 0px 0 56.2%;
	overflow: hidden;
}
.mpeg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mpeg + div{
	font-size: 0.7em;
	margin-top: 50px;
}

/*ボタン
---------------------------------------------------------------------------*/
.btn {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
	box-sizing: border-box;
}
.btn p{
	font-size: 0.8rem;
	font-weight: bold;
	margin-bottom: 0;
}
.btn a {
	font-size: 0.82rem;
}
.btn a:active {
	background-color: #ccc;
}
.btn_line ,
.btn_reservation {
	width: 100%;
	text-align:center;
}
.btn_line a ,
.btn_reservation a ,
button.btn_reservation {
	display:block;
	text-align: center;
	background-color: #000;
	padding: 10px;
	padding-top: 12px;
	border: 0px solid #000;
	position: relative;
}
.btn_line a::before ,
.btn_reservation a::before ,
button.btn_reservation::before {
	content: '';
	position: absolute;
	border: 1px solid #000;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: 0px;
	right: -4px;
}
.btn_line a::after ,
.btn_reservation a::after ,
button.btn_reservation::after {
	content: '';
	position: absolute;
	border: 1px solid #000;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -4px;
	right: 0px;
}
.btn_line a {
	background-color: #FFF;
}
.btn_line a ,
.btn_line:visited {
	color: #000;
}
.btn_reservation a ,
.btn_reservation:visited {
	color: #FFF;
}

/*予約特典
---------------------------------------------------------------------------*/

.special {
	width: 100%;
	margin: 50px auto 0;
	box-sizing: border-box;
	padding: 0px 1.2em 15px;
	position: relative;
}
.special::before  {
	content: '';
	position: absolute;
	border: 1px solid #000;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: 0px;
	right: -4px;
}
.special::after  {
	content: '';
	position: absolute;
	border: 1px solid #000;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -4px;
	right: 0px;
}
.special div {
	width: 11.5rem;
	margin: 0 auto;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0px 1em;
	position: relative;
	top: -13px;
	background-color: #FCF9F9;
	z-index: 1;
}
#reservation .special div {
	background-color: #FFF;
}
.special div::before , .special div::after {
	content: '';
	position: absolute;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #000;
	transform: rotate(-45deg);
}
.special div::before {
	left: -2px;
}
.special div::after {
	right: -2px;
}
.special p {
	margin: 0;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 0.8em;
	text-align: left;
	font-weight: normal;
}
.special p {
	margin: 0;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 0.8em;
	text-align: left;
	font-weight: normal;
}


/*各国メディア
---------------------------------------------------------------------------*/

#media {
	width: 94%;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 0px 1.2em 15px;
	position: relative;
}
#media h3 {
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px 1em;
	border-bottom: 3px double #888;
	border-top: 3px double #888;
}
#media h3 span {
	font-weight: normal;
	font-size: 0.8rem;
}
#media .c_body {
	display: flex;
	margin: 30px auto;
}
#media .c_img {
	box-shadow: 3px 2px 10px #aaa;
}
#media .c_text {
	margin-left: 1em;
}
#media .c_text a {
	color: #d48d99;
	font-weight: bold;
}

/*感染対策 ＆ リクルートキャンペーン
---------------------------------------------------------------------------*/

.taisaku {
	width: 86%;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 0px 1.2em 15px;
	position: relative;
}
.campaign {
	width: 80%;
	margin: 60px auto 0px;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	padding: 18px 0 15px;
	position: relative;
	border-bottom: 3px double #888;
	border-top: 3px double #888;
}
.taisaku div {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
}
.taisaku div .sho,.campaign div .sho {
	font-size: 2.5rem;
	color:#e7728f;
	font-weight: bold;
}
.taisaku div .ga,.campaign div .ga {
	font-size: 1.65rem;
	font-weight: bold;
}
.taisaku h3 {
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-size: 0.95rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px 1em;
	border-bottom: 3px double #888;
	border-top: 3px double #888;
}

/*営業自粛
---------------------------------------------------------------------------*/

.jishuku {
	width: 94%;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 0px 1.2em 15px;
	position: relative;
	text-align: center;
/*	line-height: 2.2;*/
	line-height: inherit;
}
.jishuku div {
	margin-bottom: 30px;
}
.jishuku div .ga {
	line-height: 1.6;
	font-size: 1.65rem;
	font-weight: bold;
}
.jishuku p {
	margin-bottom: 1.8em;
}
.jishuku a {
	font-weight: bold;
	font-size: 1.1em;
	color: #e7728f;
}
.jishuku a:hover {
	color: #555;
}

.jishuku figure {
	width: 100%;
	display: block;
	margin: 30px auto 10px;
}

/*ゴールデンタイム
---------------------------------------------------------------------------*/
div.gt {
	border: 1px solid #666;
	margin-top: 40px;
	padding: 1em;
}

/*リクルートキャンペーン
---------------------------------------------------------------------------*/

.campaign {
	width: 86%;
	margin: 60px auto 0px;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	padding: 20px 0 15px;
	position: relative;
	border-bottom: 3px double #888;
	border-top: 3px double #888;
}
.campaign div .sho {
	font-size: 2.0rem;
	color:#e7728f;
	font-weight: bold;
}
.campaign div .ga {
	font-size: 1.15rem;
	font-weight: n;
}

/*コンテンツ
---------------------------------------------------------------------------*/

.contents {
	width: 94%;
	margin: 20px auto 0;
	background-color: #fff;
	box-shadow:
        0 2px 5px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	border-radius: 15px;
	padding: 45px 1.5em 15px;
	position: relative;
	background-size:auto 26px;
	background-repeat: no-repeat;
	background-position: 25px 30px;
	color: #9d8686;
}
.contents::before{
	content: '';
	position: absolute;
	border-bottom: 1px dotted #000;
	left: 0;
	top: 62px;
	width: 100%;
}
.contents h2{
	position:relative;
	font-size:1.3em;
	line-height:1.4;
	margin-top:55px;
}
.contents figure{
	width:80%;
	margin:10px auto;
}
.contents hr { 
	width:70%;
	margin:50px auto 0;
	border: 0; 
	height: 1px; 
	background: -webkit-linear-gradient(left, #fff, #8c8b8b, #fff);
	background: linear-gradient(left, #fff, #8c8b8b, #fff); 
}

#event{
	background-image: url(../imgs/h_event.png);
}
#system{
	background-image: url(../imgs/h_system.png);
}
#about{
	background-image: url(../imgs/h_about.png);
}
#recruit{
	background-image: url(../imgs/h_recruit.png);
}
#access{
	background-image: url(../imgs/h_access.png);
}
#reservation{
	background-image: url(../imgs/h_reservation.png);
}
#entry{
	background-image: url(../imgs/h_entry.png);
}
#privacy{
	background-image: url(../imgs/h_privacypolicy.png);
}
#about_top{
	background-image: url(../imgs/h_baddgirls.png);
}

/* event */
.event_part{
	margin-top:40px;
}
#event dt{
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
#event dt span{
	font-size: 1.0rem;
	padding-left:5px;
}
#event .event_west dt span::before{
	content:'◆';
	color:#8585ec;
}
#event .event_aksk dt span::before{
	content:'◆';
	color:#e95098;
}
#event .event_ginza dt span::before{
	content:'◆';
	color:#f2ac67;
}
#event dd{
	font-weight: bold;
	font-size: 1.05rem;
	line-height:1.4;
	margin:0;
	padding-top:5px;
}
#event p{
	margin-bottom:5px;
}
#event .caution{
	font-size: 0.7rem;
	margin-top:0;
}

/* system */
#system .product {
  display: flex;
  align-items: center;
  margin-left:1em;
}
#system .product::after {
  content: '';
  border-top: 1px dotted;
  flex: auto;
}
#system .product dt {
	padding-right:5px;
}
#system .product dd {
  order: 1;
  margin: 0;
  padding-left:5px;
}

/* about */

/* recruit */
.contents table{
	width:100%;
	margin:0;
	border-collapse:collapse;
	line-height:1.6;
}
.contents tr{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.contents th{
	width:24%;
	text-align:left;
}
.contents td{
	padding:18px 0;
}
#recruit>table td span{
	display:block;
	padding-bottom:7px;
}
.checklist{
	margin:30px auto 50px;
	display:flex;
	flex-wrap:wrap;
}
.checklist p{
	margin:0;
	padding-left:24px;
	padding-right:1em;
	position:relative;
}
.checklist p:before,
.checklist p:after{
	content:"";
	display:block;
	position:absolute;
}
.checklist p:before{
	width:14px;
	height:14px;
	background:#ffffff;
   	border:1px solid #555555;
	left:0;top:4px;
}
.checklist p:after{
	border-left:3px solid #e7728f;
	border-bottom:2px solid #e7728f;
	width:15px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:2px;
	top:5px;
}
#recruit .btn {
	justify-content: center;
}

/* access */
.list_n_map {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.list_n_map:last-child {
	margin-bottom:20px;
}

#access td{
	padding:10px 0;
}
#access th{
	width:33%;
}
#access .map{
	width:100%;
	position: relative;
	margin-top: 15px;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#access .map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
#access figure{
	width:100%;
}
#access a{
	text-decoration:underline;
	color: inherit;
}

/* reservation & entry */
form .reservation_left,
form .information_left{
	width:35%;
	font-weight: bold;
	padding-right:0.8em;
}
form .information_right{
	padding:10px 0;
}
form td div{
	font-size: 0.85em;
}
form input,form select{
	margin:5px 0;
}
form .input_text1{
	width:9rem;
}
form .input_text2{
	width:3rem;
}
form .input_text3{
	width:2.4rem;
}
form .input_text4{
	width:97%;
	box-sizing: border-box;
}
form input + span,
span + input,
form select + span{
	margin-left:5px;
}
form .btn{
	justify-content:center;
}
form button.btn_reservation{
	-webkit-appearance: none;
	color:#fff;
	font-size: 0.82rem;
	margin-top:10px;
	padding:16px 0 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
}
form button.btn_reservation:hover{
	position:relative;
	top:2px;
}

/* privacy */
#privacy ol {
	margin-top:50px;
	padding-left:1.4em;
}
#privacy li {
	position:relative;
	margin-bottom:20px;
}
#privacy li::before {
	content: ' ';
	position: absolute;
	border-bottom: 1px solid #ddd;
	left: -22px;
	top: 24px;
	width:106%;
}
#privacy li p{
	font-size: 0.8rem;
}

/*サンクス
---------------------------------------------------------------------------*/
.thanks{
	text-align: center;
}
.thanks a{
	text-decoration: underline;
	font-size: 0.8rem;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
width: 100%;
box-sizing: border-box;
	clear: both;
	text-align: center;
	background-color: #FFF;	
	box-shadow: 0px 0px 8px #999;
	margin-top:3em;
	margin-bottom: 0px;
	padding: 5px 15px;
	position: absolute;
	bottom: 0;
}
footer a ,footer a:visited {
	font-size: 0.65em;
	color: #444;
}
footer a:hover {
	color: #888;
}




/*テキスト装飾系
---------------------------------------------------------------------------*/

a {
	font-weight: normal;
}
figcaption{
	font-size:1em;
	margin-top:-3px;
	color: inherit;
	font-weight:normal;
	font-style:normal;
}

.bold{
	font-weight:bold;
	font-size:1.03em;
	letter-spacing:0.02em;
}
.aka{
	color:#e7728f;
}
.ub {
	text-decoration: underline;
}
.color_west ,.event_west dd{
	color:#8585ec;
}
.color_aksk ,.event_aksk dd{
	color:#e95098;
}
.color_ginza ,.event_ginza dd{
	color:#f2ac67;
}

.marker{
	background-color:#ffff30;
}
.marker_p{
	background: -webkit-linear-gradient(transparent 70%, #fda5af 72%, #ff9c96 100%,transparent 0%);
	background: linear-gradient(transparent 70%, #fda5af 72%, #fda5af 100%,transparent 0%);
	padding: 0 5px;
	font-size:1.2em;
	font-weight: bold;
}

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

.kzr{
	width: 150px;
	margin: 30px auto;
}

.ml0{
	margin-left:0;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.ml0{
	margin-left:0 !important;
}
.mr0{
	margin-right:0 !important;
}

.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}

.pc , .pc_inline{
	display: none;
}



/* Tablet Layout: Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {
body{
	font-size: 14px;
}
main{
	max-width:860px;
	margin:0 auto;
	padding-bottom: 30px;
}
header {
	width: 100%;
	height: 90px;
	position: relative;
}
header img {
	width: auto;
	height: 3.5em;
	margin-top: 0.8em;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu ul {
	width: 700px;
	height: 42px;
	padding-top: 5px;
	padding-right: 15px;
	margin: 0 auto;
}
nav#menu ul li {
	width: 14.25%!important;
}
nav#menu ul li a {
	font-size: 12px;
	letter-spacing: 0;
}
nav#menu ul li:last-child {
	display: block
}
nav#menu ul li a span {
	display: block;
	transform:scale(0.7);
	color: #777;
	font-weight: normal;
}

/*ボタン
---------------------------------------------------------------------------*/
.btn {
	width: 85%;
}
.btn_line ,.btn_reservation {
	width: 43%;
}
.btn div + div{
	margin-top:0em;
}

/*予約特典
---------------------------------------------------------------------------*/
.special {
	width: 85%;
	padding-bottom: 20px;
}
.special p {
	margin: 0;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 3.5em;
}

/*感染対策
---------------------------------------------------------------------------*/

.taisaku {
	width: 76%;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 0px 1.2em 15px;
	position: relative;
}
.taisaku h3 {
	font-size: 1.15rem;
}
.taisaku p {
	padding: 0px 1.8em;
}

/*営業自粛
---------------------------------------------------------------------------*/

.jishuku img {
	width: 65%;
	display: block;
	margin: 30px auto 10px;
}

/*リクルートキャンペーン
---------------------------------------------------------------------------*/

.campaign {
	width: 70%;
}
.campaign div .ga {
	font-size: 1.25rem;
	font-weight: n;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding: 45px 3.5em 15px;
	background-position: 3.5em 30px;
}
/* event */
.event_part{
	width:100%;
	margin-top:40px;
}
#event dl{
	display:flex;
	align-items:flex-end;
}
#event dt{
	font-weight: bold;
	border-bottom:1px solid #ccc;
	
	width:35%;
}
#event dd{
	font-size: 1.2rem;
	border-bottom:1px solid #ccc;
	flex:0 0 65%
}
/* system */
#system dl {
	width:85%;
}
#system dl div {
	margin-left:4em;
}
.product dt {
	padding-right:5px;
}
.product dd {
  order: 1;
  margin: 0;
  padding-left:5px;
}
#system figure{
	width:65%;
	margin-top:20px;
}
/* recruit */
.recruit_photo{
	display:flex !important;
	flex-wrap:nowrap;
}
.recruit_photo figure + figure{
	margin-left: 10px;
}
/* access */
#access table{
	width:57%;
	margin-top:10px;
}
#access th{
	width:27%;
}
#access a[href^="tel:"]{
	pointer-events: none;
	text-decoration:none;
}
#access .map{
	width:40%;
	padding-bottom: 43%;
	margin-top: 10px;
}
/* reservation & entry */
form .reservation_left{
	width:40%;
	font-weight: bold;
	padding-right:3em;
	text-align:right
}
/* privacy */
#privacy{
	background-image: url(../imgs/h_privacypolicy_pc.png);
}
#privacy li::before {
	content: ' ';
	position: absolute;
	left: -22px;
	top: 24px;
	width:103%;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
}

/*
---------------------------------------------------------------------------*/
.kzr{
	width: 150px !important;
	margin: 40px auto !important;
}

.pc{
	display: block;
}
.sp{
	display:none;
}
.pc_inline{
	display: inline;
}



}

/* Desktop Layout: Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 960px) {
body{
}
main{
	width: 860px;
}

/*ボタン
---------------------------------------------------------------------------*/
.btn {
	width: 99%;
	position:relative;
}
.btn_line ,.btn_reservation {
	width: 45%;
}
.btn a:hover{
	position:relative;
	top:2px;
}

/*予約特典
---------------------------------------------------------------------------*/
.special {
	width: 100%;
	font-size: 1.3em;
	line-height: 2;
	padding-bottom: 30px;
}
.special p {
	margin: 0;
	padding: 0px;
	padding-left: 7em;
}
#reservation .special {
	width: 80%;
	font-size: 0.9rem;
	padding-bottom: 25px;
}
#reservation .special p{
	padding-left: 5em;
}

/* initiative */
#initiative figure img {
	width: 837px;
	margin: 0 auto;
}

/*リクルートキャンペーン
---------------------------------------------------------------------------*/

.campaign {
	width: 60%;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	width:100%;
	padding: 45px 3.5em 15px;
	background-position: 3.5em 30px;
}
#privacy{
	background-image: url(../imgs/h_privacypolicy_pc.png);
}



.pc{
	display: block;
}
.sp{
	display:none;
}


}

/*---------------------------------------
   Z.FONT SIZE REPONSIVE
-----------------------------------------*/


@media (min-width: 411px) and (max-width: 599px)  {
    body {
        font-size: 14.5px !important;
    }
}

@media (min-width: 371px) and (max-width: 410px)  {
    body {
        font-size: 14px !important;
    }
}

@media (min-width: 350px) and (max-width: 370px)  {
    body {
        font-size: 13.5px !important;
    }
}

/*---予約ボタン----------------------------------------------*/

.res_btn {
    position: fixed !important;
    top: 17px;
	right:12px;
    z-index: 999;
}
.res_btn::after {
	position: absolute;
	right: -3px;
	bottom: -10px;
	content: '予約フォーム';
	display: block;
	width: 130%;
	color: #333;
	font-size: 0.4em;
	text-align: center;
}
.res_btn img {
	width: 28px;
}


/*---MENU-----------------------------------------------------*/

#layout {
	position: relative;
	top:0 ;
	left:0 ;
	width: 100%;
}
.open #layout{
	-webkit-filter:blur(4px);
	filter:blur(4px);
}

.layer{
	position: fixed;
	top: 0;
	left:0;
	z-index: 10;
	display: none;
	width: 100%;
	height: 100%;
	background-color:#FFF;
	opacity:0.95;
}
#ham{
    position: fixed !important;
    top: 15px;
	left:0px;
	padding-left:3px;
    z-index: 998;
    width: 100%;
}
#slide_menu{
    position: absolute;
    top: 40px;
    left: -100%;
    width: 100%;
    height: auto;
	padding:0;
	margin:0;
	text-align:center;
}
#slide_menu li{
	font-size:0.84em;
	padding: 16px 0px 15px ;
/*	background: #FFF;*/
	border-bottom:1px solid #ddd;
	list-style:none;
}
#slide_menu li a{
	color:#d48d99;
	text-decoration: none;
}
#slide_menu li:first-child{
	border-top:1px solid #ddd;
}

button{
	font-size:1em;
}
#menu-trigger {
	position: relative;
	width: 2.6em;
	height: 2.6em;
	background-color: #FFF;
	border: none;
	letter-spacing: 0.06em;
}
#menu-trigger span {
	position: absolute;
	left: 20%;
	width: 60%;
	height: 3px;
	background-color: #333;
	border-radius: 4px;
	transition: all .4s;
	box-sizing: border-box;
}
#menu-trigger span:nth-of-type(1) {
	top: 16%;
}
#menu-trigger span:nth-of-type(2) {
	top: 36%;
}
#menu-trigger span:nth-of-type(3) {
	top: 54%;
}
#menu-trigger::after {
	position: absolute;
	right: 0;
	bottom: 2px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #333;
	font-size: 0.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}
.open #menu-trigger::after {
	content: 'CLOSE';
	bottom: 2px;
}
.open #menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.open #menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.open #menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

