@charset "utf-8";


/*--------------------[1.body]------------------------------------------------------------*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
	font-family: tahoma, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

/*--------------------[2.初期設定]------------------------------------------------------------*/

/******** [2-1.リンクテキスト] */

a {
	color: #000;
	text-decoration: underline;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:focus {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 0 0 1rem 0;
	padding: 0;
}

strong {
	color: #FF007F;
	font-weight: bold;
	font-size: 1.0rem;
}

body.single strong {
	color: #000;
}

em {
	color: #FF007F;
}

.right-position {
	text-align: right;
}

.center-position {
	text-align: center;
}

a img:hover {
	opacity: 0.7;
}

blockquote {
	background: #eee;
	margin-left: 1rem;
}

img {
	max-width: 100%;
}

/******** 6-1-5.リスト */

ul, ol {
	margin: 0 0 20px 0;
}

ol {
	margin: 0 0 20px 0;
	list-style-type: decimal;
	padding: 0 0 0 1em;
}

ul li {
	font-size: 1.0rem;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	background: url(../images/common/list-icon.gif) no-repeat 0.5rem 0.65em;
}

ol li {
	margin: 0 0 5px 0;
}

/*--------------------[3.ヘッダーエリア]------------------------------------------------------------*/

/******** header */

#menu {
	display: none;
}

ul.slicknav_nav li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.slicknav_nav ul {
	margin: 0 0 0 1.0rem;
}

ul.slicknav_nav ul li {
	margin: 0 0 0 1.0rem;
}

ul.slicknav_nav ul li:first-child {
	margin: 0;
}

#header {
	padding: 1.0rem 0.5rem;
}

#header:after {
	content: "";
	clear: both;
	display: block;
}

#header-inner #logo {
	width: 40%;
	float: left;
}

#header-inner #logo img {
	max-width: 75%;
}

#header-inner #header-nav {
	width: 40%;
	float: right;
	position: relative;
}

#header-inner ul {
	/*width: 80%;*/
	margin: 0;
	position: absolute;
	right: 0;
}

#header-nav ul li {
	float: left;
	background: none;
	margin: 0 0 0 2.5%;
	padding: 0;
	width: 20%;
}

/*--------------------[5.メイン画像]------------------------------------------------------------*/

/******** MAINイメージ */

div#main-image {
	clear: both;
	display: block;
	width:100%;
	position: relative;
	overflow: hidden;
	padding: 0;
}

ul#slider {
	margin: 0 0 1.0rem 0;
}

ul#slider li,
ul#slider_side li,
ul#slider_side3 li {
	position: relative;
	padding: 0;
	background: none;
}

ul#slider a {
	text-decoration: none;
}

ul#slider span.text {
	font-size: 0.8rem;
	display: block;
	/*background: #000;*/
	margin: 0;
	padding: 0.5rem 1.0rem 0 1.0rem;
	/*opacity: 0.75;*/
	color: #333;
	line-height: 1.5;
	box-sizing: border-box;
}

ul#slider img {
	max-width: 100%;
}

ul#slider a:hover img {
	opacity: 1.0;
}

ul#slider span.text {
	/*display: none;*/
	width: 100%;
}

/* old model-detail */

a.model-slider {
	display: block;
	max-width: 390px;
	margin: 0 auto;
}

ul#slider span.model-text {
	font-size: 1.0rem;
	display: block;
	background: #000;
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	padding: 5px 15px;
	position: absolute;
	bottom: 0;
	opacity: 0.75;
	color: #fff;
	line-height: 1.5;
	box-sizing: border-box;
}

ul#slider a:hover img {
	opacity: 1.0;
}

/*ul#slider a:hover span.text,*/
ul#slider a:hover span.model-text {
	display: none;
}

ul#slider span.title {
	font-size: 1.3em;
	/*line-height: 2.0;*/
}

ul#slider span.title:after {
	content: "\A";
	white-space: pre;
}

#colorbox {
	max-height: 125vw !important;
}

/* new model-detail */

