:root{
  --gold1:#f0da80;
}




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

audio,canvas,video {display : inline-block}
    
audio:not([controls]) { display: none;height: 0}

[hidden] {display: none}


html {
    font-family:"Noto Serif JP",serif;
	font-optical-sizing:auto;
	font-weight:400;
	font-style:normal;
	font-variation-settings:"wdth" 100;
	font-size:100%;

	background-color:#000;
	color:#fff;
	letter-spacing:0.05em;
}
.gothic{
  font-family:"Noto Sans",sans-serif;
  letter-spacing: 0;
}


/* 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;
	 transition: opacity 0.4s ease;
}


/* =============================================================================
   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
------------------------------------------------------------*/
.brsp{
	display: none;
}
.security{
	pointer-events: none;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}

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


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


/*下部に固定されるトップに戻るボタン*/
#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);
}
.spfixMenuRoot{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9990;
}
.spfixMenuWrap{
	width: 100%;
	background-color: rgba(36,36,36,0.9);
	padding: 0.3em;
	display: none;
}
.spfixMenuUL{
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin: auto;
}
.spfixMenuLI{
	width: 15%;
}
.spfixMenu_cta_wrap{
	width: 90%;
	margin: auto;
	max-width: 500px;
	
}
.spfixMenu_cta_head{
	width: 100%;
	border-radius: 12px 12px 0 0 ;
	background: #9C7A3A;
background: linear-gradient(90deg,rgba(156, 122, 58, 0.92) 0%, rgba(201, 164, 88, 0.92) 50%, rgba(156, 122, 58, 0.92) 100%);;
	border: 1px solid var(--gold1);
	border-bottom:none!important;
}
.spfixMenu_cta_btn_p{
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	padding: 0.5em;
}
.spfixMenu_cta_btn_icon{
	width: 1.2em;
	margin-left: 0.5em;
	position: relative;
	top: -0.1em;
}
.spfixMenu_cta_body{
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	padding: 0 1.5em;
	display: none;
}
.spfixMenu_cta_telP{
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	font-weight: 600;
	padding-top: 1em;
}
.spfixMenu_cta_telP_span{
	font-size: 200%;
}
.spfixMenu_cta_tel_btn{
	width: 240px;
	display: block;
	margin: 1em auto 0 auto;
}
.spfixMenu_cta_body_div1{
	width: 100%;
	border: 1px solid #666;
	background-color: #222;
	margin: 2em auto 0 auto;
	padding: 1.2em;
}
.spfixMenu_cta_body_div1_p1{
	font-size: 1.3em;
	line-height: 1em;
	text-align: left;
	font-weight: 600;
}
.spfixMenu_cta_body::after{
	width: 100%;
	content: "　";
}
.spfixMenu_cta_body_div1_p2{
	font-size: 1em;
	line-height: 1.9em;
	text-align: left;
	font-weight: normal;
	margin-top: 1em;
}
.spfixMenu_cta_mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9900;
	display: none;
}
@media (max-width: 749px) {
	.spfixMenuWrap{
		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%;
	margin: auto;
	padding-bottom: 4em;
	background-image:url(../images/bg_common.webp);
	background-size: 100%;
	background-position: top center;
	background-repeat: repeat;
}
@media (max-width: 1199px) {
	.container{
	background-size: 1200px;
}
}





.headerWrap{
	width: 100%;
	margin: auto;
	position: fixed;
	/*position: relative;*/
	background-image:url(../images/header_bg.webp);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 9990;
	box-shadow: 0 8px 8px rgba(0,0,0,0.2);
}
.headerAreaFlex{
	width: 100%;
	max-width: 1200px;
	margin: auto auto 0.5% auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.headerAreaFlex_left{
	width: 50%;
}
.headerP1{
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	padding: 0.5% 0 0 2%;
}
.headerLogo_pc{
	width: 37%;
	display: block;
	margin: 1% 0 0 2%;
}
.headerAreaFlex_right{
	width: 50%;

}
.headerP_address_pc{
	font-size: 1em;
	line-height: 1em;
	text-align: right;
	font-weight: normal;
	padding: 0.5% 2% 0 0;
}
.headerAreaFlex_right_innerFlex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-;
	justify-content: flex-end;
	align-items: flex-end;
}
.headerAreaFlex_right_innerFlex_left{
	width: 36%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}
.headerAreaFlex_right_innerFlex_right{
	width: 38%;
	margin-right: 2%;
}
.headerP_tel{
	margin-top: 6%;
}
.headerP_open{
	margin-top: 2%;
}
.header_btn_x_pc{
	width: 18%;
	margin-right: 5%;
}
.header_btn_mailmagazine_pc{
	width: 63%;
	margin-right: 10%;
}
.headerMenuWrapRoot{
	width: 100%;
	/* background: #A46634;
background: linear-gradient(90deg,rgba(164, 102, 52, 1) 0%, rgba(244, 207, 142, 1) 50%, rgba(164, 102, 52, 1) 100%);
padding: 2px 0; */
}
.headerMenuWrap{
	width: 100%;
	/* border-top: 2px solid #dbcb9f;
	border-bottom: 2px solid #dbcb9f; */
	background-image:url(../images/header_menu_bg.png);
	background-size: 2560px 100%;
	background-position: center center;
	background-repeat: repeat;
}
.headerMenu li{
	background-size: 100% 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: calc(100% + 1px) 100% ;
	background-image:url(../images/header-menu-frame.png);
	transition: filter 0.4s ease;
}
.headerMenu li:hover{
	background-image:url(../images/header-menu-frame_over.png);
	filter: brightness(1.2);
}
.headerMenu li a:hover{
	opacity: 1;
}
.headerMenu li:nth-child(1){
	background-size: 100% 100% ;
}
/*
.headerMenu li:nth-child(2){
	background-image:url(../images/header-menu-frame2.png);
}
.headerMenu li:nth-child(3){
	background-image:url(../images/header-menu-frame3.png);
}
.headerMenu li:nth-child(4){
	background-image:url(../images/header-menu-frame4.png);
}
.headerMenu li:nth-child(5){
	background-image:url(../images/header-menu-frame5.png);
}
.headerMenu li:nth-child(6){
	background-image:url(../images/header-menu-frame6.png);
}
.headerMenu li:nth-child(7){
	background-image:url(../images/header-menu-frame7.png);
}
.headerMenu li:nth-child(8){
	background-image:url(../images/header-menu-frame8.png);
}
.headerMenu li:nth-child(9){
	background-image:url(../images/header-menu-frame9.png);
} */
.headerMenu_for_sp{
	display: none;
}
.headerMenu_for_pc{
	width: 11.1%;
	background-image:url(../images/header-menu-border-pc.png);
	background-size: 1px 100%;
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
}
.headerMenu a{
	width: 82%;
    padding: 3% 0;
    display: block;
	margin: auto;
}
.headerMenu img{
	width: 100%;
	display: block;
}
.headerMenu{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	background-image:url(../images/header-menu-border-pc.png);
	background-size: 1px 100%;
	background-position: center right;
	background-repeat: no-repeat;
}
.headerAreaFlex_sp{
	    width: 100%;
        padding: 2% 2% 0 2%;
    max-width: 500px;
    margin: auto;
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.headerAreaFlex_sp_left{
	width: 40%;
}
.headerAreaFlex_sp_right{
	width: 60%;
	padding-bottom: 0.5%;
}
.headerAreaFlex_sp_right_innerFlex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}
.headerP_address_sp{
	font-size: 1em;
	line-height: 1em;
	text-align: right;
	font-weight: normal;
	padding: 1.5% 0 0 0;
}
.header_btn_x_sp{
	width: 11%;
	margin-left: 3%;
}
.header_btn_mailmagazine_sp{
	width: 40%;
	margin-left: 3%;
}
@media (max-width: 1199px) {
	.headerP1{
		font-size: 1.07vw;
	}
	.headerP_address_pc{
		font-size: 1.07vw;
	}
}
@media (max-width: 749px) {
	.headerAreaFlex {
		max-width: 500px;
	}
	.headerAreaFlex_left{
		width: 100%;
	}
	.headerP1{
		width: 100%;
		font-size: 1em;
		line-height: 1.2em;
		text-align: center;
		font-weight: normal;
	}
	.headerLogo_pc{
		display: none;
	}
	.headerAreaFlex_right{
		display: none;
	}
	.headerAreaFlex_sp{
		display: flex;
	}

	.headerMenu {
		max-width: 500px;
	}
	.headerMenu a {
		width: 96%;
	}

	.headerMenu_for_pc{
		display: none;
	}
	.headerMenu_for_sp{
		width: 14.28%;
		
		display: block;
	}
}
@media (max-width: 499px) {
	.headerP1 {
        font-size: 2.57vw;
    }
	.headerP_address_sp {
		font-size: 2.57vw;
	}
	.headerMenu {
		background:none;
	}
	.headerMenu_for_sp_bordernone{
		/* sp版でメニューの一番左のボタンのボーダーを非表示にする */
		/* background:none!important; */
	}
}


.contentArea{
	max-width: 1280px;
	margin: auto;
	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: 170px;
		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 + 0px);
	}
}




