/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

audio:not([controls]) { display: none;height: 0}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


/* =============================================================================
   Base
   ========================================================================== */

/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
     font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    color: #3f3f3f;
}



/* Removes default margin. */
body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0} /*上方向のmarginを0にします */

ul, li , dt , dd{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted}

/* Improves readability when focused and also mouse hovered in all browsers. */

a:hover,a:active { outline : 0 ; opacity: 0.7;}


/* =============================================================================
   Typography
   ========================================================================== */

html { font-size: 80%} /* レスポンシブ   タイプセッティングへの対応 */

@media (max-width: 350px) {html { font-size: 70%}} /* iPhone5クラスの幅の画面の場合はデフォルト文字サイズを少し小さくする */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/

abbr[title] { border-bottom : 1px dotted}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/

b, strong { font-weight : bold}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0;
color: #000}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}


/*Sets consistent quote types.*/
q {quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}


/*=================================================================
   Embedded content
=================================================================*/
/*Removes border when inside `a` element in IE 8/9.*/


img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0;
}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/

figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */


/* Define consistent border, margin, and padding*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/

button,input {line-height: normal; /* 1 */}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default}


/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
input::placeholder{
    color: #AAA; 
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.security{
	pointer-events: none;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre,dt,dd,li {
	box-sizing: border-box;	
}


html, body {
	padding-top: 0;
	height: 100%;
	width: 100%;
	
}

/*下部に固定されるTELボタン*/
#footerBTNTel {
	position: fixed;
	bottom: 54px;
	left: 6px;
	font-size: 100%;
	z-index: 99;
	width: 56px;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
	display: none;
}
@media (max-width: 749px) {
	#footerBTNTel {
		display: block;
	}
}
/*下部に固定されるトップに戻るボタン*/
#page-top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	font-size: 100%;
	z-index: 99;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
}
#page-top a {
	background: rgba(204,204,204,0.75);
	text-decoration: none;
	color: #fff;
	padding: 12px 16px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}

.spfixmenuWrap{
	display: none;
	/*display: block;*/
	
	position: fixed;
	z-index: 9990;
}
@media (max-width: 749px) {
	.spfixmenuWrap{
		display: block;
	}
}

.spfixmenuBar{
	width: 100vw;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(244,227,238,0.9);
	z-index: 9990;
}
/*SP版メニュー用ピッカーここから(CSSの大部分はjsで出力されています。それを!importantで上書きしています。)*/
.picker{
	display: block;
}
.picker .picker-panel{
	background-color: rgba(244,227,238,1)!important;
	
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
	color: #4d2929!important;
	font-weight: bold;
}
.picker .picker-panel .picker-content .mask-top {
    top: 0;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(244,227,238,.6)),to(rgba(244,227,238,1.0)))!important;
    background: -o-linear-gradient(bottom,rgba(244,227,238,.4),rgba(244,227,238,.8))!important;
    bor
}
.picker .picker-panel .picker-content .mask-bottom {
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(244,227,238,.6)),to(rgba(244,227,238,1.0)))!important;
    background: -o-linear-gradient(top,rgba(244,227,238,.4),rgba(244,227,238,.8))!important;
}
.picker .picker-panel .picker-choose {
    color: #fff!important;
}
.picker .picker-panel .picker-choose .confirm {
    color: #fff!important;
    /*background: rgb(229,72,118);
	background: linear-gradient(0deg, rgba(229,72,118,1) 0%, rgba(241,141,170,1) 100%);*/
	background-color: #c77676;
	font-weight: bold;
    border-radius: 4px;
    /*box-shadow: 2px 2px 0 rgba(0,0,0,0.1);*/
    margin: 0.5em auto;
    display: block!important;
    position: fixed!important;
    width: ;
    bottom: 85px;
    top: initial!important;
    right: 20px!important;
    /*left: 50%;
    transform: translateX(-50%);*/
    font-size: 12px!important;
    z-index: 666;
    padding: 7px!important;
}
.picker .picker-panel .picker-choose .cancel{
    top: -38px!important;
    font-size: 20px!important;
    font-weight: bold!important;
    pointer-events: none;
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
    height: 28px!important;
    font-size: 13px!important;
}
.picker .picker-panel .picker-content .mask-top:after, .picker .picker-panel .picker-content .mask-top:before {
    border-top: 1px solid #c77676!important;
}
.picker .picker-panel .picker-content .mask-bottom:after, .picker .picker-panel .picker-content .mask-bottom:before {
    border-top: 1px solid #c77676!important;
}
.picker .picker-panel .picker-choose .picker-title {
    font-size: 18px!important;
    color: #4d2929!important;
    padding: 0 0 0 0.25em;
}
/*SP版メニュー用ピッカーここまで(CSSの大部分はjsで出力されています。それを!importantで上書きしています。)*/


.spfixmenuOuter{
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	z-index: 9998;
	bottom: 50px;
	display: none;
}

.spfixmenu{
	background-color: rgba(229,201,222,0.9);
	width: calc(100% - 100px);
	position: fixed !important;
	z-index: 9999;
	bottom: -50vh;
	display: block;
	left: 50px;
	height: 50vh;
	/*overflow-y: scroll;*/
	border-radius: 12px 12px 0 0;
	padding: 1em 0.5em 1.5em 0.5em;
	
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 6px!important;
    margin-right: 2px!important;
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
  background: #e188aa;
  border-radius: 5px;
  max-width: 372px;
  margin: 0 auto;

}
.simplebar-scrollbar {
  height: 10px;
  background: #e188aa;
  border-radius: 5px;
  top: 0;
  
}
.simplebar-scrollbar:before{
	background: none!important;
}