.model-detail {
	display: block;
	max-width: 390px;
	margin: 0 auto;
}

#model-pic {
	position: relative;
	margin-bottom: 5px;
}

#model-pic span.model-text {
	font-size: 1.0rem;
	display: block;
	background: #000;
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	padding: 5px 15px;
	position: absolute;
	bottom: 0;
	opacity: 0.75;
	color: #fff;
	line-height: 1.5;
	box-sizing: border-box;
	text-align: left;
}

.model-thumb {
	display: flex;
	margin: 0;
}

.model-thumb li {
	background: none;
	cursor: pointer;
	width: 15%;
	padding: 0 5px 0 0;
	margin: 0;
}

.model-thumb img {
	max-width: 100%;
}

#model-pic a:hover img {
	opacity: 1.0;
}

#model-pic a:hover span.model-text {
	display: none;
}


/*--------------------[6.コンテンツエリア]------------------------------------------------------------*/

/******** content */

div#content {
	overflow: hidden;
	width: 95%;
	margin: 0 auto 1.0rem auto;
	padding: 0;
	text-align: center;
}

div#main-content {
	overflow: hidden;
	width: 100%;
	margin: 0 35px 0 0;
	padding: 0;
	text-align: left;
	float: left;
}

body#list div#main-content {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/******** 6-1-1.パンくずリスト */

ul#bread {
	float: left;
	margin: 0 0 1rem 0;
	/* 暫定：モデルページカラム落ち防止用 */
	/*min-width: 400px;*/
}

ul#bread li {
	float: left;
	font-size: 0.8rem;
	margin: 0 10px 5px 0;
	padding: 0 0 0 20px;
	background: url(../images/common/footer_icon.gif) no-repeat 0.5rem center;
}

body#list ul#bread {
	width: 100%;
}


/******** 6-1-2.リード文 */

p.lead {
	margin: 0 auto 40px auto;
	font-size: 18px;
	font-weight: bold;
}

/******** 6-1-3.見出し */

div#content h1 {
	border-bottom: 4px solid #ca0d58;
	background: #eee;
	margin: 0 auto 1.0rem auto;
	font-size: 1.6rem;
	color: #ca0d58;
	line-height: 1.5;
	padding: 0.5rem 0 0.5rem 1.0rem;
}

body#page div#main-content h2,
body#list div#main-content h2,
div#ranking-area h2#name {
	border-bottom: 3px solid #999;
	background: #eee;
	margin: 0 auto 25px auto;
	font-size: 1.2rem;
	color: #ca0d58;
	line-height: 1.5;
	padding: 5px 10px 7px 20px;
}

body#list div#main-content h2.store {
	font-size: 1.0rem;
	line-height: 1.3;
}

body#list div#main-content h2.store a {
	color: #ca0d58;
}

div#main-content h3 {
	/*border-top: 1px solid #ca0d58;*/
	border-left: 2px solid #ca0d58;
	border-bottom: 2px solid #ca0d58;
	background: #eee;
	margin: 0 auto 20px auto;
	font-size: 1.0rem;
	color: #333;
	line-height: 1.5;
	padding: 6px 20px 8px 20px;
}

div#main-content h4 {
	border-bottom: 1px solid #ca0d58;
	background: #eee;
	margin: 0 auto 20px auto;
	font-size: 1.0rem;
	color: #333;
	line-height: 1.5;
	padding: 4px 20px 6px 20px;
}

/******** 6-1-7.テーブル */

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto 1.0rem auto;
	font-size: 0.8rem;
}

table th,
table td {
	border: 1px solid #BFBFBF;
	padding: 0.5rem;
	line-height: 1.4;
}

table th {
	color: #ca0d58;
	background: #fee;
}

/******** 6-1-11.カラムの設定 */

div.pattern1 p, div.pattern1-1 p, div.pattern1-1-1 p, div.pattern1-2 p, div.pattern2-1 p {
/*margin: 2px 0 12px 0;*/
	font-size: 1.0rem;
}

/******** 1カラムの設定 */

