@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height:1.0;
	overflow-y: scroll;
}

img {
	border: none;
	height:auto;
}

article,aside,details,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

ul {
	list-style-type: none;
}

a.ui-link-inherit {
	text-decoration: none !important;
}

.boxSizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
    margin:0;
	background: #FFF url(../image/bg_gra.jpg) repeat-x fixed top center;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#cbeaff),color-stop(40%,#FFF),to(#FFF));
	background-image: -webkit-linear-gradient(#cbeaff,#FFF 40%,#FFF);
	background-image:    -moz-linear-gradient(#cbeaff,#FFF 40%,#FFF);
	background-image:     -ms-linear-gradient(#cbeaff,#FFF 40%,#FFF);
	background-image:      -o-linear-gradient(#cbeaff,#FFF 40%,#FFF);
	background-image:         linear-gradient(#cbeaff,#FFF 40%,#FFF);
	background-size:auto 1800px;
	color: #666;
   }

/*ヘッダー*/

.header {
	width:100%;
	height:40px;
	text-align:center;
	background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#858784),color-stop(49.9%,#424a3d),color-stop(50%,#1b2314),to(#0c1b16));
	background-image: -webkit-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image:    -moz-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image:     -ms-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image:      -o-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image:         linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	border-top:1px solid #4c4e4b;
	border-bottom:1px solid #000735;
	box-shadow: 0px -1px 0px 0px #c0bcb9 inset;
}

h1 {
	max-width:751px;
	height:40px;
	line-height:40px;
	font-size: 12px;
	color: #FFF;
	margin: 0 auto;
	padding: 0 250px 0 10px;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.headerp {
	font-size: 9px;
	line-height:1.0;
	width:auto;
	max-width: 997px;
	height: 14px;
	color: #FFF;
	padding: 2px 0 0 10px;
	text-align:left;
	background: #3389ec;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#1878e6),to(#8dc4fd));
	background-image: -webkit-linear-gradient(#1878e6, #8dc4fd);
	background-image:    -moz-linear-gradient(#1878e6, #8dc4fd);
	background-image:     -ms-linear-gradient(#1878e6, #8dc4fd);
	background-image:      -o-linear-gradient(#1878e6, #8dc4fd);
	background-image:         linear-gradient(#1878e6, #8dc4fd);
	box-shadow: 0px -1px 0px 1px #5aa4fd inset;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper {
	width:100%;
	max-width:1011px;
	margin:0 auto;
}

/*左カラム*/

.left-column {
	width:100%;
	max-width:760px;
	float:left;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	background:#FFF;
	overflow: hidden;
}

.area-nav {
	text-align: left;
	background:#000 url(../image/logo_bg.jpg) no-repeat top left;
	width:100%;
	max-width: 760px;
}

.area-nav .area-top-nav {
	border-bottom:1px solid #b09494;
}

.area-nav .area-top-nav div {
	float:left;
	width:16.66%;
/*	width:20%;*/
	height:57px;
	text-align:center;
	line-height:0;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(rgba(0,0,0,1.0)),to(rgba(0,0,0,0.3)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0.3));
	background-image:    -moz-linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0.3));
	background-image:     -ms-linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0.3));
	background-image:      -o-linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0.3));
	background-image:         linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0.3));
	box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.8) inset;
}

.area-nav .area-top-nav div a {
	width:auto;
	height:47px;
	padding:8px 0 2px;
	display:block;
	border-left:1px solid #72542d;
	border-right:1px solid #000;
}

.area-nav .area-top-nav div:first-of-type a {
	border-left:none;
}

.area-nav .area-top-nav div:last-of-type a {
	border-right:none;
}

.area-nav .area-top-nav div a img {
	width:100%;
	max-width:78px;
/*	max-width:94px;*/
	height:auto;
	opacity:0.6;
}

.area-nav .area-top-nav div a:hover img {
	width:100%;
	max-width:78px;
/*	max-width:94px;*/
	height:auto;
	opacity:1.0;
}

.area-nav .area-center-nav {
	width:100%;
	height:188px;
}

.area-nav .area-center-nav div:first-of-type {
	float:right;
	width:233px;
	height:166px;
	background: url(../image/tv00.png) no-repeat top left;
	padding:22px 28px 0 28px;
	position: relative;
	z-index: 2;
}

.area-nav .area-center-nav div:first-of-type iframe {
	width:100%;
	height:150px;
	border:none;
	background-color: transparent;
	overflow:hidden;
}

.area-nav .area-center-nav div:first-of-type p {
	text-align:center;
	font-size:10px;
	margin: 0 0 0 -25px;
	padding:0 4px 0 4px;
	line-height:1.2;
	color:#CCC;
}

.area-nav .area-center-nav div:first-of-type p a {
	color:#FFF;
	font-weight: normal;
	text-decoration: underline;
}

.area-nav .area-center-nav div:first-of-type p a:visited {
	color:#FFF;
	font-weight:normal;
	text-decoration:underline;
}

.area-nav .area-center-nav div:first-of-type p a:hover,
.area-nav .area-center-nav div:first-of-type p a:active {
	color:#FFF;
	font-weight: normal;
	text-decoration: underline;
}

.area-nav .area-center-nav div:last-of-type {
	margin-right:-289px;
	width:100%;
	float:right;
	position: relative;
	z-index: 1;
}

.area-nav .area-center-nav div:last-of-type h2 {
	font-size: 18px;
	text-align: left; 
	background: url(../image/logo_main.png) no-repeat top left;
	background-size:contain; 
	color:#FFF;
	width:auto;
	margin-right:289px;
	height:188px;
	display:block;
}

.area-nav .area-center-nav div:last-of-type h2 a {
	    color: #c26900;
		font-weight:bold;
		margin:0;
		padding:163px 14px 1px 8px;
		line-height:1.0;
		width:459px;
		height:24px;
		display:block;
		text-decoration: none;
		background: url(../image/logo_midashi.png) no-repeat bottom left;
		background-size:320px 31px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
}

.area-nav .area-center-nav div:last-of-type h2 a:visited {
	    color:#c26900;
		font-weight:bold;
	    text-decoration:none;
}

.area-nav .area-center-nav div:last-of-type h2 a:hover,
.area-nav .area-center-nav div:last-of-type h2 a:active {
	    color: #c26900;
		font-weight: bold;
		text-decoration: none;
}

.area-nav .area-bottom-nav {
	text-align:center;
	border-top:1px solid #b09494;
	width:100%;
}

.area-nav .area-bottom-nav div {
	display:block;
	float:left;
	width:16.66%;
/*	width:20%;*/
	height:57px;
	text-align:center;
	line-height:0;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(rgba(0,0,0,0.3)),to(rgba(0,0,0,1.0)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,1.0));
	background-image:    -moz-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,1.0));
	background-image:     -ms-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,1.0));
	background-image:      -o-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,1.0));
	background-image:         linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,1.0));
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.8) inset;
}

.area-nav .area-bottom-nav div:first-of-type,
.area-nav .area-bottom-nav div:last-of-type {
	width:16.68%;
}

.area-nav .area-bottom-nav div a {
	width:auto;
	height:49px;
	padding:6px 0 2px;
	display:block;
	border-left:1px solid #72542d;
	border-right:1px solid #000;
}

.area-nav .area-bottom-nav div:first-of-type a {
	border-left:none;
}

.area-nav .area-bottom-nav div:last-of-type a {
	border-right:none;
}

.area-nav .area-bottom-nav div a img {
	width:100%;
	max-width:78px;
/*	max-width:94px;*/
	height:auto;
	opacity:0.6;
}

.area-nav .area-bottom-nav div a:hover img {
	width:100%;
	max-width:78px;
/*	max-width:94px;*/
	height:auto;
	opacity:1.0;
}

/*ムービーニュース部分*/

ul#fade {
	margin:0;
	padding:0;
}

ul#fade li {
	width:100%;
	height:auto;
}

ul#fade .news-title {
	width:100%;
	max-height:18px;
	overflow:hidden;
	margin:2px 0 8px;
}

ul#fade .news-title h4 {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:16px;
	line-height:1.2;
	font-weight:normal;
	margin:0;
	padding:0;
}

ul#fade .news-title h4 a, ul#fade .news-title h4 a:visited, ul#fade .news-title h4 a:hover, ul#fade .news-title h4 a:active {
	font-weight:normal;
}

ul#fade h4#title1, ul#fade h4#title1 a, ul#fade h4#title1 a:visited, ul#fade h4#title1 a:hover, ul#fade h4#title1 a:active  {
	color:#d0ffdd;
}

ul#fade h4#title2, ul#fade h4#title2 a, ul#fade h4#title2 a:visited, ul#fade h4#title2 a:hover, ul#fade h4#title2 a:active {
	color:#ffd0d1;
}

ul#fade h4#title3, ul#fade h4#title3 a, ul#fade h4#title3 a:visited, ul#fade h4#title3 a:hover, ul#fade h4#title3 a:active {
	color:#fffcc6;
}

ul#fade h4#title4, ul#fade h4#title4 a, ul#fade h4#title4 a:visited, ul#fade h4#title4 a:hover, ul#fade h4#title4 a:active {
	color:#ffdcfc;
}

ul#fade h4#title5, ul#fade h4#title5 a, ul#fade h4#title5 a:visited, ul#fade h4#title5 a:hover, ul#fade h4#title5 a:active {
	color:#a8fcff;
}

ul#fade .news-img {
	width:100px;
	margin:0 0 0 10px;
	float:right;
	height:118px;
	overflow:hidden;
}

ul#fade .news-img img {
	width:100%;
	height:auto;
}

ul#fade .news-article {
	font-family: "Segoe UI",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
	font-size:12px;
	line-height:1.4;
	font-weight:400;
	color:#FFF;
	margin:-4px 110px 0 0;
	overflow: hidden;
	white-space:normal;
	width:auto;
	height:114px;
	overflow-wrap: break-word;
	word-break:break-all;
}

ul#fade .news-article p {
	font-family: "Segoe UI",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
	font-size:12px;
	line-height:1.4;
	font-weight:400;
	color:#FFF;
	width:100%;
	overflow-wrap: break-word;
	word-break:break-all;
}

ul#fade .news-article div p {
	font-family: "Segoe UI",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
	font-size:12px;
	line-height:1.4;
	font-weight:400;
	color:#FFF;
	width:100%;
	overflow-wrap:break-word;
}

ul#fade .news-article a {
	color:#FFF;
	font-weight:400;
	text-decoration: underline;
}

ul#fade .news-article a:visited {
	color:#FFF;
	font-weight:400;
	text-decoration: underline;
}

ul#fade .news-article a:hover, ul#fade .news-article a:active {
	color:#FFF;
	font-weight:400;
	text-decoration: underline;
}

/*Twitterフィード部分*/

ul#twitterfeed {
	margin:0;
	padding:0;
	height:auto;
}

ul#twitterfeed li {
	padding: 0 0 12px;
	border-bottom:1px solid #f2f2f2;
	height:auto;
}

ul#twitterfeed .news-title {
	overflow:hidden;
	margin:0 0 6px;
	padding:10px;
	background-color:#fffaef;
}

ul#twitterfeed .news-title h4 {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:15px;
	line-height:19px;
	font-weight:normal;
	margin:0;
	padding:0;
}

ul#twitterfeed #title1 h4,
ul#twitterfeed #title2 h4,
ul#twitterfeed #title3 h4,
ul#twitterfeed #title4 h4,
ul#twitterfeed #title5 h4 {
	color:#000;
}

ul#twitterfeed .news-title h4 a {
	color:#000;
	font-weight:normal;
	text-decoration: underline;
}

ul#twitterfeed .news-title h4 a:visited {
	color:#000;
	font-weight:normal;
	text-decoration: underline;
}

ul#twitterfeed .news-title h4 a:hover, ul#twitterfeed .news-title h4 a:active {
	color:#000;
	font-weight:normal;
	text-decoration: underline;
}

ul#twitterfeed .news-title h4 span {
	display: none;
}

ul#twitterfeed .news-article {
	font-family: "Segoe UI",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color: #666;
	padding:0 12px;
	overflow: hidden;
	white-space:normal;
	width:auto;
	overflow-wrap: break-word;
	word-break:break-all;
}

ul#twitterfeed .news-article p {
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color: #666;
	width:100%;
	overflow-wrap: break-word;
	word-break:break-all;
}

ul#twitterfeed .news-article div p {
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color: #666;
	width:100%;
	overflow-wrap:break-word;
}

ul#twitterfeed a {
	color: #666;
}

ul#twitterfeed a:visited {
	color: #666;
}

ul#twitterfeed a:hover, ul#twitterfeed a:active {
	color: #666;
}

ul#twitterfeed .news-img {
	margin:2px 0 0;
	padding:10px;
}

ul#twitterfeed .news-img img {
	width:100%;
	max-width:300px;
	height:100%;
	border-radius: 16px;
	overflow:hidden;
}

.twitterfeed-timeline {
	margin:0;
    width: 250px;
    height: 800px;
}

.twitterfeed-timeline iframe {
	background:#FFF;
    width: 100%;
    height: 800px;
    display: block;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}

/*ナビゲート*/

nav {
	font-family : Arial, sans-serif ;
	width:100%;
	height:48px;
	background:#000;
}

nav ul {
	height:48px;
}

