@charset "utf-8";

/*
Theme Name: Tokyo Erotic Guide
Description: 外国人向け風俗情報サイト
Version: 1.0
Author: Tokyo Erotic Guide


/* TEG INFORMATION */
h2.INFO_TITLE_2 {
    text-align: center;
    margin: 2rem 0 1.5rem 0;
}
h3.INFO_TITLE_3 {
    background-color: #2e3192;
    color: #fff;
    padding: 1rem;
    line-height: 1;
    margin: 1rem 0 0 0;
}
h4.INFO_TITLE_4 {
    margin: 1rem 0 0 0;
}
.red_font {
    color: #ff0000;
}



/* ************************************************ 
*	基本設定
* ************************************************ */	

body {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
background: #fff;
color: #444;
line-height: 180%;
}

/* リンク */

a{
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}
.fa-tags{
	color:#45AAB8;
}

/* 画像 */

img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft {
    padding: 4px;
    margin: 0;
    display: inline;
}
img.alignright {
    padding: 4px;
    display: inline;
    margin: 20px 0 0 20px;
}
img.alignleft.size-full.wp-image-3778 {
    padding-top: 50px;
}


/* フロート */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


/* リスト */

ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 0 0 0 15px;
padding: 0 0 0 0;
}

li a{
color:#45AAB8;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#666;
}


/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
margin: auto; 
max-width: 960px;
padding: 30px 10px;
_width: 960px;
}


/* ************************************************ 
*	SP用バナー
* ************************************************ */
@media only screen and (min-width: 768px) {
#sp-banner{
	display:none !important;
}
}
.cycle-slideshow-sp{
	height:100px;
}
#sp{
	height:100%;
}
#sp h4{
	padding-top:12px;
	margin-bottom: 0px;
}
#sp img{
	height:100%;
	float: left;
	margin-right: 12px;
}
#sp a{
	color:#000;
}
#sp a span{
    color: #fff;
    background-color: #000;
    padding: 0 5px;
    border-radius: 3px;
	margin-right:6px;
	margin-top:15px;
	line-height:1.3;
	float:left;
}
#sp a p{
	font-size: 12px;
	line-height: 1.1;
}
/* ************************************************ 
*	ヘッダー
* ************************************************ */

#headNav {
background: #000000;
}

#headNav h1 {
text-align:center;
font-size: 13px;
color: #ffffff;
font-weight: normal;
line-height: 1.5;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;	
}

#headNav p {
text-align:center;
font-size: 13px;
color: #ffffff;
font-weight: normal;
line-height: 1.5;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


#header {
width: 100%；
}

.header-inner {
    overflow: hidden;
    margin: 0px auto 0 auto;
    padding: 0;
    max-width: 960px;
    _width: 960px;
}

#header h1 {
text-align:center;
margin: 0;	
}

.logo {
text-align:center;
max-width: 100%;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

/* ブログ下タイトル */

nav h1 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
        line-height: 1.5;
        margin: 0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
}
nav p {
	font-size: 16px;
        color: #000000;
	font-weight: normal;
        line-height: 1.5;
        margin: 0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
}

/* ************************************************ 
*	絞り込み機能
* ************************************************ */	
.searchandfilter {
	background-color: #F4F4F4;
    padding: 12px;
    border-radius: 7px;
}
.pcmenu .searchandfilter{
	width: 960px;
    margin: 35px auto 0;
}
.searchandfilter ul li h4{
	float:left;
	margin: 0 12px 0 0;
	white-space: nowrap;
}
.searchandfilter > div > ul > li{
	display:flex;
	margin-top: 12px;
}
.searchandfilter input[type="submit"], button{
	background-color:#000;
	margin: 12px auto 0;
}
.searchandfilter input[type="button"], input[type="submit"], button {

    cursor: pointer;
    background-color: #000;
    border-style: none;
    color: white;
    font-size: initial;
    padding: 7px 25px;

}
.search-btn{
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 16px;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #000;
  /*border-left: solid 6px #f73884;左線*/
  color: #fff;/*文字色*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

a.search-btn:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.ctn-area, .spmenu {
    display: none;
}
@media only screen and (max-width: 767px) {
	.pcmenu .searchandfilter{
		display:none;
	}
	.spmenu {
    display: block;
}
	.searchandfilter ul{
		margin:0;
	}
}

/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	


#nav {
    text-align: center;
    width: 960px;
    margin: 30px auto 0px auto;
    border-top: double 3px #ccc;
    border-bottom: double 3px #ccc;
}