div.pattern1 {
	width: 100%;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

body#page div.pattern1 {
	color: #444;
}

div.pattern1 img {
	border: 1px solid #999;
	padding: 2%;
}


/******** 2カラムの設定 */

div.pattern1-1 div.col {
	float: left;
	width: 47.5%;
	margin: 0 2.5% 10px 0;
}

div.pattern1-1 div.col:nth-child(2n) {
	margin: 0 0 10px 0;
}

div.pattern1-1:after {
	content: "";
	clear: both;
	display: block;
}

div.pattern1 div.pattern1-1 div.col {
	font-size: 1.0rem;
}

/******** 3カラムの設定 */

div.pattern1-1-1 div.col {
	float: left;
	max-width: 100%;
	margin: 0 0 0.5rem 0;
}

div.pattern1-1-1 div.col:nth-child(3n) {
	margin: 0 0 10px 0;
}

div.pattern1-1-1:after {
	content: "";
	clear: both;
	display: block;
}

body#page div.pattern1-1-1 .col {
	width: calc(95% / 3);
	float: left;
	margin-right: 2.5%;
	padding-top: 0;
}

body#page div.pattern1-1-1 .col:nth-child(3n) {
	margin-right: 0;
	clear: right;
}

body#page div.pattern1-1-1:after {
	content:"";
	clear: both;
	display: block;
}

body#list div.pattern1-1-1 div.col {
	float: left;
	width: 100%;
	margin: 0 0 1rem 0;
}

body#list div.pattern1-1-1 div.col:nth-child(3n+1) {
	clear: left;
}

body#list div.pattern1-1-1 div.col:nth-child(3n) {
	margin: 0 0 1rem 0;
}

body#list div.pattern1-1-1 .inner_col {
	float: left;
	width: 30%;
	margin: 0 0 1rem 0;
}

body#list div.pattern1-1-1 .inner_col:last-child {
	float: left;
	width: 70%;
	margin: 0 0 1rem 0;
	padding: 0 0 0 0.75rem;
	box-sizing: border-box;
}

/******** movie 3カラムの設定 */

body#list #cover div.pattern1-1-1 div.col,
body#list #spor div.pattern1-1-1 div.col,
body#list #goulmet div.pattern1-1-1 div.col,
body#list #gogo div.pattern1-1-1 div.col,
body#list #mek div.pattern1-1-1 div.col,
body#list #teiji div.pattern1-1-1 div.col,
body#list #interview div.pattern1-1-1 div.col,
body#list #commercial div.pattern1-1-1 div.col {
	float: left;
	width: 100%;
	margin: 0 0 1.0rem 0;
}

/******** end movie 3カラムの設定 */

p.thumb_col {
	margin: 0;
}

p.thumb_col img {
	max-width: 100%;
	border: 1px solid #ca0d58;
	/*box-sizing: border-box;*/
}

p.update_col {
	max-width: 100%;
}

div.pattern1 div.pattern1-1-1 img {
	border: none;
	padding: 0;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
}

div.pattern1 div.pattern1-1-1 p {
	font-size: 0.8rem;
}

/******** 1-2カラム・2-1カラムの設定 */

div.pattern1-2 div.col {
	float: left;
	max-width: 100%;
	margin: 0 10px 10px 0;
}

div.pattern1-2 div.col:last-child {
	float: left;
	max-width: 100%;
	margin: 0 0 10px 0;
}

div.pattern2-1 div.col {
	float: left;
	max-width: 100%;
	margin: 0 0 10px 0;
}

div.pattern2-1 div.col:last-child {
	float: left;
	max-width: 100%;
	margin: 0 0 10px 0;
}

div.pattern2-1model div.col {
	font-size: 1.0rem;
	float: left;
	width: 55%;
	margin: 0 5% 0 0;
}

div.pattern2-1model div.col:last-child {
	font-size: 1.0rem;
	float: left;
	width: 40%;
	margin: 0 0 1.0rem 0;
}