.sideContentDIV1{
	width: 100%;
	margin: 0 auto 1.5em auto;
	
}
.sideBannerDIV1{
	width: 100%;
	margin: 0 auto 1.5em auto;
	
}
.sideBannerDIV1 img{
	width: 100%;
	display: block;
}

.sideBannerDIV1 iframe{
	width: 100%;
	margin: 0;
	display: block;
	padding: 0;
}
@media (max-width: 749px) {
	.sideBannerDIV1{
		max-width: 449px;

	}
}
.sideMidashi1{
	width: 100%;
	background-image:url(../images/cmn_midashi_bg.webp);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.sideMidashi1_main img{
	width: auto;
    height: 1.8em;
    display: block;
}
.sideMidashi1_sub img{
	width: auto;
    height: 2.7em;
    display: block;
}


/* ピックアップガール */
.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: var(--gold1);
	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-image:url(../images/cmn_btn_grade_gold1.gif);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-x;
	padding: 0.75em 0;
	display: block;
	margin: auto;
	max-width: 13em;
}
/*ピックアップガールのうち本日出勤がない場合高さを一定にするためにopacity0にする*/
.sidePickupTimeHidden{
	background: none;
	color: #fff;
	opacity: 0;
}

@media (max-width: 799px) {
	.sidePickUpGirlArea{
		display: none;
	}
}



/* ピックアップ動画 */
.sidePickUpMovieContainer{
	width: 100%;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
.sidePickUpMovieDIV1{
	width: 100%;
	padding: 0 0 1em 0;
}
.sidePickUpMovie_video{
	width: 100%;
	display: block;
	margin: auto;
	border: 1px solid #f3de8c;
}
.sidePickUpMovieNameP{
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin-top: 0.5em;
}
.sidePickUpMovieNameP_span1{
	font-size: 75%;
}





.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;
	} */
	
	
	.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_head_hr{
	width: 100%;
	height: 4px;
	background-color: #d9c89a;
	margin-bottom: 4px;
}
.footerWrap{
	width: 100%;
	background-image:url(../images/footer_bg.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
	padding-bottom: 55px;
}
.footerDiv1{
	width: 100%;
	margin: auto;
	max-width: 1280px;
	padding: 2.0em 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;
	
}

.footerTel{
	font-size: 1em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin: 3em auto 0 auto;
}
.footerCopy{
	font-size: 0.9em;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    margin: 2em auto 0 auto;
    padding-bottom: 0.5em;
}
@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: 3em 0px 0 0px;
	}
	.footerLogo{
		width: 250px;
		float: none;
		margin: auto;
	}
	.footerNavi{
		display: none;
	}
	.footerTel{
		margin: 2em auto 0 auto;
	}
	.footerCopy{
		padding-bottom: 55px;
	}
}
@media (max-width: 499px) {
	.footerWrap{
		padding-bottom: 45px;
	}
}


.cmnMidashi1{
	width: 100%;
	background-image:url(../images/cmn_midashi_bg.webp);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	
}
.cmnMidashi1_main img{
	width: auto;
    height: 35px;
    display: block;
}
.cmnMidashi1_sub img{
	width: auto;
    height: 35px;
    display: block;
}
.cmnMainArea{
	width: 100%;
	padding: 2em 2em 4em 2em
}
@media (max-width: 539px) {
	.cmnMainArea{
		padding: 2em 1.5em;
	}
}
@media (max-width: 449px) {
	.cmnMainArea{
		padding: 1em 1.0em;
	}
}
.cmnMainAreaForListPage{
	width: 100%;
	background-color: #fff;
	padding: 2em 0;
}