nav ul li {
	float:left;
	width:16.5%;
	height:48px;
	text-align:center;
	background:#292f2a;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#7c7e79),color-stop(64.9%,#384032),color-stop(65%,#0c1504),to(#000600));
	background-image: -webkit-linear-gradient(#7c7e79,#384032 64.9%,#0c1504 65%, #000600);
	background-image:    -moz-linear-gradient(#7c7e79,#384032 64.9%,#0c1504 65%, #000600);
	background-image:     -ms-linear-gradient(#7c7e79,#384032 64.9%,#0c1504 65%, #000600);
	background-image:      -o-linear-gradient(#7c7e79,#384032 64.9%,#0c1504 65%, #000600);
	background-image:         linear-gradient(#7c7e79,#384032 64.9%,#0c1504 65%, #000600);
	box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.8) inset;
}

nav ul li:first-of-type, nav ul li:last-of-type {
	width:17%;
}

nav ul li a, nav ul li a:visited {
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:1.0;
	text-decoration:none;
	width:auto;
	height:32px;
	padding:16px 0 0;
	display:block;
	border-left:1px solid #8c8f8b;
	border-right:1px solid #000;
}

nav ul li.current a {
	color:#FFF;
}

nav ul li:first-of-type a {
	border-left:none;
}

nav ul li:last-of-type a {
	border-right:none;
}

nav ul li a:hover {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1.0;
	text-decoration:none;
	background:#ff9e9c;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#fec1c0),color-stop(64.9%,#e66a69),color-stop(65%,#d4181e),to(#b42118));
	background-image: -webkit-linear-gradient(#fec1c0,#e66a69 64.9%,#d4181e 65%, #b42118);
	background-image:    -moz-linear-gradient(#fec1c0,#e66a69 64.9%,#d4181e 65%, #b42118);
	background-image:     -ms-linear-gradient(#fec1c0,#e66a69 64.9%,#d4181e 65%, #b42118);
	background-image:      -o-linear-gradient(#fec1c0,#e66a69 64.9%,#d4181e 65%, #b42118);
	background-image:         linear-gradient(#fec1c0,#e66a69 64.9%,#d4181e 65%, #b42118);
	box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.8) inset;
}

/*右カラム*/

.right-column {
	width:250px;
	margin-left:762px;
	z-index:999;
}

#wrap{
	position:relative;
}

#primaryNavigation {
	width:250px;
	position:absolute;
	top:0;
	left:0;
}

.areanavi_part {
	position:relative;
}

.areanavi {
	position:absolute;
	top:-58px;
	left:0px;
	width:250px;
	height:40px;
	background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#858784),color-stop(49.9%,#424a3d),color-stop(50%,#1b2314),to(#0c1b16));
	background-image: -webkit-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image: -moz-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image: -ms-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image: -o-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image: linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	border-top: 1px solid #4c4e4b;
	border-bottom: 1px solid #000735;
	box-shadow: 0px -1px 0px 0px #c0bcb9 inset;
}

.areanavi-bottom {
	position:absolute;
	top:-16px;
	left:0px;
	width:250px;
	height:16px;
	background: #3389ec;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1878e6),to(#8dc4fd));
	background-image: -webkit-linear-gradient(#1878e6, #8dc4fd);
	background-image: -moz-linear-gradient(#1878e6, #8dc4fd);
	background-image: -ms-linear-gradient(#1878e6, #8dc4fd);
	background-image: -o-linear-gradient(#1878e6, #8dc4fd);
	background-image: linear-gradient(#1878e6, #8dc4fd);
	box-shadow: 0px -1px 0px 1px #5aa4fd inset;
}

.areanavi form {
	padding:6px 20px 0;
	text-align:center;
}

.areanavi form select {
	font-size: 14px;
	line-height: 1.0;
	color: #333;
	padding:2px 4px;
}

.areanavi_s {
	display:none;
}

.soapblog {
	background-color:#3389ec;
	height: 138px;
	width: 242px;
	border-bottom:1px solid #b1d6ff;
	padding: 2px 0 0 8px;
	text-align: left;
	vertical-align: top;
	position: relative;
}

.soapblog_banner a {
	width: 234px;
	height: 52px;
	margin: 0 0 8px;
	display: block;
	background: url(../image/soapblog01.jpg) no-repeat;
}

.soapblog_banner a:hover {
	background-color: #000;
}

.soapblog_banner a:hover img {
	visibility: hidden;
}

.soapblog_ex {
    font-size: 11px;
    color:#FFF;
	padding: 2px 0 2px 2px;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
}

.social-button-nav {
	width: 232px;
	height: 30px;
	padding: 10px 0 0 10px;
	background: url(../image/socialbutton_bg.png) no-repeat;
	text-align: left;
}

	.twitter-button-nav {
		width: 110px;
		float: left;
		margin: 0 7px 4px 0;
}

.twitter-share-button {
	width: 65px!important;
}

	.googleplusone-button-nav {
		width: 25px;
		float: left;
		margin: 0 5px 4px 0;
}

	.facebook-button-nav {
		width: 100px;
		float: left;
		margin: 0 0 4px 0;
}


/*フッター*/

.page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 9999;
}

.page-top a {
	text-decoration: none;
	width: 75px;
	height: auto;
	display: block;
	z-index: 9999;
}

.page-top a img {
	width:100%;
	height:auto;
	border:0;
}

.footer {
	width:100%;
	min-width:1011px;
	height: 65px;
	line-height: 65px;
	background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#858784),color-stop(49.9%,#424a3d),color-stop(50%,#1b2314),to(#0c1b16));
	background-image: -webkit-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image:    -moz-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image:     -ms-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image:      -o-linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	background-image:         linear-gradient(#858784,#424a3d 49.9%,#1b2314 50%, #0c1b16);
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	border-top:1px solid #4c4e4b;
	border-bottom:1px solid #000735;
	font-size: 12px;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	box-shadow: 0 -1px 0 0 #c0bcb9 inset;
}

address {
	font-size: 14px;
	color: #fff;
	width:761px;
	text-align: center;
	padding: 0 250px 0 0;
	margin: 0 auto;
	font-style:normal;
}

.sub-footer {
	padding: 0.8em 0.6em;
	border-top:1px solid #666;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

#sitemap {
	width:56%;
	margin: 0 0 0.4em;
}

#sitemap a {
	font-size: 14px;
	text-align:left;
	line-height:1.4;
	display:inline-block;
	border-right:1px solid #666;
	margin:0 0 0.2em;
	padding:0 0.5em;
}

#author {
	width:44%;
	margin: 0 0 0.4em;
}

#author a {
	font-size: 14px;
	text-align:left;
	line-height:1.4;
	display:inline-block;
	border-right:1px solid #666;
	margin:0 0 0.2em;
	padding:0 0.5em;
}

#admin {
	width:auto;
/*	position:relative;*/
}

#admin a {
    font-size: 14px;
	text-align: left;
	line-height: 1.0;
	padding:0.6em 0 0 0.6em; 
}

#sitemap a:last-of-type, #author a:last-of-type {
	border-right:none;
}

#siteseal {
	margin:0 0 16px;
	padding:0 24px;
}

/*共通*/

a {
	color: #00C;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #609;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active {
	color: #39F;
	font-weight: normal;
	text-decoration: underline;
}

h3.subtitle,
h3.subtitle-nomargin {
    font-size: 18px;
	font-weight: bold;
    color:#FFF;
	line-height: 1.0;
	text-align: left;
	background:#3389ec;
    background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#69b1ff), color-stop(59.9%,#208cff), color-stop(60%,#1078ed), to(#107ff6));
	background-image: -webkit-linear-gradient(#69b1ff,#208cff 59.9%,#1078ed 60%, #107ff6);
	background-image:    -moz-linear-gradient(#69b1ff,#208cff 59.9%,#1078ed 60%, #107ff6);
	background-image:     -ms-linear-gradient(#69b1ff,#208cff 59.9%,#1078ed 60%, #107ff6);
	background-image:      -o-linear-gradient(#69b1ff,#208cff 59.9%,#1078ed 60%, #107ff6);
	background-image:         linear-gradient(#69b1ff,#208cff 59.9%,#1078ed 60%, #107ff6);
	box-shadow: 0px -1px 0px 0px #badafd inset;
	border-top:1px solid #1456ca;
	border-bottom:1px solid #0042c7;
	max-width: 740px;
	height: 26px;
	margin:0 0 15px;
	padding: 8px 0 0 20px;
	vertical-align: top;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h3.subtitle {
	margin:0 0 15px;
}

h3.subtitle-nomargin {
	margin:0;
}

h3.subtitle img,
h3.subtitle-nomargin img {
	margin: -2px 0 0 0;
	padding: 0 10px 0 0;
	width: 27px;
	height: 27px;
	float: left;
}

.no-underline {
	text-decoration:none;
}

a.no-underline,
a.no-underline:visited,
a.no-underline:hover {
	text-decoration:none;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0000FF;
}

.maroon {
	color: #800000;
}

.green {
	color: #008000;
}

.size0 {
	font-size:12px;
}

.size1 {
	font-size:10px;
}

.size2 {
	font-size:9px;
}

.pic-size16 {
	width:16px;
	height:16px;
}

a:focus, button:focus, input:focus, textarea:focus, select:focus {
    outline: none!important;
}

/*認証ページ*/

p.subtitle-text {
    font-size: 16px;
	line-height: 1.4;
	text-align: left;
	padding: 0 1.4em 1em;
}

.pickup00 {
	background-color:#ffe3f3;
    width:100%;
	margin: 0 0 10px;
}

.pickup00 img {
    max-width: 760px;
	width:100%;
	height:auto;
}

.hyakkei, .hyakkei2, .hyakkei3, .hyakkei4, .hyakkei5, .hyakkei6, .hyakkei7, .hyakkei8, .hyakkei9, .hyakkei10, .hyakkei11, .hyakkei12, .hyakkei13 {
	text-align:left;
	background-color:#ffe5d6;
    width: 690px;
	margin: 0 0 10px;
	padding: 6px 0 1px 70px;
	position: relative;
}

.hyakkei>img, .hyakkei2>img, .hyakkei3>img, .hyakkei4>img, .hyakkei5>img, .hyakkei6>img, .hyakkei7>img, .hyakkei8>img, .hyakkei9>img, .hyakkei10>img, .hyakkei11>img, .hyakkei12>img, .hyakkei13>img,
.hyakkei>a>img, .hyakkei2>a>img, .hyakkei3>a>img, .hyakkei4>a>img, .hyakkei5>a>img, .hyakkei6>a>img, .hyakkei7>a>img, .hyakkei8>a>img, .hyakkei9>a>img, .hyakkei10>a>img, .hyakkei11>a>img, .hyakkei12>a>img, .hyakkei13>a>img {
	float:left;
	width: 133px;
	height: 100px;
	margin: 0 4px 5px 0;
}

.hyakkei img.hyakkeititle-space,
.hyakkei2 img.hyakkeititle-space,
.hyakkei3 img.hyakkeititle-space,
.hyakkei4 img.hyakkeititle-space,
.hyakkei5 img.hyakkeititle-space,
.hyakkei6 img.hyakkeititle-space,
.hyakkei7 img.hyakkeititle-space,
.hyakkei8 img.hyakkeititle-space,
.hyakkei9 img.hyakkeititle-space,
.hyakkei10 img.hyakkeititle-space,
.hyakkei11 img.hyakkeititle-space,
.hyakkei12 img.hyakkeititle-space,
.hyakkei13 img.hyakkeititle-space {
	display:none;
}

.hyakkeititle {
	top: -10px;
	left: 2px;
	width: 94px;
	height: 94px;
	position: absolute;
	z-index: 10;
}

.hyakkeititle img {
	max-width: 94px;
	width:100%;
	height:auto;
}

.ninsho {
	width: auto;
	height: 152px;
    border-radius: 10px;
	margin: 0 10px 15px;
	border:1px solid #1d86ff;
	overflow:hidden;
}

.ninsho>div:first-of-type {
	background:#60bcff;
	text-align:left;
	width: 99%;
	padding: 5px 0 5px 2%;
}

.ninsho>div:first-of-type img {
	max-width:244px;
	width:100%;
	height:auto;
}

.ninsho>div:nth-of-type(2) {
	background: #c5ebff;
	width: 100%;
	height: 152px;
}

.ninsho>div:nth-of-type(2)>div:first-of-type {
	width: 97px;
	float:left;
	margin:10px 0 0;
	text-align:center;
}

.ninsho>div:nth-of-type(2)>div:first-of-type img {
	max-width:87px;
	width: 90%;
	height:auto;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) {
	background: #FFF;
	border:1px solid #70add7;
	width: auto;
	height: 102px;
	margin:0 10px 0 97px;
	position: relative;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) img {
	width:116px;
	height:auto;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .yes_01{
	width: 59%;
	top:5px;
	left:1%;
	position: absolute;
    border-radius: 4px;
	overflow:hidden;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .yes_01 a {
	text-align:center;
	width:100%;
	height: 68px;
	padding:22px 0 0;
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#71d2ff),color-stop(49.9%,#73d3ff), color-stop(50%,#43c4ff),  to(#41c3ff));
	background-image: -webkit-linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	background-image:    -moz-linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	background-image:     -ms-linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	background-image:      -o-linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	background-image:         linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	border:1px solid #1ba4ff;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .yes_01 a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#10adff),color-stop(49.9%,#10adff), color-stop(50%,#3bbcff),  to(#2fb8ff));
	background-image: -webkit-linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	background-image:    -moz-linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	background-image:     -ms-linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	background-image:      -o-linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	background-image:         linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	border:1px solid #028fff;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .yes_01 a:hover img {
	margin:1px -1px -1px 1px;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .no_01{
	width:38%;
	top:5px;
	left:61%;
	position: absolute;
    border-radius: 4px;
	overflow:hidden;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .no_01 a {
	text-align:center;
	width:100%;
	height: 68px;
	padding:22px 0 0;
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#71d2ff),color-stop(49.9%,#73d3ff), color-stop(50%,#43c4ff),  to(#41c3ff));
	background-image: -webkit-linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	background-image:    -moz-linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	background-image:     -ms-linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	background-image:      -o-linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	background-image:         linear-gradient(#71d2ff,#73d3ff 49.9%,#43c4ff 50%, #41c3ff);
	border:1px solid #1ba4ff;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .no_01 a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#10adff),color-stop(49.9%,#10adff), color-stop(50%,#3bbcff),  to(#2fb8ff));
	background-image: -webkit-linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	background-image:    -moz-linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	background-image:     -ms-linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	background-image:      -o-linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	background-image:         linear-gradient(#10adff,#10adff 49.9%,#3bbcff 50%, #2fb8ff);
	border:1px solid #028fff;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .no_01 a:hover img {
	margin:1px -1px -1px 1px;
}

h4 {
	font-size: 16px;
	color:#666;
	margin: 0;
	padding: 0.8em 1em 1em;
	line-height: 1.5;
}

h4 a {
	color: #00C;
	font-weight: bold;
	text-decoration: underline;
}

h4 a:visited {
	color: #609;
	font-weight: bold;
	text-decoration: underline;
}

h4 a:hover, h4 a:active {
	color: #39F;
	font-weight: bold;
	text-decoration: underline;
}

.linkw,
.links {
    width: 730px;
	display: flex;
	padding: 0 14px 2px;
}

.banner8, .banner6, .banner4, .bannerw, .bannerwnb {
	text-align: center;
	border: none;
	background-color:#FFF;
	background-size:cover;
	width:100%;
	line-height:0;
}

.banners {
	text-align: center;
	border: none;
	background-color:#FFF;
	background-size:cover;
	line-height:0;
}

.links .banners:first-of-type {
	width: 360px;
	margin: 0 10px 0 0;
}

.links .banners:nth-of-type(2) {
	width: 360px;
	margin: 0;
}

.link0 {
	font-size: 14px;
	text-align:left;
    max-width: 730px;
	margin: 0 auto 2em;
	display: flex;
	box-sizing: border-box;
}

.banner8 {
	background:url(../image/banner8.jpg) top left;
}

.banner6 {
	background:url(../image/banner6.jpg) top left;
}

.banner4 {
	background:url(../image/banner4.jpg) top left;
}

.bannerw, .bannerwnb {
	background:url(../image/banner2.jpg) top left;
}

.banners {
	background:url(../image/banner1.jpg) top left;
}

.banner1, .banner2 {
	width: 360px;
	height: 80px;
	position: relative;
}
	
.banner1 {
	margin: 0 10px 0 0;
	position: relative;
}
	
.banner2 {
	margin: 0;
}

.banners span, .bannerw span, .bannerwnb span, .banner4 span, .banner6 span, .banner8 span {
	display:block;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	padding:4px 0 8px;
}
	
.bannerw img, .bannerwnb img, .banner4 img, .banner6 img, .banner8 img {
	width:100%;
	max-width:730px;
	height:auto;
}

.banners img {
	width:100%;
	max-width:360px;
	height:auto;
}

.banner1 img, .banner2 img {
	width:100%;
	max-width:360px;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:#000 dashed 1px;
}
	
.banner1 p, .banner2 p {
	font-size: 12px;
	text-align: center;
	color: #666;
	width: 5em;
	height: 1em;
	line-height: 1.0;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.banners a img, .bannerw a img, .banner4 a img, .banner6 a img, .banner8 a img {
	border:1px solid;
}

.sogo-link {
	width:730px;
	margin:0 15px 10px;
}

.sogo-link a {
	width:88px;
	margin:0 10px 10px 0;
	float:left;
	display:block;
}

.sogo-link a img {
	width:100%;
	height:auto;
}

#areashop-list {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

#areashop-list * {
	box-sizing: border-box;
}

ul.spot1 {
	width: 50%;
	padding: 0 1.2em 1.4em;
	line-height: 1.5;
}

ul.spot1 > li {
	list-style-type:none;
	font-size: 16px;
	text-align:left;
	margin: 0 0 0.6em;
}

ul.spot2 {
	padding: 0 0 0.6em 2em;
}

ul.spot2 > li {
    list-style-type: square;
	font-size: 14px;
	text-align:left;
	line-height: 1.5;
	margin: 0 0 0.4em;
}

ul.spot2 > li a {
    list-style-type: square;
	font-size: 14px;
	text-align:left;
	line-height: 1.5;
}

ul.spot3 {
    margin: 0 0 0.4em 1em;
}

ul.spot3 > li {
    list-style-type: circle;
	font-size: 14px;
	text-align:left;
	line-height: 1.5;
	margin: 0 0 0.4em;
}

ul.spot3 > li a {
    list-style-type: circle;
	font-size: 14px;
	text-align:left;
	line-height: 1.5;
}



/*トップページ*/
		
#htmlLoad {
	text-align: left;
	max-width:740px;
	height:38px;
	background-color:#3389ec;
	padding: 9px 10px 0;
	overflow:hidden;
}

#pickup-subtitle {
	cursor: pointer;
}

#pickup-subtitle span {
	display:inline-block;
	font-size:11px;
	line-height:1.0;
	color:#005ce5;
	margin:-2px 0 0 20px;
	padding:4px 15px;
	border:1px solid #0061cb;
    border-radius: 8px;
	background: #f8f8f8;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#FFF),to(#ededed));
	background-image: -webkit-linear-gradient(#FFF, #ededed);
	background-image:    -moz-linear-gradient(#FFF, #ededed);
	background-image:     -ms-linear-gradient(#FFF, #ededed);
	background-image:      -o-linear-gradient(#FFF, #ededed);
	background-image:         linear-gradient(#FFF, #ededed);
	vertical-align: top;
}

#pickupgal-waku {
	text-align:left;
	background: #ffeaf9;
    width: 744px;
	height: auto;
	padding: 10px 8px 40px;
}

.pickupgal,
.nopickupgal {
	float:left;
	text-align: center;
	background:url(../image/gal1.jpg) top left no-repeat;
	background-size:100% 100%;
	width: 180px;
	height: auto;
	margin: 0 6px 18px 0;
	line-height:0;
}
	
.pickupgal>a:first-of-type {
	width:100%;
	position:relative;
	display:block;
}

.pickupgal>a:first-of-type>img {
	width:100%;
	height:auto;
	border:1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nopickupgal img {
	width:180px;
	height:270px;
/*	border:#000 dashed 1px;*/
	border:1px solid #ffabe8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.showcomment {
	position: absolute;
	bottom: -18px;
	right: 0px;
}
	
.showcomment a img {
	border: none;
}

/*.galcomment {
	margin:0 2%;
	padding: 8px 3%;
	width: 90%;
	left:0px;
	bottom: 4px;
	font-size: 13px;
	line-height: 1.2;
	color: #bd6277;
	font-weight: normal;
	text-align: left;
	border:1px solid #a95234;
	background:rgba(253,251,251,0.8);
    border-radius: 10px;
	position: absolute;
	overflow: hidden;
	display: none;
}*/

/*トップページとブログページ女の子特集兼用*/

.galcomment, .galnewscomment {
	margin:0 2%;
	padding: 8px 3%;
	width: 90%;
	left:0px;
	bottom: 4px;
	font-size: 13px;
	line-height: 1.2;
	color: #ff70a9;
	font-weight: normal;
	text-align: left;
	border:1px solid #efcad3;
	background:rgba(255,255,255,0.8);
    border-radius: 10px;
	position: absolute;
	overflow: hidden;
	display: none;
}

.pickupgal a:link,
.pickupgal a:visited,
.pickupgal a:hover,
.pickupgal a:active {
	text-decoration:none;
}

.galname, .galname-s {
	width:100%;
	height:auto;
	position:relative;
}

.galname a, .galname-s a {
	width:100%;
	height: 32px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
	background:#ff8d4f;
    background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#ffe8db), color-stop(49.9%,#ffb289), color-stop(50%,#ff8d4f), to(#ff8949));
	background-image: -webkit-linear-gradient(#ffe8db,#ffb289 49.9%,#ff8d4f 50%, #ff8949);
	background-image:    -moz-linear-gradient(#ffe8db,#ffb289 49.9%,#ff8d4f 50%, #ff8949);
	background-image:     -ms-linear-gradient(#ffe8db,#ffb289 49.9%,#ff8d4f 50%, #ff8949);
	background-image:      -o-linear-gradient(#ffe8db,#ffb289 49.9%,#ff8d4f 50%, #ff8949);
	background-image:         linear-gradient(#ffe8db,#ffb289 49.9%,#ff8d4f 50%, #ff8949);
	box-shadow: 0px -1px 0px 0px #badafd inset;
	border:1px solid #ff6d1e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.galname a {
	padding: 1px 0 0;
	font-size: 14px;
	line-height: 1.0;
}

.galname-s a {
	padding: 1px 0 0;
	font-size: 12px;
	line-height: 1.1;
}

.galname a:link, .galname a:visited, .galname a:hover, .galname a:active,
.galname-s a:link, .galname-s a:visited, .galname-s a:hover, .galname-s a:active {
	color: #FFF;
	text-decoration: underline;
}

.galname img, .galname a img,
.galname-s img, .galname-s a img {
	top: 3px;
	left: 3px;
	z-index: 10;
	position: absolute;
	border: none;
	text-decoration: none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	width:35px;
	height:23px;
}

.shopbanner {
	width:auto;
	height:auto;
	background-color: #FFF;
	text-align: center;
	overflow:hidden;
}

.shopbanner a, .shopbanner a:visited, .shopbanner a:hover, .shopbanner a:active {
	text-decoration: none;
}

.shopbanner a span {
	font-size: 11px;
	line-height: 1.2;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	display:block;
	width:98%;
	padding:3px 1% 2px;
}

.shopbanner a:visited span, .shopbanner a:hover span, .shopbanner a:active span {
	text-decoration: none;
}

.shopbanner a img {
	width:100%;
	height:auto;
	line-height: 1.0;
	text-align: center;
	border:1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.noshop{
	padding: 6px 0 0;
	background-color: #FFF;
	width: 100%;
	height: 54px;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
	text-align: center;
}

.shinchaku_waku {
	width: 100%;
	position: relative;
}

.shinchaku_waku_left {
	width: 590px;
	height:529px;
	overflow:hidden;
	float:left;
}

.shinchaku {
	vertical-align: top;
	text-align: left;
	width:100%;
/*	height:130px;*/
	height:228px;
	overflow:auto;
	display:inline-block;
}

.shinchaku iframe {
	width:100%;
	height:100%;
	border:none;
	overflow:auto;
	line-height:0;
}

.news1 {
	vertical-align: top;
/*	height:120px;*/
	height:266px;
	overflow:auto;
	width:100%;
}

.news1 p {
	text-align:left;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	padding: 0.6em 0.8em 1em 1em;
}

.news2 {
	vertical-align: top;
	text-align: left;
	height:208px;
	overflow:auto;
	width:100%;
	display:inline-block;
}

.news2 iframe {
	width:100%;
	height:100%;
	border:none;
	overflow:auto;
	line-height:0;
}

/*ブログを上下に分ける場合*/

.news2-t,
.news2-b {
	vertical-align: top;
	text-align: left;
	width:100%;
	overflow:auto;
	line-height:0;
}

.news2-t {
	height:108px;
	display:inline-block;
}

.news2-b {
	border-top: 1px #999 solid;
	height:100px;
	display:inline-block;
}

.news2-t iframe,
.news2-b iframe {
	width:100%;
	height:100%;
	border:none;
	overflow:auto;
	line-height:0;
}

#feeds {
	text-align:left;
	width:auto;
	padding: 0.5em 0.7em 0.8em 0.7em;
}

.nofeed {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.blog {
	padding:0 0 0.3em;
	height: 1.3em;
	overflow: hidden;
	background:#FFF;
}

.blog1 {
	width:100%;
	font-size: 16px;
	text-align:left;
	line-height: 1.6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}
	
.published {
	color: #000;
	width: 3.8em;
	display:block;
	overflow: hidden;
}
	
.blogtitle {
	color: #609;
	width: calc(100% - 15.4em);
	margin: 0 0.8em 0 0;
	display:block;
	overflow: hidden;
	white-space:nowrap;
}
	
.blogtitle a {
	color: #609;
	text-decoration: none;
}
		
.blogtitle a:visited {
	color: #609;
	text-decoration: none;
}
		
.blogtitle a:hover, .blogtitle a:active {
	color: #609;
	text-decoration: underline;
}
	
.blogauthor {
	color: #000;
	font-size: 16px;
	width: 11em;
	overflow: hidden;
	white-space:nowrap;
}
	
.blogauthor a {
    color: #00F;
    text-decoration: none;
}

.blogauthor a:visited {
    color: #00F;
    text-decoration: none;
}

.blogauthor a:hover, .blogauthor a:active {
    color: #00F;
	text-decoration: underline;
}

#Topicnewsnavi {
	padding: 30px 10px 15px 30px;
	position: absolute;
	z-index: 100;
	visibility: visible;
	top:-454px;
	right:0px;
}

.Topicnewsnavi-box {
	position: relative;
	background: #ffc9e9;
	margin-bottom: 20px;
	padding:10px;
	border: 1px solid #ff93d3;
	border-radius: 5px;
	z-index: 100;
	box-shadow: 4px 4px 6px rgba(181,100,148,0.6);
}

.Topicnewsnavi-box>img {
	position:absolute;
	top:-12px;
	left:50%;
	margin:0 0 0 -143px;
	width:286px;
	height:auto; 
}

.Topicnewsnavi-box:after {
	content: '';
	position: absolute;
	border-top: 36px solid #ffc9e9;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	bottom: -35px;
	left: 180px;
}
 
.Topicnewsnavi-box:before {
	content: '';
	position: absolute;
	border-top: 36px solid #ff93d3;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	bottom: -37px;
	left: 180px;
}

.Topicnewsnavi-box iframe {
	width:570px;
	height:360px;
	border:none;
	overflow:hidden;
}

.shinchaku_waku_right {
	width: 170px;
	height: 529px;
	margin:0 0 0 590px;
	overflow:hidden;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0085fc),to(#b8eaff));
	background-image: -webkit-linear-gradient(#0085fc, #b8eaff);
	background-image: -moz-linear-gradient(#0085fc, #b8eaff);
	background-image: -ms-linear-gradient(#0085fc, #b8eaff);
	background-image: -o-linear-gradient(#0085fc, #b8eaff);
	background-image: linear-gradient(#0085fc, #b8eaff);
}

.rss_button_waku,
.blog_button_waku {
	margin:-16px 5px 0;	
	padding:5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0093f5),to(#d6f1fe));
	background-image: -webkit-linear-gradient(#0093f5, #d6f1fe);
	background-image: -moz-linear-gradient(#0093f5, #d6f1fe);
	background-image: -ms-linear-gradient(#0093f5, #d6f1fe);
	background-image: -o-linear-gradient(#0093f5, #d6f1fe);
	background-image: linear-gradient(#0093f5, #d6f1fe);
	border:1px solid #d9f0ff;
    border-radius: 20px;
}

.news_fukidashi,
.blog_fukidashi {
	position: relative;
	background: #FFF;
	border-radius: 18px; 
	z-index: 10;
	box-shadow: 4px 4px 6px rgba(0,46,99,0.75);
	width:auto;
	height:auto;
}

.news_fukidashi {
	margin:2px 2px 16px;
	padding:8px 6px;
}

.blog_fukidashi {
	margin:2px 2px 16px;
	padding:8px;
}

.news_fukidashi:after,
.blog_fukidashi:after {
	content: '';
	position: absolute;
	border-top: 24px solid #FFF;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	bottom: -23px;
	right: 32px;
}

.news_fukidashi img,
.blog_fukidashi img {
	width:100%;
	height:auto;
}
		
.rss_button,
.blog_button {
	width: 148px;
	height: 148px;
	line-height:0;
}

.rss_button a {
	width: 148px;
	height: 148px;
	display: block;
	background: url(../image/news_button.png) no-repeat;
	background-size:100% 100%;
}

.blog_button a {
	width: 148px;
	height: 148px;
	display: block;
	background: url(../image/blog_button.png) no-repeat;
	background-size:100% 100%;
}

.rss_button a img,
.blog_button a img {
	width: 100%;
	height: 100%;
	z-index: 5;
	position:relative;
}

.rss_button a:hover img,
.blog_button a:hover img {
	visibility: hidden;
}

#soapland-intro,
#soapland-hplist,
#soapland-oclist {
	font-size:14px;
	line-height:1.3;
	text-align:center;
	padding:0 0 1em;
	width:100%;
}
	
#soapland-intro>h4,
#soapland-hplist>h4,
#soapland-oclist>h4 {
	background: url(../image/title_bg03.png) no-repeat top left;
    font-size: 16px;
	font-weight: bold;
	text-align:left;
	line-height: 1.0;
	max-width: 660px;
	height: 26px;
	margin: 0 1.2em 1em;
	padding: 0.6em 0 0 3em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.intro-pic-l {
	width:150px;
	height:100px;
	float:left;
	padding:5px 10px;
}

.intro-pic-r {
	width:150px;
	height:100px;
	float:right;
	padding:5px 10px;
}

.map {
	background-color:#FFF;
	text-align:center;
	vertical-align: top;
	width:750px;
	margin:0 auto;
	padding: 10px 0 0;
	position: relative;	    
}

.map a img {
	width:100%;
	height:auto;
}

.maptitle {
	top: -15px;
	left: -25px;
	width:300px;
	height:100px;
	position: absolute;
	z-index: 10;
}
	
.maptitle img {
	width:100%;
	height:auto;
}

.hplist, .oclist {
	width: 740px;
	margin: 0 auto;
	background-color:#FFF;
	border: 2px solid #666;
}

ul.hptable {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
}

ul.hptable * {
	box-sizing: border-box;
}

ul.hptable > li {
	width: calc(33.33% + 1px);
	list-style: none;
	margin: -1px 0 0 -1px;
	border: solid  #666;
	border-width: 0 1px 0 0;
}

ul.hptable-cell {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	margin: 0 0 1em;
}

ul.hptable-cell > li {
	list-style: none;
	width: 100%;
	border: solid  #666;
	border-width: 1px 0 0 0;
	line-height: 1.3;
}

ul.hptable-cell > li:nth-of-type(1) {
	height: auto;
	padding: 0.6em;
}

ul.hptable-cell > li:nth-of-type(2) {
	height: auto;
	line-height: 1;
	padding: 1px;
}

ul.hptable-cell > li:nth-of-type(2) img {
	width: 100%;
	height: auto;
}

ul.hptable-cell > li:nth-of-type(3) {
	height: auto;
	text-align: left;
	padding: 0.6em 0.7em;
}

.hplist div,
.oclist div {
	border: solid  #666;
	border-width: 1px 1px 1px 0;
}

.hplist div img,
.oclist div img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*新着情報部分*/

ul.shinchaku_list {
	text-align:left;
	margin:0;
	padding: 0.5em 0.8em 0.8em 0.9em;
	list-style-type:none;
	background:#FFF;
}

ul.shinchaku_list li {
	text-align:left;
	font-size: 16px;
	margin: 0 0 0.1em;
	line-height: 1.6;
	color: #333;
	list-style-type:none;
	overflow: hidden;
	display:table;
	table-layout: fixed;
	width: 100%;
}

.shinchaku_date {
	text-align:left;
	color: #000;
	width: 6.2em;
	display:block;
	overflow: hidden;
	display:table-cell;
	white-space:nowrap;
}

.shinchaku_subject {
	text-align:left;
	width: auto;
	display:block;
	overflow: hidden;
	color: #00C;
	display: block;
	display:table-cell;
	white-space:nowrap;
	padding: 0 0 0 0.4em;
}

.shinchaku_userurl {
	text-align:left;
	padding: 0 0 0 0.5em;
	width: 8em;
	display:block;
	overflow: hidden;
	color: #00C;
	display: block;
	display:table-cell;
	white-space:nowrap;
}

.shinchaku_subject a,
.shinchaku_userurl a {
	color: #00C;
	font-weight: normal;
	text-decoration: underline;
}
.shinchaku_userurl a:visited,
.shinchaku_subject a:visited {
	color: #609;
	font-weight: normal;
	text-decoration: underline;
}
.shinchaku_userurl a:hover, .shinchaku_userurl a:active,
.shinchaku_subject a:hover, .shinchaku_subject a:active {
	color: #39F;
	font-weight: normal;
	text-decoration: underline;
}

/*ヘッドラインニュース*/

.topicnews_wrapper {
	width:100%;
	line-height:0;
	overflow:hidden;
}

#topicnews_title {
	width:94%;
	max-height:50px;
	margin:20px 3% 10px;
	overflow:hidden;
}

#topicnews_title h4 {
	font-size:18px;
	line-height:1.4;
	margin: 0;
	padding: 0;
	color: #9c204f;
	overflow: hidden;
	width:100%;
	overflow-wrap:break-word;
	word-break:break-all;
}

#topicnews_img {
	margin: 0 0 0 2%;
	float: left;
	width: 35%;
	height: 270px;
	overflow: hidden;
}

#topicnews_img img {
	width:100%;
	height:auto;
}

#topicnews_article {
	font-size:16px;
	line-height:1.5;
	color: #333;
	margin: 0 2% 0 0;
	overflow: auto;
	white-space: normal;
	float:right;
	width:59%;
	height: 270px;
	overflow-wrap: break-word;
	word-break:break-all;
}

#topicnews_article #article_column_text {
	width:100%;
}

#topicnews_article p {
	width:100%;
	font-size:14px;
	line-height:1.5;
	color: #333;
	overflow-wrap: break-word;
	word-break:break-all;
}

#topicnews_article div p {
	width:100%;
	font-size:14px;
	line-height:1.5;
	color: #333;
	overflow-wrap: break-word;
	word-break:break-all;
}

/*ニュースティッカー*/

/* Ticker Styling */
.ticker-wrapper.has-js {
	padding: 5px 20px 0;
	width:auto;
	height: 24px;
	display: block;
	border-radius: 15px;
	background-color: #eaf4ff;
	font-size: 0.75em;
}
.ticker {
	width:100%;
	height: 21px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #eaf4ff;
}
.ticker-title {
	width:114px;
	padding-top: 2px;
	color: #2988fb;
	font-weight: bold;
	background-color: #eaf4ff;
	text-transform: uppercase;
	font-size: 14px;
}
.ticker-content {
	padding-top: 2px;
	position: absolute;
	color: #1F527B;
	font-weight: bold;
	background-color: #eaf4ff;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2;
	font-size: 14px;
}
.ticker-content:focus {
	text-decoration: none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 2px;
	position: absolute;
	top: 0px;
	background-color: #eaf4ff;
	display: block;
	width: 580px;
	height: 20px;
	font-size: 14px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #eaf4ff;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	font-size: 14px;
	display: block;
}
.ticker-controls {
	padding: 2px 0 0;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
#htmlLoad .js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0 0 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}

/*掲載店リスト*/

#keisai-soaplist-part {
	margin:10px 0 20px;
	padding:30px 0 10px;
	background-color:#fff6f1;
	position:relative;
}

#keisai-soaplist-part p {
	position:absolute;
	right:10px;
	top:10px;
	font-size:12px;
}

.dataTables_length {
	padding-left:10px;
	float:left;
}

.dataTables_wrapper {
	position:relative;
}

.dataTables_filter {
	position:absolute;
	left:10px;
	top:-23px;
}

.dataTables_info {
	padding:5px 2%;
	float:left;
}

.dataTables_paginate {
	float:right;
	margin-right:10px;
}

.keisai-soaplist {
    width: 740px;
	color: #333;
	margin: 0 10px;
	border: 2px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
	background-color:#FFF;
}

.keisai-soaplist tr {
	line-height:1.0;
}

.keisai-soaplist tr th {
	padding: 6px 4px;
	text-align:center;
	border: 1px #666 solid;
}

.keisai-soaplist tr.keisai-soaplist-midashi {
	font-size:12px;
}
	
.keisai-soaplist tr th.keisai-soaplist-areamidashi {
	background-color:#ffece1;
	cursor:pointer;
}
	
.keisai-soaplist tr th.keisai-soaplist-shopnamemidashi {
	background-color:#ffece1;
	cursor:pointer;
}
	
.keisai-soaplist tr th.keisai-soaplist-nyuyokuryomidashi {
}
	
.keisai-soaplist tr th.keisai-soaplist-timemidashi {
	background-color:#ffece1;
	cursor:pointer;
}
	
.keisai-soaplist-sogakumidashi {
	background-color:#ffece1;
	cursor:pointer;
}

.keisai-soaplist-shukkinmidashi {
}

.keisai-soaplist-eigyojikanmidashi {
	background-color:#ffece1;
	cursor:pointer;
}
	
.keisai-soaplist tr td {
	font-size:12px;
	padding: 6px 3px 4px;
	border: 1px #666 solid;
	text-align:left;
}
	
.keisai-soaplist tr td.keisai-soaplist-area {
	text-align:center;
}
	
.keisai-soaplist td.keisai-soaplist-shopname {
	font-size:14px;
	line-height:1.3;
	font-weight:bold;
}
	
.keisai-soaplist td.keisai-soaplist-shopname a {
	font-size:14px;
	font-weight: bold;
}
	
.keisai-soaplist td.keisai-soaplist-shopname a:visited {
	font-weight: bold;
}
		
.keisai-soaplist td.keisai-soaplist-shopname a:hover,
.keisai-soaplist td.keisai-soaplist-shopname a:active {
	font-weight: bold;
}
	
.keisai-soaplist td.keisai-soaplist-nyuyokuryo {
	font-size:14px;
	line-height:1.3;
	font-weight:bold;
	color: #333;
}
	
.keisai-soaplist td.keisai-soaplist-nyuyokuryo a {
	font-size:14px;
	color: #F00;
	display: block;
}

.keisai-soaplist td.keisai-soaplist-nyuyokuryo a:link,
.keisai-soaplist td.keisai-soaplist-nyuyokuryo a:visited { 
	color: #F00;
	font-weight:bold;
	text-decoration: none; 
}
	
.keisai-soaplist td.keisai-soaplist-nyuyokuryo a:hover { 
	color: #ff6600;
	font-weight:bold;
	text-decoration: none; 
}

.keisai-soaplist td.keisai-soaplist-time {
	text-align:left;
}
	
.shukkinbutton {
    font-size: 14px;
	font-weight: normal;
	width: 46px;
    height: 28px;
	color: #333;
	text-align:center;
}

.keisai-shopbutton {
	font-size: 14px;
	font-weight: bold;
	width: 140px;
	height: 28px;
	color: #333;
	text-align: center;
}

/*東京用お風呂マップ*/

#soapmap {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#soapmap>img {
	width:100%;
	height:auto;
}

#soapmap>div {
	position: absolute;
	z-index: 900;
	cursor: pointer;
	background-size:100% auto;
}

#soapmap>div img {
	width:100%;
	height:auto;
	display:block;
}
	
#map_gotanda {
	width: 94px;
	height:auto;
	background: url(../image/map_gotanda_p.gif) left top no-repeat;
	top: 538px;
	left: 344px;
}
	
#map_hachioji {
	width: 94px;
	height:auto;
	background: url(../image/map_hachioji_p.gif) left top no-repeat;
	top: 348px;
	left: 6px;
}

#map_higashifuchu {
	width: 94px;
	height:auto;
	background: url(../image/map_higashifuchu_p.gif) left top no-repeat;
	top: 415px;
	left: 30px;
}
	
#map_kichijoji {
	width: 94px;
	height:auto;
	background: url(../image/map_kichijoji_p.gif) left top no-repeat;
	top: 348px;
	left: 111px;
}
	
#map_okachimachi {
	width: 94px;
	height:auto;
	background: url(../image/map_okachimachi_p.gif) left top no-repeat;
	top: 300px;
	left: 597px;
}
	
#map_ooimachi {
	width: 94px;
	height:auto;
	background: url(../image/map_ooimachi_p.gif) left top no-repeat;
	top: 607px;
	left: 373px;
}
	
#map_ikebukuro {
	width: 78px;
	height:auto;
	background: url(../image/map_ikebukuro_p.gif) left top no-repeat;
	top: 233px;
	left: 262px;
}

#map_kameari {
	width: 78px;
	height:auto;
	background: url(../image/map_kameari_p.gif) left top no-repeat;
	top: 85px;
	left: 612px;
}
	
#map_kanamachi {
	width: 78px;
	height:auto;
	background: url(../image/map_kanamachi_p.gif) left top no-repeat;
	top: 32px;
	left: 643px;
}
	
#map_komagome {
	width: 78px;
	height:auto;
	background: url(../image/map_komagome_p.gif) left top no-repeat;
	top: 158px;
	left: 496px;
}
	
#map_oomori {
	width: 78px;
	height:auto;
	background: url(../image/map_oomori_p.gif) left top no-repeat;
	top: 664px;
	left: 290px;
}
	
#map_ootsuka {
	width: 78px;
	height:auto;
	background: url(../image/map_ootsuka_p.gif) left top no-repeat;
	top: 182px;
	left: 309px;
}
	
#map_shibuya {
	width: 78px;
	height:auto;
	background: url(../image/map_shibuya_p.gif) left top no-repeat;
	top: 459px;
	left: 269px;
}
	
#map_shinjuku {
	width: 78px;
	height:auto;
	background: url(../image/map_shinjuku_p.gif) left top no-repeat;
	top: 348px;
	left: 237px;
}
	
#map_sugamo {
	width: 78px;
	height:auto;
	background: url(../image/map_sugamo_p.gif) left top no-repeat;
	top: 147px;
	left: 394px;
}
	
#map_yoshiwara {
	width: 94px;
	height:auto;
	background: url(../image/map_yoshiwara_p.gif) left top no-repeat;
	top: 196px;
	left: 644px;
}

/*リストページ*/

.listprbanner {
    width: 730px;
	margin: 14px auto 20px;
}

.listprbanner img {
	width:100%;
	height:auto;
	border:1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.listpr {
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	color:#666;
	margin: 0 0 6px;
}
	
#soapland-list {
	font-size:12px;
	line-height:1.2;
	text-align:center;
	padding:0 0 12px;
}
	
#soapland-list>h4 {
	background: url(../image/title_bg03.png) no-repeat top left;
    font-size: 16px;
	font-weight: bold;
	text-align:left;
	line-height: 1.0;
	max-width: 660px;
	height: 26px;
	margin: 0 1.2em 1em;
	padding: 0.6em 0 0 3em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

#hinodetimesoap {
	float:right;
	display:none;
	overflow:hidden;
}

#hinodetimesoap iframe {
	width:215px;
	height:226px;
	margin:0 10px 10px;
	border:none;
}

.hinode-block {
	width: 98%;
	height: auto;
	padding: 5px 1%;
	background-color: #fffae5;
	border: 1px dashed #4b0000;
}

.hinode-block p {
	color:#000;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	line-height:1.2;
}

.hinode-block p span.hinode-jikoku {
	font-size: 36px;
	font-weight: bold;
}

.hinode-block p span.hinode-jikoku2 {
	font-size: 24px;
	font-weight: bold;
}

.hinode-block p span.hinode-bikou {
	font-size:12px;
	font-weight:normal;
	color: #4b0000;
}

.areachoice {
	width:100%;
	text-align:center;
	margin: 0 auto 6px;
}

.areachoice p {
	display:none;
}
	
.areachoice form {
	width:100%;
}
	
.areachoicebuttonbig {
	font-size: 18px;
	width: 10em;
	height: 2.4em;
	margin: 0 0.3em 0.3em;
	padding: 0 1px;
	line-height: 1.0;
}

.areachoicebuttonmiddle {
	font-size: 16px;
	width: 8em;
	height: 2.4em;
	margin: 0 0.3em 0.3em;
	padding: 0 1px;
	line-height: 1.0;
}
	
.areachoicebutton {
	font-size: 16px;
	min-width: 6em;
	width: auto;
/*	width: 6em;*/
	height: 2.4em;
	margin: 0 0.3em 0.3em;
	padding: 0 1em;
/*	padding: 0 1px;*/
	line-height: 1.0;
}

.twitter_button_area {
	width: 148px;
	padding: 0 20px 20px;
	float: right;
}

.twitter_button_area p {
    font-size: 14px;
	line-height: 1.4;
	text-align:center;
	padding: 0 0 5px;
}

.twitter_button {
	width: 148px;
	height: 148px;
	line-height:0;
}

.twitter_button a {
	width: 148px;
	height: 148px;
	display: block;
	background: url(../image/blog_button.png) no-repeat;
	background-size:100% 100%;
}

.twitter_button a img {
	width: 100%;
	height: 100%;
	z-index: 5;
	position:relative;
}

.twitter_button a:hover img {
	visibility: hidden;
}

/*店テーブル*/

#shoplist {
	width:740px;
	height:100%;
	margin:0 10px;
	border: 2px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
	background-color:#FFF;
}

#shoplist tr th, #shoplist tr td {
	border: 1px #666 solid;
}