div.pattern2-1model:before,
div.pattern2-1model:after,
div.pattern2-1:after,
div.pattern1-2:after {
	content: "";
	clear: both;
	display: block;
}

/******** 4カラムの設定 */

div.pattern1-1-1-1 div.col {
	float: left;
	width: 23.5%;
	margin: 0 2% 1.0rem 0;
}

div.pattern1-1-1-1 div.col:nth-child(4n) {
	margin: 0 0 1.0rem 0;
}

div.pattern1-1-1-1 div.col:nth-child(4n+1) {
	clear: left;
}

div.pattern1-1-1-1:after {
	content: "";
	clear: both;
	display: block;
}

div.pattern1-1-1-1 div.col p {
	position: relative;
	margin-bottom: 0;
	/*width: 180px;*/
}

div.pattern1-1-1-1 div.col p img {
	/*width: 180px;*/
	border: 1px solid #ca0d58;
	box-sizing: border-box;
}

div.pattern1-1-1-1 div.col span {
	font-size: 0.5rem;
	display: block;
	width: 100%;
	background: #000;
	margin: 0;
	padding: 0.25rem;
	opacity: 0.75;
	color: #fff;
	line-height: 1.5;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
}
/*
body#list div#movie_category div.col {
	float: left;
	width: 23.5%;
	margin: 0 2% 1.0rem 0;
}
*/
.tab-content div.pattern1-1-1-1 div.col {
	float: left;
	width: 47.5%;
	margin: 0 5% 1.0rem 0;
}

.tab-content div.pattern1-1-1-1 div.col:nth-child(2n) {
	margin: 0 0 1.0rem 0;
}

.tab-content div.pattern1-1-1-1 div.col:nth-child(2n+1) {
	clear: left;
}


body#list div#main-content div#store_category div.col h2,
body#list div#main-content div#movie_category div.col h2 {
	text-align: center;
	background: url(../images/common/store_menu.gif) no-repeat 0 center;
	border-radius: 0.5rem;
	font-size: 0.8rem;
	color: #fff;
	line-height: 1.5;
	padding: 0;
	height: 40px;
	margin-bottom: 0;
}

body#list div#main-content div#movie_category div.col h2 {
	background: url(../images/common/movie_menu.gif) no-repeat 0 center;
}

body#list div#main-content div#store_category div.col h2 a,
body#list div#main-content div#movie_category div.col h2 a {
	display: block;
	padding-top: 5px;
	color: #fff;
}

/******** 5カラムの設定 */

div.pattern1-1-1-1-1 div.col {
	float: left;
	width: 18.25%;
	margin: 0 2% 1.0rem 0;
}

div.pattern1-1-1-1-1 div.col:nth-child(5n) {
	margin: 0 0 1.0rem 0;
}

div.pattern1-1-1-1-1 div.col:nth-child(5n+1) {
	clear: left;
}

div.pattern1-1-1-1-1:after {
	content: "";
	clear: both;
	display: block;
}

body#list div#main-content div#store_category div.col h2 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: none;
	padding: 0 0.25em 3px 0.25em;
}

body#list div#main-content div#store_category div.col h2 a {
	text-decoration: none;
}

/*--------------------[7.右カラム]------------------------------------------------------------*/

div#sub-content {
	overflow: hidden;
	width: 100%;
	margin: 1.0rem 0%;
	padding: 0;
	text-align: left;
	float: left;
}

div#ranking-area {
	background: #eee;
	margin-bottom: 25px;
}

div#ranking-area h2 {
	margin-bottom: 5px;
}

div#ranking-area h2#name {
	border-top: 3px solid #999;
	border-bottom: none;
	margin-bottom: 0;
}


div#ranking-area:after {
	content: "";
	clear: both;
	display: block;
}

div.info {
	padding: 1em;
	font-size: 0.8rem;
	margin-bottom: 20px;
}

div.info p {
	margin: 0 0 0.5em 0;
	line-height: 1.5;
}

div.info dl {
	margin-bottom: 1em;
}

div.info dt {
	font-weight: bold;
}