.cmnPatternDIV{
	width: 100%;
	background-image:url(../images/bg_common_tile.webp);
	background-size: 800px;
    background-position: top center;
    background-repeat: repeat;
	background-color: #333;
	border:1px solid rgba(255,255,255,0.2)
}


.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: #d5d5d5;
}
/*スクロールバーの色・角丸指定*/
.cmnInlineScrollDIV::-webkit-scrollbar-thumb {
  border-radius: 1vw;
	background:#f9e48f;
}
.cmnPagetitle{
	width: 85%;
    max-width: 400px;
    margin: auto;
}
.cmnPagetitleChushaku1{
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	font-weight: normal;
	color: #fff;
	margin: 2em auto 3em auto;
}
@media (max-width: 999px) {
	.cmnPagetitleChushaku1{
		font-size: 1.3em;
	}
}
@media (max-width: 749px) {
	.cmnPagetitle{
		max-width: 320px;
	}
	.cmnPagetitleChushaku1{
		font-size: 1.2em;
	}
}
@media (max-width: 549px) {
	.cmnPagetitleChushaku1{
		font-size: 1.1em;
	}
}
.topShinsetsuBanner1{
	width: 100%;
	display: block;
	margin: 2em auto 0 auto;
}


.cmnArea{
	width: 100%;
	margin: 1.5em auto 0 auto;

}

.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: #fff;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
}
.cmnbreadcrumbs li a{
	text-decoration: none;
	color: #fff;
}
.cmnbreadcrumbsChild:before{
	content: " > ";
}
@media (max-width: 549px) {
	.cmnbreadcrumbs li{
		font-size: 0.9em;
	}
}


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

.topShinchakuAreaRootDIV{
	width: 100%;
	padding: 1.5em 1.5em 1.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;
}
.topTopicsArea{
	width: 35%;
	background-color: rgba(116,116,116,0.46);
	border: 1px solid var(--gold1);
	padding: 1em 1em 0 1em;
}
.topTopicsDIV1{
	width: 100%;
	overflow-y: scroll;
	height: 380px;
	margin: 0 0 1em 0;
}
.topTopicsAreaSP{
	/* SP版のオプションランキング。PC版とは別のコードです */
	display: none;
}
.topTopicsDIV1SP{
	
	width: calc(100% - 1em);
    overflow-y: scroll;
    height: 420px;
    margin: 0 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;
}
.topTopicsMidashi1{
	width: 100%;
	background-image:url(../images/top_shinchaku_ranking_midashi_bg.webp);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.topTopicsMidashi1_main img{
	width: auto;
    height: 1.8em;
    display: block;
}
.topTopicsMidashi1_sub img{
	width: auto;
    height: 2.7em;
    display: block;
}


.topTopicsMidashi2{
	margin: 0.3em 0 0 0;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.3em;
    text-align: left;
    font-weight: bold;
}
.topTopicsMidashi2_sp{
	width: calc(100% - 1.5em);
    margin: 0.9em auto 0.05em auto;
    font-size: 1.3em;
    color: #fff;
    line-height: 1.3em;
    text-align: left;
    font-weight: bold;
}
.topTopicsP1{
	margin: 1em  0 1em 0;
	width: calc(100% - 1.5em);
	font-size: 1.1em;
	color: #fff;
	line-height: 1.25em;
	text-align: left;
	font-weight: bold;
}
@media (max-width: 999px) {
	.topTopicsMidashi2{
		font-size: 1.2em;
	}
}
@media (max-width: 749px) {
	.topShinchakuArea{
		width: 100%;
		height: initial;
		overflow-y: initial;
		padding-right: initial;
	}
	.topShinchakuArea a:last-child{
		margin: 0 auto 16px auto;
	}
	.topTopicsArea{
		display: none;
	}

	.topTopicsMidashi1 img{
		width: 70%;
	}
	.topTopicsAreaSP{
		/* SP版のオプションランキング。PC版とは別のコードです */
		display: block;
	}
}
@media (max-width: 439px) {
	.topTopicsMidashi2_sp{
		width: calc(100% - 1.6em);
		font-size: 1.1em;
	}
}

/* topページ写メ日記エリア。SP版のみの表示 */
.topDiaryAreaSP{
	width: 100%;
	margin: 2em auto 2em auto;
	display: none;
}
@media (max-width: 749px) {
	.topDiaryAreaSP{
		display: block;
	}
}
/* topページ新人女性 */
.topNewface_cmnArea{
	background-image:url(../images/bg_common_tile_white.webp)!important;
	border: 1px solid rgb(100 87 81) !important;
	/* カルーセル下段ボタン用パディング */
	padding-bottom: 20px;
}
.topNewface_cmnArea .cmnMidashi1{
	background-image:url(../images/cmn_midashi_bg_gold.webp)!important;
}
.topNewface_cmnArea .cmnListArea {
    width: calc(100% - 16px);
    margin: auto;
}
.topNewface_cmnArea .cmnListDiv {
    border: 1px solid #ddd;
    padding: 4px;
    width: initial;
    margin: 5px 3px;
}
.topNewface_cmnArea .cmnListIconNewface {
    width: 50px !important;
}

.topNewface_cmnArea .slick-dots {
    bottom: 0px;
}

.topNewface_cmnArea .slick-prev {
    left: -2px;
}
.topNewface_cmnArea .slick-next {
    right: -2px;
}
.topNewface_cmnArea .slick-prev:before,.topNewface_cmnArea .slick-next:before {
    font-size: 20px;
    color: #c54b00;
}
.topNewface_cmnArea .slick-dots {
    position: relative;
    bottom: 0;
	margin-top: 5px;
}
.topNewface_cmnArea .slick-dots li.slick-active button:before {
    color: #c54b00;
}


.topPickUpAreaSP{
	display: none;
}
.topPickUpSlideAreaSP{
	padding: 0em 0 4em 0;
}
@media (max-width: 999px) {
	.topNewface_cmnArea .slick-prev {
		left: -10px;
	}
	.topNewface_cmnArea .slick-next {
		right: -10px;
	}
}
@media (max-width: 549px) {
	.topNewface_cmnArea .slick-prev {
		left: -16px;
	}
	.topNewface_cmnArea .slick-next {
		right: -16px;
	}
}


@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{
	color: #fff;
	text-decoration: none;
	background: rgba(95, 41, 10, 0.7);
	background: linear-gradient(0deg,rgba(77, 32, 6, 0.7) 0%, rgba(142, 97, 26, 0.7) 50%, rgba(77, 32, 6, 0.7) 100%);
    display: block;
    padding: 2%;
}
.cmnListLink:hover{
	opacity: 1!important;
}
.cmnListTextDIVInner1{
	width: 100%;
	
	padding: 0.5em 0 0 0;
}
.cmnListNameP{
	font-size: 1.2em;
    line-height: 1em;
    text-align: left;
    font-weight: normal;
    padding: 0.5em 0.3em;
}
.cmnAge{
	font-size: 80%;
}
.cmnListSpecP{
	font-size: 0.9em;
	color: var(--gold1);
	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-image:url(../images/cmn_btn_grade_pink1.gif);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-x;
	padding: 0.75em 0;
	display: block;
	margin: auto;
}
.cmnListTimeP_workout{
	background-image:url(../images/cmn_btn_grade_gray1.gif)!important;
}
.cmnListTimePHidden{
	opacity: 0;
}
.cmnListTimeSokuhimeP{
	font-size: 0.9em;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	background-image:url(../images/cmn_btn_grade_red1.gif);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-x;
	padding: 0.3em 0;
	display: block;
	margin: auto;
}
.cmnListNyutenbiP{
	font-size: 0.9em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	background-image:url(../images/cmn_btn_grade_red1.gif);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-x;
	padding: 0.75em 0;
	display: block;
	margin: auto;
}
.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: 6.3% 5.6%;
	position: relative;
	width: 100%;
}
.cmnListIconNewface{
	position: absolute;
	z-index: 15;
    width: 24%;
    height: auto;
    top: 0%;
    left: 0%;
}
.cmnListThumbDIV_child{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.cmnListThumb{
	object-fit: cover;
	aspect-ratio: 365/511;
	z-index: 9;

}
.cmnList_mov{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 365/511;
	display: block;
	z-index: 11;
	position:absolute;
	top: 0;
	left: 0;
}
.cmnList_subThumb_flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 3% auto 0 auto;
}
.cmnList_subThumb_div{
	width: 31%;
	 position: relative;
}
.cmnList_subThumb{
	aspect-ratio: 365/511;
	position: relative;
	object-fit: cover;
	display: block;
	box-shadow: 0px 0px 3px rgba(0,0,0,1);

	/* クリップパスで角を削った後、下記疑似要素の背景色をborderとして見せるために、さらに1pxづつ削る */
	clip-path: polygon(
		calc(30% + 1px) 1px,
		calc(100% - 1px) 1px,
		calc(100% - 1px) calc(90% - 1px),
		calc(70% - 1px) calc(100% - 1px),
		1px calc(100% - 1px),
		1px calc(10% + 1px)
	);
	
}
.cmnList_subThumb_div::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: var(--gold1);
  clip-path: polygon(
    30% 0,      /* 左上カット */
	100% 0,
	100% 90%,   /* 右下カット */
	70% 100%,
	0 100%,
	0 10%
  );
  
  top: 0;
  left: 0;
  pointer-events: none;
}