#shoplist tr.shopdata th p {
    font-size: 14px;
	font-weight: bold;
	padding:6px 0;
}
	
#shoplist tr.shopdata th:nth-of-type(3) p {
    color: #F00;
}
	
#shoplist tr.shopdata0 th p, #shoplist tr.shopdata th:last-of-type p, #shoplist tr.shopdata th:first-of-type p {
    font-size: 12px;
	font-weight:normal;
	text-align:center;
	padding: 3px 0;
}
	
.haba-l {
    width: 198px;
}
	
.haba-m {
    width: 84px;
}	
	
.haba-ms {
    width: 66px;
}

.haba-s {
    width: 61px;
}
	
.haba-ss {
    width: 54px;
}

/*店区分*/

#shoplist tr.misekubun td p {
    font-size: 16px;
	font-weight: bold;
	line-height:1.0;
	color: #FFF;
	text-align:left;
	padding: 4px 10px;
}

.chumoku {
    height: 28px;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.chokokyu {
    height: 28px;
	background-color: #609;
}
	
.kokyu {
    height: 28px;
	background-color: #33F;
}
	
.chukyu {
    height: 28px;
	background-color: #363;
}
	
.taishu {
    height: 28px;
	background-color: #09F;
}
	
.kakuyasu {
    height: 28px;
	background-color: #F60;
}
	
.gekiyasu {
    height: 28px;
	background-color: #F6C;
}

.inbound {
    height: 28px;
	background-color: #2f4f4f;
}
	
#shoplist tr.shopdata1 td:first-of-type {
	background-color: #CCC;
}