#nav ul {
list-style: none;
margin: auto;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
display: inline-block;
position: relative;
margin: 0 0;
}

.nav-menu li a {
    color: #333;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 24px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
background-color: #eee;
}

.nav-menu .sub-menu,
.nav-menu .children {
background-color: #eee;
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
color: #333;
margin: 0;
width: 100px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background-color: #dedede;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
color: #333;
background: #f9f9f9;
}


li.page_item.page-item-12 a {
color: #f93371;
}

li.page_item.page-item-12 a:hover {
background: #f93371;
color: #FFFFFF;
}

.nav-menu li.color-red a {
    color: #FF0000;
}

.nav-menu li.color-red a:hover {
    background-color: #FF0000;
    color: #fff;
}

/* ************************************************ 
*	スマホメニュー
* ************************************************ */	

#menu-item-7858 a {
    background-color: #FF0000;
    color: #fff;
}

#menu-item-7858{
    position: relative;
}
#menu-item-7858::after{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    right: 10px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 6px solid transparent;
    border-left: 10px solid #cfcfcf; 
}

/* ************************************************ 
*	スライド
* ************************************************ */	

#top-slide {
    width: 100%;
    padding: 0px;
    margin: 25px auto -10px auto;
}


.cycle-slideshow{
overflow: hidden;
max-width: 960px;
_width: 960px;
margin: auto;
text-align: center;
height: 350px;
}



/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}


/* トップページウィジェットエリア */

#toplist{
margin: 0 0 30px 0;
padding: 0 0 0 0;
}

.toplist ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.toplist li{
font-size: 13px;
margin: 6px 0px 0px 0px;
padding: 2px 0px 2px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}

.toplist li a{
color:#666;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

.toplist li a:hover{
background-position: 3px 50%;
color:#999;
}

.top-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 18px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
border-bottom: double 3px #ccc;
color: #333;
}

.top-gallery-midashi{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 18px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
border-bottom: double 3px #ccc;
color: #333;
}


/* ギャラリーレイアウト */	


li.item {
height: 280px;
margin-bottom: 30px;
}

.item-img {
margin: 0 0 5px 0;
height: 210px;
overflow: hidden;
text-align:center;
}
.item img.payment {

    height: 20px;
    width: auto;
    padding-right: 4px;

}
.item-date {
font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 80%;
color: #999;
padding: 0 0 0px 0;
margin: 0 0 0px 0;
border-bottom: 0px solid #dedede;
}

.item h2 {
font-size: 18px;
font-weight: bold;
}

.item-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0 0 0px 0;
}

.item-title a {
font-size: 22px;
color: #444;
}

.item-title a:hover {
color: #999;
}

.item-text {
font-size: 13px;
color: #444;
line-height: 170%;
}


/* トップ2列組み */

.item {
border-bottom: 1px dotted #ddd;
padding-top:8px;
}

.top-2retsu {
width: 100%;
margin: 0 auto 0px auto;
}

.top-2retsu img{
width: 100%;
}

.first-block {
float: left;
width: 50%;
}

.last-block {
float: right;
width: 47%;
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
padding: 10px 0 0 0;
}

.last-block i{
	padding-left:10px;
    padding-top:5px;
}

.text-block {
float: right;
width: 47%;
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
padding: 0px 0 0px 0; 
}
.pay-block{
	clear:both;
	padding-top:5px;
}
.pcmenu p {
    font-size: 14px;
    color: #444;
    line-height: 170%;
    padding: 5px 0px 0px 0px;
}

/* ブログ記事部分 */	