/*マーキーアニメ。必ずgap: 1rem;を設定しておくこと。*/
.cmnListMarquee{
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	gap: 1rem;
  	font-size: 1em;
  	color: #fff;
  	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_bg.webp);
	background-size: 1100px;
	background-position: center center;
	background-repeat: repeat;
	padding: 2em 1em;
	margin: 4.5em auto 0 auto;
	display: none;
	border: 1.5px solid var(--gold1);
	border-radius: 16px;
}
.topTelSPDIV_p1{
	font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
	letter-spacing: 0;
}
.topTelSPDIV_p1_span1{
	    font-size: 170%;
    font-weight: 600;
}
.topTelSPDIV_p2{
	font-size: 2.8em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0;
}
.topTelSPDIV_p2 a{
	color: #fff!important;
}
.topTelSPDIV_p2_span1{
	font-size: 70%;
	font-weight: 600;
}

@media (max-width: 749px) {
	.topTelSPDIV{
		display: block;
	}
}
@media (max-width: 499px) {
	.topTelSPDIV_p1{
		font-size: 3vw;
	}
	.topTelSPDIV_p2{
		font-size: 7.7vw;
	}
}


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


.profileCatchP{
}
.profileArea1{
	width: 100%;
	margin: auto;
}
.profileNameArea{
	width: 100%;
	border-bottom: 2px solid #ddd;
	margin: 0.5em auto 2em auto;
}
.profileName{
	color: var(--gold1);
	font-size: 2.2em;
	letter-spacing: 0;
	line-height: 1.2em;
	float: left;
	font-weight: normal;
}
.profileNewIMGDIV{
	float: right;
    margin: 4px 0 0 0;
}
.profileNewIMG{
	width: 60px;
    
}
.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: 6.3% 5.6%;
    width: 93%;
}
.profileSpec{
	font-size: 1.5em;
	letter-spacing: 0;
	margin: 0.5em 0 0 0;
	color: var(--gold1);;
	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;
	}
}


.profileSec1{
	width: 100%;
	margin: 3.5em auto 0 auto;
}

.profileMidashi1{
	margin-top: 3em;
}
.profileCastMessageP1{
	font-size: 1em;
	margin: 1.5em auto 0 auto;
	line-height: 1.6em;
}





.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: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.profileQuestionDL dt{
	width: 20%;
	color: var(--gold1);
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 1em 1em 1em 0.5em;
	line-height: 1.2em;
	font-size: 1.0em;
}
.profileQuestionDL dd{
	width: 28.5%;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 1em;
	line-height: 1.2em;
	font-size: 1.0em;
}
.profileQuestionDL dt:nth-child(4n+3) {
  margin-left: 1.5%;
}
.profileQuestionDL dd:nth-child(4n+2) {
  margin-right: 1.5%;
}
@media (max-width: 999px) {
	.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%;
	border: 1px solid var(--gold1);
	padding: 3px;
	margin-right: 1%;
	margin-top: 1em;
}