#shoplist tr.shopdata1 td:first-of-type div {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#shoplist tr.shopdata1 td:first-of-type div a {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
}

#shoplist tr.shopdata1 td:first-of-type div img {
	margin: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}

#shoplist tr.shopdata1 td:first-of-type div span.new-shop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 36px;
	height: 36px;
	z-index: 30;
}

/*店テーブル中身*/

#shoplist td img {
	vertical-align:middle;
}
	
.shopnamewaku {
	width:198px;
	height: 35px;
	position: relative;
}
	
.shopname {
    font-size: 18px;
	font-weight: bold;
	text-align:center;
	padding: 8px 0 3px;
	line-height: 1.0;
}

.shopname16 {
    font-size: 16px;
	font-weight: bold;
	text-align:center;
	padding: 9px 0 3px;
}

.shopname14 {
    font-size: 14px;
	font-weight: bold;
	text-align:center;
	padding: 3px 0 2px;
	line-height: 1.2;
}

.shopname14-1 {
    font-size: 14px;
	font-weight: bold;
	text-align:center;
	padding: 9px 0 0;
	line-height: 1.2;
}

.shopname14-2 {
    font-size: 14px;
	font-weight: bold;
	text-align:center;
	padding: 1px 0 2px;
	line-height: 1.2;
}

.shopname12-2 {
    font-size: 12px;
	font-weight: bold;
	text-align:center;
	padding: 2px 0;
	line-height: 1.3;
}
	
.shopname a,	
.shopname16 a,
.shopname14 a,
.shopname14-1 a,
.shopname14-2 a,
.shopname12-2 a {
	color: #00C;
	font-weight: bold;
	text-decoration: underline;
}

.shopname a:visited,
.shopname16 a:visited,
.shopname14 a:visited,
.shopname14-1 a:visited,
.shopname14-2 a:visited,
.shopname12-2 a:visited {
	color: #609;
	font-weight: bold;
	text-decoration: underline;
}
		
.shopname a:hover, .shopname a:active,
.shopname16 a:hover, .shopname16 a:active,
.shopname14 a:hover, .shopname14 a:active,
.shopname14-1 a:hover, .shopname14 a:active,
.shopname14-2 a:hover, .shopname14-2 a:active,
.shopname12-2 a:hover, .shopname12-2 a:active {
	color: #39F;
	font-weight: bold;
	text-decoration: underline;
}

.shopcharge {
    font-size: 18px;
	font-weight: bold;
	color: #F00;
	vertical-align:middle;
}

.shopcharge16 {
    font-size: 16px;
	font-weight: bold;
	color: #F00;
	vertical-align:middle;
}

.shopcharge14 {
    font-size: 14px;
	font-weight: bold;
	color: #F00;
	vertical-align:middle;
}

.shopcharge a, .shopcharge16 a, .shopcharge14 a {
	color: #F00;
	display: block;
	vertical-align:middle;
}

.shopcharge a:link, .shopcharge a:visited,
.shopcharge16 a:link, .shopcharge16 a:visited,
.shopcharge14 a:link, .shopcharge14 a:visited { 
	text-decoration: none; 
	color: #F00;
	font-weight:bold;
}
	
.shopcharge a:hover,
.shopcharge16 a:hover,
.shopcharge14 a:hover { 
	text-decoration: none; 
	color: #ff6600;
	font-weight:bold;
}
	
.shopbutton {
    font-size: 14px;
	font-weight: bold;
	width: 140px;
    height: 28px;
	color: #333;
	text-align:center;
	padding: 2px 1px;
}

.shopbutton1 {
    font-size: 14px;
	font-weight: bold;
	width: 68.5px;
    height: 28px;
	color: #333;
	text-align:center;
	margin: 0 3px 0 0;
	padding: 0;
/*	padding: 3px 1px;*/
}

.shopbutton2 {
    font-size: 14px;
	font-weight: bold;
	width: 45px;
    height: 28px;
	color: #333;
	text-align:center;
	margin: 0 2.5px 0 0;
	padding: 3px 1px;
}

#shoplist .shopdata1 .shopbutton1:last-of-type,
#shoplist .shopdata1 .shopbutton2:last-of-type {
	margin: 0;
}

#shoplist tr td.saishinjoho-icon {
	width: 44px;
	height: 44px;
	padding: 6px 4px 4px 6px;
}

#shoplist tr td.saishinjoho-icon img {
	width:100%;
	height:auto;
}

#shoplist tr td.saishinjoho-icon a {
	width: 44px;
	height: 44px;
	display: block;
	background: url(../image/news_icon.png) no-repeat;
}

#shoplist tr td.saishinjoho-icon a:hover img {
	visibility: hidden;
}

#shoplist tr td.sns-icon {
	width: 44px;
	height: 44px;
	padding: 6px 4px 4px 6px;
}

#shoplist tr td.sns-icon img {
	width:100%;
	height:auto;
}

#shoplist tr td.sns-icon a {
	width: 44px;
	height: 44px;
	display: block;
	background: url(../image/sns_icon.png) no-repeat;
}

#shoplist tr td.sns-icon a:hover img {
	visibility: hidden;
}

#shoplist tr.shopdata2 td p {
    font-size: 12px;
	text-align:center;
	vertical-align:middle;
	padding: 3px 0;
}
	
#shoplist tr.shopdata2 td p a {
	color: #00C;
	font-weight: normal;
	text-decoration: underline;
}
	
#shoplist tr.shopdata2 td p a:visited {
	color: #609;
	font-weight: normal;
	text-decoration: underline;
}
		
#shoplist tr.shopdata2 td p a:hover, #shoplist tr.shopdata2 td p a:active {
	color: #39F;
	font-weight: normal;
	text-decoration: underline;
}

.chushaku1,
.chushaku2,
.chushaku3 {
    font-size: 12px;
	position:relative;
	cursor:pointer;
}
	
.chushaku1 span.chushaku,
.chushaku1 span.chushaku0 {
	padding:3px 5px;
	width:191px;
	height:auto;
	font-size: 11px;
	line-height: 1.2;
	color: #666;
	font-weight: normal;
	text-align: left;
	border:1px solid #7d807e;
	position: absolute;
	overflow: hidden;
	display: none;
	background:#FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.chushaku2 span.chushaku,
.chushaku3 span.chushaku,
.chushaku2 span.chushaku0,
.chushaku3 span.chushaku0 {
	padding:3px 5px;
	width:120px;
	height:auto;
	font-size: 11px;
	line-height: 1.2;
	color: #666;
	font-weight: normal;
	text-align: left;
	border:1px solid #7d807e;
	position: absolute;
	overflow: hidden;
	display: none;
	background:#FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.chushaku1 span.chushaku,
.chushaku1 span.chushaku0 {
	left: 64px;
	z-index:120;
}
	
.chushaku2 span.chushaku,
.chushaku2 span.chushaku0 {
	left: 83px;
	z-index:100;
}

.chushaku3 span.chushaku,
.chushaku3 span.chushaku0 {
	left: 64px;
	z-index:100;
}

.chushaku1 span.chushaku,
.chushaku2 span.chushaku,
.chushaku3 span.chushaku {
	bottom: -1px;
}

.chushaku1 span.chushaku0,
.chushaku2 span.chushaku0,
.chushaku3 span.chushaku0 {
	top: -10px;
}

/*#shoplist tr[class*="sochoonly"] {
	display:none;
}*/

/*アイコン*/
	
.eigyobi {
	top: 5px;
/*	left: -30px;*/
	left: -50px;
	width: 46px;
	height: 37px;
	position: absolute;
	z-index: 100;
}
	
.nirin {
	top: 0px;
	right: 0px;
	padding:2px;
	font-size:12px;
	line-height:1.0;
	color:#339044;
	background-color: #e6ffe8;
	position: absolute;
	z-index: 10;
}
	
.nirin a {
	color:#339044;
	display: block;
	text-decoration:none;
}

.nirin a:visited, .nirin a:hover, .nirin a:active {
	color:#339044;
	text-decoration:none;
}

.shop-twitter {
	bottom: 0px;
	right: 0px;
	padding:2px;
	font-size:12px;
	line-height:1.0;
	color:#0094bd;
	background-color: #c5f6fd;
	position: absolute;
	z-index: 10;
}
	
.shop-twitter a {
	color:#0094bd;
	display: block;
	text-decoration:none;
}

.shop-twitter a:visited, .nirin a:hover, .nirin a:active {
	color:#0094bd;
	text-decoration:none;
}

/*店テーブル下*/

p.list-bikou {
	padding:8px 10px;
}

/*2輪の表*/
	
#nirinlist {
	width:740px;
	margin:0 10px;
	border: 2px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
	background-color:#FFF;
}

#nirinlist thead tr {
	background:#e6ffe8;
}

#nirinlist tr th, #nirinlist tr td {
	border: 1px #666 solid;
}

#nirinlist tr th p {
    font-size: 14px;
	font-weight: bold;
	text-align:center;
	padding:6px 10px;
}

.nirinshop {
    width: 232px;
}
	
.yosanmeyasu {
    width:auto;
}

#nirinlist tr td p {
    font-size: 14px;
	font-weight:normal;
	line-height:1.4;
	padding:6px 10px;
}

#nirinlist tr td:first-of-type p {
	text-align:center;
}

#nirinlist tr td:nth-of-type(2) p {
	text-align:left;
}

/*リストの備考*/

#bikou {
	width:740px;
	margin:15px 10px;
	padding: 15px;
	border: 1px #666 dashed;
    border-collapse: collapse;
    border-spacing: 0;
	background-color:#FFF;
	box-sizing:border-box;
	font-size: 16px;
	text-align:left;
	line-height: 1.4;
}

#bikou .midashi {
	font-size: 16px;
}

/*マップページ*/

#soapland-map {
	font-size:12px;
	line-height:1.2;
	text-align:center;
	padding:0 0 5px;
}

#soapland-map section {
	margin:0 0 16px;
}

#soapland-map section:last-of-type {
	margin:0 0 4px;
}
	
#soapland-map section>h4 {
	background: url(../image/title_bg03.png) no-repeat top left;
    font-size: 16px;
	font-weight: bold;
	text-align:left;
	line-height: 1.0;
	max-width: 660px;
	height: 26px;
	margin: 0 1.2em 1em;
	padding: 0.6em 0 0 3em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.googlemap_btn,
.googlemap_btn2 {
	width:750px;
	margin: 0 auto 10px;
}
	
.googlemap_btn a {
	width: 750px;
	height: 68px;
	display: block;
	background: url(../image/googlemap_btn01.png) no-repeat;
}

.googlemap_btn2 a {
	width: 750px;
	height: 68px;
	display: block;
	background: url(../image/googlemap_btn02.png) no-repeat;
}

.googlemap_btn a img,
.googlemap_btn2 a img {
	max-width:750px;
	width:100%;
	height:auto;
}

.googlemap_btn a:hover img,
.googlemap_btn2 a:hover img {
	visibility: hidden;
}

.naviclose {
	margin: 0 10px;
	float: right;
}
	
#naviclosebutton {
	font-size: 18px;
	width: 160px;
	height: 60px;
}

.map-container {
	width: 750px;
	margin: 0 auto;
}

.areanavibanner {
	width:100%;
}

.areanavibanner a {
	width:243px;
	float:left;
	display:block;
	margin: 0 4px 5px 0;
}

.areanavibanner a img {
	width:100%;
	height:auto;
	border:1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.areanavibanner a:hover img {
	opacity:0.6;
}
	
.areamap {
	width: 750px;
	height:auto;
	position: relative;
	overflow:hidden;
}

.areamap img {
	width:100%;
	height:auto;
	border:none;
}

.shopnavi_waku,
.shopnavi_waku2,
.shopnavi_waku3,
.shopnavi_waku4 {
	text-align: left;
	width: 240px;
	height:auto;
	background:#FFF;
	border:1px solid #bf9c64;
	padding: 10px;
	position: absolute;
	visibility: hidden;
    border-radius: 14px;
}

.shopnavi_waku {
	margin:-25px -27px 25px 27px;
}

.shopnavi_waku2 {
	margin:-25px 27px 25px -27px;
}

.shopnavi_waku3 {
	margin:23px 28px -23px -28px;
}

.shopnavi_waku4 {
	margin:22px -27px -22px 27px;
}

.shopnavi,
.shopnavi2,
.shopnavi3,
.shopnavi4 {
	width:100%;
	height:100%;
	min-height:154px;
	position: relative;
}

.shopnavi:after {
	content: '';
	position: absolute;
	border-top: 16px solid #FFF;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	bottom:-25px;
	right:8px;
}
 
.shopnavi:before {
	content: '';
	position: absolute;
	border-top: 16px solid #bf9c64;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	bottom:-27px;
	right:8px;
}

.shopnavi2:after {
	content: '';
	position: absolute;
	border-top: 16px solid #FFF;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	bottom:-25px;
	left:8px;
}
 
.shopnavi2:before {
	content: '';
	position: absolute;
	border-top: 16px solid #bf9c64;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	bottom:-27px;
	left:8px;
}

.shopnavi3:after {
	content: '';
	position: absolute;
	border-bottom: 16px solid #FFF;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	top:-25px;
	left:8px;
}
 
.shopnavi3:before {
	content: '';
	position: absolute;
	border-bottom: 16px solid #bf9c64;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	top:-27px;
	left:8px;
}

.shopnavi4:after {
	content: '';
	position: absolute;
	border-bottom: 16px solid #FFF;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	top:-25px;
	right:8px;
}
 
.shopnavi4:before {
	content: '';
	position: absolute;
	border-bottom: 16px solid #bf9c64;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	top:-27px;
	right:8px;
}
	
.navi_left{
	width: 90px;
	height: auto;
	float: left;
}

.navi_left a:first-of-type {
	width: 80px;
	margin: 0 10px 5px 0;
	display:block;
}

.navi_left a:first-of-type img {
	width:100%;
	height:auto;
	border:1px solid;
}

.navi_left a:nth-of-type(2) {
	width: 65px;
	display:block;
}

.navi_left a:nth-of-type(2) img {
	width:100%;
	height:auto;
	border: 1px dashed #666;
}

.navi_tojiru{
	width: 65px;
	height: 20px;
	border: 1px dashed #666;
	margin: 0 10px;
}

.navi_right{
	text-align: left;
	width: 150px;
	height: auto;
	margin:0 0 0 90px;
	line-height: 1.4;
}
		
.navi_shopname{
	font-size:16px;
	line-height:1.3;
	font-weight:bold;
}
	
.navi_shopname14{
	font-size:14px;
	line-height:1.3;
	font-weight:bold;
}
	
.navi_shopdata{
	font-size:12px;
	line-height:1.2;
	font-weight:normal;
	text-align: left;
}

.navi_right>a {
	width:144px;
	display:block;
}

.navi_right>a img{
	width:100%;
	height:auto;
	border:1px solid;
}

/*東京用マップナビ*/

.map-navi {
	position:fixed;
	left:0px;
	bottom:0px;
    background:rgba(0,0,0,0.2);
	border:1px solid #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.map-navi1 {
	text-align: center;
	padding: 10px;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	width:68px;
	float:left;
}

#hyoji-button,
#sakujo-button {
	width:40px;
	color:#010101;
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	border:1px solid #585858;
	background-color:#dadada;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#c8c8c8));
	background-image: -webkit-linear-gradient(#f9f9f9, #c8c8c8);
	background-image:    -moz-linear-gradient(#f9f9f9, #c8c8c8);
	background-image:     -ms-linear-gradient(#f9f9f9, #c8c8c8);
	background-image:      -o-linear-gradient(#f9f9f9, #c8c8c8);
	background-image:         linear-gradient(#f9f9f9, #c8c8c8);
    border-radius: 6px;
	padding: 7px 10px 6px;
	cursor:pointer;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#hyoji-button {
	margin: 0;
}

#sakujo-button {
	margin: 20px 0 0;
}

.map-navi2 {
	text-align: center;
	padding: 10px 0 10px 10px;
	border-left:1px solid #666;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	width:320px;
    border-radius: 0 6px 6px 0;
	float:right;
}

.map-navi2 a {
	color:#010101;
	font-size:16px;
	line-height:1.0;
	font-weight:bold;
	border:1px solid #585858;
	background-color:#dadada;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#c8c8c8));
	background-image: -webkit-linear-gradient(#f9f9f9, #c8c8c8);
	background-image:    -moz-linear-gradient(#f9f9f9, #c8c8c8);
	background-image:     -ms-linear-gradient(#f9f9f9, #c8c8c8);
	background-image:      -o-linear-gradient(#f9f9f9, #c8c8c8);
	background-image:         linear-gradient(#f9f9f9, #c8c8c8);
    border-radius: 6px;
	display:block;
	float: left;
	margin: 0 8px 8px 0;
	padding: 9px 10px 8px;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.map-navi2 a:visited, .map-navi2 a:hover, .map-navi2 a:active {
	text-decoration: none;
}

/*ニュースページ*/

.soapland-news {
	font-size:12px;
	line-height:1.2;
	text-align:center;
	padding:0 0 12px;
}

.shopnews-toppart {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
	padding: 0 0 0.8em 0;
}

.shopnewslist-toppart {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
/*	flex-wrap: wrap;*/
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
	padding: 0;
}

.shopnews-toppart-index {
    text-align: left;
    font-size: 18px;
/*    margin: 0 1em 0;*/
    margin: 0 0.3em 0 0.9em;
    padding: 0;
    line-height: 1.4;
    color: #333;
/*	width: calc(100% - 17em);*/
}

.shopnews-toppart-button {
    font-size: 18px;
}

ul.sugu-pagination {
/*    margin: 0.5em 1em 0 0;*/
    margin: 0.5em 0.9em 0 0;
/*    width: 14em;*/
	text-align: right;
}

ul.sugu-pagination li {
    min-height: 1.9em;
}
	
.shopnewsindex,
.shopblogindex {
	text-align:left;
	font-size: 16px;
	line-height: 1.4;
	margin: 0.5em 1em 0.5em 1em;
    padding: 0;
    color: #333;
}

.shopnewsindex li,
.shopblogindex li {
    list-style: none;
    display: inline-block;
}

.shopnewsindex li a,
.shopblogindex li a {
    padding: 0.4em 1em;
    vertical-align: middle;
    border: #999 1px solid;
    border-radius: 1.2em;
    text-decoration: none;
    color: #333;
}

.shopnews-pulldownpart {
    margin: 0 1.5em 0 0.5em;
	padding: 0.3em 0;
	width: calc(100% - 14em);
}

.shopnewslist-pulldownpart {
    margin: 0 1.5em 0 auto;
	padding: 0.3em 0;
	width: 80%;
}

.shopnews-pulldown {
	width: 100%;
	text-align: right;
	font-size: 16px;
	margin: 0.5em 0 0.6em;
	line-height: 1.2;
	color: #333;
}

.shopnews-pulldown select,
.shopnews-pulldown option {
	width: 100%;
}

#shopheader_banner {
	max-width:730px;
	width:100%;
	margin:10px auto 0;
}

#shopheader_banner img {
	width:100%;
	height:auto;
}

#shopnews_shopdata {
	text-align:left;
	font-size: 16px;
	margin: 1em;
	padding: 0.8em;
	background-color: #fff4f6;
}
	
#shopnews_shopdata_text {
	text-align:left;
	font-size: 16px;
	line-height: 1.8;
	color:#620012;
	overflow-wrap: break-word;
	word-break:break-all;
}

/*ニュース部分*/

#articlepart {
	width:100%;
	margin: 1em 0 0;
	border-bottom: 1px solid #ccc;
}
			
#articlepart #article_column_title {
	text-align:left;
	margin: 10px 0 0;
	padding: 1.0em 0.8em 0.8em;
	background-color: #fffaef;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}
	
#articlepart #article_column_title div:first-of-type {
	width: 42px;
	height: 22px;
	margin: 0 1em 0 0;
}

#articlepart #article_column_title div:first-of-type img {
	width: auto;
	height: 100%;
}
	
#articlepart #article_column_title_h4 {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	text-align:left;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: bold;
	color:#5f1200;
}
	
#articlepart #article_column_title_h4 a {
	color: #00C;
	font-weight: bold;
	text-decoration: none;
}
	
#articlepart #article_column_title_h4 a:visited {
	color: #609;
	font-weight: bold;
	text-decoration: none;
}
		