div.info dd {
	padding: 0 0 0 1em;
}

.gmaps {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 1px solid #999;
}

#main-content .gmaps {
	padding-bottom: 75%;
}

.gmaps iframe,
.gmaps object,
.gmaps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#sub-content div#ad02,
div#sub-content div#ad05,
div#sub-content div#ad06 {
	width: 80%;
	margin: 0 auto 1.0rem auto;
}

div#sub-content div#ad06 p {
	margin: 1.0rem 0 0 0;
}

div#sub-content div#ad06 p img {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #bbb;
}

div#sub-content div#ad03 {
	/*margin-bottom: 25px;*/
}

div#sub-content div#ad03 p {
	margin: 0 0 11px 0;
}

div#sub-content div#ad03 p img {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #bbb;
}

div#sub-content div#ad04:after {
	content: "";
	clear: both;
	display: block;
}
/*
div#sub-content div#ad04 p {
	width: 23.5%;
	margin: 0 2.0% 1.0rem 0;
	float: left;
}

div#sub-content div#ad04 p:nth-child(4n+0) {
	margin: 0;
}

div#sub-content div#ad04 p:nth-child(4n+1) {
	clear: left;
}

div#sub-content div#ad04 p img {
	box-sizing: border-box;
	border: 1px solid #bbb;
}
*/
div#sub-content div#ad04 p {
	width: 48%;
	margin: 0 4.0% 1.0rem 0;
	float: left;
}

div#sub-content div#ad04 p:nth-child(2n+0) {
	margin: 0;
}

div#sub-content div#ad04 p:nth-child(2n+1) {
	clear: left;
}

div#sub-content div#ad04 p img {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #bbb;
}

div#ranking-area {
	background: #eee;
	margin-bottom: 1.0rem;
}

div#ranking-area h2 {
	margin-bottom: 0.5rem;
	/*text-align: center;*/
}

div#ranking-area h2 img {
	/*width: 100%;*/
}

div#ranking-area h2.side_title {
	background: url(../images/common/h2_side.png) repeat-x 0 top;
	padding: 3px 0 0 18px;
	/*height: 35px;*/
	height: 2.25rem;
	font-size: 1.0rem;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}


div#ranking-area:after {
	content: "";
	clear: both;
	display: block;
}

div.ranking {
	padding: 0 0.5rem 0.5rem 0.5rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}

div.ranking p {
	float: left;
	margin: 0;
}

div.ranking p.thumb {
	width: 20%;
	margin: 0 2.5% 0 0;
}

div.ranking p.thumb img {
	box-sizing: border-box;
	border: 1px solid #bbb;
}

div.ranking p.title {
	width: 75%;
	float: left;
	line-height: 1.4;
	font-size: 1.0rem;
}

div.ranking ul {
	margin: 0;
}

div.ranking ul li {
	font-size: 0.8rem;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	background: url(../images/common/list-icon.gif) no-repeat 0.5rem 0.5rem;
}

div.ranking ul li ul {
	margin-left: -5px;
}

div#sub-content ul {
	margin-bottom: 0;
}

div#sub-content ul li {
	font-size: 0.8rem;
}

div#sub-content #ranking-area ul.tabs:after {
	content: "";
	clear: both;
	display: block;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

div#sub-content #ranking-area ul.tabs li {
	float: left;
	width: 33%;
	background: none;
	padding: 0;
	text-align: center;
	border-right: 1px solid #999;
}

div#sub-content #ranking-area ul.tabs li:last-child {
	border-right: none;
	width: 33%;
}

div#sub-content #ranking-area ul.tabs li a {
	display: block;
}

div#sub-content #ranking-area ul.tabs li a.is_active {
	color: #ca0d58;
}

div#sub-content ul#slider,
ul#slider_side,
ul#slider_side3 {
	margin: 0 0 1.0rem 0;
}

div#sub-content ul#slider li,
ul#slider_side li,
ul#slider_side2 li,
ul#slider_side3 li,
ul#slider_side4 li {
	position: relative;
	/*width: 600px;*/
	padding: 0;
	background: none;
	list-style: none;
}