p {
font-size: 14px; 
color: #444;
line-height: 190%;
padding: 0px 0px 0px 0px;
}

p a {
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}

#date {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:10px;
font-weight:normal;
text-align: left;
padding: 0 0 0 0;
color:#999;
letter-spacing: 0.1em;
}

.pagetitle {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 21px;
font-weight: normal;
color: #333;
}

.pagetitle a {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 21px;
font-weight: normal;
color: #333;
}

.blog-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 20px 0px 20px 0px;
padding: 18px 0px 15px 0px;
font-size: 21px;
font-weight: bold;
color: #333;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}

.subtitle {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-weight: normal;
font-size: 14px;
border-bottom:1px dotted #ccc;
padding: 0 0 0 0;
margin: 30px 0 10px 0;
letter-spacing: 0.1em;
color: #666;
}

blockquote{
color:#666;
border:1px dotted #ccc;
margin:10px 0 10px 0;
padding:10px 20px;
}

#blog-foot {
font-size:75%;
text-align: left;
margin:50px 0 0 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}
#blog-foot-archives {
font-size:75%;
text-align: left;
margin:50px 0 100px 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}

#blog-foot span,
#blog-foot-archives span{
color:#999;
}

.single-thumbnail{
margin:13px 0 0 0;
}


/* 囲い */
.aboutbox {
    width: 95%;
    border: solid 1px #cccccc;
    position: relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 2em auto 0 auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.3em;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}

.aboutbox .abouttitle {
font-size: 16px;
position: absolute;
top: -0.5em;
left: 1em;
margin: 0;
padding: 0 0.5em;
color: #000000;
background-color: #ffffff;
font-weight: bold;
}

/* h3 小見出し */

.sub-head3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-bottom: 1px #ccc dotted;
}
/* 新インフォメーション */
.info_sns{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.info_sns li{
	list-style-type:none;
	width: calc(100% / 3 - 15px);
	text-align:center;
	padding:6px;
	margin:0;
}
.info_sns li a{
	color:#fff;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
	padding:6px 0;
}
.info_sns li a i{
	color:#fff;
}
.info_sns li.sns-line a{
    background-color: #1dcd00;
}
.info_sns li.sns-whatsapp a{
    background-color: #25d366;
}
.info_sns li p{
	text-align:center;
}
.info_sns li.sns-wechat a{
    background-color: #7bb32e;
}
.info_sns li.sns-kakao a{
    background-color: #F4E113;
}
.info_sns li.sns-telegram a{
    background-color: #3095CA;
}
.info_sns li.sns-fb a{
    background-color: #0084FF;
}
.info_sns li.sns-skype a{
    background-color: #00aff0;
}
.info_sns li.sns-microsoft a{
    background-color: #5D5BD4;
}
.info_sns li.sns-mail a{
    background-color: #3c3c3c;
}
.info_sns li.no-sns a{
	background: #ddd;
	border: 1px solid #888;
	color: #888;
	pointer-events: none;
}
/*表示・非表示*/

.hidden_box {
	padding: 0;
	text-align: center;
}

.hidden_box label {
	border-radius: 5px;
	color:#fff;
	cursor :pointer;
	margin: 0 auto;
	padding: 6px 0;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.hidden_box label i{
	color:#fff;
}
.sns-whatsapp .hidden_box label{
	background-color:#25d366;
}
.sns-wechat .hidden_box label{
	background-color:#7bb32e;
}
.sns-fb .hidden_box label{
	background-color:#0084FF;
}
.sns-skype .hidden_box label{
	background-color:#00aff0;
}
.sns-kakao .hidden_box label{
	background-color:#F4E113;
}
.hidden_box input {
	display: none;
}

.hidden_box .hidden_show {
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	transition: 0.5s;
}


.hidden_box input:checked ~ .hidden_show {
	height: auto;
	opacity: 1;
	padding: 10px 0;
}
/*旧 インフォメーション */

.info {
    padding-top: 15px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

/* スカイプ */

.skype {
    padding-top: 30px;
}
.line {
    padding-top: 30px;
}
.review {
    padding-top: 10px;
}


/* --------------------------------------------------
   coder Table
-------------------------------------------------- */
.coder {
    border-spacing: 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
    width: 100%;
    margin-bottom: 20px;
	margin-top: 2em;
}
.coder th,
.coder td {
    padding:10px;
    background:#fff;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
.coder th {
    background:#f2f2f2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}


/* ページャー */

#next {
font-size:85%;
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
font-size:85%;
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}


/* 関連記事 */

.similar-head {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 50px 0 15px 0;
padding: 0 0 2px 0;
line-height: 30px;
font-size: 16px;
font-weight: bold;
color: #333;
letter-spacing: 0.05em;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}


.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size:13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

.similar h4 {
font-size: 14px;
font-weight: normal;
line-height: 150%;
padding: 0 0 0 5px;
}


table.similar-text {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
}

table.similar-text td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
}



table.similar-side {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-side img {
width: 80px;
}

table.similar-side th {
text-align: left;
width: 80px;
}

table.similar-side td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
}




/* コメント欄 */

.comment-head {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
font-weight: bold;
color: #333;
line-height: 30px;
letter-spacing: 0.1em;
margin: 0 0 0 0;
padding: 0 10px 0 0px;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}


/* WP必須 */

.wp-caption {
}

.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}


/* ************************************************ 
*	サイドバー
* ************************************************ */	

#sidebar {
width: 100%;
margin: 23px 0px 40px 0px;
padding: 0 0 0 0;
}

#sidebar p{
margin-bottom: 20px;
}