#articlepart #article_column_title_h4 a:hover, #article_column_title_h4 a:active {
	color: #39F;
	font-weight: bold;
	text-decoration: none;
}

#articlepart #article_column_title_h4 span {
	font-size: 14px;
	font-weight:normal;
}

#articlepart #article_column_title_h4 span.postbutton {
	display: inline-block;
	width: 89px;
	height: 20px;
	margin: 0 0 0 1em;
	vertical-align: middle;
}

#articlepart #article_column_title_h4 span.postbutton .twitter-share-button {
    width: 89px!important;
}

/*
#articlepart #article_column_title div:last-child {
	width: 89px;
	height: 20px;
	margin: 0 0 0 1em;
}

#articlepart #article_column_title div:last-child .twitter-share-button {
    width: 89px!important;
}
*/
	
#articlepart #article_column {
    background-color:#FFF;
	width: auto;
	margin: 0.6em 1em 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}

#articlepart #article_detail_column {
    background-color:#FFF;
	width: auto;
	margin: 20px 20px 0;
}
	
#articlepart #article_column_img {
	text-align: center;
	height: auto;
	margin: 0.5em 0 1.5em;
}

#articlepart #article_detail_column_img {
	margin: 1em 0;
}

#articlepart #article_column_img img {
	width: 120px;
	height: auto;
	margin: 0 auto;
    display: block;
}

#articlepart #article_detail_column_img img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
    display: block;
}
	
#articlepart #article_column_text {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align:left;
	margin: 0.5em 1em 1.2em;
	overflow-wrap: break-word;
	word-break:break-all;
}
	
#articlepart #article_column_text p {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align:left;
	margin-bottom: 1em;
	overflow-wrap: break-word;
	word-break:break-all;
}

#articlepart #article_detail_column_text {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align:left;
	width: auto;
	margin: 1em 1em 1.5em;
	overflow-wrap: break-word;
	word-break:break-all;
}

#articlepart #article_detail_column_text p {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align:left;
	margin-bottom: 1em;
	overflow-wrap: break-word;
	word-break:break-all;
}

#articlepart #article_column_shopdata {
	text-align:left;
	font-size: 16px;
	margin: 0 1em 1em;
	padding: 0.8em;
	background-color:#fff4f6;
}
	
#articlepart #article_column_shopdata_text {
	text-align:left;
	font-size: 16px;
	line-height: 1.8;
	color:#620012;
	overflow-wrap: break-word;
	word-break:break-all;
}
	
/*ニュースの一番下*/

.sugu-page-link {
	font-size: 16px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
}

.sugu-page-link a {
	margin: 0;
}

.sugu-page-link li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	width: 25%;
}

.pure-g > div {
	text-align: center;
}

#purebutton {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin: 0 0.5em;
    padding: 0.5em 1em 0.4em;
    border: #999 1px solid;
    border-radius: 1.2em;
	background : none;
	white-space: normal;
    vertical-align: middle;
}

#purebutton:link {
    color: #333;
    text-decoration: none;
    background : none;
}

#purebutton:visited {
    color: #333;
    text-decoration: none;
    background : none;
}

#purebutton:active,
#purebutton:hover {
    color: #333;
    text-decoration: none;
    background : none;
	box-shadow: none;
}
		
/*コラムページ*/

#soapland-column {
	padding:0 0 1em;
}

ul.soapland-column-index {
	list-style-type: disc;
	margin: 1.2em 0.6em 1em 1.8em;
}

ul.soapland-column-index li {
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	padding: 0 0 0.5em;
}

/*#soapland-column hr {
	margin: 0 0 20px;
}*/
	
#soapland-column article>h4 {
	background: url(../image/title_bg03.png) no-repeat top left;
    font-size: 16px;
	font-weight: bold;
	text-align:left;
	line-height: 1.0;
	max-width: 660px;
	height: 26px;
	margin: 0 1.2em 1em;
	padding: 0.6em 0 0 3em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

#soapland-column article>h4.margintop1em {
	margin: 1em 1.2em 1em;
}

p.column-text {
    font-size: 16px;
	line-height: 1.4;
	text-align:left;
	padding: 1em 1.4em;
}

p.column-text img.gazo20 {
    width:20px;
	height:auto; 
}

p.column-text img.gazo24 {
    width:24px;
	height:auto; 
}

.column-pic-l {
	width:200px;
	height:150px;
	float:left;
	padding:5px 10px;
}

.column-pic-r {
	width:200px;
	height:150px;
	float:right;
	padding:5px 10px;
}

.column-picw-l {
	width:400px;
	height:300px;
	float:left;
	padding:5px 10px;
}

.column-picw-r {
	width:400px;
	height:300px;
	float:right;
	padding:5px 10px;
}

.column-book-l {
	width:30%;
	max-width:225px;
	float:left;
	padding:5px 10px;
}

.column-book-r {
	width:30%;
	max-width:225px;
	float:right;
	padding:5px 10px;
}

.column-photo {
	width:400px;
	height:300px;
	float:left;
	padding:5px 10px;
}

.column-photo a img {
	width:100%;
	height:auto;
}

.column-pic-c {
	width:97%;
	margin:0 auto;
}

.inyou {
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	margin: 0.7em auto;
	padding: 0.7em 0.9em;
	border: 1px #666 dashed;
	width: 94%;
	display: block;
}

h5.column-midashi1 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	text-align: left;
	margin:0!important;
	padding:0 0 4px;
	width: 340px;
	border-bottom: 1px dotted #666666;
	display:block;
}

h5.column-midashi1 img {
	width:30px;
	height:30px;
	vertical-align: bottom;
}

h6.column-midashi2 {
	color: #1079ef;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #1079ef;
	line-height: 1.3;
	margin:10px 10px 8px;
	padding:0 0 2px;
	text-align: left;
	width:auto;
	display:block;
}

.column-line {
	width:100%;
	border-top: 1px solid #999;
	margin:0 0 20px!important;
	line-height:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.column-line1 {
	width:97%;
	margin:0 1.5% 10px!important;
	line-height:0;
	border-top: 3px double #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.column-line2 {
	width:97%;
	margin:0 1.5% 10px!important;
	line-height:0;
	border-top: 1px dashed #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*コラム内地図（横浜福富町）*/

.column-map-title {
	width:30%;
	margin:0 5px 0 auto;
}

.column-map-title img {
	max-width:234px;
	width:100%;
	height:auto;
}

.column-map {
	width:100%;
	text-align:center;
	margin: 0 auto 6px;
}

.column-map img {
	max-width:750px;
	width:100%;
	height:auto;
}

/*コラム内地図*/

.mapchoice {
	width:100%;
	text-align:center;
	margin: 0 auto 6px;
}

.mapchoice1 {
	width:100%;
	text-align:center;
	margin: 14px auto 0;
}
	
.mapchoice form,
.mapchoice1 form {
	width:100%;
	margin:0 0 2px;
}

.mapchoice div,
.mapchoice1 div {
	width:720px;
	margin: 0 auto;
}

.mapchoice div img,
.mapchoice1 div img {
	width:100%;
	height:auto;
}
	
.mapchoicebuttonbig {
	font-size: 16px;
	width: 220px;
	height: 40px;
	margin: 0 5px 5px;
}

.mapchoicebuttonmiddle {
	font-size: 16px;
	width: 170px;
	height: 2.4em;
	margin: 0 5px 5px;
}

.mapchoicebutton {
	font-size: 16px;
	width:100px;
	height: 40px;
	margin: 0 5px 5px;
}

/*コラム内Googleマップ*/

.column_map_canvas {
	width:100%;
	height:700px;
	margin:20px 0;
}

.gmap_fukidashi {
	white-space: nowrap;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	overflow: hidden;
}

gmap_fukidashi span {
	font-weight:bold;
}

.gmap_fukidashi img {
	border:none;
}

/*アルバム*/

.photoalbum {
	text-align:left;
    width: 720px;
	margin: 0px auto 6px;
}
	
.photoalbum img {
	float:left;
	max-width:120px;
	width:19.2%;
	height:auto; 
	margin: 0 0.8% 5px 0;
}

/*コラムページ店テーブル*/

.hensenlist,
.columnlist {
	width: 740px;
	margin: 0 auto;
	background-color:#FFF;
	border: solid  #666;
	border-width: 2px 2px 1.4px;
}

ul.hensentable,
ul.columntable {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
}

ul.hensentable *,
ul.columntable * {
	box-sizing: border-box;
}

ul.hensentable > li,
ul.columntable > li {
	width: 100%;
	list-style: none;
	border: solid  #666;
	border-width: 0 0 1px 0;
}

ul.hensentable-cell,
ul.columntable-cell {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
}

ul.hensentable-cell > li,
ul.columntable-cell > li {
	list-style: none;
	line-height: 1.4;
	padding: 0.6em 0.6em 0.5em 0.7em;
}

ul.hensentable-cell > li:nth-of-type(1) {
	width: 14em;
	height: auto;
}

ul.columntable-cell > li:nth-of-type(1) {
	width: 5em;
	height: auto;
}

ul.hensentable-cell > li.hensentable-cell-midashi,
ul.columntable-cell > li.columntable-cell-midashi {
	width: 100%;
}

ul.hensentable-cell > li:nth-of-type(2) {
	width: calc(100% - 14em);
	height: auto;
	border: solid  #666;
	border-width: 0 0 0 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: column;
/*    align-items: center;*/
	justify-content: flex-start;
}

ul.columntable-cell > li:nth-of-type(2) {
	width: 9em;
	height: auto;
	border: solid  #666;
	border-width: 0 0 0 1px;

}

ul.columntable-cell > li:nth-of-type(3) {
	width: calc(100% - 22em);
	height: auto;
	border: solid  #666;
	border-width: 0 0 0 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: column;
/*    align-items: center;*/
	justify-content: flex-start;
}

ul.columntable-cell > li:nth-of-type(4) {
	width: 8em;
	height: auto;
	border: solid  #666;
	border-width: 0 0 0 1px;
}

/*コラムページ内の表*/

.column-table {
	width:740px;
	margin:0 10px 10px;
	border: 2px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
	background-color:#FFF;
}

.column-table tr th p, .column-table tr td p {
    font-size: 14px;
	line-height:1.3;
	font-weight:normal;
	text-align:center;
	padding: 6px 6px 4px;
}

.column-table tr th, .column-table tr td {
	border: 1px #666 solid;
	line-height:0;
}

.column-table tr td img {
	width:100%;
	max-width:150px;
	height:auto;
}

tr[class^="chipub-midashi"] td {
	text-align:left;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.2;
	padding:6px 10px 5px;
}

.chipub-midashi1 td {
	background:#ffdfec;
}

.chipub-midashi2 td {
	background:#f7e3ff;
}

.chipub-midashi3 td {
	background:#dfeeff;
}

.chipub-midashi4 td {
	background:#ffeddf;
}

.chipub-map td img {
	width:100%;
	max-width:none!important;
	height:auto;
}

.chipub-bil td {
	padding: 6px;
	vertical-align:top;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.chipub-bil td p {
    font-size: 12px!important;
	padding:6px 0 0!important;
}

.chipub-bil td img {
	width:100%;
	height:auto;
}

.hanabi-table td {
	vertical-align:top;
	width:50%;
}

.hanabi-table tr:nth-of-type(5n+3) td p {
	text-align:left;
}

/*求人ページ*/

#soapland-recruit {
	padding:0 0 12px;
}

#soapland-recruit>h4 {
	background: url(../image/title_bg03.png) no-repeat top left;
    font-size: 16px;
	font-weight: bold;
	text-align:left;
	line-height: 1.0;
	max-width: 660px;
	height: 26px;
	margin: 0 20px 15px;
	padding: 10px 0 0 45px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.recruit_column {
	width:100%;
	position:relative;
	overflow: hidden;
}

#recruit_button {
	width: 720px;
	margin:0 auto 15px;
	z-index: 4;
}
		
#wrec_button {
	padding: 0 10px 0 0;
	cursor: pointer;
	width:350px;
	height:76px;
}

#mrec_button {
	cursor: pointer;
	width: 350px;
	height: 76px;
}

#wrec_column,
#mrec_column {
	width: 100%;
	height:auto;
	position:absolute;
	top:auto;
	left:0px;
}

#wrec_column {
	background-color: #ffe5f7;
	z-index: 2;
}

#mrec_column {
	background-color: #e3f0ff;
	z-index: 1;
}
	
.wrec_column1, .mrec_column1 {
	background-color: #FFF;
	width: 90%;
	margin: 25px 3%;
	padding: 20px 2%;
	position:relative;
}

.wrec_column1 {
	border: dashed 1px #ff63d1;
}
	
.mrec_column1 {
	border: dashed 1px #64aaff;
}

#my-slider,
#my-slider2,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	height:400px!important;
}

.wrec_topic, .mrec_topic {
	background-size:360px 46px;
	text-align: center;
	width: 360px;
	height: 30px;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 8px 20px;
	line-height: 1.4;
	color:#FFF;
}

.wrec_topic {
	background: #ff9de2 url(../image/wrec_topic.png) no-repeat top center;
}

.mrec_topic {
	background: #0098ff url(../image/mrec_topic.png) no-repeat top center;
}

.wrec_text, .mrec_text {
	text-align:left;
	font-size: 16px;
	padding:10px 20px;
	line-height: 1.4;
}

.wrec_text {
	color:#ff63d1;
}

.mrec_text {
	color:#0095f2;
}

.wrec_text a, .mrec_text a {
	color:#0000FF;
	position: relative!important;
}

.wrec_text a:visited, .wrec_text a:hover, .wrec_text a:active,
.mrec_text a:visited, .mrec_text a:hover, .mrec_text a:active {
	text-decoration: underline;
	color: #0000FF;
	position: relative!important;
}

.wrec_text_line {
	width:90%;
	margin:0 auto;
	border: 0;
    border-bottom: 1px dashed #FFF;
    background: #ff98e0;
}

.sp-slide:first-of-type .wrec_text img,
.sp-slide:nth-of-type(3) .wrec_text img,
.sp-slide:nth-of-type(5) .wrec_text img,
.mrec_text img {
	float:left;
	width:200px;
	height:auto;
	margin:0 10px;
}

.sp-slide:nth-of-type(7) {
	text-align:center;
}

.sp-slide:nth-of-type(7) img {
	float:none;
	width:94%;
	height:auto;
	max-width:628px;
	margin:0 auto;
}

#wrec_column .sp-next-arrow:after,
#wrec_column .sp-next-arrow:before,
#wrec_column .sp-previous-arrow:after,
#wrec_column .sp-previous-arrow:before {
	background-color:#ff98e0;
}

#mrec_column .sp-next-arrow:after,
#mrec_column .sp-next-arrow:before,
#mrec_column .sp-previous-arrow:after,
#mrec_column .sp-previous-arrow:before {
	background-color:#00c1fe;
}

/*店舗求人欄*/

.wrec_column2,
.mrec_column2 {
	background:#FFF;
	width:100%;
	padding:30px 0 25px;
	position:relative;
}

.wrec_column2 div,
.mrec_column2 div {
	width:92%;
	height:auto;
    border-radius: 8px;
	margin:0 2% 35px;
	padding:10px 2%;
	position:relative;
}

.wrec_column2 div>span,
.mrec_column2 div>span {
	width:100px;
	top:-25px;
	left:-2%;
	display:block;
	position:absolute;
}

.wrec_column2 div>span img,
.mrec_column2 div>span img {
	width:100%;
	height:auto;
}

.wrec_column2 div {
	background:#ffd0f1;
	border:1px solid #ff63d1;
}

.mrec_column2 div {
	background:#c1ddff;
	border:1px solid #77bfff;
}

.wrectitle, .mrectitle {
	margin: 2px 0 12px 52px;
	padding: 10px 10px 6px 25px;
	height:22px;
	background:#FFF;
}

.wrectitle {
	border:1px solid #ff63d1;
}

.mrectitle {
	border:1px solid #64aaff;
}

.wreccategory,
.mreccategory {
	max-width:146px;
	width:26%;
	display:block;
	float:right;
	margin:-5px 0 0;
}

.wreccategory img,
.mreccategory img {
	width:100%;
	height:auto;
}
	