div#sub-content ul#slider img,
ul#slider_side img
ul#slider_side3 img, {
	max-width: 100%;
}

div#sub-content ul#slider a:hover img,
ul#slider_side a:hover img,
ul#slider_side3 a:hover img {
	opacity: 1.0;
}

ul#slider_side4 {
	margin-bottom: 0;
}

/*--------------------[8.ページの先頭へ戻る]------------------------------------------------------------*/

p#to-top {
	position: fixed;
	/*margin: 0 auto 0 245px;*/
	right: 2.5%;
	bottom: 7.5%;
	width: 10%;
}

body#list p#to-top {
	/*margin: 0 auto 0 1030px;*/
}

p#to-top img {
	opacity: 0.9;
}

p#to-top img:hover {
	opacity: 0.7;
}
/*
body#list p#to-top img {
	margin-left: 1045px;
}
*/
/*--------------------[9.フッターエリア]------------------------------------------------------------*/

div#footer {
	border-top: 5px solid #333;
	font-size: 1.2em;
}

div#footer-inner {
	width: 95%;
	margin: 0 auto;
}

div#footer-inner:after {
	content: "";
	display: block;
	clear: both;
}

div#foot-logo {
	float: left;
	margin: 1rem 0;
	width: 40%;
}

div#foot-logo p {
	margin: 0;
}

div#foot-logo img {
	max-width: 75%;
}

ul.foot-navi {
	float: left;
	margin: 0 0 1.0rem 0;
}

ul.foot-navi li {
	padding-left: 1.0rem;
	margin: 0 0 0 10%;
	background: url(../images/common/footer_icon.gif) no-repeat 0 center;
}

div#footer .navi01 {
	float: left;
	width: 35%;
	clear: left;
}

/*div#footer .navi02 {
	float: left;
	width: 60%;
	margin: 0;
}*/

div#footer .navi03 {
	float: left;
	width: 65%;
	margin: 0;
}

div#footer p.description {
	margin: 1.0rem;
	line-height: 1.4;
	clear: both;
}

div#copyright {
	background: #333;
}

div#copyright p {
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0;
}

body#list #main_image {
	width: 900px;
	margin: 0 auto 40px auto;
}

/*--------------------[*.追記]------------------------------------------------------------*/

p.edit {
	/*width: 1100px;*/
	margin: 20px auto;
	font-size: 1.0rem;
	box-sizing: border-box;
}

p.edit a {
	display: block;
	width: 150px;
	padding: 10px;
	background: #333;
	color: #fff;
	text-align: center;
}

p.update {
	font-size: 0.8rem;
	width: 150px;
	float: right;
}
/*
#colorbox {
	max-width: 650px;
	max-height: 670px;
}

#cboxContent {
	max-width: 650px;
}

#cboxLoadedContent {
	max-width: 640px;
	max-height: 640px;
}
*/
.wrap img{
	border: 1px solid #999;
	max-width: 100%;
	box-sizing: border-box;
}

ul#model_thumb {
	/*width: 340px;*/
}

ul#model_thumb li {
	float: left;
	width: 23.5%;
	background: none;
	padding: 0;
	margin: 0 2% 0.5rem 0;
	cursor: pointer;
}

ul#model_thumb li:nth-child(4n) {
	margin: 0 0 0.5rem 0;
}

ul#model_thumb li img {
	max-width: 100%;
	border: 1px solid #ca0d58;
	box-sizing: border-box;
}

.model_detail {
	clear: both;
	font-size: 0.8rem;
}

div.inner_col p {
	font-size: 0.8rem;
}

div#store_category div.col h2 a.is_active {
	background: url(../images/common/store_menu_on.gif) no-repeat 0 0;
	padding-bottom: 10px;
}

div#movie_category div.col h2 a.is_active {
	background: url(../images/common/movie_menu_on.gif) no-repeat 0 0;
	padding-bottom: 10px;
}