#sidebar h2 {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 12px;
font-weight: normal;
color: #999;
letter-spacing: 0.1em;
margin: 0px 0px 10px 0px;
padding: 0 0 0 0;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.sidebar-title{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

#text-8 .sidebar-title {
color: #fff;
}

#text-6 .sidebar-title {
color: #fff;
}

#sidebar h3 {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
font-weight: normal;
color: #999;
line-height: 30px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:0px solid #ccc;
}

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

#sidebar li{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
border-bottom: 1px dotted #ccc;
}

#sidebar li a{
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebar li a:hover{
}


/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


#sidebar ul.sub-menu{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


/* 新着表示 */

#sidebox-new {
color:#666;
margin: 0 0 50px 0 ;
padding: 0 0 0 0 ;
}

#sidebox-new ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox-new li{
font-size: 12px;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox-new li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox-new li a:hover{
color:#999;
}

/* ************************************************ 
*	フッターエリア
* ************************************************ */	

#footer {
background: #000000;
clear:both;
width:100%;
font-size: 80%;
margin: 30px auto 0px auto;
padding: 25px 0;
}

.footer-inner {
margin: 0px auto 0px auto;
max-width: 960px;
_width: 960px;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}


#copyright {
font-size:13px;
color:#ffffff;
text-align:center;
position: relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#copyright a{
font-size:13px;
color:#ffffff;
text-align:center;
position: relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
#foot{
	position: fixed;
    z-index: 10000;
    width: 100%;
    height: 80px;
    bottom: 0px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
}

/* オーバーレイ広告PC */
.ads {
    padding: 0px auto;
}

/* ************************************************ 
*	ウィジット
* ************************************************ */	

#text-10 .textwidget {
margin: 0 0 0 0;
line-height: 0%;
}

.widget{
margin: 0 0 30px 0;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0px;
}

.textwidget{
font-size: 13px;
color: #ffffff;
line-height:170%;
margin: 0 0 30px 0;
padding: 5px 0 0 0;
}

.textwidget p{
font-size: 13px;
color: #ffffff;
line-height:170%;
margin: 0 0 opx 0;
padding: 5px 0 0 0;
}

.textwidget a{
font-size: 13px;
color: #ffffff;
line-height:170%;
margin: 0 0 30px 0;
padding: 5px 0 0 0;
}

#topbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox li{
floate:left;
margin: 0 0 0 0;
padding: 3px 0px 2px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