.wrectitle a,
.mrectitle a {
	text-align:left;
	font-size: 20px;
	line-height: 1.0;
	display:block;
	color: #900;
	font-weight: bold;
	text-decoration: none;
	margin:0 28% 0 0;
	width:72%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.wrectitle a:visited, .mrectitle a:visited,		
.wrectitle a:hover, .wrectitle a:active,
.mrectitle a:hover, .mrectitle a:active {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

.wrecbanner,
.mrecbanner,
.wrecbanner a,
.mrecbanner a {
	width:100%;
	line-height:0;
	display:block;
}

.wrecbanner a img,
.mrecbanner a img {
	width:100%;
	height:auto;
}

.wrecbanner a img {
	border:1px solid #ff63d1;
}

.mrecbanner a img {
	border:1px solid #64aaff;
}

/*Twitterページ*/

.soapland-twitter {
/*	margin:-15px 0 0;*/
	font-size:12px;
	line-height:1.2;
	text-align:center;
	height:auto;
}

.twittertitle {
	margin: 8px 0 0;
	width:760px;
	border: none;
	line-height:0;
}

.twittertitle img {
	max-width:760px;
	width:100%;
	height:auto;
}

.twittercontents {
	text-align:left;
	padding: 20px 20px 20px;
	color: #333;
	width: 720px;
	height:auto;
	overflow:hidden;
}

.twittercontents .twitter-timeline { 
	width:100%;
	height: 500px;
}

.twitter-bg {
	width: auto;
	height: 100px;
	margin: 20px 8px 23px 10px;
	background-color:#1d9bf0;
	border-radius: 10px;
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.twitter-bg p {
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color:#fff;
}

.twitter-bg p a {
	padding: 0 10px;
	display: block;
}

.twitter-bg p a:link { 
	text-decoration: none; 
	color:#fff;
	font-weight:bold;
}
	
.twitter-bg p a:visited {
	text-decoration: none; 
	color:#fff;
	font-weight:bold;
}

.twitter-bg p a:hover, .twitter-bg p a:active { 
	text-decoration: none; 
	color:#fff;
	font-weight:bold;
}

.twitter-list .gal-blog-list img {
	border-radius: 10px;
}

.twitter-list .gal-blog-list span img {
	border-radius: 0px;
}

.is-hidden { display: none; }

.twitter-search-form-box {
	max-width: 290px;
	padding:5px 10px 15px;
}

.twitter-search-form {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #b0b0b0;
    border-radius: 24px;
}

.twitter-search-form:hover {
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}

.twitter-search-form input {
	font-size: 140%;
    width: auto;
    height: 40px;
    padding: 5px 25px;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.new-twitter {
	display: inline-block;
}

/*.new {
    display: none;
}

.new.is-show {
    display: inline-block;
}*/

/*ブログページ*/

.soapland-blog {
	font-size:12px;
	line-height:1.2;
	text-align:center;
	height:auto;
}

.galblogtitle {
	margin: 8px 0 0;
	width:760px;
	border: none;
	line-height:0;
	border-top: 1px solid #edced6;
	border-bottom: 1px solid #d8b2bc;
}

.galblogtitle img {
	max-width:760px;
	width:100%;
	height:auto;
}

.pickupblog {
	width: 755px;
	height: 160px;
	padding: 10px 0 0 5px;
	background-color: #fff8f9;
}
	
.kuma {
	float: left;
	width: 150px;
}

.kuma img {
	max-width:150px;
	width:100%;
	height:auto;
}
	
.blogpickup {
	width: 584px;
	margin: 8px 0 0 151px;
	display:table;
	table-layout: fixed
}

.gal-blog-list {
	font-size: 10px;
	line-height: 1.2;
	color: #666;
	float:left;
	text-align:center;
	width: 22%;
	height:144px;
	overflow:hidden;
	margin: 0 1% 0 0;
	padding: 8px 1%;
}
	
.gal-blog-list a {
	text-decoration: none;
}
	
.gal-blog-list a:visited { 
	text-decoration: none;
}
			
.gal-blog-list a:hover, .gal-blog-list a:active { 
	text-decoration: none;
}

.gal-blog-list a img {
	max-width: 160px;
	width:100%;
	height:auto;
	margin: 0 auto;
}

#blogpickup0, #blogpickup1, #blogpickup2 {
	display:table-cell;
	vertical-align:top;
	margin:0!important;
}

#blogpickup0>p.gal-blog-list,
#blogpickup1>p.gal-blog-list,
#blogpickup2>p.gal-blog-list {
	width:100%;
}
		
.shopblogcontents {
	text-align:left;
	padding: 10px 20px 20px;
	color: #333;
	width: 720px;
	height:auto;
	overflow:hidden;
	background-color: #fff8f9;
}

.shopblogcontents iframe {
	width:100%;
	height:100%;
	border:none;
	overflow:auto;
	line-height:0;
}
	
.shopblogcontents-content {
	width: 100%;
	height:100%;
}
	
.shopblogcontents-content p {
	text-align:left;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 6px;
	padding: 3px 0 0;
	height: 31px;
	overflow: hidden;
	border-bottom: 1px dotted #d89fa7;
}
	
.shopblogcontents-date {
	color: #333;
	width: 120px;
	float: left;
}
	
.shopblogcontents-img {
	color: #333;
	width: 30px;
	height: 30px;
	display:block;
	overflow: hidden;
	float: left;
	margin: -4px 8px 0 0;
}

.shopblogcontents-img a img,
.shopblogcontents-img img {
	width:100%;
	height:auto;
}
	
.shopblogcontents-title {
	color: #333;
	width: 286px;
	height: 26px;
	display:block;
	overflow: hidden;
	float: left;
}
		
.shopblogcontents-name {
	color: #333;
	width: 268px;
	height: 26px;
	display:block;
	overflow: hidden;
	float: right;
}

.blog-bg1,
.blog-bg2 {
	width: 80px;
	height: 100px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color:#00C;
	margin: 20px 8px 23px 10px;
	background-image:url(../image/galblog01.png);
	float:left;
}

.blog-bg1 a {
	width: 80px;
	height: 57px;
	padding: 43px 0 0;
	display: block;
}

.blog-bg2 a {
	width: 80px;
	height: 65px;
	padding: 35px 0 0;
	display: block;
}

.blog-bg1 a:link,
.blog-bg2 a:link { 
	text-decoration: none; 
	color: #00C;
	font-weight:bold;
}
	
.blog-bg1 a:visited,
.blog-bg2 a:visited { 
	text-decoration: none; 
	font-weight:bold;
}

.blog-bg1 a:hover, .blog-bg1 a:active,	
.blog-bg2 a:hover, .blog-bg2 a:active { 
	text-decoration: none; 
	font-weight:bold;
}

.soapland-bloglist {
	font-size:12px;
	line-height:1.2;
	text-align:center;
	padding:0 0 12px;
}

.blogbuttongroup {
	margin: 20px 0 10px 1%;
}
	
.blogbutton {
    font-size:14px;
	line-height:1.0;
	width:170px;
	color: #333;
	background-color:#f1f1f1;
	text-align:center;
	padding: 12px 0;
	margin: 0 10px 10px 0;
	float:left;
	cursor:pointer;
	overflow:hidden;
	white-space:nowrap;
}

/*ムービーページ*/

#soapland-movie {
	font-size:12px;
	line-height:1.2;
	text-align:center;
}

#soapland-movie article {
	font-size:12px;
	line-height:1.2;
	text-align:center;
	padding:0 0 12px;
}
	
#soapland-movie article h4 {
	background: url(../image/title_bg03.png) no-repeat top left;
    font-size: 16px;
	font-weight: bold;
	text-align:left;
	line-height: 1.0;
	max-width: 660px;
	height: 26px;
	margin: 0 20px 15px;
	padding: 10px 0 0 45px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.movie-list {
	width: 100%;
}

.youtube0 {
	text-align: center;
	width: 710px;
	height:auto;
	margin: 10px auto;
	padding:10px;
	border: #333 dashed 1px;
	background-color: #E8FBFF;
}
	
.youtube {
	text-align: center;
	float: left;
	width: 310px;
	height:auto;
	margin: 10px;
	padding: 10px;
	border: #333 dashed 1px;
	background-color: #E8FBFF;
}

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

.shopyoutube iframe,
.galyoutube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.youtube0 p,
.youtube p {
	text-align:left;
	background-color: #FFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	width:96%;
	height: 69px;
	padding: 6px 2% 10px;
	margin: 6px 0 0;
	border: #333 dotted 1px;
	overflow: auto;
}
		
.movie-galname {
	font-size: 14px;
	line-height: 1.6;
}
	
.moviebutton {
    font-size: 14px;
	width: 140px;
    height: 28px;
	color: #333;
	text-align:center;
	margin: 6px 5px 0;
}
	
.moviebutton-s {
    font-size: 14px;
	width: 64px;
    height: 28px;
	color: #333;
	text-align:center;
	margin: 6px 5px 0;
}
	
.movieshopbuttongroup {
	margin: 0 0 0 10px;
}
	
.movieshopbuttongroup div {
    font-size:14px;
	line-height:1.0;
	width:170px;
	color: #333;
	background-color:#f1f1f1;
	text-align:center;
	padding: 12px 0;
	margin: 0 10px 10px 0;
	float:left;
	cursor:pointer;
	overflow: hidden;
	white-space: nowrap;
}

/*ブログページ女の子特集*/

h4#galnews-subtitle {
	cursor: pointer;
	line-height: 0;
	max-width:100%;
	width:100%;
	margin: 8px 0 15px 0;
	padding:0;
    overflow: hidden;
}

h4#galnews-subtitle img {
	width:100%;
	height:auto;
}

h4#galnews-subtitle img:first-of-type {
	display:block;
}

h4#galnews-subtitle img:last-of-type {
	display:none;
}

#galnews-waku {
	margin:0 0 10px;
	display: none;
}

.galnewsgal,
.nogalnewsgal {
	float:left;
	text-align: center;
	background:url(../image/gal2.jpg) top left no-repeat;
	background-size:100% 100%;
	width: 180px;
	height: auto;
	margin: 0 6px 12px 0;
	line-height:0;
}
	
.galnewsgal>a:first-of-type {
	width:100%;
	position:relative;
	display:block;
}

.galnewsgal>a:first-of-type>img,
.galnewsgal>a:first-of-type:hover>img {
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.galnewsgal>a:first-of-type>img,
.pickupgal>a:first-of-type>img {
	border:1px solid #ffabe8;
}

.galnewsgal>a:first-of-type:hover>img,
.pickupgal>a:first-of-type>img {
	border:1px solid #ffc4ef;
}

/*共通2*/

.margin-top20 {
	margin-top:20px!important;
}

.margin-bottom20 {
	margin-bottom:20px!important;
}

@media all and (max-width: 1011px) {

/*ヘッダー*/
	
.header {
	width:100%;
	position:relative;
}

.areanavi_s {
	position:absolute;
	display:block;
	top:0px;
	right:0px;
	width:250px;
	height:40px;
}

.areanavi_s form {
	padding:6px 20px 0;
	text-align:center;
}

.areanavi_s form select {
	font-size: 14px;
	line-height: 1.0;
	color: #333;
	padding:2px 4px;
}

/*左カラム*/

.left-column {
	float:none;
	margin:0 auto;
}

/*右カラム*/

.right-column {
	width:100%;
	height:561px;
	max-width:760px;
	margin:0 auto;
	text-align:center;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	background:#FFF;
}

#wrap{
	height:551px;
	position:relative;
	padding:0 0 10px;
}

#primaryNavigation {
	width:100%;
	position:relative;
	top:auto!important;
	left:auto;
	bottom:0px;
}
	
.areanavi_part {
	display:none;
}

.soapblog {
	background-color:#FFF;
	border-bottom:none;
	width: 100%;
	height:auto;
	max-width:760px;
	margin: 0 auto;
	padding: 2px 0 0;
	text-align:center;
}
	
/*.soapblog_banner {
	margin: 0 0 8px 16px;
	float:left;
}*/

.soapblog_ex, .soapblog_banner {
	display:none;
}
	
.social-button-nav {
/*	float:left;ソープブログバナーを表示する場合*/
	width:auto;
	height:auto;
	margin:0 0 10px 16px;
	padding:0;
	background: none;
	text-align: left;
}
	
	.twitter-button-nav {
		width: 115px;
		float: left;
		margin: 0 5px 4px 0;
}
	
	.twitter-button-nav iframe {
		width: 115px!important;
}
	
	.facebook-button-nav {
		width: 100px;
		float: left;
		margin: 0 7px 4px 0;
}
	
	.facebook-button-nav iframe {
		width: 100px!important;
}
	
.twitter-timeline {
	width:96% !important;
	width: 740px !important; /*レイアウト崩れを防ぐ*/
	height:500px !important;
	margin:0 auto;
	overflow:hidden;
}
	
.twitter-timeline iframe {
	height:500px !important;
}
	
.twitterfeed-timeline {
	width:96%;
	max-width: 740px;
	height:500px;
	margin:0 auto;
	overflow:hidden;
}
	
.twitterfeed-timeline iframe {
	height:500px;
    border-radius:0px;
}
	
/*フッター*/

.sub-footer {
	padding: 0.8em 0.6em;
}

.footer {
	min-width:initial;
	min-width:auto;
}

address {
  width: 100%;
  padding:0;
}

/*トップページ*/

#Topicnewsnavi {
	right:0px;
}

}

@media all and (max-width: 775px) {

/*ヘッダー*/

.header, p.headerp {
	border-left:none;
	border-right:none;
}

p.headerp {
	font-size: 9px;
	width:98%;
	padding: 3px 0 0 2%;
}

/*.area-nav .area-center-nav div {
	display:none;
}*/
	
.area-nav .area-center-nav div:last-of-type h2 {
	background: url(../image/logo_main1.png) no-repeat center center;
	background-size:contain; 
	width:auto;
}
	
.area-nav .area-center-nav div:last-of-type h2 a {
		padding:161px 0 3px 0;
		width:100%;
		background: none;
		background-size:auto;
	    opacity: 0;
}

/*共通*/	

h3.subtitle,
h3.subtitle-nomargin {
	padding: 8px 0 0 14px;
	max-width:none;
}

/*左右カラム*/

.left-column,
.right-column {
	border-left:none;
	border-right:none;
} 

/*フッター*/

#sitemap,
#author,
#admin {
	width:100%;
}

#admin a {
	padding:0.6em 0.5em 1.0em; 
}

/*認証ページ*/

.hyakkei, .hyakkei2, .hyakkei3, .hyakkei4, .hyakkei5, .hyakkei6, .hyakkei7, .hyakkei8, .hyakkei9, .hyakkei10, .hyakkei11, .hyakkei12, .hyakkei13  {
	width:99%;
	padding: 6px 0 1px 1%;
}

.hyakkei>img, .hyakkei2>img, .hyakkei3>img, .hyakkei4>img, .hyakkei5>img, .hyakkei6>img, .hyakkei7>img, .hyakkei8>img, .hyakkei9>img, .hyakkei10>img, .hyakkei11>img, .hyakkei12>img, .hyakkei13>img,
.hyakkei>a>img, .hyakkei2>a>img, .hyakkei3>a>img, .hyakkei4>a>img, .hyakkei5>a>img, .hyakkei6>a>img, .hyakkei7>a>img, .hyakkei8>a>img, .hyakkei9>a>img, .hyakkei10>a>img, .hyakkei11>a>img, .hyakkei12>a>img, .hyakkei13>a>img {
	width:19%;
	height:auto;
	margin:0 1% 5px 0;
}

.hyakkei img.hyakkeititle-space,
.hyakkei2 img.hyakkeititle-space,
.hyakkei3 img.hyakkeititle-space,
.hyakkei4 img.hyakkeititle-space,
.hyakkei5 img.hyakkeititle-space,
.hyakkei6 img.hyakkeititle-space,
.hyakkei7 img.hyakkeititle-space,
.hyakkei8 img.hyakkeititle-space,
.hyakkei9 img.hyakkeititle-space,
.hyakkei10 img.hyakkeititle-space,
.hyakkei11 img.hyakkeititle-space,
.hyakkei12 img.hyakkeititle-space,
.hyakkei13 img.hyakkeititle-space {
	display:block;
}

.hyakkeititle {
	top: 0px;
	left: 0px;
	width: 16%;
	height:auto;
	margin:0 2%;
}
	
.hyakkeititle img {
	max-width:none;
}

.linkw,
.links {
    width: 98.4%;
	padding: 0 0.8% 2px;
}

.links .banners:first-of-type {
	width: 49.5%;
	margin: 0 1% 0 0;
}

.links .banners:nth-of-type(2) {
	width: 49.5%;
	margin: 0;
}

.banners span, .bannerw span, .bannerwnb span, .banner4 span, .banner6 span {
	padding:2px 0 8px;
}

.link0 {
    max-width: none;
	width:99.2%;
	margin: 0 auto 1em;
	padding: 0 0 0 0.8%;
}

.banner1 {
	width:50%;
/*	height:auto;*/
	height:calc(49.5vw * 80 / 360);
	margin: 0 1% 0 0;
}
	
.banner2 {
	width:50%;
/*	height:auto;*/
	height:calc(49.5vw * 80 / 360);
}

.sogo-link {
	width:97%;
	margin:0 1.5% 10px;
}

/*トップページ*/

#pickupgal-waku {
    width:98.6%;
/*	padding: 8px 0.4% 40px 1%;*/
	padding: 8px 0.4% 390px 1%;
}

.nopickupgal {
	display:none;
}

.pickupgal,
.nopickupgal {
	background-size:100% 100%;
	width: 24.3%;
	height: auto;
	margin: 0 0.7% 18px 0;
}

.pickupgal img,
.nopickupgal img {
	width:100%;
	height:auto;
}

.shinchaku_waku_left {
	width: 78%;
}

/*.shinchaku {
	height:140px;
}*/

.news2 {
	height:198px;
}

.news2-t {
	height:100px;
}

.news2-b {
	height:98px;
}
	
.news2 #feeds {
	padding: 8px 6px 10px 16px;
}
	
.news2-t #feeds {
	padding: 8px 6px 10px 16px;
}

.news2-b #feeds {
	padding: 8px 6px 10px 16px;
}

.shinchaku_waku_right {
	width: 22%;
	margin:0 0 0 78%;
}

.rss_button_waku,
.blog_button_waku {
	height:auto;
	padding:5px;
    border-radius: 16px;
}

.news_fukidashi {
	margin:2px 1% 16px;
	padding:8px 2%;
}

.blog_fukidashi {
	margin:8px 1% 16px;
	padding:8px 3%;
	height: auto;
}

.rss_button,
.blog_button {
	width:100%;
	height:100%;
}

.rss_button a,
.blog_button a {
	width:100%;
	height:100%;
}

.map {
	width:97%;
}

.hplist, .oclist {
    width: 97%;
}

/*新着情報部分*/


/*掲載店リスト*/

#keisai-soaplist-part p {
	width:93%;
	margin:0 1% 0 2%;
	padding:0 2%;
	text-align:left;
	right:auto;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.keisai-table-container {
	width: 97%;
	height: auto;
	max-height: 700px;
	margin: 0 1% 0 2%;
	overflow: auto;
}

.keisai-soaplist {
	margin: 0 10px 0 0;
}

/*東京用お風呂マップ*/

#soapmap {
	width: 97%;
}

#soapmap>p {
    font-size: 14px;
	top: 66%;
	left: 4.1%;
	width: 34.6%;
	height: 30%;
}

#map_gotanda {
	margin:-19px 47px 19px -47px;
	top: 83%;
	left: 52.1%;
}
	
#map_hachioji {
	margin:-19px 47px 19px -47px;
	top: 55.5%;
	left: 7.2%;
}

#map_higashifuchu {
	margin:-19px 47px 19px -47px;
	top: 65.8%;
	left: 10.7%;
}
	
#map_kichijoji {
	margin:-19px 47px 19px -47px;
	top: 55.5%;
	left: 21.2%;
}
	
#map_okachimachi {
	margin:-19px 47px 19px -47px;
	top: 48%;
	left: 85.6%;
}
	
#map_ooimachi {
	margin:-19px 47px 19px -47px;
	top: 93.4%;
	left: 56.1%;
}
	
#map_ikebukuro {
	margin:-19px 39px 19px -39px;
	top: 38.6%;
	left: 40.4%;
}

#map_kameari {
	margin:-19px 39px 19px -39px;
	top: 16%;
	left: 87.1%;
}
	
#map_kanamachi {
	margin:-19px 39px 19px -39px;
	top: 8%;
	left: 91.1%;
}
	
#map_komagome {
	margin:-19px 39px 19px -39px;
	top: 26.8%;
	left: 71.1%;
}
	
#map_ootsuka {
	margin:-19px 39px 19px -39px;
	top: 30.8%;
	left: 46.5%;
}
	
#map_shibuya {
	margin:-19px 39px 19px -39px;
	top: 71%;
	left: 40.9%;
}
	
#map_shinjuku {
	margin:-19px 39px 19px -39px;
	top: 55.5%;
	left: 36.9%;
}
	
#map_sugamo {
	margin:-19px 39px 19px -39px;
	top: 25%;
	left: 57.9%;
}
	
#map_yoshiwara {
	margin:-22px 47px 22px -47px;
	top: 32.2%;
	left: 92.3%;
}

/*リストページ*/

.listprbanner {
    width: 97%;
	margin: 14px auto 20px;
}

.listpr {
	text-align: center;
	font-size: 12px;
	margin: 0 0 6px;
}

.areachoicebuttonbig {
	margin: 0 0.2em 0.3em;
}

.areachoicebuttonmiddle {
	margin: 0 0.2em 0.3em;
}
	
.areachoicebutton {
	margin: 0 0.2em 0.3em;
}

.table-container {
	width:97%;
	height:auto;
/*	max-height:700px;*/
	margin:0 1% 0 2%;
	overflow:auto;
}

.areachoice p {
	display:block;
	padding:5px 0 0;
}

.twitter_button_area {
	max-width: 148px;
	width:22%;
	padding:0 15px 12px;
}
	
.twitter_button_area p {
    font-size: 12px;
	line-height: 1.4;
	text-align:center;
	padding: 0 0 3px;
}

.twitter_button {
	width:100%;
	height:100%;
}

.twitter_button a {
	width:100%;
	height:100%;
}

/*店テーブル*/

#shoplist {
	width:760px;
	margin:0;
}

/*店テーブル中身*/
	
.chushaku2 span.chushaku,
.chushaku2 span.chushaku0 {
	left: 73px;
}

/*2輪の表*/
	
#nirinlist {
	width:96%;
	margin:0 2%;
}

.nirinshop {
    width: 200px;
}
	
/*リストの備考*/
	
#bikou {
	width:96%;
	margin:15px 2%;
	padding: 15px;
}

/*マップページ*/

.googlemap_btn,
.googlemap_btn2 {
	width:97%;
	max-width:750px;
}
	
.googlemap_btn a,
.googlemap_btn2 a {
	width: 100%;
	height:100%;
	background-size:100% 100%;
	line-height:0;
}