.tab-content {
	display: none;
	margin-top : -500px;
	padding-top : 500px;
}

.tab-content.is_show {
	display: block;
}

div#main_image ul li,
div#main_image p {
	font-size: 1.0rem;
	line-height: 1.4;
}

div#main_image ul {
	float: right;
}

div.movie p {
	font-size: 0.8rem;
}

div.movie p.movie_thumb img {
	border: 1px solid #ca0d58;
	box-sizing: border-box;
}

body#page .post_list {
	width: 100%;
	/*margin-left: 20px;*/
}

body#page .post_list:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 1px dotted #999;
}

body#page .post_thumb {
	width: 25%;
	float: left;
	margin: 0.5rem 0;
}

body#page div.post_thumb img {
	max-width: 100%;
}

body#page .post_title {
	width: 75%;
	float: left;
	margin: 0.5rem 0;
	padding: 0 0 0 2.5%;
	box-sizing: border-box;
}

body#page .post_title p {
	margin: 0;
	line-height: 1.2;
}

body#page .post_date {
	width: 100%;
	float: left;
	margin: 0 0 0.5rem 0;
	padding: 0 0 0 2.5%;
	box-sizing: border-box;
}

body#page .post_date p {
	font-size: 0.8rem;
	margin: 0;
}

.isotope .item {
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    -ms-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    transition-duration:0.2s;
}

.youtube_frame {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube_frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.store_info {
	font-size: 1.0rem;
}

.store_info ul li {
	font-size: 0.8rem;
}

table.schedule th,
table.schedule td{
	text-align: center;
	font-size: 0.8rem;
}

.schedule_model img{
	max-width: 100%;
}
/*
form#mailformpro dl dt.commercial_form {
	width: 250px;
}

form#mailformpro dl dd.commercial_form {
	margin-left: 100px;
}
*/
form#mailformpro dl dd.commercial_form li {
	background: none;
	font-size: 0.8rem;
}

.store_info img {
	max-width: 100%;
}

#ranking-area img {
	max-width: 100%;
}

body#page .pattern1 img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 0.75rem;
}

body#page .pattern1 p img:last-child {
	margin-bottom: 0;
}

body#page .pattern1 iframe {
	max-width: 100%;
}

ul#pagination {
	margin: 20px;
	float: right;
}

ul#pagination:after {
	content: "";
	display: block;
	clear: both;
}

ul#pagination li {
	float: left;
	margin-right: 20px;
}

#infscr-loading {
	text-align: center;
	margin: 20px auto;
}

#infscr-loading img {
	border: none;
}

body#page h2 a {
	color: #ca0d58;
}

div#main-content div.tab-content h2 a,
div#main-content div.tab-content h3 a {
	color: #ca0d58;
}

div#main-content div.tab-content .pattern1-2 {
	margin: 1.0rem auto;
	width: 100%;
}

div#main-content div.tab-content .pattern1-2 .col:first-child {
	width: 100%;
	margin: 0 0 1.0rem 0;
}

div#main-content div.tab-content .pattern1-2 .col:last-child {
	width: 100%;
}

div#main-content div.tab-content div.pattern1-1-1-1 div.col p {
	width: 100%;
}

div#main-content div.tab-content div.pattern1-1-1-1 div.col p img {
}

/******** can camテーブル */

table.schedule th,
table.schedule td {
	padding: 0.5rem;
	font-size: 0.5rem;
}

table.schedule th img,
table.schedule td img {
	max-width: 100%;
}

table.schedule th.schedule_model {
	width: 20% !important;
	padding: 0 !important;
}

#commentform textarea,
#commentform input {
	font-size: 1.0rem;
	font-family: inherit;
}

#commentform input {
	margin-bottom: 1.0rem;
}

#commentform textarea {
	width: 90%;
}

ul#sort:after {
	content: "";
	display: block;
	clear: both;
}