#topbox li a{
font-size:12px;
color:#ffffff;
margin: 0 0 0 0;
padding: 3px 0px 2px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#topbox li a:hover{
color:#999;
}

#topbox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #fff;
border-bottom: 0px dotted #fff;
}

#topbox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

#topbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

#topbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

#topbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}



#sidebox{
color:#666;
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

#sidebox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox li{
font-size: 13px;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox li a:hover{
color:#999;
}


#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

.footer-widget-title{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:14px;
font-weight:bold;
color: #999;
margin: 0 0px 10px 0px;
}


.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
font-size:88%;
list-style: none;
}

.widget li a{
color: #666;
}

.widget li a:hover{
color: #999;
}


/* 本文下の広告枠 */

.widget-adspace {
margin: 30px 0 -30px 0px;
}



/* ************************************************ 
*	検索フォーム
* ************************************************ */


.search fieldset {
margin: -20px 0 20px 0px;
border: 0px solid #eee;
}

.search input {
font: 11px arial, sans-serif; 
color: #c0c0c0; 
width:80%;
padding: 5px 5px; 
vertical-align: middle;
border: none; 
background: none; 
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(images/search.png) no-repeat; 
}



/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji12px {font-size: 12px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}



/* ************************************************ 
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #CCCCCC;
}

td.tellink a {
    color: #444;
}

/* プラン表風 */

table#plan {
width: 100%;
margin:10px 0 0 0;
padding:0 0px;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
}

table#plan th {
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: nowrap; 
vertical-align: middle;
background-color:#ddd;
}

table#plan td {
font-size: 13px;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: normal;
vertical-align: middle;
}


/* フローチャート風 */

table#flow {
width: 100%;
margin:0 0 0 0;
padding:0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#flow th {
font-size: 13px;
font-weight: bold;
text-align: left;
padding: 10px 0px;
border: 0px #CCC solid;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}

table#flow td {
font-size: 13px;
text-align: left;
padding: 10px;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}


/* コンタクトフォーム用 */

table#contact {
font-size: 13px;
width: 100%;
color: #444;
margin: 10px 0 0 0;
padding: 0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#contact th {
font-weight: bold;
line-height: 120%;
text-align: left;
padding: 10px;
white-space: nowrap; 
}

table#contact td {
font-size: 13px;
text-align: left;
padding: 10px;
white-space: normal;
vertical-align: middle;
}




/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #CCC;
}



/* ************************************************ 
*	画像装飾
* ************************************************ */

.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}



/* ************************************************ 
*	角丸
* ************************************************ */

.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #ccc; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #ccc; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************ 
*	CSS3ボタン
* ************************************************ */

.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}




/* ************************************************ 
*   レスポンシブ
* ************************************************ */


/* PC 画面の横幅が960px以上 */

@media only screen and (min-width: 960px) {
iframe { width:100%; height:100%; max-width:960px;}
}