.map-container {
	width:97%;
	height:auto;
	overflow:auto;
}
	
.areamap{
	width:100%;
	height:100%;
	position: relative;
}

.areanavibanner a {
  width:32.3%;
  margin: 0 1% 4px 0;
}

/*ニュースページ*/

/*ニュース部分*/

/*
#articlepart #article_column {
	width:97%;
	margin: 0.6em auto 0;
}
*/

#articlepart #article_column_img {
	margin: 0.2em 0.5em 0.8em;
}
	
#articlepart #article_detail_column_text {
	margin: 1em 0.3em 1.5em;
}

#articlepart #article_detail_column_text p {
	margin-bottom: 1em;
}

/*コラムページ*/

.mapchoice div,
.mapchoice1 div {
	width:97%;
	margin: 0 auto;
}

.column-picw-l,
.column-picw-r {
	width:60%;
	height:auto;
}

.column-photo {
	width:60%;
	height:auto;
}
	
/*コラム内地図（横浜福富町）*/

.column-map-title {
	width:30%;
	min-width: 180px;
	margin:0 1.5% 0 auto;
}

.column-map-title img {
	max-width:234px;
	width:100%;
	height:auto;
}

.column-map {
	width:97%;
	margin: 0 auto 1.5%;
}

/*アルバム*/

.photoalbum {
	text-align:left;
    width: 97%;
	margin: 0px auto 6px;
}
	
.photoalbum img {
	float:left;
	max-width:120px;
	width:19.2%;
	height:auto; 
	margin: 0 0.8% 5px 0;
}
	
.mapchoicebuttonbig {
	margin: 0 4px 5px;
}

.mapchoicebuttonmiddle {
/*	width:160px;*/
	width: 11em;
	margin: 0 2px 5px;
}

.mapchoicebutton {
	margin: 0 2px 5px;
}

/*コラム内Googleマップ*/

.column_map_canvas {
	height:600px;
}

/*コラムページ店テーブル*/

.hensenlist,
.columnlist {
	width:97%;
	margin:0 auto;
}

/*コラムページ内の表*/

.column-table {
	width:97%;
	margin:0 auto 10px;
}

/*求人ページ*/

#recruit_button {
	width: 97%;
}

#wrec_button {
	padding: 0 1.5% 0 0;
	width:48%;
	height:auto;
}

#mrec_button {
	width:48%;
	height:auto;
}

/*店舗求人欄*/

.wrectitle, .mrectitle {
	height:20px;
}

.wrectitle a,
.mrectitle a {
	font-size: 18px;
	margin:0 160px 0 0;
}
	
/*Twitterページ*/

.twittertitle {
	width:100%;
}
	
.twittercontents {
	padding: 15px 0 20px;
	width: 100%;
	height:auto;
	overflow:hidden;
}
	
/*ブログページ*/

.galblogtitle {
	width:100%;
}

.pickupblog {
	width:99%;
	padding: 10px 0 0 1%;
}
	
.kuma {
	width: 24%;
}
	
.blogpickup {
	width: 75%;
	margin: 8px 0 0 25%;
}

#blogpickup0>p.gal-blog-list,
#blogpickup1>p.gal-blog-list,
#blogpickup2>p.gal-blog-list {
	width:96%;
	padding: 8px 2%;
}
	
.blogbutton {
	width:24%;
	margin: 0 1% 10px 0;
}

.shopblogcontents {
  padding: 10px 1.5% 20px;
  width: 97%;
  height:auto;
  overflow:hidden;
}

.shopblogcontents-content p {
	display:table;
	width:100%;
	margin:0!important;
	table-layout:fixed;
}

.shopblogcontents-date {
	display:table-cell;
	float:none;
	width:110px;
}

.shopblogcontents-img {
	display:none;
}

.shopblogcontents-title {
	display:table-cell;
	float:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:0 0 0 10px;
	width:60%;
}

.shopblogcontents-title a {
	display:inline;
	white-space:nowrap;
	overflow:hidden;
}

.shopblogcontents-name {
	display:table-cell;
	float:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:40%;
}

/*ムービーページ*/

.movieshopbuttongroup div {
      width: 24%;
	  margin: 0 1% 10px 0;
}

.youtube0{
	width: 94%;
	margin: 10px auto;
	padding:1.5%;
}

.youtube{
	max-width:310px;
	width: 94%;
	margin: 10px 1.5%;
	padding:1.5%;
}

/*ブログページ女の子特集*/

#galnews-waku {
}

.nopickupgal {
	display:none;
}

.galnewsgal,
.nogalnewsgal {
	background-size:100% 100%;
	width: 24.3%;
	height: auto;
	margin: 0 0.7% 10px 0;
}

.galnewsgal img,
.nogalnewsgal img {
	width:100%;
	height:auto;
}

}


@media all and (max-width: 755px) {

/*トップページ*/

.news2 #feeds .published,
.news2-t #feeds .published,
.news2-b #feeds .published {
	  display: none;
}

}

@media all and (max-width: 754px) {

.news2 #feeds,
.news2-t #feeds,	
.news2-b #feeds {
	padding: 8px 6px 10px 10px;
}

}

@media all and (max-width: 740px) {
	
/*トップページ*/

.news_fukidashi {
	margin:2px 1% 20px;
	padding:8px 2%;
}

.blog_fukidashi {
	margin:8px 1% 20px;
	padding:8px 3%;
}

.news_fukidashi:after,
.blog_fukidashi:after {
	content: '';
	position: absolute;
	border-top: 20px solid #FFF;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -19px;
	right: 32px;
}

/*リストページ*/

/*店テーブル*/
	
#shoplist {
	width:704px;
}

.haba-l {
    width: 192px;
}

.haba-m {
    width: 74px;
}

.haba-ms {
    width: 63px;
}

.haba-s {
    width: 56px;
}

/*店テーブル中身*/

.shopnamewaku {
	width:192px;
}

.shopbutton {
	width: 120px;
}

.shopbutton1 {
	width: 58.5px;
}
	
.shopbutton2 {
	width: 38px;
}

tr.shopdata1 td:nth-of-type(4) .shopbutton,
tr.shopdata1 td:nth-of-type(4) .shopbutton1,
tr.shopdata1 td:nth-of-type(4) .shopbutton2,
tr.shopdata1 td:nth-of-type(5) .shopbutton,
tr.shopdata1 td:nth-of-type(5) .shopbutton1,
tr.shopdata1 td:nth-of-type(5) .shopbutton2 {
    font-size: 12px;
}

/*求人ページ*/

#my-slider,
#my-slider2,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	height:440px!important;
}

}

@media all and (max-width: 680px) {

/*認証ページ*/

/*#list1 ul,
#list2 ul {
    padding:0 0 0 20px;
}*/

/*トップページ*/

.galname img, .galname a img,
.galname-s img, .galname-s a img {
	display:none;
}

/*ニュースページ*/

/*ニュース部分*/

#articlepart #article_column {
	width: auto;
	margin: 0.6em 0.6em 0;
}

#articlepart #article_column_title {
	padding: 0.8em 0.7em;
}

/*#articlepart #article_column_title img {
	width: 50px;
	height: auto;
	padding: 2px 6px 0 0;
}*/

#articlepart #article_column_img {
	width: auto;
/*	width: 100%;*/
	margin: 0.2em 0 0.8em 0.5em;
}

/*求人ページ*/

#my-slider,
#my-slider2,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	height:420px!important;
}

.sp-slide:first-of-type .wrec_text img,
.sp-slide:nth-of-type(3) .wrec_text img,
.sp-slide:nth-of-type(7) .wrec_text img,
.mrec_text img {
	width:180px;
	height:auto; 
}

.sp-slide:nth-of-type(4) .wrec_text img {
	width:200px;
	height:auto; 
}

}

@media all and (max-width: 640px) {

/*トップページ*/

.shinchaku_waku_left {
	float:none;
	width: 100%;
	height:auto;
}

.shinchaku {
	height: auto;
}

.shinchaku iframe {
	display:block;
}
	
.news1 {
	height:14em;
}

.news2 #feeds .published,
.news2-t #feeds .published,
.news2-b #feeds .published {
	display:table-cell;
	width: 6em;
}

.news2 {
	height:auto;
	overflow:hidden;
}

/*ブログを上下に分ける場合*/

.news2-t,
.news2-b {
	height:auto;
	overflow:hidden;
}

.news2 #feeds,
.news2-t #feeds,
.news2-b #feeds {
	padding: 8px 6px 10px 16px;
}

#Topicnewsnavi {
	width:97%;
	padding: 30px 2% 15px 1%;
	right:auto;
}

.Topicnewsnavi-box {
	width:96%;
	padding:10px 2%;
	box-shadow: 3px 3px 5px rgba(181,100,148,0.6);
}

.Topicnewsnavi-box:after {
	bottom: -35px;
	left:auto;
	right:30%;
}
 
.Topicnewsnavi-box:before {
	bottom: -37px;
	left:auto;
	right:30%;
}

.Topicnewsnavi-box iframe {
	width:100%;
}

.shinchaku_waku_right {
	width: 100%;
	height:auto;
	margin:0;
}

.rss_button_waku,
.blog_button_waku {
	float:left;
	width:23%;
	margin:6px 0.5% 6px;
	padding:5px 0.5%;
}

.news_fukidashi,
.blog_fukidashi {
	box-shadow: 3px 3px 5px rgba(0,46,99,0.6);
}

.news_fukidashi {
	float:left;
	width:22%;
	margin:10px 0 6px 0.5%;
	padding:8px 1%;
}

.blog_fukidashi {
	float:left;
	width:21%;
	margin:10px 0 6px 0.5%;
	padding:8px 1.5%;
}

.news_fukidashi:after,
.blog_fukidashi:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: none;
	border-left: 20px solid #FFF;
	right: -19px;
	top: 50%;
	bottom:auto;
}

.maptitle {
	top: -15px;
	left: -15px;
	max-width:300px;
	width:46%;
	height:auto;
	position: absolute;
	z-index: 10;
}
	
	
ul.hptable > li {
	width: calc(50% + 1px);
	list-style: none;
	margin: -1px 0 0 -1px;
	border: solid  #666;
	border-width: 0 1px 0 0;
}

/*東京用お風呂マップ*/

#map_gotanda, #map_hachioji, #map_higashifuchu, #map_kichijoji, #map_okachimachi, #map_ooimachi {
	width: 66px;
	margin:-14px 33px 14px -33px;
}
	
#map_ikebukuro, #map_kameari, #map_kanamachi, #map_komagome, #map_oomori, #map_ootsuka, #map_shibuya, #map_shinjuku, #map_sugamo {
	width: 55px;
	margin:-14px 27px 14px -27px;
}
	
#map_yoshiwara {
	width: 66px;
	margin:-15px 33px 15px -33px;
}
	
/*コラムページ店テーブル*/

.hensenlist,
.columnlist {
	border-width: 1.4px 2px 1.4px;
}
	
ul.hensentable > li,
ul.columntable > li {
	border: none;
}
	
ul.hensentable-cell,
ul.columntable-cell {
	flex-direction: column;
	flex-wrap: wrap;
}
	
ul.hensentable-cell > li:nth-of-type(1) {
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: none;
}
	
ul.columntable-cell > li:nth-of-type(1) {
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: none;
}

ul.hensentable-cell > li:nth-of-type(2) {
	width: 100%;
	border: none;
	border-top: 1px dashed #666;
	border-bottom: 1px solid #666;
	display: block;
	align-items: normal;
}

ul.columntable-cell > li:nth-of-type(2) {
	width: 100%;
	border: none;
	border-top: 1px dashed #666;
	border-bottom: none;
}

ul.columntable-cell > li:nth-of-type(3) {
	width: 100%;
	border: none;
	border-top: 1px dashed #666;
	border-bottom: none;
	display: block;
	align-items: normal;
}

ul.columntable-cell > li:nth-of-type(4) {
	width: 100%;
	border: none;
	border-top: 1px dashed #666;
	border-bottom: 1px solid #666;
}

/*求人ページ*/

#my-slider,
#my-slider2,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	height:480px!important;
}

}

@media all and (max-width: 570px) {

/*トップページ*/
	

#feeds {
	padding: 8px 6px;
}

#feeds .published {
	display:none;
}

.blogtitle {
	width: calc(100% - 11.8em);
	padding: 0 0 0 0.5em;
}

}

@media all and (max-width: 560px) {

/*ナビゲート*/

nav {
	height:45px;
}
	
nav ul {
	height:45px;
}
	
nav ul li {
	height:45px;
}
	
nav ul li:first-of-type, nav ul li:last-of-type {
	width:17%;
}
	
nav ul li a {
	font-size:16px;
	height:29px;
}

nav ul li a:hover {
	font-size:16px;
}

/*認証ページ*/

h4 {
	padding: 0.8em;
}

.hyakkei>img, .hyakkei2>img, .hyakkei3>img, .hyakkei4>img, .hyakkei5>img, .hyakkei6>img, .hyakkei7>img, .hyakkei8>img, .hyakkei9>img, .hyakkei10>img, .hyakkei11>img, .hyakkei12>img, .hyakkei13>img,
.hyakkei>a>img, .hyakkei2>a>img, .hyakkei3>a>img, .hyakkei4>a>img, .hyakkei5>a>img, .hyakkei6>a>img, .hyakkei7>a>img, .hyakkei8>a>img, .hyakkei9>a>img, .hyakkei10>a>img, .hyakkei11>a>img, .hyakkei12>a>img, .hyakkei13>a>img {
	width:24%;
	height:auto; 
	margin:0 1% 5px 0;
}

.hyakkeititle {
	width: 21%;
}

.ninsho {
	height: 142px;
	margin: 0 6px 15px;
}

.ninsho>div:first-of-type img {
	width:70%;
	height:auto; 
}

.ninsho>div:nth-of-type(2)>div:first-of-type {
	width: 80px;
	float:left;
	margin:10px 0 0;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) {
	height: 90px;
	margin:0 10px 0 80px;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) img {
	width:100px;
	height:auto;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .yes_01 a,
.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .no_01 a {
	height: 58px;
	padding:20px 0 0;
}

.banner1 {
	margin: 0 0.8% 0 0;
}

ul.spot1 {
	padding: 0 1em 1.4em;
}

/*トップページ*/

#pickupgal-waku {
	width: 98.8%;
	padding: 8px 0.4% 400px 0.8%;
}

.pickupgal,
.nopickupgal {
	width: 24.4%;
	margin: 0 0.6% 12px 0;
}

.news_fukidashi:after,
.blog_fukidashi:after {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #FFF;
	right: -9px;
}

#pickup-subtitle span {
	display:none;
}

/*ブログページ女の子特集*/

h4#galnews-subtitle {
	margin: 8px 0 10px 0;
}

h4#galnews-subtitle img:first-of-type {
	display:none;
}

h4#galnews-subtitle img:last-of-type {
	display:block;
}

#galnews-waku {
	margin:0;
}

/*新着情報部分*/

ul.shinchaku_list {
	padding: 8px 6px;
}

.shinchaku_date {
	display:none;
}

/*ヘッドラインニュース*/

#topicnews_img {
	margin: 0 2%;
	width: 36%;
	height:auto;
}

#topicnews_article {
	margin:0 2%;
	width:56%;
}

/*ニュースティッカー*/

.ticker-title {
	display:none;
}

.ticker-content {
	left:0px!important;
}

/*掲載店リスト*/

.keisai-soaplist {
    width:670px;
	color: #333;
	margin: 0;
	border: 2px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
	background-color:#FFF;
}

.keisai-soaplist td.keisai-soaplist-shopname,
.keisai-soaplist td.keisai-soaplist-shopname a {
	font-size: 12px;
}

.keisai-soaplist td.keisai-soaplist-nyuyokuryo,
.keisai-soaplist td.keisai-soaplist-nyuyokuryo a {
	font-size: 12px;
}

.shukkinbutton {
    font-size: 12px;
}

.keisai-shopbutton {
	width: 120px;
}

.keisai-soaplist input {
    padding:0 2px!important;
}

/*リストページ*/
	
.twitter_button_area {
	max-width: 148px;
	width:22%;
	padding:4px 15px 12px;
}
	
.twitter_button_area p {
    display:none;
}

#soapland-list>h4 {
	margin: 0 0.8em 1em;
}

/*店テーブル*/
	
#shoplist {
	width:684px;
}

.haba-l {
    width: 172px;
}

.haba-m {
    width: 74px;
}

.haba-ms {
    width: 63px;
}

.haba-s {
    width: 56px;
}
	
.haba-ss {
    width: 54px;
}

/*店テーブル中身*/

.shopnamewaku {
	width:172px;
}

.shopname {
    font-size: 16px;
}

.shopname16 {
    font-size: 14px;
}

.shopname14, .shopname14-1, .shopname14-2 {
    font-size: 12px;
}

.shopname12-2 {
    font-size: 11px;
}

.shopcharge {
    font-size: 16px;
}
	
.shopcharge16 {
    font-size: 14px;
}

.shopcharge14 {
    font-size: 12px;
}

/*2輪の表*/
	
#nirinlist {
	width:94%;
	margin:0 3%;
}

#nirinlist tr th p, #nirinlist tr td p {
    font-size: 14px;
	padding:6px 8px;
}

.nirinshop {
    width: 180px;
}
	
/*リストの備考*/
	
#bikou {
	width:94%;
	margin:15px 3%;
	padding: 15px;
}

/*フッター*/

address {
  width: 94%;
  padding: 14px 3% 5px;
  line-height:1.3;
}

/*マップページ*/

#soapland-map section>h4 {
	margin: 0 0.8em 1em;
}

.shopnavi_waku,
.shopnavi_waku2,
.shopnavi_waku3,
.shopnavi_waku4 {
	width: 160px;
	padding: 8px;
    border-radius: 10px;
}

.shopnavi_waku {
	margin:-23px -25px 23px 25px;
}

.shopnavi_waku2 {
	margin:-23px 26px 23px -26px;
}

.shopnavi_waku3 {
	margin:21px 26px -21px -26px;
}

.shopnavi_waku4 {
	margin:21px -25px -21px 25px;
}

.shopnavi,
.shopnavi2,
.shopnavi3,
.shopnavi4 {
	min-height:initial;
	min-height:auto;
}

.shopnavi:after {
	border-top: 18px solid #FFF;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	bottom:-25px;
	right:8px;
}
 
.shopnavi:before {
	border-top: 18px solid #bf9c64;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	bottom:-27px;
	right:8px;
}

.shopnavi2:after {
	border-top: 18px solid #FFF;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	bottom:-25px;
	left:8px;
}
 
.shopnavi2:before {
	border-top: 18px solid #bf9c64;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	bottom:-27px;
	left:8px;
}

.shopnavi3:after {
	border-bottom: 18px solid #FFF;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	top:-25px;
	left:8px;
}
 
.shopnavi3:before {
	border-bottom: 18px solid #bf9c64;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	top:-27px;
	left:8px;
}

.shopnavi4:after {
	border-bottom: 18px solid #FFF;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	top:-25px;
	right:8px;
}
 
.shopnavi4:before {
	border-bottom: 18px solid #bf9c64;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	top:-27px;
	right:8px;
}

.navi_left {
	display:none;
}

.navi_right {
	width:100%;
	height:auto;
	margin:0;
}

.navi_shopname {
	font-size: 14px;
}

.navi_shopdata {
	font-size: 11px;
}

.navi_right a {
	width: 120px;
}

/*東京用マップナビ*/

/*.map-navi {
	width:100%;
	display:inline-table;
}

.map-navi1 {
	display:table-cell;
	padding: 10px;
	float:none;
	vertical-align:top;
}

.map-navi2 {
	display:table-cell;
	float:none;
	width:auto;
	vertical-align:bottom;
}*/

.map-navi {
	width:100%;
}

.map-navi2 {
	float:none;
	width:auto;
	margin:0 0 0 88px;
	padding:10px;
}

/*ニュースページと一部ブログページ*/
	
.shopnewslist-toppart {
	margin: 0.8em 0;
}
	
.shopnews-toppart-index {
    font-size: 16px;
    margin: 0 0.3em 0 0.8em;
/*	width: calc(100% - 12em);*/
}
	
.shopnews-toppart-button {
    font-size: 16px;
}
	
