/* =============================================================================
   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: #fff;
}



/* 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}


/* =============================================================================
   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%;
	
}


/*共通*/
.wrap{
	background-image:url(../images/bg.jpg);
	background-size: contain;
	background-position: center top;
	background-repeat: repeat;
}
.headerWrap{
	width: 100%;
	background-image:url(../images/header-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: repeat-x;
}
.headerDIV1{
	width: 100%;
	max-width: 1400px;
	padding: 5px 10px 5px 10px;
	position: relative;
	margin: auto;
	
}
.headerDIV1L{
	width: 450px;
	height: 52px;
	float: left;
}
.headerName{
	padding: 6px 0 0 0;
	font-size: 1.15em;
	line-height: 1em;
	color: #5a5450;
	float: left;
	font-weight: bold;
}
.headerName a{
	text-decoration: none;
	color: #5a5450;
}
.headerCreditPC{
	width: 210px;
	float: right;
	margin: 0 10px 0 0;
}
.headerP1PC{
	clear: both;
	color: #5a5450;
	font-size: 1.15em;
	line-height: 1em;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.headerQR{
	float: right;
	width: 175px;
	padding: 4px 0 0 0;
}



/*モバイル版（最小）*/
@media (max-width: 799px) {
	.headerDIV1R{
		width: 60px;
	}
	.headerQR{
		display: none;
	}
}
/*モバイル版（最小）*/
@media (max-width: 799px) {
	.headerDIV1R{
		display: none;
	}

	.headerDIV1L{
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
	}
	.headerName{
		padding: 2px 0 0 0;
		float: none;
		text-align: center;
	}
	.headerCreditPC{
		display: none;
	}
	.headerP1PC{
		display: none;
	}
	
}
/*モバイル版（最小）*/
@media (max-width: 499px) {
	.headerName{
		font-size: 1.0em;
	}
}

/*ヘッダーのナビの段*/
.headerMenuArea{
	width: 100%;
	max-width: 1400px;
	margin: 0.75em auto 0 auto;
	position: relative;
}
.headerLogo{
	width: 275px;
	position: absolute;
	top: 1.5em;
	left: 1em;
	display: block;
}
.headerMenuAreaTextSP{
	display: none;
}
.headerCreditSP {
	width: 218px;
	margin: 12% auto 0 auto;
	display: block;
}
.headerCreditSP img{
}
.headerP1SP{
	text-align: center;
	margin: 3%;
	line-height: 2.5em;
	font-size: 1.1em;
	font-weight: bold;
}
.headerP1SP a{
	color: #fff;
}

.headerNav{
	clear: both;
	float: right;
	width: calc(100% - 325px);
	margin: 1.0em 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*/
	padding: 0.5em 0;
}
.headerNav li{
	padding: 0.4em 1% 1.5em 1%;
}
.headerNav li img{
	width: auto;
	height: 35px;
	display: block;
	margin: auto;

}
@media (max-width: 1399px) {
	.headerNav li img{
		height: 2.4vw;
	}
}
@media (max-width: 1299px) {
	.headerNav li img{
		height: 2.2vw;
	}
}
@media (max-width: 1049px) {
	.headerLogo{
		width: 275px;
		position: absolute;
		top: 0.6em;
		left: 1em;
		display: block;
	}
	.headerNav{
		clear: both;
		float: none;
		width: 100%;
		justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
		padding: 5.5em 0 0 0;
	}
	.headerNav li img{
		height: 3.2vw;
	}
}
/*モバイル版（最小）*/
@media (max-width: 799px) {
	.headerLogo{
		float: none;
		display: block;
		margin: 20% auto 0 auto;
		width: 70%;
		max-width: 400px;
		position: initial;
	}
	.headerNav{
		display: none;
	}
	.headerMenuAreaTextSP{
		display: block;
	}
	


}


.footerWrap{
	width: 100%;
	background-image:url(../images/footer-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}
.footerArea{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	color: #ddc685;
}
.footerNav{
	width: 100%;
	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: 2.5em 0 0 0;
	border-bottom: 1px solid #ddc685;
}
.footerNav li{
	width: 8%;
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 1.5em;
	line-height: 1.1em;
}
.footerNav a{
	color: #ddc685;
	text-decoration: none;

}
.footerFlexDIV1{
	width: 100%;
	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*/
}
.footerFlexDIV1L{
	width: 50%;
	padding: 0 1em;
}
.footerFlexDIV1R{
	width: 50%;
	padding: 0 1em;
}
.footerLogo{
	width: 90%;
	max-width: 300px;
	display: block;
	margin: 5.0% auto 0 0;
}
.footerCredit{
	width: 50%;
	max-width: 230px;
	display: block;
	margin: 2em 0 0 auto;
}
.footerTel{
	text-align: right;
	font-size: 1em;
	margin: 1.0em auto 0 auto;
}
.footerCopy{
	text-align: center;
	font-size: 0.8em;
	margin: 1.5em auto 0 auto;
}
@media (max-width: 999px) {
	.footerNav{
		justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	}
	.footerNav li{
		width: 20%;
		font-size: 1.1em;
	}
}
@media (max-width: 699px) {
	.footerNav li{
		width: 25%;
		font-size: 1.0em;
	}
}
@media (max-width: 799px) {
	.footerWrap{
		background-size: 800px;
		background-position: center top;
		background-repeat: repeat;

	}
	.footerFlexDIV1L{
		width: 100%;
	}
	.footerFlexDIV1R{
		width: 100%;
	}
	.footerLogo{
		width: 90%;
		max-width: 300px;
		display: block;
		margin: 10.0% auto 0 auto;
	}
	.footerCredit{
		width: 50%;
		max-width: 200px;
		display: block;
		margin: 3em auto 0 auto;
	}
	.footerTel{
		text-align: center;
		font-size: 1em;
		margin: 2.0em auto 0 auto;
	}
}



.cmnContentWrap{
	width: 100%;
}
.cmnCastPhoto1{
	width: 100%;
}


/*topページ*/
.topContentArea1{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	padding: 0 0 0 0;
}
.topContentArea2{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	padding: 0 0 8% 0;
}

.topCarouselDIV{
	padding: 10% 1em 0 1em;
	margin: 0 auto 5% auto;

}
/*モバイル版（最小）*/
@media (max-width: 639px) {
	.topCarouselDIV{
		margin: 0 auto 25% auto;
	}
}
.cmnMidashiS{
	width: calc(100% - 1.2em);
	margin: 0 auto 0 auto;
	background-image:url(../images/midashi-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 10px;
	border-radius: 6px;
}
.cmnMidashiL{
	width: calc(100% - 1.2em);
	margin: 10% auto 0 auto;
	background-image:url(../images/midashi-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 10px;
	border-radius: 6px;
}
.cmnMidashiInner{
	width: 100%;
	background-image:url(../images/midashi-inner-hr.png);
	background-size: contain;
	background-position: top left;
	background-repeat: repeat-x;
}
.cmnMidashi1JP{
	width: 100px;
	height: 43px;
	display: block;
	float: right;
	margin: 0 0 0 5px;
}
.cmnMidashi1ENG{
	width: 245px;
	height: 43px;
	display: block;
	float: left;
	margin: 0;
}
@media (max-width: 639px) {
	.cmnMidashi1{
		margin: 20% auto 0 auto;
	}
}

@media (max-width: 539px) {
	.cmnMidashi1JP{
		width: 21%;
		height: auto;
		display: block;
		float: right;
		margin: 0 0 0 5px;
	}
	.cmnMidashi1ENG{
		width: 50%;
		height: auto;
		display: block;
		float: left;
		margin: 0;
	}
}


/*常用*/
.cmnContentArea1200{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	padding: 0 1em 10em 1em;
}
@media (max-width: 639px) {
	.cmnContentArea1200{
		padding: 0 1em 14% 1em;
	}
}
.cmnContentArea1000{
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 0 1em 10em 1em;
}
@media (max-width: 639px) {
	.cmnContentArea1000{
		padding: 0 1em 14% 1em;
	}
}
.cmnTitleMiddle{
	width: 75%;
	max-width: 350px;
	margin: 0 auto 0 auto;
	padding: 10% 0 1% 0;
}
@media (max-width: 639px) {
	.cmnTitleMiddle{
		padding: 15% 0 5% 0;
	}
}
.cmnListArea{
	width: 100%;
	margin: 4% auto 0 auto;
	padding: 0 0.5em;
	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: flex-start;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
@media (max-width: 639px) {
	.cmnListArea{
		margin: 7% auto 0 auto;
	}
}


.cmnListArea a{
	width: calc(20% - 1em);
	display: block;
	margin: 0 0.5em 1.25% 0.5em;
	color: #404040;
	position: relative;
	text-decoration: none;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.075);
}
.cmnListDiv2{
	position: relative;
	background-color: #ccc;
	padding: 0;
}
.cmnListTextDIV{
	position: relative;
	width: 100%;
	padding: 0.75em 0 0.1em 0;
	text-align: center;
	background-image:url(../images/thumb-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.cmnListNameP{
	color:#ddc685;
	font-size: 1.2em;
	letter-spacing: -0.5px;
	line-height: 1em;
	position: relative;
}
.cmnListSpecP{
	color: #fff;
	font-size: 1.0em;
	letter-spacing: 0;
	margin: 0.5em 0 0.5em 0;
	line-height: 1em;
	font-weight: bold;
}
.cmnListTimeP{
	width: calc(100% - 1.5em);
	font-size: 1.0em;
	margin: 0 auto 0.65em auto;
	color: #fff;
	line-height: 1em;
	padding: 0.25em;
	font-weight: bold;
	background: rgb(233,202,150);
	background: linear-gradient(0deg,  rgba(139,111,65,1) 0%, rgba(233,202,150,1) 100%);
}
.cmnListIconNewface{
	position: absolute;
	width: 30% !important;
	height: auto;
	display: block;
	top: 0;
	left: 0;
}
.cmnListIconImasugu{
	font-weight: bold;
	color: #e73a7a;
	padding: 0 0.2em 0.1em 0.2em;
	margin: 0 0 0 0.25em;
	font-size: 70%;
	vertical-align:0.5px;
	border: #e73a7a 1px solid; 
	border-radius: 4px;
	background-color: rgba(255,255,255,0.5);
}
.cmnListIconToday{
	font-weight: bold;
	color: #fff;
	padding: 0 0.5em 0.1em 0.5em;
	margin: 0 0.5em 0 0 ;
	font-size: 80%;
	vertical-align:0.5px;
	background-color: #e73a7a; 
}
.cmnListSpaceDIV1{
	height: 0.4em;
}
.cmnNewfaceNyutenP{
	background-image:url(../images/bg-grade-gold-yoko.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: repeat-y;
	font-size: 1em;
	color: #fff;
	padding: 0.25em 0.5em;
	line-height: 1em;
	margin: 0em 0 0.65em 0.75em;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
/*モバイル版（最小）*/
@media (max-width: 1099px) {
	.cmnListArea a{
		width: calc(25% - 1em);
	}
}
	/*モバイル版（最小）*/
@media (max-width: 999px) {
	.cmnListNameP{
		font-size: 1.2em;
	}	
}
/*モバイル版（最小）*/
@media (max-width: 899px) {
	.cmnListArea a{
		width: calc(33.333% - 1em);
	}
}
/*モバイル版（最小）*/
@media (max-width: 599px) {
	.cmnListArea a{
		width: calc(50% - 1em);
	}
}		
/*モバイル版（最小）*/
@media (max-width: 499px) {
	.cmnListNameP{
		font-size: 1.1em;
	}	
}
/*モバイル版（最小）*/
@media (max-width: 439px) {
	.cmnListNameP{
		font-size: 1.0em;
	}
	.cmnListSpecP{
		font-size: 0.9em;
	}
	.cmnListTimeP{
		font-size: 0.9em;
	}
}














.topMiddleDIV1{
	width: 100%;
	max-width: 1200px;
	margin: 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*/
}


.topShinchakuInnerDiv{
	width: calc(100% - 2em);
	padding: 0.5em 0.5em 0.5em 0;
	background-color: rgba(128,128,128,0.50);
	margin: 1em auto 0 auto;
}

.toppMiddleMidashi1JP{
	width: 127px;
	height: 43px;
	display: block;
	float: right;
	margin: 0;
}


@media (max-width: 1139px) {

.toppMiddleMidashi1ENG{
	width: 47%;
	height: auto;
	display: block;
	float: right;
	margin: 2.1vw 0 0 0;
}
}
@media (max-width: 899px) {

.toppMiddleMidashi1ENG{
	width: 300px;
	height: 74px;
	display: block;
	float: right;
	margin: 0 0 0 0;
}
}


@media (max-width: 539px) {

.toppMiddleMidashi1ENG{
	width: 50%;
	height: auto;
	display: block;
	float: right;
	margin: 3.5vw 0 0 0;
}
}

.topShinchakuMidashi{
	width: 100%;
	margin: 0 auto 0 auto;
	background-image:url(../images/midashi-bg.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.topShinchakuMidashi img{
	height: 40px;
}
.topShinchakuDIV1{
	width: 39%;
	padding: 0 0;
	margin: 0 0.5% 0 0.5%;
}
.topShinchakuDIV2{
	width: 100%;
	
	max-height: 835px;
	height: 70vw;
	overflow-y: scroll;
	padding: 1em;
	margin: 0 0 0 0;

}
.topShinchakuDIV2 a{
	text-decoration: none;

}
.topShinchakuDIV3{
	text-decoration: none;
	color: #404040;
	
	
	display: block;
}
.topShinchakuHRDIV{
	width: 100%;
	border-bottom: 2px solid #e9ca82;
	margin: 0.5em auto 0 auto;
}
.topShinchakuListDIV{
	width: 100%;
	margin: 0.5em 0 1.25em 0;
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	background-color: #fff ;
}
.topShinchakuListHeadDIV{
	width: 100%;
	margin: auto;
	padding: 7px 0;
	
	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: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/

	background-color: #332219;
	
}
.topShinchakuThumb{
	width: 23%;
	float: left;
	margin: 0.65em auto 1em auto;
}
.topShinchakuTextDIV{
	width: 75%;
	float: right;
}
.topShinchakuMidashiP{
	font-size: 1.1em;
	color:#e9ca82;
	padding: 0 0.5em;
	line-height: 1.3em;
	text-align: left;
	margin: 0;
	width: calc(100% - 110px);
	font-weight: bold;
}
.topShinchakuEditorDIV{
	letter-spacing: 0;
	margin: 0em 0 0 0;
	padding: 0 0.5em 0.5em 0.5em;
}
.topShinchakuTime{
	font-size: 1.0em;
	color:#fff;
	padding: 0.5em 0;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	width: 110px;
	font-weight: bold;
	letter-spacing: -0.25px;
}
.topShinchakuBTN1{
	width: 200px;
	display: block;
	margin: 2em auto 2em auto;
}

/*モバイル版（最小）*/
@media (max-width: 899px) {
	.topShinchakuDIV1{
		width: 100%;
		padding: 0 0 1em 0;
		margin-bottom: 1em;
	}
	.topShinchakuDIV2{
		width: 100%;
		
		height: auto;
		overflow-y: initial;
		padding: 1em;
		margin: 0 0 0 0;

	max-height: initial;
	
	}
	.topShinchakuListHeadDIV{
		
	}
	.topShinchakuThumb{
		width: 125px;
	}
	.topShinchakuTextDIV{
		width: calc(100% - 140px);
	}
	.topShinchakuTime{
		width: 100px;
		font-size: 0.9em;
	}
	.topShinchakuMidashiP{
		font-size: 1em;
		line-height: 1.3em;
		text-align: left;
		font-weight: bold;
		width: calc(100% - 100px);

	}
	

}
/*スクロールバーの横幅指定*/
.topShinchakuDIV2::-webkit-scrollbar {
    width: 0.6vw;
}
/*スクロールバーの背景色・角丸指定*/
.topShinchakuDIV2::-webkit-scrollbar-track {
  border-radius: 1vw;
	background: #371717;
}
/*スクロールバーの色・角丸指定*/
.topShinchakuDIV2::-webkit-scrollbar-thumb {
  border-radius: 1vw;
	background:#e9ca82;
}

/*モバイル版（最小）*/
@media (max-width: 639px) {
	.topShinchakuMidashi img{
		height: auto;
		width: 90%;
		max-width: 400px;
	}
}
/*モバイル版（最小）*/
@media (max-width: 539px) {
	.topShinchakuThumb{
		width: 93px;
		margin: 5px 0 1em 0;
	}
	.topShinchakuTextDIV{
		width: calc(100% - 105px);
	}
	.topShinchakuTime{
		top: 0;
		left: 0;
	}
}

.topShinchakuSPMoreBTN{
	display: none;
	width: 200px;
	margin: 0 auto 0.5em auto;
	position: relative;
	cursor: pointer;
}

/*モバイル版（最小）*/
@media (max-width: 799px) {
	#topShinchakuSPMoreDIV{
		display: none;
	}
	.topShinchakuSPMoreBTN{
		display: block;
	}
}




.topMovieDIV1{
	width: 59%;
	margin: 0 0.5% 0 0.5%;
}
.topMovieDIV2{
	width: calc(100% - 2em);
	padding: 1em;
	background-color: rgba(128,128,128,0.50);
	margin: 1em auto 0 auto;
}
.topMovieDIV3{
	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*/
}
.topMovieThumb0{
	width: 100%;
}
.topMovieThumb1{
	width: 49%;
	margin-top: 1.1em;
}
.topMovieThumb2{
	width: 49%;
	margin-top: 1.1em;
}
.topMovieThumbLink1{
	width: 100%;
	aspect-ratio: 16/9;
	display: block;
	background-color: #000;
}
.topMovieThumbLink1 img,.topMovieThumbLink1 video{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.topMovieFlame1{
	width: 100%;
	aspect-ratio: 16/9;
	display: block;
	background-color: #000;
}
.topMovieThumbMovie{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

@media (max-width: 549px) {
	/*スマホで見た場合1件目のサムネが縦長の場合、横に黒帯を入れずに表示させる*/
	.topMovieFlame1{
		width: 100%;
		aspect-ratio: initial;
		display: block;
		background-color: #000;
	}
}

.topMovieTextarea{
	width: 100%;
	background-image:url(../images/thumb-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 1.5em;

}
.topMovie-name{
	width: 100%;
	border-bottom: 2px solid #ddc685;
	padding: 0 0 0.5em 0;
}
.topMovie-name a{
	text-decoration: none;
	color: #ddc685;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
}
.topMovieThumb2 a,.topMovieThumb3 a{
	font-size: 1.2em;
}
.topMovie-genreP{
	float: right;
	background: #fff;
	color: #333;
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0.75em;
}
.topMovie-comment{
	font-size: 1.0em;
	color: #fff;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	margin: 0.5em 0 0 0;
}
.topMovie-linkDIV{
	width: 120px;
	display: block;
	margin: 1em auto 0 auto;
}
.topMovieBTN1DIV{
	width: 100%;
	margin: 1.5em 0 0 0;
}
.topMovieBTN1{
	width: 180px;
	float: right;
}



/*モバイル版（最小）*/
@media (max-width: 899px) {
	.topMovieDIV1{
		width: 100%;
		
		margin: 1.5em 0.5% 0 0.5%;
	}
	.topMovieThumb1{
		display: none;
	}
	.topMovieThumb2{
		display: none;
	}
	

}
/*モバイル版（最小）*/
@media (max-width: 639px) {
	
}
/*モバイル版（最小）*/
@media (max-width: 539px) {
	
}		





.topShameWrap{
	width: 100%;
	
	

}

.topShameDIV1{
	width: 100%;
	max-width: 1200px;
	padding: 0 0 0em 0;
	margin: auto;
}
.topShameDIV2{
	width: calc(100% - 1.8em);
    margin: 2.5em auto 0 auto;
    position: relative;
    padding: 0;
}


@media (max-width: 639px) {
	.topShameMidashi{
		margin: 20% auto 0 auto;
	}
}

@media (max-width: 899px) {
	
	.topShameDIV1{
		width: 100%;
		padding: 0 1em;
	}

}




.topFooterBannerDIV{
	padding: 2% 1em 0 1em;
	width: 100%;

}
.topFooterBannerDIV img{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 3.5% auto 0 auto;
}
.topFooterBannerDIV a{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto auto auto auto;
}
/*モバイル版（最小）*/
@media (max-width: 799px) {
	.topFooterBannerDIV{
		padding: 4% 1em 2% 1em;
	}
	.topFooterBannerDIV img{
		margin: 6.5% auto 0 auto;
	}
}
/*d-town版独自TOP*/
.dtTopMidashi1{
	width: 80%;
	max-width: 350px;
	margin: 0 auto 0 auto;
	padding:8% 0 0 0;

}
.dtTopShameBTN{
	width: 96%;
	max-width: 500px;
	display: block;
	margin: 0.5% auto 0 auto;
}
.dtiFrameDIV1{
	width: 100%;
	padding: 0.5% 0 0 0;
}
@media (max-width: 639px) {
	.dtTopMidashi1{
		width: 80%;
		max-width: 350px;
		margin: 0 auto 0 auto;
		padding:15% 0 0 0;
	}
}






/*女の子個別ページ*/
.profileArea1{
	width: 100%;
	margin: 5% auto 0 auto;
}
.profileArea1L{
	width: 500px;
	float: left;
}
.profileArea1R{
	width: calc(100% - 540px);
	float: right;
}
@media (max-width: 899px) {
	.profileArea1L{
		width: 100%;
		float: none;

	}
	.profileArea1R{
		width: 100%;
		float: none;
		margin: 3em 0 0 0;
	}
}
#profileCatchSP{
	display: none;
}
.profileCatch{
	width: 100%;
	padding: 0.65em 0.65em 0.65em 0.65em;
	margin: 0 auto 0 auto;
	font-weight: bold;
	color:#fff;
	font-size: 1.3em;
	line-height: 1em;
	background-color: #573422;
}
@media (max-width: 899px) {
	#profileCatchPC{
		display: none;
	}
	#profileCatchSP{
		display: block;
	}
	.profileCatch{
		max-width: 380px;
		margin: 10% auto 0 auto;
		text-align: center;
	}
}

.profileNamePPC{
	color:#ecd38e;
	font-size: 2.8em;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 0.5em 0 0 0;
}
.profileNamePSP{
	display: none;
	color:#ecd38e;
	font-size: 2.8em;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 1.0em auto 0 auto;
	text-align: center;
}
.profileAgeP{
	font-size: 75%;
	margin-left: 0.5em;
	color: #fff;
}
.profileSpecPPC{
	font-size: 1.5em;
	letter-spacing: 0;
	margin: 0.5em 0 0 0;
}
.profileSpecPSP{
	display: none;
	font-size: 1.5em;
	letter-spacing: 0;
	margin: 0.5em auto 1.5em auto;
	text-align: center;
}
@media (max-width: 899px) {
	.profileNamePPC{
		display: none;
	}
	.profileNamePSP{
		display: block;
	}
	.profileSpecPPC{
		display: none;
	}
	.profileSpecPSP{
		display: block;

	}
}

.profileTypeUL{
	width: 100%;
	margin: 1em auto 0 auto;
}
.profileTypeUL li{
	float: left;
	padding: 0.5em 0.65em 0.5em 0.65em;
	line-height: 1em;
	margin: 0.25em 0.5em 0.25em 0;
	color: #fff;
	font-weight: bold;
	background: #b9a361;
	font-size: 1.1em;
}


#staff_mess_div{
	font-size: 0.9em;
	margin: 2em 0 0 0;
	line-height: 1.9em;
	font-weight: bold;
	padding: 1em 2em 2em 2em;
	background-color:rgba(255,255,255,0.2) ;
	border: 2px solid #b39d5e;
}
.profileMessageMidashi{
	width: 100%;
	height: auto;
	border-bottom: 2px solid #b39d5e;
}
.profileMessageMidashi img{
	width: 110px;
	height: auto;
	margin: 0 0 10px 0;
}



.profileText1{
	font-size: 1.1em;
	margin: 1em auto 0 auto;
	line-height: 1.75em;
	color: #fff;
}





.profileMidashi1{
	width: calc(100% - 1.2em);
	margin: 10% auto 0 auto;
	background-image:url(../images/midashi-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 10px;
	border-radius: 6px;
}
.profileMidashiInner{
  width: 100%;
  background-image:url(../images/midashi-inner-hr.png);
  background-size: contain;
  background-position: top left;
  background-repeat: repeat-x;
}
.profileMidashiProfileJP{
	width: 110px;
}






@media (max-width: 639px) {
	.profileMidashi1{
		margin: 20% auto 0 auto;
	}
}

@media (max-width: 539px) {
	.profileMidashiProfileJP{
		width: 20%;
	}
}







.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:#ecd38e;
	font-weight: bold;
	border-bottom: 1px dashed #888;
	padding: 1em 1em 1em 0.5em;
	line-height: 1.2em;
	font-size: 1.1em;
}
.profileQuestionDL dd{
	width: 70%;
	color:#fff;
	font-weight: bold;
	border-bottom: 1px dashed #888;
	padding: 1em;
	line-height: 1.2em;
	font-size: 1.1em;
}
@media (max-width: 799px) {
	.profileQuestionDL dt{
		width: 100%;
		
		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;
	}
}


.profileOptionDL{
	width: 100%;
	padding: 0.5em;
	margin: 1em auto 0 auto;
	color: #fff;
	font-weight: bold;
	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: 20%;
	padding: 1em 0.2em 1em 1em;
	margin: 0 0 1em 0.5%;
	text-align: left;
	line-height: 1.2em;
	background: rgb(139,111,65);
	background: linear-gradient(0deg, rgba(139,111,65,1) 0%, rgba(233,202,150,1) 100%);
}
.profileOptionDL dd{
	width: 4%;
	padding: 1em 0.2em;
	margin: 0 0.5% 1em 0;
	text-align: center;
	line-height: 1.2em;
	background: rgb(139,111,65);
	background: linear-gradient(0deg, rgba(139,111,65,1) 0%, rgba(233,202,150,1) 100%);
}
.profileOptionNega{
	background: #ccc !important;

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

.profileScheduleTable th{
	width: 14.285%;
	background: rgb(139,111,65);
	background: linear-gradient(0deg, rgba(233,202,150,1) 0%, rgba(139,111,65,1) 100%);
	text-align: center;
	color: #fff;
	padding: 1em 0;
	line-height: 1.3em;
	border:1px solid #d2d2d2;
}
.profileScheduleTable td{
	width: 14.285%;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
	padding: 1em 0;
	line-height: 1.2em;
	border:1px solid #d2d2d2;
}
.profileScheduleSaturday{
	color: #1b61ff;
}
.profileScheduleSunday{
	color: #ff0000;
}
.brspProfileSchedule{
	display: none;
}
@media (max-width: 849px) {
	.brspProfileSchedule{
		display: initial;
	}
}


/*女の子一覧(主に検索窓のCSS)*/
.girlslistSearchDIV{
	width: calc(100% - 2em);
	max-width: 600px;
	background: rgba(0,0,0,0.5);
	margin: 3% 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;
	color: #000;
	font-weight: bold;
	border: 1px solid #ddc685;
	border-radius: 12px;
}
.girlslistSearchDIV1,.girlslistSearchDIV2,.girlslistSearchBTNDIV{
	margin: 0.5em 0.8em;
}
.girlslistSearchDIV select{
	border-radius: 8px;
	padding: 0.75em;
	border: none;
}
.girlslistSearchBTN{
	border: none;
	background: #e2d29d;
	color: #4e433b;
	padding: 1em 1em 1em 1em;
	width: 100px;
	line-height: 1em;
	border-radius: 30px;
	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 ;
	}
}


/*スケジュール*/
.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: 100%;
}
.scheduleSearchDIV ul li{
	margin: 0 ;
	line-height: 1em;
	font-size: 1.1em;
	width: 14%;
	background: rgb(228,228,228);
	background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(246,246,246,1) 100%);
	text-align: center;
	padding: 1em 0;
	color: #555;
	border-left: 1px solid #ddd;
	letter-spacing: -0.5px;
}
.scheduleSearchDIV  li:first-child{
	border-radius: 30px 0 0 30px;
	border-left: none;
	width: 15%;
	padding-left: 1%;
}
.scheduleSearchDIV  li:last-child{
	border-radius: 0 30px 30px 0;
	width: 15%;
	padding-right: 1%;
}
.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: rgb(255,193,43);
	background: linear-gradient(0deg, rgba(255,193,43,1) 0%, rgba(246,131,55,1) 100%)!important;
	color: #fff !important;
}
.schedule-on a{
	color: #fff !important;
}

.scheduleSearchDIV ul li:hover{
	background: rgb(255,193,43);
	background: linear-gradient(0deg, rgba(255,193,43,1) 0%, rgba(246,131,55,1) 100%)!important;
	color: #fff !important;
}
.scheduleSaturday{
	color: #1b61ff;
}
.scheduleSunday{
	color: #ff0000;
}
@media (max-width: 599px) {
	.scheduleSearchDIV ul li{
	line-height: 1.4em;
	font-size: 1.0em;
}
	.scheduleSearchDIV ul li a br{
	display: block;
}
	
}
@media (max-width: 429px) {
	
	
}

/*ランキング*/

/*常用*/
.rankingContentArea1200{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	padding: 0 0 10em 0;
}
@media (max-width: 639px) {
	.rankingContentArea1200{
		padding: 0 0 14% 0;
	}
}
.cmnRankingArea{
	padding: 0 1%;
}
.cmnListIconNewface{
	position: absolute;
	width: 35%;
	height: auto;
	display: block;
}

.rank1 .cmnListNameP,.rank2 .cmnListNameP,.rank3 .cmnListNameP,.rank1 .cmnListSpecP,.rank2 .cmnListSpecP,.rank3 .cmnListSpecP{
	color: #000;
}
.rank1{
	background-image:url(../images/ranking-thumb-bg-no1.jpg) !important;
}
.rank2{
	background-image:url(../images/ranking-thumb-bg-no2.jpg) !important;
}
.rank3{
	background-image:url(../images/ranking-thumb-bg-no3.jpg) !important;
}
.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10{
	background-image:url(../images/ranking-thumb-bg-no4.jpg) !important;
}
.rank1 .rankingListCatchP{
	background: rgb(177,121,23);
	background: linear-gradient(90deg, rgba(177,121,23,1) 0%, rgba(231,169,3,1) 50%, rgba(177,121,23,1) 100%);
}
.rank2 .rankingListCatchP{
	background: rgb(121,121,121);
	background: linear-gradient(90deg, rgba(121,121,121,1) 0%, rgba(184,184,184,1) 50%, rgba(121,121,121,1) 100%);
}
.rank3 .rankingListCatchP{
	background: rgb(193,82,21);
	background: linear-gradient(90deg, rgba(193,82,21,1) 0%, rgba(231,110,3,1) 50%, rgba(193,82,21,1) 100%);
}


@media (max-width: 899px) {
	
}

.rankingListArea{
	width: 100%;
	margin: 3% auto 7.5% auto;
	padding: 0 0;
	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: flex-start;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
@media (max-width: 639px) {
	.rankingListArea{
		margin: 6% auto 12% auto;
	}
}
.rankingListArea a{
	width: calc(19.8% - 16px);
	max-width: 240px;
	display: block;
	margin: 0 0.4% 0.8% 0.4%;
	color: #404040;
	padding: 4px;
	text-decoration: none;

}
.rankingListArea .cmnListTextDIV{
	background: none!important;

}

.rankingListDiv{
	position: relative;
	border:1px solid #c5a397;
	padding: 8px;
}





.rankingListRank{
	display: block;
	margin: auto auto 0.5em auto;
	width: 75%;

}
.rankingListTextDIV{
	position: absolute;
	bottom:0;
	width: calc(100% - 16px);
	padding: 0.5em 0;
	text-align: center;
}

.rankingListCatchP{
	font-size: 1.0em;
	margin: 0.5em auto 0 auto;
	background-color: #5d5d5d;
	line-height: 1em;
	padding: 0.4em;
	color: #fff;
	font-weight: bold;
	width: calc(100% - 2em);
	letter-spacing: -1px;
}

.rankingCategTitleDIV{
	width: calc(100% - 2.2em);
	margin: auto;
	display: table;
}
.rankingCategTitleDIV div{
	width: calc(50% - 150px);
	display: table-cell;
	background-image: url(../images/ranking_category_line.png);
	background-size: 10px;
	background-position: center 0px;
	background-repeat: repeat-x;
}
.rankingCategoryTitle {
	font-size: 2.5em;
	text-align: center;
	margin: 3.5% auto 3% auto;

}
.rankingCategoryTitle img{
	width: 65px;
	height: auto;
	margin: 0 10px 0 0;
}
.rankingCategoryTitle span{
	padding: 0 0 4px 0;
	background-image:url(../images/ranking_midashi_bg.png);
	background-size: 100% 100%;
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0 30px 0 0;
}
/*モバイル版（最小）*/
@media (max-width: 1199px) {
	.rankingCategoryTitle {
		font-size: 2.5vw;
	}
	.rankingCategoryTitle img{
		width: 5%;
		margin: 0 8px 0 0;
	}
}
@media (max-width: 899px) {
	.rankingCategoryTitle {
		font-size: 3.5vw;
	}
	.rankingCategoryTitle img{
		width: 6.5%;
		margin: 0 6px 0 0;
	}

}
@media (max-width: 639px) {
	.rankingCategoryTitle {
		font-size: 4.5vw;
	}
	.rankingCategoryTitle img{
		width: 8%;
		margin: 0 4px 0 0;
	}
}

/*モバイル版（最小）*/
@media (max-width: 1199px) {
	.rankingListArea a{
		width: calc(33.333% - 33px);

	}
}
/*モバイル版（最小）*/
@media (max-width: 899px) {
	.rankingListArea a{
		width: calc(43.5%);
	}
}
/*モバイル版（最小）*/
@media (max-width: 499px) {
	.rankingListCatchP{
		font-size: 0.9em;
	}
}
	/*モバイル版（最小）*/
@media (max-width: 480px) {
	.rankingListArea a{
		width: calc(43%);
	}	
}


/*モバイル版（最小）*/
@media (max-width: 439px) {
	
}



/*メルマガ登録*/


.mailmagazineMidashi1{
	width: 100% ;
	max-width: 800px;
	margin: 10% auto 0 auto;

}

.mailmagazineP1{
	width: 90% ;
	max-width: 500px;
	margin: 3% auto 0 auto;
	display: block;
}
.mailmagazineMidashiTable1{
	width: 100%;
	max-width: 700px;
	margin: 10% auto 0 auto;
	display: table;
}
.mailmagazineMidashiTH{
	width: 60%;
	display: table-cell;

}
.mailmagazineMidashiTH img{
	width: 95%;
	max-width: 500px;
	display: block;
	height: auto;
	margin: auto;

}
.mailmagazineMidashiTD{
	display: table-cell;
	background-image:url(../images/mailmagazine-midashi2-hr.png);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
}
@media (max-width: 539px) {
	.mailmagazineMidashiTH{
		width: 70%;
	}
}





.mailmagazineDIV2{
	margin: 5% auto 0 auto;
	width: 100%;
	max-width: 650px;
	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*/
}
.mailmagazineDIV2 h4{

	width: 31.33333333%;
	margin: 0 1%;
	padding: 6px;
}
.mailmagazineMidashi2{
	width: 90%;
	max-width: 600px;
	margin: 7% auto 10% auto;
	display: block;

}
.mailmagazineLinkBTN1{
	width: 90%;
	max-width: 620px;
	margin: 7% auto 0 auto;
	display: block;
}


@media (max-width: 539px) {
	.mailmagazineDIV2{
		margin: 7% auto 15% auto;
	}
	.mailmagazineDIV2 h4{

	width: 33.33333333%;
	margin: 0 0%;
	padding: 0 5px;
}
	

}

/*新着情報専用ページ*/
.shinchakuDIV2{
	max-width: 600px;
	width: 100%;
	padding: 1em;
	margin: 2em auto 0 auto;
}
.shinchakuDIV2 a{
	text-decoration: none;
	color: #404040;
}





/*料金・システム*/
.systemArea1{
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 0 1em 0 1em;
}
.systemArea2{
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 0 1em 0 1em;
}
@media (max-width: 639px) {
	.systemArea1{
		padding: 0 1em 14% 1em;
	}
	.systemArea2{
		padding: 0 1em 14% 1em;
	}
}

.systemP1{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 5% auto 2em auto;
}
.systemHotel{
	color: #fff;
}
.systemDeli{
	color: #fff;
}
.systemDeli a{
	color: #e9ca96;
	text-decoration: underline;
}
.systemHotel a{
	color: #e9ca96;
	text-decoration: underline;
}
.systemDeliveryP1{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 1em auto 2em auto;
	
}


@media (max-width: 549px) {
	.systemP1{
		font-size: 1.1em;
	}
	.systemBRPC1{
		display: none;
	}

}

.systemMidashi1 {
	height: 35px;
	
	margin: auto auto 2em auto;
	max-width: 340px;
}
.systemMidashi1 img{
	height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto 0 auto;
}
.systemTable1 {
	width: 100%;
	margin: auto;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}
.systemTable1 th{
	text-align: left;
	padding: 0.4em;
	vertical-align: top;
}
.systemTable1 td{
	text-align: left;
	padding: 0.4em;
}
.systemTableTH1,.systemTableTD1{
	border-bottom: 1px solid #999;
}
.systemTable1InnerTableTH,.systemTable1InnerTableTD{
	padding-top: 0 !important;
}
.systemTable1InnerTable th{
	padding-left: 0 !important;
}
.systemTable1  a{
	color:#bf3099;
}
@media (max-width: 549px) {
	.systemTable1 {
		font-size: 1.2em;
		letter-spacing: 0px;
	}
}
@media (max-width: 449px) {
	.systemTable1 {
		font-size: 1.1em;
		letter-spacing: 0px;
	}
}


.systemP2{
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em auto 2em auto;
}
.systemWaku1{
	width: 100%;
	padding: 6px;
	max-width: 600px;
	margin: 3em auto 0 auto;
	background-image:url(../images/hotelhealth-waku-bg.jpg);
	background-size: contain;
	background-position: top center;
	background-repeat: repeat-y;
}
.systemWaku1Inner{
	width: 100%;
	padding: 2em;
}
@media (max-width: 639px) {
	.systemWaku1Inner{
		padding: 1em;
	}
}

.systemHotehelWakuInner{
	border: 1px solid #e9ca96;
}
.systemDeliWakuInner{
	border: 1px solid #c3c3c3;
}
.systemTable2{
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	max-width: 320px;
	margin: auto;

}
.systemTable2 th{
	width: 140px;
	text-align: left;
	padding: 0.5em 0;
	border-bottom: 1px solid #c3c3c3;
}
.systemTable2 td{
	text-align: left;
	padding: 0.5em 0;
	color: #e9ca96;
	border-bottom: 1px solid #c3c3c3;

}
.systemTable2Muryo{
	width: 95px;
	margin: -3px 0 0 5px;
}
.systemBRSP1{
	display: none;
}
.systemTableSpan1{
	color:#c3932c;

}
.systemP3{
	width: 100%;
	max-width: 600px;
	margin: auto;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
}
@media (max-width: 639px) {
	.systemBRSP1{
		display: block;
	}
}
@media (max-width: 499px) {
	.systemTable2{
		font-size: 1.2em;

	}
	.systemTable2 th{
		width: 145px;
	}
	
	.systemTableSpan1{
		font-size: 0.7em;
		
	}

}




.systemTable3{
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	max-width: 260px;
	margin: auto;
}
.systemTable3 td{
	border-bottom: 1px solid #c3c3c3;
	

}
.systemTable3 th{
	border-bottom: 1px solid #c3c3c3;
	

}
.systemjikanTD{
	width: 80px ;
	text-align: left;
	padding: 0.4em;
}
.systemRyokinTD{
	text-align: right;
	color:#e9ca96;
	padding: 0.4em 0 0.4em 0.4em;
}

.systemTable3BorderR{
	width: 100%;
	border-right: 2px solid #aaa;
	display: block;
}
.systemP4{
	text-align: center;
	font-size: 0.9em;
	margin: 0.5em auto 0 auto;
	letter-spacing: -0.5px;
}
.systemP5{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em;
}
@media (max-width: 549px) {
	.systemTable3{
	font-size: 1.2em;
}
	.systemP4{
		font-size: 0.8em;
	}
	.systemP5{
		font-size: 1.0em;
	}
}




.systemOptionP1{
	text-align: center;
	font-weight: bold;
	color: #e9ca96;
	font-size: 1.2em;
	margin: 0.75em auto 0 auto;
}
.systemOptionP2{
	text-align: center;
	font-weight: bold;
	color:#fff;
	font-size: 1.2em;
	margin: 0 auto 0.75em auto;
}
.systemMidashiCostume{
	color: #e9ca96;
	text-align: center;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	margin: 2em auto 0.5em auto;
	letter-spacing: 0;
}
.systemCostumeDIV1{
	width: 100%;
	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*/
}
.systemCostumeDIV2{
	width: calc(20% - 1em);
	margin: 0.5em 0.5em;
	
	font-size: 1em;
	color:#e9ca96;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
}
.systemCostumeDIV2 img{
	width: 100%;
	margin: 0 0 3px 0;
	display: block;
	
}
@media (max-width: 599px) {
	.systemCostumeDIV2{
		width: calc(25% - 0.5em);
		margin: 0.5em 0.25em;
		font-size: 0.9em;
		letter-spacing: -0.5px;
	}
}
.systemKoutsuhiP1{
	text-align: center;
	font-weight: bold;
	color:#e9ca96;
	font-size: 1.2em;
	margin: 0.75em auto 0 auto;
}
.systemKoutsuhiP2{
	text-align: center;
	font-weight: bold;
	color:#fff;
	font-size: 1.2em;
	margin: 0 auto 0.75em auto;
}
.systemJizenP1{
	max-width: 600px;
	width: 100%;
	margin: auto auto 0.75em auto;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: center;
}
.systemJizenTable1{
	width: 100%;

}
.systemJizenTable1 th,.systemJizenTable1 td{
	padding: 0.5em 0.25em;
	border-bottom: 1px solid #bfad5b;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	height: 2.8em;
}
.systemKotsuhiUL1{
	width: 100%;
	max-width: 600px;
	margin: 0.5em auto;
}
.systemKotsuhiUL1 li{
	width: 100%;
	max-width: 600px;
	margin: auto auto 0.25em 1em;
	list-style-type: disc;
}
@media (max-width: 549px) {
	.systemJizenP1{
		font-size: 1.0em;
	}
	.systemJizenTable1 th,.systemJizenTable1 td{
		font-size: 1.1em;
		line-height: 1.2em;
	}
}



.systemCreditIMG1{
	width: 50%;
	max-width: 250px;
	margin: 5% auto 0 auto;
	display: block;
}
.systemCreditBTN{
	display: block;
	width: 250px;
	margin: 4% auto 0 auto;

}
.systemCreditP1{
	text-align: center;
	margin: 2em auto 0 auto;
	font-weight: bold;
	line-height: 1.7em;
}
@media (max-width: 639px) {
	.systemCreditIMG1{
		margin: 7% auto 0 auto;
	}
	.systemCreditBTN{
		margin: 6% auto 0 auto;
	}

}



.systemAccessWaku1{
	width: 100%;
	padding: 6px 0 ;
	margin: 3em auto 0 auto;
	background-image:url(../images/hotelhealth-waku-bg.jpg);
	background-size: 100% 75px;
	background-position: top center;
	background-repeat: repeat-y;
}
.systemAccessWaku1Inner{
	width: 100%;
	padding: 2em;
	border-top: 1px solid #e9ca96;
	border-bottom: 1px solid #e9ca96;
}
@media (max-width: 639px) {
	.systemAccessWaku1{
		width: calc(100% - 2em);
		background-color: rgba(255,255,255,0.5);
		padding: 6px 6px ;
		margin: 0em auto 0 auto;
	}
	.systemAccessWaku1Inner{
		padding: 1em;
		border: 1px solid #e9ca96;
	}
}






.systemAccessDIV1{
	width: 100%;
	max-width: 1200px;
	margin: 0 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: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.systemAccessMapDIV1{
	width: 50%;
	padding: 1em;
	margin: 0 2% 0 0;
}
.systemAccessTextDIV1{
	width: 48%;
	padding: 1em;
	text-align: left;
}
.systemAccessName{
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0 auto 0 auto;
	color:#e9ca96;

}
.systemAccessP1{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em auto 0.5em auto;
	color: #fff;

}
.systemAccessBTN1{
	
	font-weight: bold;
	text-decoration: none;
	margin: 0.5em auto 2.5em auto;
	display: block;
	float: left;
	width: 150px;

}
.systemAccessP2{
	clear: both;
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	margin: 1em auto 0 auto;
	padding: 2em 0 0 0;
	line-height: 1.9em;
}
.systemAccessP3{
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	margin: 1em auto 0 auto;
	background-color: rgba(0,0,0,0.5);
	padding: 1em;
	line-height: 1.9em;
	border: 1px solid #e9ca96;
}
@media (max-width: 639px) {
	.systemAccessMapDIV1{
		width: 100%;
		padding: 1em 1em 0 1em;
		margin: 0 0 0 0;
	}
	.systemAccessTextDIV1{
		width: 100%;
		padding: 0 1em 1em 1em;
	}
	.systemAccessName{
		margin: 1em auto 0 auto;

	}

	.systemAccessP1{
		text-align: center;
		font-size: 1.1em;
	}
	.systemAccessBTN1{
	display: block;
	float: none;
	width: 150px;
	text-align: center;
	margin: 2em auto 2em auto;
}


	.systemAccessP2{
		text-align: center;
		font-size: 1.1em;
	}
	.systemAccessP3{
		text-align: left;
		font-size: 1.0em;
	}
}

.systemChuiP1{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 5% auto 2em auto;
}
.systemChuiP3{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 5% auto 2em auto;
}
.systemChuiP2{
	max-width: 600px;
	width: 100%;
	margin: auto auto 0.75em auto;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: left;
}
.systemKinshiOL1{
	max-width: 600px;
	width: 100%;
	margin: auto auto 0.75em auto;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: left;
	padding: 0.5em 1.5em;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #999;
}
.systemKinshiOL1 li{
	color: #fff;
	margin: 0.5em 0;
}
.systemChuiP4{
	max-width: 600px;
	width: 100%;
	margin: 2em auto 0 auto;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: left;
}
.systemFootSpace{
	height: 10em;
}
@media (max-width: 639px) {
	.systemFootSpace{
		height: 0;
	}
}

/*コンセプト*/
.conceptArea800{
	width: 100%;
	margin: auto;
	max-width: 800px;
	padding: 0 0 6em 0;
}
@media (max-width: 639px) {
	.conceptArea1000{
		padding: 0 0 14% 0;
	}
}
.concepteMidashi1{
	width: 65%;
	max-width: 400px;
	margin: 10% auto 0 auto;
}
.concepteMidashi2{
	width: 100%;
	max-width: 800px;
	margin: 5em auto 0 auto;
	padding: 0 1em;
}
.conceptP1{
	font-size: 1.2em;
	color: #fff;
	line-height: 1.8em;
	text-align: left;
	margin: 3.5em auto 0 auto;
	letter-spacing: 0;
	padding: 0 1em;
}
.conceptDIV1{
	width: 100%;
	background-image:url(../images/concept_girl1.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.0);
	padding: 7em 1em 7em 1em;
	margin: 2em auto 0 auto;
}

.conceptDIV1TextDIV{
	width: 60%;
	float: left;
}
.conceptDIV2{
	width: 100%;
	background-image:url(../images/concept_girl2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.0);
	padding: 9em 1em 9em 1em;
	margin: -4em auto 0 auto;
}
.conceptDIV2TextDIV{
	width: 60%;
	float: right;
}
.concepteMidashi3{
	width: 100%;
}
.conceptP2{
	font-size: 1.2em;
	color: #fff;
	line-height: 2em;
	text-align: left;
	letter-spacing: 0;
	margin: 2em auto 0 auto;
	text-shadow: 1px 1px 4px #000;
}
.concepteMidashi3PC{
	display: block;
}
.concepteMidashi3SP{
	width: 90%;
	max-width: 450px;
	margin: 15% 0 0 0;
	padding: 0 1em;
	display: none;
}
.conceptDIV2 h4{
	margin-left: -1em;
}
@media (max-width: 799px) {
	.conceptDIV1{
		background-size: 120%;
		background-position: center center;
	}
	.conceptDIV2{
		background-size: 120%;
		background-position: 20% center;
	}
}
@media (max-width: 699px) {
	.conceptDIV2 h4{
		margin-left: 0;
	}
	.conceptP1{
		font-size: 1.1em;
	}
	.conceptDIV1{
		background-size: 150%;
		background-position: center top;
		margin: 1em auto 0 auto;
		padding: 2em 1em 3em 1em;
	}
	.conceptDIV2{
		background-size: 150%;
		background-position: 15% top;
		margin: 1em auto 0 auto;
		padding: 2em 1em 3em 1em;
	}
	.concepteMidashi3PC{
		display: none;
	}
	.concepteMidashi3SP{
		display: block;
	}
	.conceptDIV1TextDIV{
		width: 70%;
		min-height: 68vw;
	}
	.conceptDIV2TextDIV{
		width: 70%;
		min-height: 68vw;
	}
	
	.conceptP2{
		font-size: 1.3em;
		margin: 0em auto 0 auto;
	}
	
}
@media (max-width: 549px) {
	.conceptDIV1{
		background-size: 150%;
		background-position: center center;
	}
	.conceptDIV2{
		background-size: 150%;
		background-position: 15% center;
	}
	.conceptP1{
		font-size: 1.0em;
	}
	.conceptP2{
		font-size: 1.0em;
	}

}





/*動画コンテンツ*/
.movieListArea {
	list-style: none;
	margin: 4em 20px 0 20px;
	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*/
}
.movieListArea li {
	width: 31.33333%;
	margin: 0 1% 20px 1%;
	height: 100%;
	background-color: #000;	
	position: relative;
}
.movieThumbDiv1{
	aspect-ratio: 16 / 9;
	width: 100%;
	
	display: block;
}
.movieThumbDivThumb {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.movieListArea li a video {
	width: 100%;
	display: block;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";	
	height: 16.75vw;
	/*↑縦横比およそ16:9にするための記述*/
	max-height: 201px;
	object-fit: cover;
	/*サムネイル用の動画タグなので、クリック禁止にする（しないと挙動がおかしくなります。）*/
	pointer-events: none;
}
.movieListArea li a:hover video {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.movie-thumb-btn{
	width: 18% !important;
	height: auto !important;
	position: absolute;
	top: 0;
  	bottom: 90px;
	left: 0;
  	right: 0;
 	margin: auto;
 	opacity: 1 !important;
 	z-index: 10;
}

.movie-text {	
	padding: 8px 10px 16px 10px;
	background-image:url(../images/thumb-bg.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: rgba(255,255,255,0);	
}
.movie-genreP {
	background-color: #fff;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	display: inline-block;	
	padding: 2px 12px 1px 12px;	
}
.movie-date {
	display: inline-block;
	float: right;
	margin-right: 5px;
}
.name-comment {
	clear: both;
	margin: 1em 3px 0 3px;
	overflow: hidden;
	height: 3em;
	line-height: 1.6em;	
	color: #ddc685;
	font-weight: bold;
}
.movie-top-name::after {
	content: "｜" ;	
}

/* ムービー個別 */
.movie-spec{
	max-width: 1200px;
    height: auto;
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 15px 0 0 0;
}
.movie-spec a{
	color:#ddc685;
}
.movie-name {
	font-size: 1.8em;
	font-weight: bold;	
	margin: 10px 0;
}
.movie-date-prof {
	margin: 0 0 8px 0;
}
.movie-comment {
	margin: 0 0 8px 0;
	max-width: 620px; 
}
.movie-link-prof {
	margin: 0 0 8px 0;
}
.movie-link-prof a {
	color: #fff;
	text-decoration: underline;
}
.popup-movie{
    max-width: 1200px !important;
    height: auto !important;
    max-height: 80vh;
    width: 90% !important;
    margin: auto !important;
    display: block;
  }

/* ページネーション */
#page-count {
	clear: both;	
	text-align: center;
	margin: 0px 30px 0 30px;
	padding: 10px 0;
	/*background-color: rgba(0,0,0,0.6);
	border-radius: 6px;*/
}
#page-count a {
	color: #ddc685;
	display: inline-block;
	margin: 0 5px;
	font-size: 1.15em;
	background-color: #fff;
	padding: 0.5em;
	border: 1px solid #ddc685;
}
.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: #ddc685!important;

}

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



/* タブレット向け
--------------------------------------------------------- */
@media screen and (min-width:768px) and ( max-width:1024px) {

.movieListArea {
	margin: 4em 0 0 0;
}
#movie-select {
	margin: 0 0 20px 0;
}
.movieListArea li {
	width: 32.33333%;
	margin: 0 0.5% 20px 0.5%;	
}
.movieListArea li a video {
	height: 17.62498125vw;
	/*↑縦横比およそ16:9にするための記述*/
}
.movie-text {	
	padding: 7px 5px;	
}
.name-comment {	
	height: 3em;
	line-height: 1.6em;	
}

}


/* スマホ向け
--------------------------------------------------------- */
@media screen and (max-width: 767px){

.movieListArea {
	margin: 2em 8px 0 8px;
}
.movieListArea li {
	width: 100%;
	margin: 1em 0 1em 0%;	
}
.movieListArea li a video {	
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	width: 100%;
	height: 54.25vw;
	/*↑縦横比およそ16:9にするための記述*/
	max-height: initial;
}




.movie-text {	
	padding: 8px 7px;	
}
.name-comment {	
	height: 3em;
	line-height: 1.6em;	
	margin: 5px 2px 0 2px;
}

/* ムービー個別 */
.img-lity {
	max-width: 100%;	
}
.movie-name {
	font-size: 1.5em;
	margin: 10px 0;
}
.movie-date-prof {
	margin: 0 0 10px 0;
}
.movie-comment {
	margin: 0 0 10px 0;
	max-width: 100%; 
}
.movie-link-prof {
	margin: 0 0 10px 0;
}

.back-arrow {	
	margin-left: 0;
	font-size: 1.1em;
}
.back-arrow::after {	
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
}

#movie-select {
	width: calc(100% - 2em);
	max-width: 600px;
	background: rgb(206,87,255);
	background: linear-gradient(0deg, rgba(189,247,246,1) 0%, rgba(217,255,243,1) 100%);
	margin: 3% 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;
	color: #000;
	font-weight: bold;
}
.movie-selectDIV{
	float: left;
}
.movie-selectBTNDIV{
	float: left;
	margin-top: -2px;
}
.movie-selectDIVInner{
	float: left;
}
#movie-select select{
	
	border-radius: 8px;
	padding: 0.75em;
	border: none;
	margin: 0 1em 0 0;

}
.movieselect-btn {
	border: none;
    background: rgb(255,135,37);
    background: linear-gradient(318deg, rgba(255,135,37,1) 0%, rgba(255,162,0,1) 100%);
    color: #fff;
    padding: 1em 1em 1em 1em;
    width: 100px;
    line-height: 1em;
    border-radius: 30px;
    font-weight: bold;
    margin: 0 0.5em 0 0;
}
.movieselect-btn-clear {
	border: none;
    background: rgb(194,194,194);
	background: linear-gradient(0deg, rgba(194,194,194,1) 0%, rgba(167,167,167,1) 100%);
    color: #fff;
    padding: 1em 1em 1em 1em;
    width: 100px;
    line-height: 1em;
    border-radius: 30px;
    font-weight: bold;
}

/*アンケートページ(各店とも色要素以外は共通にすること。黒背景ベース店舗白背景ベース店舗で完全に共通にすること。)*/
.enqueteDIV1{
	width: calc(100% - 2em);
	max-width: 600px;
	margin: 5em auto 0 auto;
}
.enqueteP1{
	font-size: 1.0em;
	line-height: 2em;
	text-align: left;
	font-weight: normal;

}
.enqueteDIV2{
	width: 100%;
	margin: 4em auto 1em auto;
	padding: 0em 0;
}
.enqueteKoumokuName{
	font-size: 1.1em;
	color: #ddc685;
	line-height: 1.35em;
	text-align: left;
	font-weight: bold;
	margin:0 0 0.5em 0;
}
.enquetehissu{
	background-color: #cf8848;
	font-size: 0.75em;
	color: #fff;
	padding: 0.125em 0.5em;
	line-height: 1.25em;
	text-align: center;
	font-weight: bold;
	margin-left: 1em;
	display: inline-block;
	top: -0.15em;
	position: relative;
}
.enqueteKoumokuFootP1{
	font-size: 0.9em;
	margin: 0.25em 0 0 0;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
}
.enqueteInputLong,.enqueteInputShort{
	margin: 0 0 0 0;
	padding: 0.5em;
	border: 2px solid #aaa;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	border-radius: 8px;
	color: #fff;
}
.enqueteInputLong{
	width: calc(100% - 1em - 4px);
}
.enqueteInputShort{
	width: 5em;
}
.enqueteSelect{
	margin: 0 0 0 0;
	padding: 0.5em;
	border: 2px solid #aaa;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	border-radius: 8px;
	color: #fff;
	width: 100%;
}
.enqueteDIV1 input[type="date"]::-webkit-calendar-picker-indicator {
	/*デイトピッカーのアイコンの表示色*/
	background-color: #fff;
	border-radius: 4px;
}
.enqueteTextarea1{
	width: calc(100% - 1em - 4px);
	height: 10em;
	margin: 0 0 0 0;
	padding: 0.5em;
	border: 2px solid #aaa;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	border-radius: 8px;
	color: #fff;
}
.enqueteInputRightSpan{
	margin: 0 0 0 0.5em;
	font-size: 1.1em;
	color: #fff;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
}
.enqueteRadioDIV{
	width: 100%;
	border-radius: 8px;
	border: 2px solid #aaa;
	padding: 1em;
	background-color: rgba(0,0,0,0.5);
	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*/
}
.enqueteRadioP{
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	margin: 0.5em 1.5em 0.5em 0;
}
.enqueteRadioP input{
	margin-right: 0.25em;
}
.enquetePrivacyDIV{
	width: 100%;
	margin: 4em auto 1em auto;
	padding: 0em 0;
}
.enquetePrivacyName{
	font-size: 1.1em;
	color: #fff;
	line-height: 1.25em;
	text-align: left;
	font-weight: bold;
	margin:0 0 0.5em 0;
}
.enquetePrivacyTextDIV{
	width: 100%;
	height: 20em;
	padding: 1em 0.5em 1em 1em;
	font-size: 0.9em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	
	background-color: #fff;
	border-radius: 8px;
}
.enquetePrivacyTextP{
	width: 100%;
	height: 100%;
	padding: 0 1em 0 0;
	overflow-y: scroll;
}
/*スクロールバーの横幅指定*/
.enquetePrivacyTextP::-webkit-scrollbar {
    width: 0.6vw;
}
/*スクロールバーの背景色・角丸指定*/
.enquetePrivacyTextP::-webkit-scrollbar-track {
  border-radius: 1vw;
	background: #eee;
}
/*スクロールバーの色・角丸指定*/
.enquetePrivacyTextP::-webkit-scrollbar-thumb {
  border-radius: 1vw;
	background:#555;
}
.enquetePrivacyCheckboxDIV{
	width: 100%;
	margin: 2em auto 0 auto;
	text-align: center;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: normal;
}
.enquetePrivacyCheckbox{
	margin-right: 0.25em;
}

.enqueteConfirmBTN{
	width: 250px;
	padding: 1.25em;
	background-color: #ddc685;
	border-radius: 10em;
	color: #000;
	font-size: 1.3em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin: 3em auto 0 auto;
	cursor: pointer;
}
.enqueteConfirmBTN:hover{
	opacity: 0.8;
}
.enqueteAlert{
	color: #f00;
	font-size: 0.8em;
	font-weight:bold;
	margin-left: 1em;
	display: none;
}