/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 728px;}
.header-inner { width: 728px; margin:auto; padding-top: 50px;}
#nav { float: none; width: 728px; background: #fff; margin-bottom:-10px; padding: 0; border-top: double 3px #ccc; border-bottom: double 3px #ccc;}
li.item { height:240px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; height: 153px; overflow: hidden; }
.twothird { width: 460px; margin-right:10px; }
.cycle-slideshow { overflow: hidden; width: 728px; height: 265px; margin-bottom:-20px;}
.footer-inner { width: 728px;}
iframe { width: 100%; height:100%; max-width: 728px; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width: 767px) {
.wrapper { padding:10px;}
.header-inner { margin:auto; padding: 30px 0px 0px 0px; }
#logo { text-align:center; width:300px; }
.contact { display:none;}
#header h1, #header .logo { float: none; margin: 0 auto;}
#nav { display:none; }
.nav-menu li a { color: #333; display: block; font-size: 12px; padding: 10px 10px; text-decoration: none;}
#top-slide { width:100%; padding: 0px; margin: 15px auto 0px auto; }
.cycle-slideshow { overflow: hidden; height: auto; margin: 10px;}
li.item { height:250px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; height: auto; overflow: hidden; }
.item-title a { font-size: 16px; color: #444; }
.item h2 { line-height: 100%; }
.pcmenu { display:none; }
p { font-size: 15px; }
.first-block { float: left; width: 45%; }
.last-block { float: right; width: 53%; font-size: 14px; text-align: left; white-space: normal; vertical-align: middle; padding: 15px 0 10px 0; line-height: 1.3; font-size: 13px; }
.aboutbox { width: 90%;}
.footer-inner { margin:0 10px;}
iframe { width: 100%; height:100%; max-width:300px; }
.coder th { display: block; border-top: none; border-right:solid 0px; }
.coder td { display: block; border-top: none; border-right:solid 0px; }
#headNav h1 { font-size: 10px; line-height: 1.1; padding: 3px 0px 0px 0px; }
#headNav p { font-size: 10px; line-height: 1.1; padding: 0px 0px 3px 0px; }
#text-4 { display:none; }
#search-2 { display:none; }
#categories-2 { display:none; }

#text-7 { display:none; }
	#text-2{text-align:center;}
#text-11 { display:none; }
#footer { margin: 0px auto 0px auto; }
	#sp-banner{display:block; padding:6px;}
	#sp-banner .sp-close{
		position: absolute;
		right: 10px;
		top: 0;
	}
.area { font-weight: normal; font-size: 16px; line-height: 1.2em; }
.category { font-weight: normal; font-size: 16px; line-height: 1.2em; }
.smacon { font-weight: normal; font-size: 16px; line-height: 1.2em; }
.last-block a { line-height: 100%; }
.last-block p { line-height: 100%; font-size: 12px; }
img.alignleft.size-full.wp-image-3778 {
    padding-top: 0px;
}

#myplace{
    margin: -20px 10px 0px;
}
	img.alignright {
    padding: 0 10px;
	box-sizing:border-box;
}
/* 一覧ページ変更 */
.pcmenu {
    display: block !important;
}
.last-block p {
    line-height: 110% !important;
    font-size: 13px !important;
    padding: 5px 0 0 !important;
}
.last-block {
    padding: 0 !important;
    line-height: 1.1 !important;
    font-size: 12px !important;
}
.last-block h2 a {
    line-height: 110%;
    font-size: 1.1rem;
}
}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 420px; }
.header-inner { width: 420px; margin:auto; padding-top: 50px;}
.logo { text-align:center; }
#nav { float: none; width: 420px; background: #fff; margin-bottom:-10px; padding: 0; border-top: double 3px #ccc; border-bottom: double 3px #ccc;}
.nav-menu li a { color: #333; display: block; font-size: 13px; padding: 10px 10px; text-decoration: none;}
.cycle-slideshow { overflow: hidden; width: 420px; height: 157px; margin-bottom:-40px;}
.footer-inner { width: 420px;}
li.item { height: 340px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; height: 84px; overflow: hidden; }
iframe { width:100%; height:100%; max-width:420px; }
}

/* Mobile (Portrait) 画面の横幅が420pxまで */

@media only screen and (max-width: 420px) {
div#meerkat-wrap {
    height: 50px !important;
}
img.aligncenter.size-full.wp-image-2868 {
    padding: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
}


/* ************************************************ 
*	TOP下バナーtwo-banner2403
* ************************************************ */

.two-banner{
	display:flex;
	justify-content:center;
}
#two-1,
#two-2{
	display:flex;
	justify-content:center;
	margin:0 10px;
}
.pickup-girl{
	display:flex;
	justify-content:space-around;
		flex-wrap:wrap;
}
.pickup-girl li{
	list-style-type:none;
	margin:5px;
	position: relative;
}
.pickup-girl li img{
	width: 163px;
	height: 244px;
	object-fit: cover;
}
.pickup-girl li p{
	text-align: center;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3px;
	font-weight: bold;
}
.pickup-girl li p span{
	font-size: 80%;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.pickup-girl li img{

	}
	.pickup-girl li p{
		font-size: 80%;
	}
}