ul.sugu-pagination {
    margin: 0.5em 0.8em 0 0;
/*    width: 10em;*/
}

.shopnewsindex,
.shopblogindex {
	font-size: 14px;
	margin: 0;
}

/*ニュースページ*/

.shopnews-pulldownpart {
    margin: 0;
    padding: 0.3em 0;
	width: calc(100% - 11em);
}
	
.shopnewslist-pulldownpart {
    margin: 0 1.5em 0 auto;
	padding: 0.3em 0;
}
	
.shopnews-pulldown {
	margin: 0;
}

.shopnews-pulldown select,
.shopnews-pulldown option {
	font-size: 14px!important;
	line-height:1.3;
	width: 100%;
}

/*ニュース部分*/

#articlepart #article_column_title_h4 {
	font-size: 16px;
	line-height: 1.4;
}

#articlepart #article_column_title_h4 span {
	font-size: 14px;
}

#articlepart #article_column_text {
	font-size: 14px;
	margin: 0.5em 0.8em 1.2em;
}
	
#articlepart #article_column_shopdata {
	font-size: 14px;
	margin: 0 0.6em 0.6em;
	padding: 0.6em;
}

#articlepart #article_column_shopdata_text {
	font-size: 14px;
}

#shopnews_shopdata {
	margin: 0.6em;
	padding: 0.6em;
}

#shopnews_shopdata_text {
	font-size: 14px;
}

/*ニュースの一番下*/
	
.sugu-page-link {
	font-size: 14px;
	margin: 1.2em 0.3em;
}
	
#purebutton {
	font-size: 14px;
	margin: 0 0.3em;
    padding: 0.5em 0.5em 0.4em;
}
		
/*.topagetop {
	font-size: 14px;
	padding: 10px 20px 5px;	 
}*/

/*コラムページ*/

#soapland-column article>h4 {
	margin: 0 0.8em 1em;
}
	
#soapland-column article>h4.margintop1em {
	margin: 1em 0.8em 1em;
}

/*コラム内Googleマップ*/

.column_map_canvas {
	height:400px;
}

/*コラムページ店テーブル*/



/*求人ページ*/

#my-slider,
#my-slider2,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	height:440px!important;
}

.wrec_topic, .mrec_topic {
	background-size:100% 46px;
	width: 90%;
	padding: 8px 5%;
}

.wrec_text, .mrec_text {
	font-size: 14px;
	padding: 8px 20px;
}

/*店舗求人欄*/

.wrec_column2,
.mrec_column2 {
	padding:25px 0;
}

.wrec_column2 div,
.mrec_column2 div {
	margin:0 2% 20px;
}

.wrec_column2 div>span,
.mrec_column2 div>span {
  width: 80px;
  top: -2px;
}

.wrectitle,
.mrectitle {
	padding: 10px 4px 6px 12px;
}

.wrectitle a,
.mrectitle a {
	margin:0 32% 0 0;
	width:68%;
}

.wreccategory,
.mreccategory {
	max-width:120px;
	width:30%;
	margin:-3px 0 0;
}

/*ブログページ*/

.pickupblog {
	height:150px;
}

.shopblogcontents-date {
	display:none;
}

.blogbutton {
	width:32.3%;
	margin: 0 1% 10px 0;
}

.gal-blog-list {
	height:130px;
}

/*ムービーページ*/

.movieshopbuttongroup div {
      width: 32.3%;
	  margin: 0 1% 10px 0;
}

/*ブログページ女の子特集*/

#galnews-subtitle span {
	display:none;
}

}

@media all and (max-width: 520px) {

/*ナビゲート*/

nav {
	height:44px;
	background:#000;
}
	
nav ul {
	height:44px;
}
	
nav ul li {
	height:44px;
}
	
nav ul li a {
	font-size:14px;
	height:28px;
}

nav ul li a:hover {
	font-size:14px;
}

/*東京用お風呂マップ*/
	
#map_gotanda {
	top: 83%;
	left: 52.1%;
}
	
#map_hachioji {
	top: 55.5%;
	left: 7.2%;
}

#map_higashifuchu {
	top: 65.8%;
	left: 10.7%;
}
	
#map_kichijoji {
	top: 55.5%;
	left: 21.2%;
}
	
#map_okachimachi {
	top: 48%;
	left: 85.6%;
}
	
#map_ooimachi {
	top: 93.4%;
	left: 56.1%;
}
	
#map_ikebukuro {
	top: 38.6%;
	left: 40.4%;
}

#map_kameari {
	top: 16%;
	left: 87.1%;
}
	
#map_kanamachi {
	top: 8%;
	left: 91.1%;
}
	
#map_komagome {
	top: 26.8%;
	left: 71.1%;
}
	
#map_ootsuka {
	top: 30.8%;
	left: 46.5%;
}
	
#map_shibuya {
	top: 71%;
	left: 40.9%;
}
	
#map_shinjuku {
	top: 55.5%;
	left: 36.9%;
}
	
#map_sugamo {
	top: 25%;
	left: 57.9%;
}
	
#map_yoshiwara {
	top: 32.2%;
	left: 92.3%;
}

#map_gotanda, #map_hachioji, #map_higashifuchu, #map_kichijoji, #map_okachimachi, #map_ooimachi {
	width: 51px;
	margin:-11px 26px 11px -26px;
}
	
#map_ikebukuro, #map_kameari, #map_kanamachi, #map_komagome, #map_oomori, #map_ootsuka, #map_shibuya, #map_shinjuku, #map_sugamo {
	width: 42.5px;
	margin:-11px 21px 11px -21px;
}
	
#map_yoshiwara {
	width: 51px;
	margin:-15px 28px 15px -28px;
}

/*求人ページ*/

.wrec_column1, .mrec_column1 {
	margin: 20px 3%;
}

#my-slider,
#my-slider2,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	height:490px!important;
}

.wrec_topic, .mrec_topic {
	font-size: 18px;
	background-size:100% 42px;
	height: 26px;
}

.wrec_text, .mrec_text {
	padding: 2px 20px 8px;
}

.sp-slide:first-of-type .wrec_text img,
.sp-slide:nth-of-type(3) .wrec_text img,
.sp-slide:nth-of-type(7) .wrec_text img,
.mrec_text img {
	width:160px;
	height:auto; 
	margin:4px 10px 0;
}

.sp-slide:nth-of-type(4) .wrec_text img {
	width:160px;
	height:auto; 
}

}

@media all and (max-width: 460px) {

/*リストページ*/

#hinodetimesoap iframe {
	width:160px;
	height:226px;
	margin:0 10px 10px;
}

/*ニュースページ*/
	
#articlepart #article_column_img img {
	width: 80px;
	height:auto; 
}

#shopnews_shopdata_text {
	line-height: 1.5;
}

/*ニュース部分*/

#articlepart #article_column_shopdata_text {
	line-height: 1.5;
}

/*ブログページ*/

.gal-blog-list {
	width: 30.3%;
	height:140px;
}

.shopblogcontents-content p {
	font-size: 14px;
	height: 28px;
}

}

@media all and (max-width: 430px) {

/*ヘッダー*/

.area-nav .area-top-nav div a, .area-nav .area-bottom-nav div a {
	height:45px;
	padding:10px 0 2px;
}

.area-nav .area-center-nav {
	height:188px;
}
	
.area-nav .area-center-nav div:last-of-type h2 {
	background: url(../image/logo_main2.png) no-repeat center center;
	background-size:contain; 
	height:188px;
}
	
.area-nav .area-center-nav div:last-of-type h2 a {
		padding:151px 0 13px 0;
		height:24px;
}

/*ナビゲート3ボタンずつの場合*/

nav ul li a {
	font-size:12px;
	height:28px;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#7c7e79),color-stop(59.9%,#384032),color-stop(60%,#0c1504),to(#000600));
	background-image: -webkit-linear-gradient(#7c7e79,#384032 59.9%,#0c1504 60%, #000600);
	background-image:    -moz-linear-gradient(#7c7e79,#384032 59.9%,#0c1504 60%, #000600);
	background-image:     -ms-linear-gradient(#7c7e79,#384032 59.9%,#0c1504 60%, #000600);
	background-image:      -o-linear-gradient(#7c7e79,#384032 59.9%,#0c1504 60%, #000600);
	background-image:         linear-gradient(#7c7e79,#384032 59.9%,#0c1504 60%, #000600);
}

nav ul li a:hover {
	font-size:12px;
	background-image: -webkit-gradient(linear, left top, left bottom, 
		from(#fec1c0),color-stop(59.9%,#e66a69),color-stop(60%,#d4181e),to(#b42118));
	background-image: -webkit-linear-gradient(#fec1c0,#e66a69 59.9%,#d4181e 60%, #b42118);
	background-image:    -moz-linear-gradient(#fec1c0,#e66a69 59.9%,#d4181e 60%, #b42118);
	background-image:     -ms-linear-gradient(#fec1c0,#e66a69 59.9%,#d4181e 60%, #b42118);
	background-image:      -o-linear-gradient(#fec1c0,#e66a69 59.9%,#d4181e 60%, #b42118);
	background-image:         linear-gradient(#fec1c0,#e66a69 59.9%,#d4181e 60%, #b42118);
}

	
/*認証ページ*/

#areashop-list {
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

ul.spot1 {
	width: 100%;
	padding: 0 0.8em 1.4em 1.2em
}

/*トップページ*/



/*トップページとブログページ女の子特集兼用*/

.galcomment, .galnewscomment {
	margin:0 3% 0 2%;
	padding: 4px 1% 12px 4%;
	width: 90%;
	height:3em;
	left:0px;
	bottom: 4px;
	font-size: 12px;
	line-height: 1.2;
	color: #ff70a9;
	font-weight: normal;
	text-align: left;
	border:1px solid #efcad3;
	background:rgba(255,255,255,0.8);
    border-radius: 10px;
	position: absolute;
	overflow: hidden;
	display: none;
}

/*2輪の表*/

.nirinshop {
    width:40%;
}

/*ブログページ*/

.pickupblog {
	height:140px;
}

/*コラムページ*/
	
.column-pic-l,
.column-pic-r {
	width:100%;
	height:auto;
	float:none;
	margin:5px auto;
	padding:0;
}

.column-picw-l,
.column-picw-r {
	width:97%;
	float:none;
	margin:5px auto;
	padding:0;
}

.column-photo {
	width:97%;
	float:none;
	margin:5px auto;
	padding:0;
}

}

@media all and (max-width: 416px) {

.news2 #feeds .blogtitle,
.news2-t #feeds .blogtitle,
.news2-b #feeds .blogtitle {
	padding: 0 0 0 2px;
}

}

@media all and (max-width: 400px) {

/*ヘッダー*/

.area-nav .area-top-nav div a, .area-nav .area-bottom-nav div a {
	height:42px;
	padding:13px 0 2px;
}

.area-nav .area-center-nav {
	height:188px;
}
	
.area-nav .area-center-nav div:last-of-type h2 {
	height:188px;
}
	
.area-nav .area-center-nav div:last-of-type h2 a {
		padding:131px 0 33px 0;
		height:24px;
}

.areanavi_s {
	position:absolute;
	display:block;
	top:0px;
	right:24px;
	width:250px;
	height:40px;
}

/*フッター*/

.page-top {
	position: fixed;
	bottom: 8px;
	right: 14px;
	z-index: 9999;
}

.page-top a {
	text-decoration: none;
	width: 40px;
	display: block;
	z-index: 9999;
}

/*認証ページ*/

.ninsho {
	height: 122px;
    border-radius: 0px;
	margin: 0 0 15px;
	border:none;
	border-top:1px solid #1d86ff;
	border-bottom:1px solid #1d86ff;
}

.ninsho>div:first-of-type img {
	width:70%;
	height:auto; 
}

.ninsho>div:nth-of-type(2)>div:first-of-type {
	width: 70px;
	float:left;
	margin:6px 0 0;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) {
	height: 74px;
	margin:0 4px 0 70px;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) img {
	width:80px;
	height:auto; 
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .yes_01,
.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .no_01 {
	top:3px;
}

.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .yes_01 a,
.ninsho>div:nth-of-type(2)>div:nth-of-type(2) .no_01 a {
	height: 48px;
	padding:18px 0 0;
}

/*#list1 {
    width:47%;
	margin:0 0 30px;
}

#list2 {
    width: 47%;
	margin: 0 0 30px 50%;
}*/

/*#list1 ul,
#list2 ul {
    padding:0 0 0 10px;
}*/

/*トップページ*/

.galname a, .galname-s a {
	height: 30px;
	font-weight: bold;
}

.galname a {
	padding: 2px 0 0;
	font-size: 12px;
}

.galname-s a {
	padding: 2px 0 0;
	font-size: 10px;
}

.shopbanner a span {
	font-size: 10px;
	line-height: 1.2;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	display:block;
	width:98%;
	padding:3px 1% 2px;
}

.Topicnewsnavi-box:after,
.Topicnewsnavi-box:before {
	right:10%;
}

.news_fukidashi,
.blog_fukidashi {
	display:none;
}

.rss_button_waku, .blog_button_waku {
	width: 42%;
	margin: 6px 1% 6px 2%;
	padding: 5px 2%;
}

.rss_button a,
.blog_button a {
	width:100%;
	height:auto;
}

.rss_button a img,
.blog_button a img {
	width: 100%;
	height: auto;
}

/*新着情報部分*/

.shinchaku_subject {
	padding: 0 0 0 2px;
}

/*ヘッドラインニュース*/

.topicnews_wrapper {
	width:100%;
}

.Topicnewsnavi-box>img {
	position:absolute;
	top:-12px;
	left:auto;
	text-align:center;
	margin:0 10%;
	max-width:286px;
	width:80%;
	height:auto; 
}

#topicnews_title {
	max-height:3.4em;
	margin:20px 3% 8px;
}

#topicnews_title h4 {
	font-size:18px;
	line-height:1.5;
}

#topicnews_article,
#topicnews_article p,
#topicnews_article div p {
	font-size:16px;
	line-height:1.5;
}

/*掲載店リスト*/

.keisai-table-container {
	max-height:none;
}

/*リストページ*/

.areachoice input[type="button"],
#shoplist input[type="button"] {
	-webkit-appearance: none;
	background: #e7e7e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6),to(#dcdcdc));
	background-image: -webkit-linear-gradient(#f6f6f6, #dcdcdc);
	background-image: -moz-linear-gradient(#f6f6f6, #dcdcdc);
	background-image: -ms-linear-gradient(#f6f6f6, #dcdcdc);
	background-image: -o-linear-gradient(#f6f6f6, #dcdcdc);
	background-image: linear-gradient(#f6f6f6, #dcdcdc);
	border:1px solid #939393;
}

.areachoicebuttonbig {
	font-size: 14px;
	height: 2.5em;
}

.areachoicebuttonmiddle {
	font-size: 14px;
	height: 2.5em;
}
	
.areachoicebutton {
	font-size: 14px;
	height: 2.5em;
}
	
.twitter_button_area {
	width:30%;
	padding:4px 10px 10px;
}

.twitter_button a {
	width:100%;
	height:auto;
}

.twitter_button a img {
	width: 100%;
	height: auto;
}

/*リストページ*/

.table-container {
	max-height:none;
}

/*店テーブル*/

#shoplist {
	width:602px;
	margin:0;
}

.haba-l {
    width: 152px;
}

.haba-m {
    width: 75px;
}

.haba-ms {
    width: 58px;
}

.haba-s {
    width: 31px;
}
	
.haba-ss {
    width: 54px;
}

/*店テーブル中身*/

tr.shopdata1 td:first-of-type {
	width:54px;
}

tr.shopdata1 td:first-of-type img {
	width:100%;
	height:auto;
}

.shopnamewaku {
	width:152px;
}

.shopname {
    font-size: 16px;
	padding: 8px 0 3px;
}

.shopname16 {
    font-size: 14px;
	padding: 9px 0 3px;
}

.shopname14 {
    font-size: 12px;
	padding: 3px 0 2px;
}

.shopname14-1 {
    font-size: 12px;
	padding: 9px 0 0;
}

.shopname14-2 {
    font-size: 12px;
	padding: 1px 0 2px;
}

.shopname12-2 {
    font-size: 10.5px;
	padding: 2px 0;
}

.shopbutton {
	width: 100px;
}

.shopbutton1 {
	width: 48.5px;
}
	
.shopbutton2 {
	width: 31.6px;
}

tr.shopdata1 td:nth-of-type(4) .shopbutton,
tr.shopdata1 td:nth-of-type(4) .shopbutton1,
tr.shopdata1 td:nth-of-type(4) .shopbutton2,
tr.shopdata1 td:nth-of-type(5) .shopbutton,
tr.shopdata1 td:nth-of-type(5) .shopbutton1,
tr.shopdata1 td:nth-of-type(5) .shopbutton2 {
    font-size: 10px;
}

#shoplist tr.shopdata2 td p {
    font-size: 11px;
}

.chushaku1 span.chushaku,
.chushaku1 span.chushaku0 {
	left: 56px;
}

.chushaku3 span.chushaku,
.chushaku3 span.chushaku0 {
	left: 56px;
}

/*マップページ*/

.naviclose {
	margin: 0 10px;
	float: right;
}
	
#naviclosebutton {
	font-size: 14px;
	width: 120px;
	height: 50px;
}

/*ニュースページ*/

.shopnewsindex, .shopblogindex {
/*	margin: 0;*/
}
	
#articlepart #article_column_shopdata {
	margin: 0.4em;
}

#shopnews_shopdata {
	margin: 0.4em;
}

/*求人ページ*/

#my-slider,
#my-slider2,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	height:610px!important;
}

.sp-slide:first-of-type .wrec_text img,
.sp-slide:nth-of-type(3) .wrec_text img,
.sp-slide:nth-of-type(7) .wrec_text img,
.mrec_text img {
	width:50%;
	height:auto; 
}

.sp-slide:nth-of-type(4) .wrec_text img {
	width:50%;
	height:auto; 
}

/*店舗求人欄*/

.wrec_column2,
.mrec_column2 {
	padding: 20px 0;
}

.wrec_column2 div,
.mrec_column2 div {
	margin:0 2% 14px;
	padding: 6px 2% 4px;
}

.wrec_column2 div>span,
.mrec_column2 div>span {
  width: 64px;
  top: 0px;
}

.wrectitle,
.mrectitle {
	margin: 2px 0 8px 42px;
	padding: 8px 4px 4px 10px;
	  height: 16px;
}

.wrectitle a,
.mrectitle a {
	font-size: 14px;
	margin: 0 35% 0 0;
	width:65%;
}

.wreccategory,
.mreccategory {
	width:33%;
	margin:-3px 0 0;
}

/*コラムページ*/

h5.column-midashi1 {
	font-size: 16px;
	padding:0 0 4px;
	width: auto;
}

h5.column-midashi1 img {
	width:20px;
	height:20px;
}
	
.mapchoice input[type="button"],
.mapchoice1 input[type="button"] {
	-webkit-appearance: none;
	background: #e7e7e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6),to(#dcdcdc));
	background-image: -webkit-linear-gradient(#f6f6f6, #dcdcdc);
	background-image: -moz-linear-gradient(#f6f6f6, #dcdcdc);
	background-image: -ms-linear-gradient(#f6f6f6, #dcdcdc);
	background-image: -o-linear-gradient(#f6f6f6, #dcdcdc);
	background-image: linear-gradient(#f6f6f6, #dcdcdc);
	border:1px solid #939393;
}

.mapchoicebuttonbig {
	font-size: 14px;
	width: 180px;
	height: 30px;
}

.mapchoicebuttonmiddle {
	font-size: 14px;
}
	
.mapchoicebutton {
	font-size: 14px;
	width: 80px;
	height: 30px;
}

/*コラム内Googleマップ*/

.column_map_canvas {
	height:300px;
}


}

@media all and (max-width: 200px) {

.hinode-block {
	width: 98%;
	padding: 5px 2%;
}

.hinode-block p {
	font-size: 12px;
	line-height:1.2;
}

.hinode-block p span.hinode-jikoku {
	font-size: 24px;
}

.hinode-block p span.hinode-jikoku2 {
	font-size: 18px;
}

.hinode-block p span.hinode-bikou {
	font-size:11px;
}

}