.profileMovieDIV2 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: #FF79C6;
	background: linear-gradient(90deg,rgba(255, 121, 198, 1) 0%, rgba(253, 70, 142, 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: #FF79C6;
background: linear-gradient(90deg,rgba(253, 70, 142, 1) 0%, rgba(253, 65, 136, 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;
	/* background-image:url(../images/profile_schedule_zab_pc.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat; */
}
@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%;
    text-align: center;
    color: #000;
    padding: 1.3em 0 0.7em 0;
    line-height: 1.3em;
	font-weight: bold;
	border-right: 1px solid #000;
	background-image:url(../images/profile_schedule_zab_pc_day.webp);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
    
}
.profileScheduleTable .profileScheduleTableDay:last-child{
	border-right: 1px solid #aaa;
}
.profileScheduleTable .profileScheduleTableTime{
	width: 14.285%;
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    letter-spacing: -0.015em;
	border-right: 1px solid #000;
	background-image:url(../images/profile_schedule_zab_pc_hour.webp);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.profileScheduleTable .profileScheduleTableTime span{
	width: calc(100% - 12px);
	margin: 4px auto 4px auto;
	display: block;
    text-align: center;
    padding: 1em 0.2em 0.9em 0.2em;
}
.profileScheduleTable .profileScheduleTableTime:last-child{
}
.profileScheduleSaturday{
	color: #1b61ff;
}
.profileScheduleSunday{
	color: #ff0000;
}
.brspProfileSchedule{
	display: none;
}
@media (max-width: 999px) {
	.profileScheduleTable .profileScheduleTableDay{
		font-size: 0.85em;
	}
	.profileScheduleTable .profileScheduleTableTime{
		font-size: 0.85em;
	}
}
@media (max-width: 849px) {
	.brspProfileSchedule{
		/*display: initial;*/
	}
	
}
@media (max-width: 599px) {
	/* .brspProfileSchedule{
		display: block;
	}
	.profileScheduleTable .profileScheduleTableTime {
		padding: 0.4em 0.2em 0.5em 0.2em;
		letter-spacing: -0.01em;
	} */
	.profileScheduleTable{
		width: 100%;
		margin: 2em auto 0 auto;
		background-image:url(../images/profile_schedule_zab_sp.png);
	}
	.profileScheduleTable .profileScheduleTableDay{
		width: 40%;
		border-bottom:1px solid #000;
		border-right: none;
		background-image:url(../images/profile_schedule_zab_sp_day.webp);
		/* background: rgb(255,255,255);
		background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(193,193,193,1) 100%);
		border-bottom: none; */
	}
	.profileScheduleTable .profileScheduleTableTime{
		width: 60%;
		background-image:url(../images/profile_schedule_zab_sp_hour.webp);
		/* border:1px solid #000;
		border-bottom: none;
		border-left: none; */
		margin-bottom: 0;
		border-bottom:1px solid #000!important;
	}
	.profileScheduleTable .profileScheduleTableDay:last-child{
		border-bottom: 1px solid #aaa;
	}
	.profileScheduleTable .profileScheduleTableTime:last-child{
		border-bottom: 1px solid #aaa;
	}
	.profileScheduleTable .profileScheduleTableTime span {
		min-height: initial;
	}
	.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:#fff;
	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%;
	}
}

/*店舗マップ*/
.mapP1{
	font-size: 1.7em;
    line-height: 1.6em;
    text-align: center;
    font-weight: normal;
    color: #fff;
    margin: 2em auto 1.0em auto;
}

.mapFlex1{
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin: auto auto 60px auto;
}
.mapFlex1_child1{
	width: 47%;
	border: 1px solid var(--gold1);
	    padding: 1.5%;
		background-color: rgba(116,116,116,0.25);
}

.mapFlex1_arrow1{
	width: 6%;
	position: relative;
}
.mapFlex1_arrow2{
	width: 55%;
	position: relative;
	padding: 0.5em 0;
}




.mapFlex1_thumb1{
	width: 100%;
	display: block;
	margin: auto;
}
.mapFlex1_midashi1{
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
	font-weight: 600;
	margin: 1em auto 0 auto;
}
.mapFlex1_P1{
	font-size: 1em;
	line-height: 1.8em;
	text-align: center;
	font-weight: normal;
	margin: 1em auto 0 auto;
}

.mapFlex1_arrow1 img{
	width: 50%;
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
	.mapFlex1_child1 .brpc1{
		display: none;
	}
}
@media (max-width: 799px) {
	.mapP1{
		font-size: 1.5em;
	}
	.mapFlex1_child1{
		width: 100%;
		padding: 2.5%;
	}
	.mapFlex1_child1 .brpc1{
		display: block;
	}

	.mapFlex1_arrow1{
		width: 100%;
		position: relative;
	}
	.mapFlex1_arrow2{
		width: 100%;
		position: relative;
		padding: 0 0;
	}
	.mapFlex1_arrow1 img{
		width: 30px;
		margin: 1em auto;
		display: block;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
	}
	.mapFlex1_arrow2 img{
		width: 30px;
		margin: 1em auto;
		display: block;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
	}
}
@media (max-width: 499px) {
	.mapP1{
		font-size: 1.3em;
	}
	.mapFlex1_child1{
		padding: 1em;
	}
	.mapFlex1_child1 .brpc1{
		display: none;
	}
	.mapFlex1_midashi1{
		font-size: 1em;
	}
	.mapFlex1_P1{
		font-size: 0.9em;
	}
	.mapFlex1_arrow1 img{
		width: 24px;
	}
	.mapFlex1_arrow2 img{
		width: 24px;
	}
}


.map_infoDIV1{
	width: 100%;
	max-width: 800px;
	border: 1px solid #bcbcbc;
	padding: 2em;
	background-color: rgba(116,116,116,0.25);
	margin: auto;
}
.map_infoDIV1_flex1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	
}
.map_infoDIV1_flex1_head1{
	width: 10em;
	color: var(--gold1);
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
	font-weight: 600;
}
.map_infoDIV1_flex1_p1{
	width: calc(100% - 10em);
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
	font-weight: 400;
}
.map_infoDIV1_flex1_head1 , .map_infoDIV1_flex1_p1{
	border-bottom: 1px solid #bcbcbc;
	padding: 1em 0.5em;
}
.map_info_mapDIV1{
	width: 100%;
	margin: 1em auto 0 auto;
}
.map_info_mapDIV1 iframe{
	width: 100%;
	height: 600px;
}
@media (max-width: 1199px) {
	.map_infoDIV1_flex1_p1 .brpc1{
		display: none;
	}
}
@media (max-width: 799px) {
	.map_infoDIV1_flex1_head1{
		width: 6em;
		color: var(--gold1);
		font-size: 1.0em;
	}
	.map_infoDIV1_flex1_p1{
		width: calc(100% - 6em);
		font-size: 1.0em;
	}
}
@media (max-width: 599px) {
	.map_infoDIV1{
		padding: 1em;
	}
	.map_info_mapDIV1 iframe{
		width: 100%;
		height: 400px;
	}
}
/* プレイ漫画 */
.comicSec1{
	width: 100%;
	border: 1px solid var(--gold1);
	padding: 4em 2em;
	background-color: rgba(116,116,116,0.25);
	margin: 2em auto 0 auto;
	
}
.comicP1{
	font-size: 1.3em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
}
.comicP1_span1{
	display: block;
}
.comicP1_span2{
	display: block;
    width: 2em;
    border-bottom: 2px solid #fff;
    margin: 0.5em auto 0.3em auto;
}
.comicP1_span3{
	display: block;
	font-size: 130%;
	font-weight: 600;
	color: var(--gold1);
	line-height: 1.3em;
}
.comicSlideArea{
	width: 100%;
	max-width: 450px;
	margin: 2em auto 0 auto;
}
.comicSlideArea .slick-prev {
    left: -45px;
}
.comicSlideArea .slick-next {
    right: -35px;
}
@media (max-width: 899px) {
	.comicSlideArea .slick-prev {
		left: 2px;
	}
	.comicSlideArea .slick-next {
		right: 12px;
	}
}
@media (max-width: 749px) {
	.comicP1{
		font-size: 1.2em;
	}
	.comicSlideArea .slick-prev {
		left: -33px;
	}
	.comicSlideArea .slick-next {
		right: -23px;
	}
}
@media (max-width: 499px) {
	.comicP1{
		font-size: 1.1em;
	}
	.comicSec1 {
		padding: 4em 0em;
	}
	.comicP1_span3 .brsp{
		display: block;
	}
	.comicP1_span3{
		font-size: 120%;
	}
	
}
/*よくあるご質問*/
.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: #fff;
	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;
	}
}