ul#sort li {
	border: 1px solid #ca0d58;
	padding: 0 0.5rem 0 25px;;
	background: #eee url(../images/common/list-icon.gif) no-repeat 0.5rem 0.5rem;
	font-size: 0.9rem;
	line-height: 2.0;
	width: 80%;
	margin: 0.25rem auto;
}

ul#sort li a {
	display: block;
	text-decoration: none;
}

/*--------------------[* yahooカスタムサーチ用]------------------------------------------------------------*/

#header-nav #srchBox {
	display: none;
}

/*--------------------[* googleカスタム検索用]------------------------------------------------------------*/

table.gsc-table-result {
	margin: 0;
}

table.gsc-table-result td {
	padding: 0;
	border: none;
}

.gsc-above-wrapper-area-container,
.gsc-resultsHeader,
.gs-visibleUrl-short {
	display:none;
}

/*--------------------[*.wp-caption用]------------------------------------------------------------*/

div.pattern1 .wp-caption {
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 10px 0 20px 0;
	border-radius: 3px;
	box-sizing: border-box;
}

div.pattern1 .wp-caption img {
	margin: 0 !important;
	padding: 0;
	border: none;
	height: auto;
}

div.pattern1 .wp-caption p.wp-caption-text {
	font-size: 0.8rem;
	padding: 0.5rem 0;
	margin: 0;
}

/*--------------------[*.追記]------------------------------------------------------------*/

.wp-caption {
	max-width: 100% !important;
}

.pc-hide{
	display: none;
}

.sp-hide{
	display: block !important;
}

.pc-only{
	display: none;
}

.sp-only{
	display: block !important;
}

.wp-embedded-content {
	max-height: 12rem;
}

/*--------------------[*.420px時文字サイズ]------------------------------------------------------------*/

@media screen and (max-width: 620px) {
*{
	font-size: 88%;
}
#colorbox {
	max-height: 125vw !important;
}
}

/*--------------------[*.slick iOS bug]------------------------------------------------------------*/

#cboxContent iframe{
	display: block;
	width: 1px;
	min-width: 100%;
	*width: 100%;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}

/*--------------------[*thaimassagegold用]------------------------------------------------------------*/

.pattern1-1gold {
	width: 98vw;
	display: flex;
	margin: 0 1vw;
	justify-content: space-between;
}

.pattern1-1gold div {
	max-width: 48vw;
}

.pattern1-1gold p,
.pattern1-1gold select,
.pattern2-1gold p,
.store-gold {
	font-size: 0.8rem;
	margin-bottom: 0;
}

.pattern1-1gold div img,
.pattern2-1gold div img,
.store-gold img {
	max-width: 100%;
}

.massage-location {
	width: 100%;
}

.pattern2-1gold {
	width: 98vw;
	margin: 0 1vw;
}

.pattern2-1gold:after,
.store-gold:before {
	content: "";
	clear: both;
	display: block;
}

.pattern2-1gold > div:first-child {
	width: 60vw;
	margin-right: 2vw;
	float: left;
}

.pattern2-1gold > div:last-child {
	width: 28vw;
	float: left;
}

.pattern1-1inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #eee;
}

.no-bg {
	background: none;
}

.pattern1-1inner {
	margin-bottom: 1em;
}

.pattern1-1inner div {
	padding: 1em;
	width: 50%;
	box-sizing: border-box;
}

.package03 {
	padding: 1em;
	background: #BBE3C4;
}

.store-movie a {
	width: 30%;
	background-color: #aaaaaa;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	color: #ffffff;
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0;
}

.store-movie a:hover {
	box-shadow: 0 1px 0 rgba(136,136,136,1);
	margin: 12px auto 8px;
}


.movie-link:after {
	font-family: "Font Awesome 5 Free";
	content: '\f008';
	font-weight: 900;
	padding-left: 0.5em;
	color: #fff;
}

.store-gold {
	width: 98vw;
	margin: 0 1vw;
}

.store-gold .store-pic {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.store-pic div {
	width: calc(100% / 3);
	padding: 1em;
	box-sizing: border-box;
}

.indent {
	padding-left: -1em;
	text-indent: 1em;
}