.spfixmenuOpenBtnL{
	float: left;
	width: 50px;
	height: 50px;
	padding: 10px;
	background-color: #c77676;
}
.spfixmenuOpenBtnR{
	float: right;
	width: 50px;
	height: 50px;
	padding: 10px;
	background-color: #c77676;
}
.spfixmenuCenterP{
	float: left;
	width: calc(100% - 120px);
	text-align: center;
	font-size: 1.1em;
	color: #4d2929;
	line-height: 1em;
	font-weight: bold;
	padding: 0.85em 0 0 0;
}
.spfixmenuCenterP span{
	font-size: 0.8em;
}
.spfixNaviMidashi{
	font-size: 1.1em;
	color: #4d2929;
	line-height: 1em;
	text-align:center;
	font-weight: bold;
}
.spfixNavi ul{
	display: flex;
	overflow-y: scroll;
	height: calc(50vh - 50px);
	margin-top: 10px;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.spfixNavi ul li{
	width: 100%;
	/*border-right: 1px solid #f4e3ee;*/
	border-top: 1px solid #f4e3ee;
	padding: 1em;
	font-size: 1em;
	color: #4d2929;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
}
.spfixNavi ul li:nth-child(even){
	border-right: none!important;
}
.spfixNavi ul li a{
	text-decoration: none;
	color: #4d2929;
	/*color: #fff;*/
	/*text-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
}
.spfixmenuSelected{
	background-image:url(../images/spmenu-checked.png);
	background-size: 15px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}
.spfixNaviCreditForm{
	padding: 0;
	margin: 0;
}
.spfixNaviCreditForm input{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #4d2929;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	display: block;
	
}

/*共通*/
.wrap{
	width: 100%;
	background-image:url(../images/wrap-bg.jpg);
	background-size: cover;
	background-position: center top ;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
.container{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding-bottom: 4em;
	background-image:url(../images/contents-bg.jpg);
	background-size: 300px;
	background-position: top center;
	background-repeat: repeat;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.headerWrap{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: fixed;
	/*position: relative;*/
	background-image:url(../images/header-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 9990;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}
.headerP1{
	font-size: 1em;
	color: #000;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	background-color: #e2afd2;
	padding: 0.2em 40px;
}
.headerDiv1{
	width: 100%;
	padding: 0 40px;
	position: relative;
}
.headerLogo{
	width: 18.7%;
	display: block;
	float: left;
}
.headerBannerShinsetsu{
	width: 25%;
	display: block;
	float: right;
	margin: 0 24% 0 0;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	padding-top: 0.9%;
}
.headerMenu{
	width: 100%;
	background-image:url(../images/header-menu-bg-pc.png);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.headerMenu li{
	width: 10.7%;
}
.headerTelDIVPC{
	width: 21.5%;
	position: absolute;
	top: 0;
	right: 40px;
	background-image:url(../images/header-tel-bg-pc.gif);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
	padding: 1em;
}
.headerNavSub{
	display: block;
    position: absolute;
    width: 20%;
    right: 50%;
    bottom: 11%;
}
.headerNavSub ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-end;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.headerNavSubIcon1{
	width: 12%;
	margin: 0 0 0 2%;
	filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.1));
}
.headerNavSubIcon2{
	width: 46%;
	margin: 0 0 0 2%;
	filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.1));
}
.headerMenuCreditForm{
	display: block;
	margin: auto;
	padding: 0;
}
.headerMenuCreditForm button{
	background: none;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}
@media (max-width: 999px) {
	.headerMenu{
		padding: 0 20px;
	}
	.headerTelDIVPC{
		right: 20px;
	}
}
@media (max-width: 749px) {
	.headerP1{
		font-size: 0.9em;
		text-align: center;
		padding: 0.2em 0;
	}
	.headerDiv1{
		width: 100%;
		padding: 0.5em 0;
		max-width: 500px;
		margin: auto;
	}
	.headerLogo{
		width: 40%;
		float: left;
		margin: 0 0 0 1%;
	}
	.headerBannerShinsetsu{
		width: 53%;
		margin: 0 1% 0 0;
		box-shadow: none;
	}
	.headerNavSub{
		display: block;
		position: absolute;
		width: 59%;
		right: 2%;
		bottom: 0.75em;
	}
	.headerMenuWrap{
		width: 100%;
		background-color: #fff;
	}
	.headerMenu{
		width: 100%;
		max-width: 500px;
		margin: auto;
		background-image:none;
		padding: 0 0;
		display: flex;
		flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
		flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
		justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
		align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	}
	.headerMenu li{
		width: 14.28%;
		border-left: 1px solid #aea8aa;
		padding: 0.1em 0.15em 0.30em 0.15em;
	}
	.headerMenu li:first-child{
		border: none;
	}
	.headerTelDIVPC{
		display: none;
	}
}
.contentArea{
	width: 100%;
	padding-top: calc(180px + 2em);
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 2em;
	
	position: relative;
	
}
@media (max-width: 1279px) {
	.contentArea{
		padding-top: calc((14vw * 1.1) + 2em );
	}
}

.mainArea{
	float: left;
	width: calc(100% - 280px);
	position: relative;
}
.sideArea{
	float: right;
	width: 240px;
}
@media (max-width: 999px) {
	.contentArea{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 2em;	
	}
	.mainArea{
		width: calc(100% - 260px);
	}
}
@media (max-width: 749px) {
	.contentArea{
		padding-top: 235px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 1em;
	}
	.mainArea{
		float: none;
		width: 100%;
	}
	.sideArea{
		float: none;
		width: 100%;
		max-width: 449px;
		margin: 3em auto 0 auto;
	}
}
@media (max-width: 499px) {
	.contentArea{
		padding-top: calc(36vw + 50px);
	}
}





.sideBannerDIV1{
	width: 100%;
	margin: 0 0 1.5em 0;
	
}
.sideBannerDIV1 img{
	width: 100%;
	display: block;
}
.sideBannerWhiteDIV{
	width: 100%;
	background-color: #fff;
}
.sideBannerDIV1 iframe{
	width: 100%;
	margin: 0;
	display: block;
	padding: 0;
}
.sideMidashi1{
	width: 100%;
	background-image:url(../images/side_midashi_bg.gif);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
}
.sideMidashi1 img{
	width: auto;
	max-height: 2em;
	height: 4vw;
	display: block;
	min-height: 2em;
}

.sidePickUpSlideArea{
	padding: 0 0 4em 0;
}
.sidePickUpSlide{
	padding: 0 0 0em 0;
}
.sidePickupThumbDIV1{
	width: 100%;
}
.sidePickupThumb{
	width: 100%;
	display: block;
	margin: auto;
}
.sidePickupName{
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding: 0.5em 0;
}
.sidePickupAge{
	font-size: 80%;
}
.sidePickupSpec{
	font-size: 1em;
	color: #c77676;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	margin: 0.5em 0;
}
.sidePickupTime{
	font-size: 0.9em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	background: rgb(229,72,118);
	background: linear-gradient(0deg, rgba(229,72,118,1) 0%, rgba(241,141,170,1) 100%);
	padding: 0.75em 0;
	display: block;
	margin: auto;
	max-width: 13em;
}
/*ピックアップガールのうち本日出勤がない場合高さを一定にするためにopacity0にする*/
.sidePickupTimeHidden{
	background: none;
	color: #fff;
	opacity: 0;
}
.sideMenuUL{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}


.sideMenuUL li{
	width: 50%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0.5em 0.5em;
}
.sideMenuUL li a{
	padding: 0.25em 0;
}
.sideBannerTenchoblogDIVPC{
	width: 100%;
	margin: auto;
}
.sideBannerTenchoblogDIVSPLarge{
	width: 100%;
	margin: auto;
	display: none;
}
.sideBannerTenchoblogDIVSPMid{
	width: 360px;
	margin: auto;
	display: none;
}
.sideBannerTenchoblogDIVSPShort{
	width: 300px;
	margin: auto;
	display: none;
}
@media (max-width: 749px) {
	.sidePickUpArea{
		display: none;
	}
	.sideBannerMenu{
		display: none;
	}
	.sideMenuUL li{
		width: 33.3333%;
		padding: 0.5em 1em;
	}
	.sideBannerTenchoblogDIVPC{
		display: none;
	}
	.sideBannerTenchoblogDIVSPLarge{
		display: block;
	}
}
@media (max-width: 499px) {
	.sideBannerTenchoblogDIVSPLarge{
		display: none;
	}
	.sideBannerTenchoblogDIVSPMid{
		display: block;
	}
}
@media (max-width: 399px) {
	.sideBannerTenchoblogDIVSPMid{
		display: none;
	}
	.sideBannerTenchoblogDIVSPShort{
		display: block;
	}
}







.footerWrap{
	width: 100%;
	background: rgb(243,144,197);
	background: linear-gradient(0deg, rgba(243,144,197,1) 0%, rgba(240,187,214,1) 100%);
}
.footerDiv1{
	width: 100%;
	margin: auto;
	max-width: 1280px;
	padding: 2.5em 40px 0 40px;
}
.footerLogo{
	width: 250px;
	float: left;
}
.footerNavi{
	width: calc(100% - 300px);
	float: right;
}
.footerNavi ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	margin: 1.0em 0 0 0;
}
.footerNavi ul li{
	margin: 0.75em 1em 0 0 ;
	padding: 0 0 0 1em;
	border-left: 1px solid #fff;
}
.footerNavi ul li:first-child{
	border-left: none;
}
.footerNavi ul li a{
	color: #fff;
	text-decoration: none;
}
.footerCreditForm{
	padding: 0;
	margin: 0;
}
.footerCreditForm input{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #fff;
	
}
.footerShopname{
	font-size: 1em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin: 2em auto 0 auto;
}
.footerTel{
	font-size: 1em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin: 1em auto 0 auto;
}
.footerCopy{
	font-size: 0.9em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin: 2em auto 0.25em auto;
}
@media (max-width: 1279px) {
	.footerDiv1{
		padding: 2.5em 20px 0 20px;
	}
	.footerNavi ul{
		margin: 1vw 0 0 0;
	}

}
@media (max-width: 999px) {
	.footerLogo{
		width: 200px;
		float: left;
	}
	.footerNavi{
		width: calc(100% - 250px);
		float: right;
	}
}
@media (max-width: 749px) {
	.footerDiv1{
		padding: 1.5em 0px 0 0px;
	}
	.footerLogo{
		width: 200px;
		float: none;
		margin: auto;
	}
	.footerNavi{
		display: none;
	}
	.footerCopy{
		padding-bottom: 55px;
	}
}
.cmnMidashi1{
	width: 100%;
	background-image:url(../images/top_midashi_bg.gif);
	background-size: contain;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #f00;

}
.cmnMainArea{
	width: 100%;
	background-color: #fff;
	padding: 2em;
}
@media (max-width: 539px) {
	.cmnMainArea{
		padding: 2em 1.5em;
	}
}
@media (max-width: 449px) {
	.cmnMainArea{
		padding: 2em 1.0em;
	}
}
.cmnMainAreaForListPage{
	width: 100%;
	background-color: #fff;
	padding: 2em 0;
}
.cmncontentHeadBG{
	background-image:url(../images/cmn_content_head_bg.jpg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
@media (max-width: 749px) {
	.cmncontentHeadBG{
		background-size: 125vw;
	}
}

.cmnBoxShadowLarge{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.cmnBoxShadowMid{
	box-shadow: 3px 3px 7px rgba(0,0,0,0.15);
}
.cmnBoxShadowShort{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.12);
}
/*スクロールバーの横幅指定*/
.cmnInlineScrollDIV::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.cmnInlineScrollDIV::-webkit-scrollbar-track {
  border-radius: 1vw;
	background: #eae3e3;
}
/*スクロールバーの色・角丸指定*/
.cmnInlineScrollDIV::-webkit-scrollbar-thumb {
  border-radius: 1vw;
	background:#785e67;
}
.cmnPagetitle{
	width: 100%;
	max-width: 560px;
	margin: auto;
	padding: 1em 0 0 0;
}
.cmnPagetitleChushaku1{
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	font-weight: normal;
	color: #785e67;
	margin: 2em auto 3em auto;
}
@media (max-width: 999px) {
	.cmnPagetitleChushaku1{
		font-size: 1.3em;
	}
}
@media (max-width: 749px) {
	.cmnPagetitleChushaku1{
		font-size: 1.2em;
	}
}
@media (max-width: 549px) {
	.cmnPagetitleChushaku1{
		font-size: 1.1em;
	}
}
.topShinsetsuBanner1{
	width: 100%;
	display: block;
	margin: 2em auto 0 auto;
}
.cmnMidashi1Text1{
	width: auto;
	height: 38px;
	float: left;
	padding: 0 0 0 1em;
}
.cmnMidashi1Text1 img{
	width: auto;
	height: 100%;
	display: block;

}
.cmnMidashi1Text2{
	width: auto;
	height: 38px;
	float: right;
	margin: 0 1em 0 0;
}

.cmnArea{
	width: 100%;
	background-color: #fff;
	margin: 1.5em auto 0 auto;
	padding: 1em 0 0 0;
}
@media (max-width: 749px) {
	.cmnMidashi1Text1{
		height: 6.5vw;
		padding: 0 0 0 1em;
		max-height: 30px;
	}
	.cmnMidashi1Text1 img{
		height: 100%;

	}
	.cmnMidashi1Text2{
		height: 6.5vw;
		margin: 0 1em 0 0;
		max-height: 30px;
	}
}
.cmnbreadcrumbs{
	width: 100%;
	position: absolute;
	top: -1.2em;
}
.cmnbreadcrumbs ol{
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.cmnbreadcrumbs li{
	margin: 0 1em 0 0;
	font-size: 1em;
	color: #000;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
}
.cmnbreadcrumbs li a{
	text-decoration: none;
	color: #000;
}
.cmnbreadcrumbsChild:before{
	content: " > ";
}



.topCarouselDIV{
	margin-bottom: 50px;
	/*サイズ違いの場合に発生する影のない空白対策*/
	background-color: rgba(0,0,0,0.2);
}

.topShinchakuAreaRootDIV{
	width: 100%;
	padding: 1.5em 1.5em 0.5em 1.5em;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.topShinchakuArea{
	width: 62%;
	height: 464px;
	overflow-y: scroll;
	padding-right: 16px;
}
.topOptionArea{
	width: 35%;
}
.topOptionDIV1{
	width: 100%;
	overflow-y: scroll;
	height: 420px;
	margin: 1em 0 1em 0;
}
.topOptionAreaSP{
	/* SP版のオプションランキング。PC版とは別のコードです */
	display: none;
}
.topOptionDIV1SP{
	
	width: calc(100% - 1em);
    overflow-y: scroll;
    height: 420px;
    margin: 1em 0 1em 1em;
}

.topShinchakuArea a{
	margin: 0 auto 1.5em auto;
	display: block;
	width: 100%;
	height: auto;
}
.topShinchakuArea a:last-child{
	margin: 0 auto 0 auto;
}
/*新着情報にサムネイルがない場合に記事タイトル文字だけを載せる*/
.topShinchakuLinkP{
	border: 1px solid #ddd;
	padding: 1em;
	margin: 1em auto 0 auto;
}
.topOptionMidashi1{
	background-image:url(../images/top_shinchaku_ranking_midashi_bg.jpg);
	background-size: contain;
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 0;
	display: block;
	width: 100%;
}
.topOptionMidashi1 img{
	width: 100%;
	max-width: 250px;
	display: block;
}
.topOptionP1{
	margin: 1em  0 1em 0;
	width: calc(100% - 1.5em);
	font-size: 1.1em;
	color: #785e67;
	line-height: 1.25em;
	text-align: left;
	font-weight: bold;
}
@media (max-width: 749px) {
	.topShinchakuArea{
		width: 100%;
		height: initial;
		overflow-y: initial;
		padding-right: initial;
	}
	.topShinchakuArea a:last-child{
		margin: 0 auto 16px auto;
	}
	.topOptionArea{
		display: none;
	}

	.topOptionMidashi1 img{
		width: 70%;
	}
	.topOptionAreaSP{
		/* SP版のオプションランキング。PC版とは別のコードです */
		display: block;
	}
}

/* topページ写メ日記エリア。SP版のみの表示 */
.topDiaryAreaSP{
	width: 100%;
	margin: 2em auto 2em auto;
	display: none;
}
@media (max-width: 749px) {
	.topDiaryAreaSP{
		display: block;
	}
}

/* TOPPAGE CONTENTS(トップページ内ジャンプメニュー) */
.topJumpArea{
	width: 100%;
	background-color: #fff;
}
.topJumpMenuUL{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 2em 0 2em 1.5em;
	gap: 1.5em;
}
.topJumpMenuUL li{
	width: calc(25% - 1.5em);
	
}
.topJumpPCOnly{
	display: block;
}
.topJumpSPOnly{
	display: none;
}
@media (max-width: 749px) {
	/* 固定ヘッダーの高さ分だけスクロールマージンを設定 */
#news, #pickupgirl, #optionpc, #schedule, #diary, #interview, #optionsp {
    scroll-margin-top: 280px; /* ヘッダーの高さに応じて調整してください */
}
	.topJumpArea{
		margin-top: 2em;
	}
	.topJumpPCOnly{
		display: none;
	}
	.topJumpSPOnly{
		display: block;
	}
}
@media (max-width: 639px) {
	.topJumpMenuUL li{
		width: calc(33.3333% - 1.5em);
		
	}
}
@media (max-width: 499px) {
	.topJumpMenuUL{
		padding: 1em 0 1.5em 1.5em;
	}
	.topJumpMenuUL li{
		width: calc(50% - 1.5em);
		
	}
}

/*top本日面接中*/
.topMensetsuDIV1{
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}
.topMensetsuDIV1:last-child{
	margin-bottom: 0em;
	padding-bottom: 0em;
	border-bottom: none;
}
.topMensetsuArea{
	width: 100%;
	padding: 1.5em;
}
.topMensetsuDIV1{
	width: 100%;
}
.topMensetsuThumbDIV{
	float: left;
	width: 25%;

}
.topMensetsuTextDIV{
	float: right;
	width: 72%;
}
@media (max-width: 549px) {
	.topMensetsuThumbDIV{
		width: 33%;

	}
	.topMensetsuTextDIV{
		width: 63%;
	}
}




.topScheduleTodayP1{
	float: left;
	background-color: rgba(255,255,255,1);
	height: 2.0em;
	padding: 1em 0.5em 0 0;
	font-size: 1.3em;
	color: #785e67;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
}
@media (max-width: 749px) {
	.topScheduleTodayP1{
		height: 2.0em;
		padding: 2.5vw 0.5em 0 0;
		font-size: 1.0em;
	}
}
.topPickUpAreaSP{
	display: none;
}
.topPickUpSlideAreaSP{
	padding: 2em 0 4em 0;
}
@media (max-width: 749px) {
	.topPickUpAreaSP{
		display: block;
	}
}

.cmnListArea{
	width: 100%;
	padding: 1.5em;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}


.cmnListDiv{
	border: 1px solid #ddd;
	padding: 0.5%;
	width: 24%;
	margin: 1% 0.5%;
	
}
.cmnListLink{
	text-decoration: none;
	color: #3f3f3f;

}
.cmnListTextDIVInner1{
	width: 100%;
	background-image:url(../images/cmn_list_bg1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0.5em 0 0 0;
}
.cmnListNameP{
	font-size: 1.3em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	padding: 0.5em 0.5em;
}
.cmnAge{
	font-size: 80%;
}
.cmnListSpecP{
	font-size: 1em;
	color: #c77676;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	padding: 0.75em 0.5em;
	border-top: 1px solid #ddd;
}
.cmnListCommentP{
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	padding: 0.5em;
	height: 3.7em;
	overflow-y: hidden;
}
.cmnListTimeP{
	font-size: 0.9em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	background: rgb(229,72,118);
	background: linear-gradient(0deg, rgba(229,72,118,1) 0%, rgba(241,141,170,1) 100%);
	padding: 0.75em 0;
	display: block;
	margin: auto;
}
.cmnListTimePHidden{
	opacity: 0;
}
.cmnListRank{
	display: block;
	margin: auto;
	width: 12.5em;
	min-width: width: 80%;
}
.cmnListThumbDIV{
	background-image:url(../images/thumb-flame.jpg);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4% 3.9%;
	position: relative;
}
.cmnListIconNewface{
	position: absolute;
	z-index: 10;
    width: 22%;
    height: auto;
    top: -2%;
    left: -1%;
}
.cmnListThumbDIV img{
	object-fit: cover;
	aspect-ratio: 365/511;
}
/*マーキーアニメ。必ずgap: 1rem;を設定しておくこと。*/
.cmnListMarquee{
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	gap: 1rem;
  	font-size: 1em;
  	color: #c77676;
  	line-height: 1em;
  	padding: 0.5em 0;
}
.cmnListMarqueeInner {
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0%   { translate: 0; }
  100% { translate: calc(-100% - 1rem); }
}
@media (max-width: 999px) {
	.cmnListArea{
		padding: 1.0em;
	}
	.cmnListDiv{
		width: 32%;
		margin: 1% 0.66666%;
		
	}
}
@media (max-width: 549px) {
	.cmnListArea{
		padding: 0.5em;
	}
	.cmnListDiv{
		width: 48%;
		margin: 1%;
		
	}
}

.topTelSPDIV{
	width: 100%;
	background-image:url(../images/header-tel-bg-sp.png);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
	padding: 2em 1em;
	margin: 2em auto 0 auto;
	display: none;
}
.topTelSPDIVL{
	float: left;
	width: 41%;
	margin: 0 0 0 0%;
}
.topTelSPDIVR{
	float: right;
	width: 54%;
}
@media (max-width: 749px) {
	.topTelSPDIV{
		display: block;
	}
}



/*女の子個別ページ*/


.profileCatchP{
	color: #c77676;
}
.profileArea1{
	width: 100%;
	margin: auto;
}
.profileNameArea{
	width: 100%;
	border-bottom: 2px solid #ddd;
	margin: 0.5em auto 2em auto;
}
.profileName{
	color:#785e67;
	font-size: 2.2em;
	letter-spacing: 0;
	line-height: 1.2em;
	float: left;
	font-weight: normal;
}
.profileRankIMG{
	width: 180px;
	float: right;
	margin: 0 0 0 0;
}
.profileAgeP{
	
	font-size: 70%;
	margin-left: 0.2em;
}
@media (max-width: 549px) {
	.profileCatchP{
		font-size: 0.9em;
	}
	.profileName{
		font-size: 1.8em;
	}
	.profileRankIMG{
		width: 140px;
	}
}

.profileArea1L{
	width: 400px;
	float: left;
}
.profileArea1R{
	width: calc(100% - 440px);
	float: right;
}
@media (max-width: 1099px) {
	.profileArea1L{
		width: 100%;
		float: none;

	}
	.profileArea1R{
		width: 100%;
		float: none;
		margin: 3em 0 0 0;
	}
}
.profileSlideDIV{
}
.profileSlideThumbFrame img{
	background-color: #f00;
	padding: 1em;
	background-image:url(../images/thumb-flame.jpg);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3.5% 3.5%;
    width: 93%;
}
.profileSpec{
	font-size: 1.5em;
	letter-spacing: 0;
	margin: 0.5em 0 0 0;
	color: #c77676;
	text-align: right;
}

.profileTypeUL{
	width: 100%;
	margin: 1em auto 0 auto;
}
.profileTypeUL li{
	float: left;
	padding: 0.35em 0.5em 0.35em 0.5em;
	line-height: 1em;
	margin: 0.25em 0.5em 0.25em 0;
	background-color: #d97e97;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}
.profileText1{
	font-size: 1em;
	margin: 0.75em auto 0 auto;
	line-height: 1.6em;
}
@media (max-width: 1099px) {
	.profileSpec{
		font-size: 1.3em;
		text-align: left;
	}
}

.profileProfDIV{
	width: 100%;
	padding: 0.75em 1.5em;
	border: 4px solid #f0bed9;
	margin: 3em auto 0 auto;
}
.profileProfDL{
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
}
.profileProfDL dt{
	width: 20%;
	border-top: 1px solid #ddd;
	padding: 1em;
	font-weight: bold;
	color: #e64d7a;
}
.profileProfDL dd{
	width: 30%;
	border-top: 1px solid #ddd;
	padding: 1em;
}
.profileProfDL dt:nth-child(1),.profileProfDL dd:nth-child(2){
	border:none;
}
.profileProfDL dt:nth-child(3),.profileProfDL dd:nth-child(4){
	border:none;
}
@media (max-width: 1099px) {
	.profileProfDIV{
		padding: 0.5em 1em;
	}
	.profileProfDL{
		font-size: 1.0em;
	}
	
}
@media (max-width: 999px) {
	.profileProfDL dt{
		width: 40%;
	}
	.profileProfDL dd{
		width: 60%;
	}
	.profileProfDL dt:nth-child(3),.profileProfDL dd:nth-child(4){
		border-top: 1px solid #ddd;
	}
}


.profileMidashi1{
	margin-top: 3em;
}
.profileQuestionDL{
	width: 100%;
	padding: 0.5em;
	margin: 1em auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.profileQuestionDL dt{
	width: 30%;
	color: #e64d7a;
	font-weight: bold;
	border-bottom: 1px dashed #aaa;
	padding: 1em 1em 1em 0.5em;
	line-height: 1.2em;
	font-size: 1.1em;
}
.profileQuestionDL dd{
	width: 70%;
	color:#555;
	font-weight: bold;
	border-bottom: 1px dashed #aaa;
	padding: 1em;
	line-height: 1.2em;
	font-size: 1.1em;
}
@media (max-width: 799px) {
	.profileQuestionDL dt{
		width: 100%;
		font-size: 1.0em;
		border-bottom: none;
		padding: 1em 0.5em 0em 0.5em;
	}
	.profileQuestionDL dd{
		width: 100%;
		padding: 1em 0.5em 1em 0.5em;
		line-height: 1.6em;
		font-size: 1.0em;
	}
}
.profileMovieDIV1{
	width: 100%;
	margin: 2em auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.profileMovieDIV2{
	width: 24%;
	background-color: #fff;
	border: 2px solid #9d808a;
	padding: 3px;
	margin-right: 1%;
	margin-top: 1em;
}
.profileMovieDIV2Inner{
	width: 100%;
	background-color: #fff;
	border: 4px solid #9d808a;
}
.profileMovieDIV2Inner video{
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 999px) {
	.profileMovieDIV2{
		width: 31.33%;
		margin-right: 2%;
		margin-top: 1em;
	}
}
@media (max-width: 599px) {
	.profileMovieDIV2{
		width: 48%;
		margin-right: 2%;
		margin-top: 1em;
	}
}
@media (max-width: 439px) {
	.profileMovieDIV2{
		width: 100%;
		margin-right: 0;
		margin-top: 1em;
	}
}

.profileOptionP1PC{
	text-align: right;
	margin: 1em 0.5em 0 0 ;
	font-weight: bold;
	color: #777;
}
.profileOptionP1SP{
	text-align: right;
	margin: 1em 0.5em 0 0 ;
	font-weight: bold;
	color: #777;
	font-size: 0.9em;
	display: none;
}
@media (max-width: 749px) {
	.profileOptionP1PC{
		display: none;
	}
	.profileOptionP1SP{
		display: block;
	}
}
.profileOptionDL{
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0;
	margin: 1em auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}

.profileOptionDL dt{
	width: 27.3%;
	border-right: none;
	padding: 0.75em 0.2em 0.75em 1em;
	margin: 0 0 0.5em 0.3666%;
	text-align: left;
	line-height: 1.2em;
	background: rgb(255,115,164);
	background: linear-gradient(90deg, rgba(255,115,164,1) 0%, rgba(255,137,211,1) 100%);

}
.profileOptionDL dd{
	width: 5.3%;
	padding: 0.75em 0.2em;
	margin: 0 0.3666% 0.5em 0;
	text-align: center;
	line-height: 1.2em;
	background: rgb(255,137,211);
	background: linear-gradient(90deg, rgba(255,137,211,1) 0%, rgba(255,138,214,1) 100%);
}
.profileOptionDL dt a{
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}
.profileOptionNega{
	background: #e1e1e1!important;
	color: #777;
}
.profileOptionNega a{
	color: #777;
}
@media (max-width: 1099px) {
	.profileOptionDL dt{
		width: 41%;
		margin: 0 0 0.5em 0.5%;
	}
	.profileOptionDL dd{
		width: 8%;
		margin: 0 0.5% 0.5em 0;
	}
}
@media (max-width: 899px) {
	.profileOptionDL dt{
		width: 80%;
		margin: 0 0 0.5em 1%;
	}
	.profileOptionDL dd{
		width: 16%;
		margin: 0 1% 0.5em 0;
	}
}
@media (max-width: 749px) {
	.profileOptionDL dt{
		width: 41%;
		margin: 0 0 0.5em 0.5%;
	}
	.profileOptionDL dd{
		width: 8%;
		margin: 0 0.5% 0.5em 0;
	}
}
@media (max-width: 599px) {
	.profileOptionDL dt{
		width: 84%;
		margin: 0 0 0.25em 0;
		font-size: 0.9em;
	}
	.profileOptionDL dd{
		width: 16%;
		margin: 0 0 0.25em 0;
		font-size: 0.9em;
	}
}

.profileShameDIV{
	width: 100%;
	margin: 2em auto 0 auto;
}
.profileScheduleTable{
	width: 100%;
	margin: 2em auto 0 auto;
}
@media (max-width: 525px) {
	.profileShameDIV{
	/*525px以下だと写メ日記がレスポンシブで２列表示になって下部にマージンが空きすぎるためにマイナスで縮める*/
		margin: 2em auto -3em auto;
	}
}

.profileScheduleTable{
	box-shadow: 2px 2px 0 rgba(0,0,0,0.05);
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.profileScheduleTable .profileScheduleTableDay{
	width: 14.285%;
	background: rgb(255,115,164);
	background: linear-gradient(0deg, rgba(255,115,164,1) 0%, rgba(255,138,213,1) 100%);
	text-align: center;
	color: #fff;
	padding: 1em 0;
	line-height: 1.3em;
	border:1px solid #ff8ad5;
}
.profileScheduleTable .profileScheduleTableTime{
	width: 14.285%;
	background: rgb(255,239,249);
	background: linear-gradient(0deg, rgba(255,239,249,1) 0%, rgba(255,214,240,1) 100%);
	text-align: center;
	padding: 1em 0;
	line-height: 1.2em;
	border:1px solid #ffdcf2;
	color: #555;
}
.profileScheduleSaturday{
	color: #1b61ff;
}
.profileScheduleSunday{
	color: #ff0000;
}
.brspProfileSchedule{
	display: none;
}
@media (max-width: 849px) {
	.brspProfileSchedule{
		/*display: initial;*/
	}
}
@media (max-width: 599px) {
	.profileScheduleTable .profileScheduleTableDay{
		width: 40%;
		border:1px solid #ff8ad5;
		background: rgb(255,115,164);
		background: linear-gradient(90deg, rgba(255,115,164,1) 0%, rgba(255,138,213,1) 100%);
		border: 1px solid #fff;
	}
	.profileScheduleTable .profileScheduleTableTime{
		width: 60%;
		border:1px solid #ffdcf2;
		background: rgb(255,239,249);
		background: linear-gradient(90deg, rgba(255,239,249,1) 0%, rgba(255,214,240,1) 100%);
		border: 1px solid #fff;
	}
	.profileScheduleTable p:nth-child(1){
		order:1;
	}
	.profileScheduleTable p:nth-child(2){
		order:3;
	}
	.profileScheduleTable p:nth-child(3){
		order:5;
	}
	.profileScheduleTable p:nth-child(4){
		order:7;
	}
	.profileScheduleTable p:nth-child(5){
		order:9;
	}
	.profileScheduleTable p:nth-child(6){
		order:11;
	}
	.profileScheduleTable p:nth-child(7){
		order:13;
	}
	.profileScheduleTable p:nth-child(8){
		order:2;
	}
	.profileScheduleTable p:nth-child(9){
		order:4;
	}
	.profileScheduleTable p:nth-child(10){
		order:6;
	}
	.profileScheduleTable p:nth-child(11){
		order:8;
	}
	.profileScheduleTable p:nth-child(12){
		order:10;
	}
	.profileScheduleTable p:nth-child(13){
		order:12;
	}
	.profileScheduleTable p:nth-child(14){
		order:14;
	}
}


/*プロフィールページヒメ日記*/
.fujoho_custom_banner{
	width: 100%;
	margin: 5em auto 0 auto;
}
@media (max-width: 524px) {
	.fujoho_custom_banner{
		margin: 3em auto 3em auto;
	}
}





/*ホテルリスト*/
.hoteliFrameMapDIV1{
	width: 100%;
	display: block;
	height: auto;
	margin: 0 auto 3em auto;
}

.hotelDIV1{
	width: 100%;
	border: 1px solid #ddd;
	padding: 0.5em;
	margin: 2em auto 1em auto;
}
.hotelName{
	font-size: 1.4em;
	color:#785e67;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding: 0.5em 0.2em;
}
.hotelDL{
	margin: 0.5em auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.hotelDL dt{
	width: 4em;
	background-color: #e188aa;
	font-size: 1em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin: 0.2em 0.5em 0 0;
	padding: 0.5em;

}
.hotelDL dd{
	width: calc(100% - 5em);
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	margin: 0.2em 0.5em 0 0;
	padding: 0.5em;

}
.hotelThumb{
	width: 300px;
	float: left;
}
.hotelMapDIV{
	width: calc(100% - 307px);
	float: right;
}
.hotelMapDIV iframe{
	width: 100%;
	height: 448px;
}
@media (max-width: 999px) {
	.hotelThumb{
		width: 30%;
	}
	.hotelMapDIV{
		width: calc(70% - 8px);
	}
	.hotelMapDIV iframe{
		width: 100%;
		height: 376px;
	}
}
@media (max-width: 599px) {
	.hotelName{
		font-size: 1.3em;
	}
	.hotelDL dt{
		font-size: 0.9em;

	}
	.hotelDL dd{
		font-size: 0.9em;
	}
	.hotelThumb{
		width: 100%;
		max-width: 350px;
		float: none;
		display: block;
		margin: 1em auto 0.5em auto;
	}
	.hotelMapDIV{
		width: 100%;
	}
}

/*待ち合わせマップ*/
.mapDIV1{
	width: 100%;
	border: 1px solid #ddd;
	padding: 0.5em;
	margin: 2em auto 1em auto;
}
.mapName{
	font-size: 1.4em;
	color:#fff;
	line-height: 1.25em;
	text-align: left;
	font-weight: normal;
	padding: 0.5em 0.5em;
	background: rgb(217,126,150);
	background: linear-gradient(0deg, rgba(217,126,150,1) 0%, rgba(228,140,178,1) 100%);
}
.mapMapDIV{
	width: 100%;
	margin: 0.5em auto 0 auto;
}
.mapMapDIV iframe{
	width: 100%;
	height: 500px;
}
.mapDIV2{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 1em;
}
.mapDIV2L{
	width: calc(100% - 295px);
	float: left;

}
.mapDIV2Thumb{
	width: 280px;
	float: right;
	margin: 1em 0 0 0;
}
.mapMidashi1{
	display: inline-block;
	font-size: 1.1em;
	color: #fff;
	line-height: 1em;
	padding: 0.75em 1em;
	text-align: left;
	font-weight: bold;
	background: rgb(224,138,54);
	background: linear-gradient(0deg, rgba(224,138,54,1) 0%, rgba(241,184,117,1) 100%);
}
.mapTextAddress{
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
	font-weight: normal;
	padding: 0.75em;
	border-bottom: 1px solid #ddd;
}
.mapText1{
	font-size: 1em;
	color: #f00;
	line-height: 1.8em;
	text-align: left;
	font-weight: normal;
	padding: 0.75em;
}
.mapText2{
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 0.75em;
}
@media (max-width: 999px) {
	.mapDIV2L{
		width: 56%;
	}
	.mapDIV2Thumb{
		width: 40%;
	}
}
@media (max-width: 849px) {
	.mapDIV2L{
		width: 100%;
	}
	.mapDIV2Thumb{
		width: 100%;
	}
}
@media (max-width: 749px) {
	.mapName{
		font-size: 1.3em;
	}
	.mapDIV2L{
		width: 50%;
	}
	.mapDIV2Thumb{
		width: 45%;
	}
}
@media (max-width: 549px) {
	
	.mapDIV2L{
		width: 100%;
	}
	.mapDIV2Thumb{
		width: 100%;
	}
	.mapName{
		font-size: 1.2em;
	}
	.mapMidashi1{
		font-size: 1.0em;
		padding: 0.75em 0.75em;
	}
	.mapTextAddress{
		font-size: 1em;
		padding: 0.5em 0.25em;
	}
	.mapText1{
		font-size: 1em;
		padding: 0.5em 0.25em;
	}
	.mapText2{
		font-size: 0.9em;
		padding: 0.5em  0 0 0.25em;
	}
}

/*よくあるご質問*/
.faqTabDIV1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	padding: 0 1em;
}
.faqTabDIV1 p{
	width: 49%;
	max-width: 300px;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	margin: 0 0.5%;
	cursor: pointer;
}

.faqTabDIV1 p img{
	width: 100%;
	max-width: 250px;
	display: block;
	margin: auto;
}
.faqTabMan{
	background-color: #84a6df;
}
.faqTabWoman{
	background-color: #f38eab;
	opacity: 0.5;
}
.faqDIV2Man{
	border-top: 3px solid #84a6df;
}
.faqDIV2Woman{
	border-top: 3px solid #f38eab;
	display: none;
}
.faqDIV2{
	padding: 5em 1em 0em 1em;
}
.faqMidashi1{
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}

.faqDIV2Man .faqMidashi1{
	color: #2969d6;
}
.faqDIV2Woman .faqMidashi1{
	color: #ea5d85;
}
.faqDIV3{
	width: 100%;
	margin: 4em auto 0 auto;
}
.faqDIV2Man .faqDIV3 dt{
	background-image:url(../images/faq-q-man.gif);
	color: #638dd4;
}
.faqDIV2Woman .faqDIV3 dt{
	background-image:url(../images/faq-q-woman.gif);
	color: #e16a8c;
}
.faqDIV3 dt{
	background-size: 50px;
	background-position: left top;
	background-repeat: no-repeat;

	font-size: 1.4em;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	padding: 0.7em 0 1em 3.4em;
	min-height: 50px;
	
}
.faqDIV3 dd{
	background-image:url(../images/faq-a.gif);
	background-size: 50px;
	background-position: left top;
	background-repeat: no-repeat;

	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
	font-weight: bold;
	color: #785e67;
	padding: 0.9em 0 1em 4.3em;
	margin: 1em 0 2em 0;
	min-height: 6em;
	border-bottom: 2px solid #ddd;
}
.faqDIV3 dd:last-child{
	border-bottom: none;
}
@media (max-width: 999px) {
	
	.faqDIV3 dt{
		font-size: 1.3em;
	}
}
@media (max-width: 639px) {
	
	.faqDIV3 dt{
		background-size: 42px;
		font-size: 1.2em;
	}
	.faqDIV3 dd{
		background-size: 42px;
		font-size: 1.0em;
		padding: 0.7em 0 1em 4.3em;
	}
}
@media (max-width: 539px) {

	.faqDIV2{
		padding: 5em 0em 1em 0em;
	}
	
	.faqDIV3 dt{
		background-size: 38px;
		font-size: 1.2em;
		padding: 0.6em 0 1em 3.2em;

	}
	.faqDIV3 dd{
		background-size: 38px;
		font-size: 1.0em;
		padding: 0.5em 0 1.5em 3.8em;
	}
}

/*料金システム*/
.priceMainArea{
	width: 100%;
	background-image:url(../images/price-bg1.webp);
	background-size: 135%;
	background-position: center 130px;
	background-repeat: no-repeat;
}
@media (max-width: 1279px) {
	.priceMainArea{
		background-size: calc(100vw + 240px);
		background-position: center 100px;
	}
}


.systemOshiharaihouhou{
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 4em auto 0 auto;
}
.systemShimeiryo{
	width: 100%;
	max-width: 450px;
	display: block;
	margin: 6em auto 0 auto;
	padding: 2em;
}
.systemCourseryokin{
	width: 100%;
	max-width: 490px;
	display: block;
	margin: 4em auto 0 auto;
	background-color: rgba(249, 213, 228, 0.5);
	border: 4px solid #fff;
	border-radius: 32px;
	padding: 2em;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
@media (max-width: 599px) {
	.systemShimeiryo{
		padding: 2em 1.3em;
	}
	.systemCourseryokin{
		padding: 2em 1em;
		margin: 2em auto 0 auto;
	}
}

.systemAboutDIV1{
	width: calc(100% - 0.5em);
	max-width: 740px;
	display: block;
	margin: 4em auto 0 auto;
	border: 4px solid #ff6aa8;
	border-radius: 16px;
	padding: 1em;
	background-color: #fff;
}
.systemAboutMidashi{
	width: calc(65% - 2em);
	max-width: 250px;
	display: block;
	margin: 0 auto 0 auto;
}
.systemAboutDIV2{
	border-top: 4px solid #ff6aa8;
	margin: 0.5em auto 0 auto;
	padding: 1em 0 0 0;
}
.systemAboutUl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.systemAboutUl li{
	width: 30%;
	margin: 0.5em 1.666%;
	font-size: 1.3em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
}
.systemAboutUl li a{
	color: #666;
}
@media (max-width: 749px) {
	.systemAboutUl li{
		width: 31.333%;
		margin: 0.5em 1%;
		font-size: 1.2em;
	}
}
@media (max-width: 699px) {
	.systemAboutUl li{
		width: 48%;
		margin: 0.5em 1%;
		font-size: 1.1em;
	}
}
@media (max-width: 499px) {
	.systemAboutUl li{
		font-size: 1.0em;
	}
}
.systemOptionP1{
	width: calc(100% - 2em);
	max-width: 450px;
	display: block;
	margin: 6em auto 0 auto;
}
/* .systemOptionLinkBTN{
	width: calc(80% - 2em);
	max-width: 350px;
	display: block;
	margin: 3em auto 0 auto;
}
.systemOptionLinkBTN img{
	filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
} */
.systemOptionlistDIV {
    width: 100%;
    display: block;
    margin: 3em auto 5em auto;
    background-color: rgba(227, 244, 255, 0.6);
    border: 4px solid #fff;
    border-radius: 32px;
    padding: 2em;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
@media (max-width: 599px) {
    .systemOptionlistDIV {
        padding: 2em 1em;
        margin: 2em auto 0 auto;
    }
}
.systemOptionlistDL{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}
.systemOptionlistDL dt{
	width: calc(47% - 4.5em);
	border-bottom: 1px solid #df8484;
	font-size: 1.2em;
	color: #6e6e6e;
	line-height: 1.25em;
	text-align: left;
	font-weight: bold;
	padding: 1em 0 0.25em 0;
	margin-left: 1.5%;
}
.systemOptionlistDL dd{
	width: 4.5em;
	border-bottom: 1px solid #df8484;
	font-size: 1.2em;
	color: #6e6e6e;
	line-height: 1.25em;
	text-align: right;
	font-weight: bold;
	padding: 1em 0 0.25em 0;
	margin-right: 1.5%;
}
.systemOptionlistYen{
	font-size: 75%;
}
@media (max-width: 1099px) {
   .systemOptionlistDL dt{
		font-size: 1.1em;
	}
	.systemOptionlistDL dd{
		font-size: 1.1em;
	}
}
@media (max-width: 999px) {
   .systemOptionlistDL dt{
		font-size: 1.0em;
	}
	.systemOptionlistDL dd{
		font-size: 1.0em;
	}
}
@media (max-width: 899px) {
   .systemOptionlistDL dt{
		width: calc(100% - 4.5em);
		margin-left: 0%;
	}
	.systemOptionlistDL dd{
		width: 4.5em;
		margin-right: 0%;
	}
}
@media (max-width: 749px) {
   .systemOptionlistDL dt{
		width: calc(47% - 4.5em);
		margin-left: 1.5%;
	}
	.systemOptionlistDL dd{
		width: 4.5em;
		margin-right: 1.5%;
	}
}
@media (max-width: 599px) {
   .systemOptionlistDL dt{
		width: calc(100% - 4.5em);
		margin-left: 0%;
		font-size: 1em;
	}
	.systemOptionlistDL dd{
		width: 4.5em;
		margin-right: 0%;
		font-size: 1em;
	}
}
@media (max-width: 499px) {
   .systemOptionlistDL dt{
		font-size: 0.9em;
	}
	.systemOptionlistDL dd{
		font-size: 0.9em;
	}
}




.systemCreditText1{
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: center;
	font-weight: normal;
	margin: 4em auto 0 auto;
}
.systemCreditText2{
	width: calc(75% - 2em);
	max-width: 330px;
	display: block;
	margin: 3.5em auto 0 auto;
}
.systemCreditForm{
	display: block;
	margin: auto;
	padding: 0;
}
.systemCreditForm button{
	background: none;
	border: none;
	display: block;
	margin: auto;
	padding: 0;
}
.systemCreditLinkBTN{
	width: calc(70% - 2em);
	max-width: 300px;
	display: block;
	margin: 0em auto 0 auto;
}
.systemCreditLinkBTN img{
	filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}
.systemRuleDIV1{
	width: 100%;
	border: 1px solid #c6c1b0;
	padding: 10px;
	background-color: #fff;
	margin: 4em auto 0 auto;
}
.systemRuleDIV2{
	width: 100%;
	border: 1px solid #c6c1b0;
	padding: 1em;
}
.systemRuleMidashi1{
	width: calc(68% - 2em);
	max-width: 250px;
	display: block;
	margin: 0 auto 0 auto;
}
.systemRuleP1{
	font-size: 1em;
	line-height: 1.9em;
	text-align: left;
	font-weight: normal;
	border-top: 2px solid #c6c1b0;
	margin: 0.5em auto 0 auto;
	padding: 1.5em 1em 0.5em 1em;
}
.systemRuleTextDIV1{
	padding: 0 1em 1em 1em;
}
.systemRuleDL1 dt{
	font-size: 1.2em;
	color: #555;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	margin: 1.2em auto 0.5em auto;
}
.systemRuleDL1 dd{
	font-size: 1.0em;
	line-height: 1.9em;
	text-align: left;
	font-weight: normal;
}
.systemRuleP2{
	margin: 2em auto 0 auto;
}
@media (max-width: 549px) {
	.systemRuleP1{
		padding: 1.5em 0em 0.5em 0em;
	}
	.systemRuleTextDIV1{
		padding: 0 0em 1em 0em;
	}
	.systemRuleDL1 dt{
		font-size: 1.1em;
	}
	.systemRuleDL1 dd{
		font-size: 0.9em;
	}
}

/*オプションと料金・システムの基本プレイについてのライトボックス。option.htmlとsystem.htmlでCSSは共用です*/
.systemLityDIV1{
	width: calc(100% - 3em);
	max-width: 600px;
	margin: auto;
	background-color: rgba(255,255,255,0.9);
	padding: 1.5em 0.5em 1.5em 1.5em;
	border-radius: 16px;
	position: relative;
}
.systemLityDIV2{
	width: 100%;
	overflow-y: scroll;
	padding: 0 1em 0 0;
	max-height: 800px;
	height: 60vh;
	
}
.systemLityClose{
	pointer-events: none;
	position: absolute;
	top: -40px;
	color: #fff;
	font-weight: bold;
	right: 0;
	font-size: 30px;
}
.lity-close{
	/*lityデフォルトの✕ボタンを非表示にする*/
	opacity: 0;
}
.systemLityTitle1{
	margin: 0 auto 1.5em auto;
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	padding: 1em 0.5em 0 0.5em;
}
.systemLityTitle1 span{
	background-image:url(../images/system_about_kity_midashi_zabton.png);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
	padding: 0 0.5em;
}
.systemLityMidashi1{
	font-size: 1.2em;
	color: #be4848;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
	padding: 0.25em 0;
	margin: 0.75em auto;

}
.systemLityMidashi1 span{
	border-left: 10px solid #e188aa;
	padding: 0 0 0 5px;
	display: block;
}
.systemLityP1{
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: left;
	font-weight: normal;
	margin: 0.7em auto 1.2em auto;
}
.systemLityP1Bold{
	font-weight: bold;
}
.systemLityMidashi2{
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	
	padding: 0.25em 0;
	margin: 1em auto 0.5em auto;
	border-bottom: 1px solid #888;

}
.systemLityP2{
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: left;
	font-weight: normal;
	margin: 0.7em auto 1.2em auto;
}
.systemLityOptionThumb1{
	width: 40%;
	height: auto;
	display: block;
	margin: 1em auto 2em auto;
	max-width: 150px;
}
.systemLityOptionMov1{
	width: 100%;
	height: auto;
	display: block;
	margin: 1em auto 2em auto;
}
@media (max-width: 549px) {
	.systemLityMidashi1{
		font-size: 1.1em;

	}
	.systemLityP1{
		font-size: 1.0em;
	}
	.systemLityMidashi2{
		font-size: 1.1em;
	}
	.systemLityP2{
		font-size: 1.0em;
	}
}

/* 口コミ風俗バナー用DIV　※ご利用方法ページでも使用 */
.system_voiceDIV1{
	max-width: 350px;
	width: 100%;
	margin: 4em auto 2em auto;
}
.system_voiceDIV1_midashi1{
	width: 65%;
	display: block;
	margin: 0 auto 1em auto;
}
.system_voiceDIV1 .fujoho_custom_banner{
	width: 100%!important;
	background-color: #fff;
}

/*オプション*/
.optionDIV1{
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em auto 2em auto;
}
.optionMidashi1{
	width: 100%;
	background-image:url(../images/option-midashi-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	padding: 0.6em;
	font-size: 1.3em;
	color: #fff;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
}
.optionUL1{
	width: 100%;
	margin: 0.5em auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.optionUL1 li{
	width: 23%;
	margin: 0.5em 1%;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	padding: 1em 1em 2.5em 1em;
	border-radius: 8px;
	position: relative;
}
.optionName{
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	margin: 0.75em auto;
}
.optionLityLinkBTN{
	width: 90%;
	display: block;
	max-width: 120px;
	margin: auto;
	position: absolute;
	bottom: 0.75em;
	left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 999px) {
	.optionUL1 li{
		width: 31.3333%;
	}
}
@media (max-width: 749px) {
	.optionUL1 li{
		width: 23%;
	}
}
@media (max-width: 639px) {
	.optionUL1 li{
		width: 31.3333%;
	}
	.optionName{
		font-size: 0.9em;
	}
	.optionLityLinkBTN{
		max-width: 110px;
	}
}
@media (max-width: 499px) {
	.optionUL1 li{
		width: 48%;
		padding: 0.5em 0.5em 2.5em 0.5em;
	}
}

/*ご利用方法*/

.howTabDIV1 p{
	width: 49%;
	max-width: 300px;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	margin: 0 0.5%;
	cursor: pointer;
}

.howTabDIV1 p img{
	width: 100%;
	max-width: 250px;
	display: block;
	margin: auto;
}


.howDIV3{
	width: 100%;
	max-width: 810px;
	margin: 0 auto 0 auto;
	padding:0em 0 1em 0 ;
}
.howKihonMidashi2{
	font-size: 1.4em;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	
	position: relative;
	padding: 1em;
	margin: 3em auto 2em auto;
}
.howKihonMidashi2Kihon{
	background-color: #df8484;
}
.howKihonMidashi2Osanpo{
	background-color: #38b874;
}
.howMidashi2Icon{
	position: absolute;
	width: 5em;
	top: -1em;
	left: 1em;
}
.howKihonStationFlex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.howKihonStationFlex img{
	width: 49%;
	display: block;
	margin-bottom: 1em;
}
@media (max-width: 899px) {
	.howKihonMidashi2{
		font-size: 1.2em;
		padding: 0.75em 0.75em 0.75em 1.5em;
	}
	.howMidashi2Icon{
		width: 4em;
		top: -0.75em;
		left: 1em;
	}
	.howKihonStationFlex img{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 1em auto;
	}
}
@media (max-width: 799px) {
	.howKihonMidashi2{
		padding: 0.75em 0.75em 0.75em 2.5em;
	}
	.howMidashi2Icon{
		width: 4em;
		top: -0.75em;
		left: 0.5em;
	}
}
@media (max-width: 549px) {
	.howKihonMidashi2{
		font-size: 1.15em;
		padding: 0.75em 0.75em 0.75em 4em;
	}
	.howMidashi2Icon{
		width: 4em;
		top: -0.75em;
		left: 0.25em;
	}
}
.howP1{
	font-size: 1.1em;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	padding: 0 1em;
}
.howStrongSpan{
	color: #3585ff;
	font-weight: bold;
}
.howP1 a{
	color: #ff3e3e;
}

.howComicDIV{
	width: 100%;
	max-width: 610px;
	margin: 5em auto 0 auto;
	padding: 0 0 2em 0;
}
.howComicMidashi1{
	width: 100%;
	background-color: #414344;
	padding: 1em;
}
.howComicMidashi1 img{
	width: 80%;
	max-width: 270px;
	display: block;
	margin: auto;
}
.mailmagazineMainArea{
	background-image:url(../images/mailnagazine-illust-bg.jpg);
	background-size: 105%;
	background-position: center top 290px;
	background-repeat: no-repeat;
	padding: 0 0 2em 0;
}

.mailmagazineMidashiDIV1{
	width: 100%;
	padding-top: 200px;
}
@media (max-width: 1279px) {
	.mailmagazineMainArea{
		background-size: calc(80% + 300px);
		background-position: center 24vw;
	}
	.mailmagazineMidashiDIV1{
		padding-top: 15vw;
	}
}
@media (max-width: 749px) {
	.mailmagazineMainArea{
		background-size: calc(80% + 300px);
		background-position: center 41vw;
	}
	.mailmagazineMidashiDIV1{
		padding-top: 22vw;
	}
}
.mailmagazineMidashi1{
	width: 90%;
	margin: auto;
	max-width: 650px;
}
.mailmagazineP1{
	width: calc(100% - 2em);
	max-width: 600px;
	margin: 8em auto 0 auto;
	background: rgb(223,0,131);
	background: linear-gradient(0deg, rgba(223,0,131,0.6) 0%, rgba(255,11,217,0.6) 100%);
	padding: 1em;
	font-size: 1.1em;
	color: #fff;
	line-height: 2em;
	text-align: center;
	font-weight: normal;
	border-radius: 1.5em;
}
.mailmagazineP2{
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	margin: 2.5em auto 0 auto;
}
@media (max-width: 549px) {
	.mailmagazineP1{
		font-size: 1.0em;
		text-align: left;
	}
	.mailmagazineP2{
		font-size: 1.25em;
	}
}
.mailmagazineBTNDIV{
	width: calc(100% - 2em);
	margin: 1em auto;
	max-width: 500px;
}
.mailmagazineBTNL{
	width: calc(50% - 0.5em);
	float: left;
}
.mailmagazineBTNR{
	width: calc(50% - 0.5em);
	float: right;
}
.mailmagazineQR{
	width: 100%;
	margin: 3em auto 0 auto;
	max-width: 400px;
}
.mailmagazineChuiDIV{
	width: calc(100% - 2em);
	margin: 3em auto 1em auto;
	max-width: 650px;
	color: #785e67;
}
.mailmagazineChuiP1{
	border-bottom: 2px solid #785e67;
	font-size: 1.4em;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	padding: 0.25em;
}
.mailmagazineChuiUL{
	margin: 1em auto 0 auto;
}
.mailmagazineChuiUL li{
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	margin: 0.75em 0 0.75em 1.5em;
	padding: 0 0 0 0;
	list-style-type: disc;
}

.mailmagazineFormDIV{
	width: calc(100% - 2em);
	max-width: 600px;
	margin: 8em auto 0 auto;
	background-color: rgba(255,255,255,0.7);
	border: 4px solid #ff8ad5;
	
	border-radius: 1.5em;
	display: block;
	margin:2em auto 0 auto;
	text-align: center;
	padding: 1.5em;
	color:#555;
	font-weight: bold;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.mailmagazineFormMidashi{
	font-size: 1.4em;
}

.mailmagazineFormDIV1{
	margin:1.5em auto 0 auto;
}
.mailmagazineFormDIV1 input{
	border-radius: 8px;
	padding: 0.5em;
	border:1px solid #aaa;
	margin-top: 10px;
}
.mailmagazineFormDIV2{
	margin:2.5em auto 0 auto;
}

.mailmagazineFormBTN{
	margin:1.5em auto 0 auto;
	min-width: 100px;
	color: #fff;
	border:none;
	padding: 1em;
	border-radius: 12px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	background: rgb(223,0,131);
	background: linear-gradient(0deg, rgba(223,0,131,0.6) 0%, rgba(255,11,217,0.6) 100%);

}


/*お問い合わせ*/
.contactTel{
	max-width: 300px;
	width: 70%;
	display: block;
	margin: 0 auto 0 auto;
}
.contactFormDIV1{
	width: calc(100% - 1em);
	max-width: 500px;
	margin: 5em auto 0 auto;
	padding: 0 0 2em 0;
}
.contactLabel1{
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
}
.contactLabelHissu{
	color: #f00;
}
.contactInputText1{
	width: calc(100% - 1em);
	margin: 0.5em  auto 2em auto;
	display: block;
	padding: 0.5em;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.contactInputTextArea1{
	width: calc(100% - 1em);
	margin: 0.5em  auto 2em auto;
	display: block;
	padding: 0.5em;
	border: 1px solid #aaa;
	border-radius: 4px;
	min-height: 250px;
}
.contactP1{
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;

}

.contactPrivacyDIV1{
	border: 2px solid #ccc;
	padding: 1em;
	width: 100%;
	margin: 4em auto 0 auto;
}
.contactPrivacyP1{
	font-size: 1.2em;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
	padding: 0 0 0.5em 0;
}
.contactPrivacyP2{
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	padding: 1em 0 0.5em 0;
}
.contact_submit{
	width: 250px;
	margin: 3em auto;
	display: block;
	padding: 0;
	background-color: none;
	border: none;
}

/*新着情報*/
.newsMidashi{
	width: 100%;
	font-size: 1.7em;
	color: #785e67;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	border-bottom: 2px solid #785e67;
	margin: 3em auto 0.25em auto;
}
@media (max-width: 749px) {
	.newsMidashi{
		font-size: 1.5em;
	}
}
@media (max-width: 549px) {
	.newsMidashi{
		font-size: 1.3em;
	}
}
.newsYMD{
	font-size: 1.2em;
	color: #785e67;
	line-height: 1em;
	text-align: right;
	font-weight: normal;
	margin: 0 0 2em 0;
}
.newsThumbContainer{
	width: 100%;
	max-height: 350px;
	margin: 0 auto 3em auto;
}
.newsThumb{
	max-width: 100%;
	max-height: 350px;
	display: block;
	margin: auto;
	/*object-fit: contain;*/
}
.newsEditDIV{
	/*編集する場合はblog-editor.cssも参照*/
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 2em;
}
/*news-single.phpにのみに表示されるリンクボタン*/
.newsBTNList{
	width: 250px;
	display: block;
	margin: 3em auto 1em auto;
}


/* ページネーション */
#page-count {
	clear: both;	
	text-align: center;
	margin: 50px 30px 0 30px;
	padding: 10px 0;
	/*background-color: rgba(0,0,0,0.6);
	border-radius: 6px;*/
}
#page-count a {
	color: #555;
	display: inline-block;
	margin: 0 5px;
	font-size: 1.15em;
	background-color: #fff;
	padding: 0.5em;
	border: 1px solid #afafaf;
}
.arrow-prev {
	display: inline-block;
	margin-right: 10px;	
}
.arrow-prev::before {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0px;
}
.arrow-next {
	display: inline-block;
	margin-left: 10px;	
}
.arrow-next::after {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0px;
}
.page-current {
	text-decoration: underline;
	color: #fff!important;
	background-color: #afafaf!important;

}

.count-space {
	width: 100px;
	display: inline-block;
}

/*女の子一覧(主に検索窓のCSS)*/
.girlslistSearchDIV{
	width: calc(100% - 2em);
	max-width: 400px;
	margin: 5% auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	padding: 1em 0;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #785e67;
}
.girlslistSearchDIV1,.girlslistSearchDIV2,.girlslistSearchBTNDIV{
	margin: 0.5em 0.8em;
}
.girlslistSearchDIV select{
	border-radius: 2px;
	padding: 0.75em;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
}
.girlslistSearchBTN{
	border: none;
	background: rgb(255,77,79);
	background: linear-gradient(0deg, rgba(255,77,79,1) 0%, rgba(255,112,206,1) 100%);
	color: #fff;
	padding: 1em 1em 1em 1em;
	width: 100px;
	line-height: 1em;
	border-radius: 6px;
	font-weight: bold;
}
.brspGirls{
	display: none;
}


@media (max-width: 699px) {
	.girlslistSearchDIV{
		display: block;
		margin: 0 auto 0 auto;
		text-align: center;

	}
	.girlslistSearchDIV1,.girlslistSearchDIV2{
		margin: 0 auto 0.75em auto;
	}
	.girlslistSearchDIV select{
		min-width: 250px;
	}
	.brspGirls{
	display: block;
}
.girlslistSearchBTN{
	margin: 0.5em auto 0 auto;
	padding: 0.75em ;
	}
}

/*スケジュール(主に週間窓のCSS)*/
.scheduleSearchDIV {
    margin: 2% auto 0 auto;
    width: 100%;
    max-width: 900px;
}
.scheduleSearchDIV ul{
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	width: calc(100% - 2em);
	margin: auto;
}
.scheduleSearchDIV ul li{
	margin: 0 ;
	line-height: 1em;
	font-size: 1.0em;
	width: 14.2857%;
	background-color: #fff;
	text-align: center;
	padding: 1em 0;
	color: #333;
	border: 1px solid #d4c3c5;
}
.scheduleSearchDIV ul li a{
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: bold;
	text-decoration: none;

}
.scheduleSearchDIV ul li a br{
	display: none;
}
.schedule-on{
	background: linear-gradient(0deg, rgba(255,115,164,1) 0%, rgba(255,138,213,1) 100%) !important;

}
.schedule-on a{
	color: #fff!important;
}

.scheduleSearchDIV ul li:hover{
	background-color: #efdfe8 !important;
	color: #fff !important;
}
.scheduleSaturday{
	color: #1b61ff;
}
.scheduleSunday{
	color: #ff0000;
}
@media (max-width: 599px) {
	.scheduleSearchDIV ul li{
	line-height: 1.4em;
	font-size: 0.85em;
}
	.scheduleSearchDIV ul li a br{
	display: block;
}
	
}