/*料金システム*/

.systemFrame1_Area{
	width: 100%;
    max-width: 625px;
    margin: 49px auto 0 auto;
}
.systemFrame1_Head{
	width: 100%;
	aspect-ratio: 1253/128;
	background-image:url(../images/sysytem_frame1_head.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.systemFrame1_Mid{
	width: 100%;
	background-image:url(../images/sysytem_frame1_mid.webp);
	background-size: 100%;
	background-position: center center;
	background-repeat: repeat-y;
	padding: 0 3em;
}
.systemFrame1_Foot{
	width: 100%;
	aspect-ratio: 1253/128;
	background-image:url(../images/sysytem_frame1_foot.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.systemFrame1_p1{
	font-size: 2em;
	line-height: 1.2em;
	text-align: center;
	font-weight: 600;
	background: linear-gradient(0deg,rgba(149, 105, 41, 1) 0%, rgba(239, 238, 148, 1) 50%, rgba(149, 105, 41, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 
.systemFrame1_p2{
	font-size: 1.15em;
    line-height: 1.9em;
    text-align: center;
    font-weight: normal;
    margin: 1.6em auto 0 auto;
	background-image:url(../images/sysytem_shikiri1.webp);
	background-size: 36px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 0 50px 0;
}
.systemFrame1_p3{
	font-size: 2em;
	line-height: 1.2em;
	text-align: center;
	font-weight: 600;
	background: linear-gradient(0deg,rgba(149, 105, 41, 1) 0%, rgba(239, 238, 148, 1) 50%, rgba(149, 105, 41, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0.5em auto 0 auto;
}
.systemFrame1_p4{
	font-size: 1.15em;
    line-height: 1.9em;
    text-align: center;
    font-weight: normal;
    margin: 1.6em auto 0 auto;
}
.systemFrame1_img1{
	width: 93%;
    display: block;
    margin: 2em auto 0 auto;
	padding-bottom: 9px;
}
.systemFrame1_p10{
	font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    font-weight: normal;
    margin: 0.4em auto 0 auto;
}
@media (max-width: 639px) {
	.systemFrame1_Mid {
		padding: 0 1em;
	}
	.systemFrame1_p1{
		font-size: 1.8em;
	} 
	.systemFrame1_p1 .brsp{
		display: block;
	} 
	.systemFrame1_p2{
		font-size: 1.05em;
		padding: 0 0 50px 0;
		background-size: 24px;
		padding: 0 0 34px 0;
	}
	.systemFrame1_p2 .brsp{
		display: block;
	}
	.systemFrame1_p3{
		font-size: 1.8em;
	} 
	.systemFrame1_p4{
		font-size: 1.05em;
	}
	.systemFrame1_p4 .brsp{
		display: block;
	}
	.systemFrame1_p10{
		font-size: 0.9em;
	}
}
@media (max-width: 439px) {
	.systemFrame1_p1{
		font-size: 1.6em;
	} 
	.systemFrame1_p2{
		font-size: 1.0em;
	}
	.systemFrame1_p3{
		font-size: 1.6em;
	} 
	.systemFrame1_p10{
		text-align: left;
	}

}


.systemFrame2_Area{
	width: 100%;
    max-width: 625px;
    margin: 10% auto 0 auto;
	background-color: rgba(116, 116, 116, 0.15);
    border: 1px solid var(--gold1);
	padding: 3em 2em;
}
.systemFrame2_p1{
	font-size: 2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: normal;
    background-image: url(../images/sysytem_shikiri2.webp);
    background-size: 276px;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 54px 0 0 0;
}
.systemFrame2_p1_2{
	margin: 16% auto 0 auto
}
.systemFrame2_p1_3{
	margin: 48px auto 0 auto;
}
.systemFrame2_p5{
	font-size: 2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: normal;
    background-image: url(../images/sysytem_shikiri1.webp);
    background-size: 25px;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 47px 0 0 0;
}
.systemFrame2_p5_1{
    margin: 10% auto 0 auto;
}
.systemFrame2_p5_2{
    margin: 8% auto 0 auto;
}
.systemFrame2_p5_3{
    margin: 10% auto 0 auto;
}
.systemFrame2_p2{
	font-size: 1.3em;
    line-height: 1.8em;
    text-align: center;
    font-weight: normal;
    margin: 1.8em auto 0 auto;
}
.systemFrame2_p2_span1{
	font-size: 130%;
	color: var(--gold1);
	font-weight: 600;
}
.systemFrame2_p3{
	font-size: 1.7em;
    line-height: 1em;
    text-align: center;
    font-weight: 600;
    margin: 1.6em auto 0 auto;
}
.systemFrame2_p3_span1{
	font-size: 150%;
	color: var(--gold1);
	font-weight: 600;
}
.systemFrame2_p4{
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	margin: 0.5em auto 0 auto;
}
@media (max-width: 639px) {
	.systemFrame2_p1{
		font-size: 1.8em;
		background-size: 160px;
		padding: 32px 0 0 0;
	}
	.systemFrame2_p2{
		font-size: 1.10em;
		margin: 1.8em auto 0 auto;
	}
	.systemFrame2_p3{
		font-size: 1.6em;
	}
	.systemFrame2_p5{
		font-size: 1.8em;
		
	}

}
@media (max-width: 499px) {
	.systemFrame2_Area {
		padding: 2em 1em;
	}

	.systemFrame2_p2 .brsp{
		display: block;
	}

}
@media (max-width: 439px) {
	.systemFrame2_p1{
		font-size: 1.6em;
	}
	.systemFrame2_p3{
		font-size: 1.5em;
	}
	.systemFrame2_p4 .brsp{
		display: block;
	}
	.systemFrame2_p5{
		font-size: 1.6em;
	}
}
.systemPriceFlex1{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
    font-weight: 400;
    max-width: 450px;
    margin: 1.3em auto 0 auto;
}
.systemPriceFlex1_head{
	color: var(--gold1);
	font-weight: 600;
	width: 50%;
	border-bottom: 1px solid #fff;
	padding: 0.7em 0;
}
.systemPriceFlex1_body{
	width: 50%;
	border-bottom: 1px solid #fff;
	padding: 0.7em 0;
	text-align: right;
}
@media (max-width: 639px) {
	.systemPriceFlex1{
		font-size: 1.1em;
	}
}
@media (max-width: 439px) {
	.systemPriceFlex1{
		font-size: 1.0em;
	}
}
.systemPriceFlex2{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
    font-weight: 400;
    max-width: 450px;
    margin: 1.3em auto 0 auto;
}
.systemPriceFlex2_head{
	color: var(--gold1);
	font-weight: 600;
	width: 40%;
	border-bottom: 1px solid #fff;
	padding: 0.7em 0;
}
.systemPriceFlex2_body{
	width: 20%;
	border-bottom: 1px solid #fff;
	padding: 0.7em 0;
	text-align: left;
}
.systemFrame2_p10{
	font-size: 1.2em;
    line-height: 1.3em;
    text-align: center;
    font-weight: 600;
    margin: 2.5em auto 0 auto;
}
@media (max-width: 639px) {
	.systemPriceFlex2{
		font-size: 1.1em;
	}
	.systemFrame2_p10{
		font-size: 1.1em;
	}
}
@media (max-width: 439px) {
	.systemPriceFlex2{
		font-size: 1.0em;
		letter-spacing: 0;
	}
	.systemPriceFlex2_head{
		width: 35%;
	}
	.systemPriceFlex2_body{
		width: 21.66%;
	}
	.systemFrame2_p10{
		font-size: 1.0em;
	}
}
.systemPriceFlex3{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
    font-weight: 400;
    max-width: 450px;
    margin: 1.3em auto 0 auto;
}
.systemPriceFlex3_head{
	color: var(--gold1);
	font-weight: 600;
	width: 24%;
	border-bottom: 1px solid #fff;
	padding: 0.7em 0;
}
.systemPriceFlex3_body{
	width: 24%;
	border-bottom: 1px solid #fff;
	padding: 0.7em 0;
	text-align: right;
}
.systemPriceFlex3_space{
	width: 4%;
}
@media (max-width: 639px) {
	.systemPriceFlex3{
		font-size: 1.1em;
	}
	
}
@media (max-width: 439px) {
	.systemPriceFlex3{
		font-size: 1.0em;
	}
	.systemPriceFlex3_head{
		width: 50%;
	}
	.systemPriceFlex3_body{
		width: 50%;
	}
	.systemPriceFlex3_space{
		display: none;
	}
}
.systemFrame3_Area{
	width: 100%;
    max-width: 625px;
    margin: 49px auto 0 auto;
}
.systemFrame3_Head{
	width: 100%;
	aspect-ratio: 1261/84;
	background-image:url(../images/sysytem_frame3_head.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.systemFrame3_Mid{
	width: 100%;
	background-image:url(../images/sysytem_frame3_mid.webp);
	background-size: 100%;
	background-position: center center;
	background-repeat: repeat-y;
	padding: 0 3em;
}
.systemFrame3_Foot{
	width: 100%;
	aspect-ratio: 1261/84;
	background-image:url(../images/sysytem_frame3_foot.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.systemFrame3_p1 {
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: normal;
}
.systemFrame3Flex1{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: left;
    font-weight: 400;
    margin: 1.3em auto 0 auto;
}
.systemFrame3Flex1_head{
	color: var(--gold1);
	font-weight: 600;
	width: 25%;
	border-bottom: 1px solid #fff;
	padding: 0.7em 0;
}
.systemFrame3Flex1_body{
	width: 75%;
	border-bottom: 1px solid #fff;
	padding: 0.7em 0;
	
}
.systemFrame3_p2 {
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: left;
    font-weight: 600;
	margin-top: 2em;
}
.systemFrame3_UL1{
	margin: 1em auto 0 auto;
}
.systemFrame3_UL1 li{
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	text-indent: -1em;
    padding-left: 1em;
	margin-top: 0.5em;
}
@media (max-width: 639px) {
	.systemFrame3_p1 {
		font-size: 1.8em;
	}
	.systemFrame3Flex1{
		font-size: 1.15em;
	}
	.systemFrame3_p2 {
		font-size: 1.3em;
	}
	.systemFrame3_UL1 li{
		font-size: 1.1em;
	}
}
@media (max-width: 439px) {
	.systemFrame3_p1 {
		font-size: 1.6em;
	}
	.systemFrame3_Mid{
		padding: 0 1.5em;
	}
	.systemFrame3Flex1_head{
		width: 6em;
	}
	.systemFrame3Flex1_body{
		width: calc(100% - 6em);
	}
	.systemFrame3Flex1{
		font-size: 1.05em;
	}
	.systemFrame3_p2 {
		font-size: 1.2em;
	}
	.systemFrame3_UL1 li{
		font-size: 1.0em;
	}
}


.systemFrame2_p50{
	font-size: 2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: normal;
}
.systemFrame2_kinshijikoUL1{
	margin: 2em auto 0 auto;
}
.systemFrame2_kinshijikoUL1 li{
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-indent: -1em;
    padding-left: 1em;
}
.systemFrame2_p51{
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	font-weight: normal;
	margin: 1em 0 0 0 ;
	text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 639px) {
	.systemFrame2_p50{
		font-size: 1.8em;
	}
	.systemFrame2_kinshijikoUL1 li{
		font-size: 1.0em;
	}
	.systemFrame2_p51{
		font-size: 0.95em;
	}
}
@media (max-width: 439px) {
	.systemFrame2_p50{
		font-size: 1.6em;
	}
	.systemFrame2_kinshijikoUL1 li{
		font-size: 0.95em;
	}
	.systemFrame2_p51{
		font-size: 0.9em;
	}
}

/* メルマガ登録 */
.mailmagazineFrameAreaHead{
	width: 100%;
	aspect-ratio: 1763/397;
	background-image:url(../images/mailmagazine_frame_head.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.mailmagazineFrameAreaFoot{
	width: 100%;
	aspect-ratio: 1763/397;
	background-image:url(../images/mailmagazine_frame_foot.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.mailmagazineFrameAreaMid{
	width: 100%;
	background-image:url(../images/mailmagazine_frame_mid.webp);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: repeat-y;
}
.mailmagazineMidashiDIV1{
	width: 100%;
	padding-top: 200px;
}
@media (max-width: 1279px) {
	
	.mailmagazineMidashiDIV1{
		padding-top: 15vw;
	}
}
@media (max-width: 749px) {
	
	.mailmagazineMidashiDIV1{
		padding-top: 22vw;
	}
}
.mailmagazineMidashi1{
	width: 75%;
    margin: 0% auto 0 auto;
    max-width: 350px;
    position: relative;
    top: -5em;
}
.mailmagazineP1{
	width: 80%;
	max-width: 600px;
	margin: -3em auto 0 auto;
	font-size: 1.1em;
	color: #fff;
	line-height: 2em;
	text-align: center;
	font-weight: normal;
}
.mailmagazineP2{
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	margin: 2.5em auto 0 auto;
}

.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: #fff;
}
.mailmagazineChuiP1{
	border-bottom: 2px solid #fff;
	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(80% - 0em);
    max-width: 500px;
    background-color: rgba(116, 116, 116, 0.46);
    border: 1px solid var(--gold1);
    display: block;
    margin: 1em auto 0 auto;
    text-align: center;
    padding: 1.5em;
    font-weight: bold;
	position: relative;
	top: 1em;
}
.mailmagazineFormMidashi{
	font-size: 1.4em;
}

.mailmagazineFormDIV1{
	margin:1.5em auto 0 auto;
}
.mailmagazineFormDIV1 input{
	border-radius: 6px;
	padding: 0.5em;
	border:1px solid #aaa;
	margin-top: 10px;
	background-color: #000;
    color: #fff
}
.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-image:url(../images/cmn_btn_grade_gold1.gif);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-x;
}
@media (max-width: 1099px) {
	.mailmagazineMidashi1 {
		top: -7vw;
	}
}
@media (max-width: 749px) {
	.mailmagazineMidashi1 {
		top: -10vw;
	}
}
@media (max-width: 549px) {
	.mailmagazineP1{
		font-size: 1.0em;
		text-align: left;
	}
	.mailmagazineP2{
		font-size: 1.25em;
	}
	.mailmagazineFormMidashi {
		font-size: 1.1em;
	}
	.mailmagazineFormDIV {
		padding: 1em;
		margin: 2em auto -1% auto;
	}

	.mailmagazineChuiDIV {
		width: 100%;
		margin: 2em auto 1em auto;
	}
	.mailmagazineFormDIV2 {
		margin: 2.0em auto 0 auto;
		font-size: 0.9em;
	}
}
@media (max-width: 449px) {
	.mailmagazineP1 {
        font-size: 0.9em;
        text-align: left;
        margin-top: -2em;
    }
	.mailmagazineP1 .brpc{
		display: none;
	}
	.mailmagazineP2{
		font-size: 1.15em;
	}
	.mailmagazineChuiP1 {
		font-size: 1.1em;
	}
	.mailmagazineChuiUL li {
		font-size: 0.9em;
	}
	.mailmagazineFormDIV{
		top: 0;
	}
}


/*お問い合わせ*/
.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: #fff;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	border-bottom: 2px solid #fff;
	margin: 0 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: #fff;
	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;
}
.newsContainer,.newsContainer_single{
	border-bottom: 1px solid #fff;
}
.newsContainer{
	padding-top: 3em;
}
/*news-single.phpにのみに表示されるリンクボタン*/
.newsBTNList{
	width: fit-content;
	display: block;
	margin: 3em auto 1em auto;
	font-size: 1em;
	color: var(--gold1);
	border: 1px solid var(--gold1);
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	border-radius: 100px;
	padding: 1em 1.5em;
	background-color: rgba(116, 116, 116, 0.46);
	text-decoration: none;
}


/* ページネーション */
#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: #a08727 !important;

}

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

/*女の子一覧(主に検索窓のCSS)*/
.girlslistSearchDIV{
	width: calc(100% - 1.5em);
	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: rgba(0, 0, 0, 0.46);
	border: 1px solid #fff;
}
.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: 2em 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: 4% auto 0 auto;
    width: 100%;
    max-width: 845px;
}
.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% - 1.5em);
	margin: auto;
	border: 1px solid #d8c39d;
	border-radius: 8px;
	overflow: hidden;
}
.scheduleSearchDIV ul li{
	margin: 0 ;
	line-height: 1em;
	font-size: 1.0em;
	width: 14.2857%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(41,41,41,1) 100%) ;
	text-align: center;
	padding: 1.4em 0;
	color: #fff;
	border-right: 1px solid #4f4f4f;
}
.scheduleSearchDIV ul li a{
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

.scheduleSearchDIV ul li a br{
	display: none;
}
.schedule-on{
	background: linear-gradient(0deg, rgba(239,199,13,1) 0%, rgba(213,131,43,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: 899px) {
	.scheduleSearchDIV ul li{
		font-size: 0.85em;
		letter-spacing: 0;
	}
}
@media (max-width: 599px) {
	.scheduleSearchDIV ul li{
	line-height: 1.4em;
	font-size: 0.85em;
	padding: 1em 0;
}
	.scheduleSearchDIV ul li a br{
	display: block;
}
	
}
