@charset "utf-8";

/*
Theme Name: OSAKA GAYTOWN GUIDE
*/

/* ************************************************ 
*	基本設定
* ************************************************ */	
/* SNSタブ */
.sns-content{
	display:flex;
	justify-content:space-around;
	margin: 12px auto;
}
.sns-content li{
	list-style-type:none;
	width: calc(100% / 2 - 12px);
}
.sns-content li a{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 24px;
    box-sizing: border-box;
    text-align: center;
    color: white;
}
.sns-content li a:hover {
    color: white;
}
.twitter_tab{
    background-color: #1DA1F2;
}
.line_tab{
    background-color: #00B900;
}

/* タグカラー */
a.foreigner {
    background: #6a00c6;
    border: 1px solid #6a00c6;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.ueno {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.roppongi {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.shinagawa {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.shinjuku-2chome {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.shinjuku-other {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.tokyo-other {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.ikebukuro {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.shibuya {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.ginza {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
a.other {
    background: #696969;
    border: 1px solid #696969;
    color: #fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
span.line{
	background-color:#1dcd00;
	border:1px solid #1dcd00;
	color:#fff;
    font-size: 12px;
    width: 100px;
    padding: 1px 8px;
    margin-right: 4px;
}
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:#696969;
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:#e5e5e5;
}

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


/* 画像 */

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

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

img.alignright {
/* padding: 4px; */
margin: 0 0 20px 0px;
display: inline;
}

img.alignleft {
/* padding: 4px; */
margin: 30px 0 0 0;
display: inline;
}


/* フロート */

.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:#696969;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#ea979a;
}


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

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



/* ************************************************ 
*	ヘッダー
* ************************************************ */

#headNav {
background: #696969;
}

#headNav h1 {
text-align:center;
font-size: 12px;
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: 12px;
color: #ffffff;
font-weight: normal;
line-height: 1.5;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


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

#header h1 {
margin: 0;	
}

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


/* ************************************************ 
*	横並び追加部分
* ************************************************ */	

/* レイアウト */
#header_bottom { margin:20px auto 20px; position:relative; }

/* 固定ヘッダー */
.pc .fixed_header #header_bottom { margin-top:0; padding-top:130px; }

/* ロゴ */
.pc #logo_text { float:left; margin:0 0 20px 0; }
.pc #logo_text h1 { font-size:22px; height:90px; line-height:90px; font-weight:normal; }
.pc #logo_text h1 a { text-decoration:none; display:block; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none; }
.pc #logo_text h1 a:hover { text-decoration:underline; }
.pc #logo_image { height:110px; float:left; }
.pc #logo_image h1 { position:absolute; margin:0; padding:0; line-height:100%; }
.pc #logo_image h1 img { display:block; }

/* バナー */
#header_banner1 { margin:0 0 0 0; }
#header_banner1 img { display:block; max-width:100%; height:auto; }


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


#nav {
text-align:center;
/* width: 960px; */
margin: 0 auto 0px auto;
/* border-top: double 3px #ccc; */
/* border-bottom: double 3px #ccc; */
background: #1a1a1a;
}

#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: #fbfbfb;
display: block;
font-size: 15.5px;
text-decoration: none;
padding: 12px 5px;
}

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

.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;
}




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

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

#top-slide button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

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

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  z-index: 2;
}
.popup-inner ul{
	display:flex;
	justify-content:space-around;
	font-size:32px
}
.popup-inner ul li{
	list-style-type:none;
}
.popup-inner a {
  color:#fff;
	display:inline-block;
	border:1px solid #fff;
	padding:12px;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}




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

#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: 170px;
overflow: hidden;
text-align:center;
}

.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: 15px;
line-height: 150%;
font-weight: normal;
margin-top: 10px;
}

.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: 24px;
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;
}
.item .copy{
	font-weight: bold;
	font-size:18px;
	padding: 10px 0 0;
	margin-bottom: -10px;
}
.top-2retsu {
width: 100%;
margin: 0 auto 0px auto;
}

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

.first-block {
float: left;
width: 40%;
padding: 18px 0px 5px 0;
}

.last-block {
float: right;
width: 55%;
font-size: 15px;
text-align: left;
white-space: normal;
vertical-align: middle;
padding: 30px 0 5px 0;
}

.text-block {
float: right;
width: 55%;
font-size: 15px;
text-align: left;
white-space: normal;
vertical-align: middle;
padding: 5px 0 5px 0; 
line-height: 1.5;
}

.icon-star {
color: #fbb03b;
}


/* 囲い */
.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: 0em;
margin-bottom: 2em;
}

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

/* 詳細を見るボタン */

button.style-test {
    font-size: 1.3em;
    border-style: none;
    font-weight: nomal;
    padding: 5px 30px;
    background-color: #f7b117;
    color: #fff;
}
 
button.style-test:hover {
    background-color: #fdce05;
    color: #fff;
}

/* インフォメーション&クーポン小見出し */

.info {
font-size: 14px;
color: #000000;
font-weight: bold;
border-bottom:1px solid #ccc;
}
.info-content{
	display:flex;
	justify-content:space-around;
	margin-top:12px;
}
.info-content li{
	list-style-type:none;
	width: calc(100% / 3 - 12px);
}
.info-content li a{
    display: inline-block;
    width: 100%;
    border: 2px solid #000000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 24px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
}
.info-content li a:hover{
	background-color:#696969;
	border: 2px solid #696969;
	color:#fff;
}
/*求人ボタン*/
.recruit{
	display:flex;
	justify-content:center;
}
.recruit a{
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  width: 70%;
  text-align: center;
}
.recruit a:active {
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

/* テーブル */

.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%;
}
.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;
    width: 25%;
}


/* ブログ記事部分 */	

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

p a {
color:#696969;
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:#a38cba;
}

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;
}

/* ページャー */

#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;
}

#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: #F5F5F5;
clear:both;
width:100%;
font-size: 80%;
margin: 0px auto 0px auto;
padding: 5px 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;
background: #696969;
text-align:center;
position: relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#copyright a {
color:#FFFFFF;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#copyright a:hover {
color:#ea979a;
}


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

.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: #444;
line-height:170%;
margin: 0 0 30px 0;
padding: 5px 0 0 0;
}

.textwidget a{
color: #444;
}

.textwidget a:hover{
color: #696969;
}

#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:#444;
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:#696969;
}


#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;
}


/* プラン表風 */

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;
}
/* ************************************************ 
*	VIPプラン
* ************************************************ */	
.p-vip{
	margin-top:40px;
}
.p-vip__box{
	border:1px solid #ccc;
	padding:6px;
	margin:12px 0;
}
ul.p-vip__box-header{
	background-color: #fff9f0;
    display: flex;
    align-items: center;
	justify-content:flex-start;
	padding:12px 6px;
}
ul.p-vip__box-header li{
	list-style-type:none;
}
ul.p-vip__box-header li:last-of-type{
	margin-left:auto;
}
.p-vip__box-header h2{
	font-size:18px;
	margin:0;
}
.p-vip__box-header h2 span{
	color:#696969;
}
.p-vip__box-header p{
	background-color: #e5b7b7;
    color: #fff;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 12px;
}
.p-vip__box-header i{
	color:#fff;
}
.p-vip__box-header a{
	color: #fff;
    background-color: #696969;
    padding: 10px 15px;
    font-weight: bold;
}
.p-vip__box-main{
	display:flex;
	justify-content:center;
	margin-top:12px;
}
.p-vip__box-main-img img{
    background-color: #000;
}
.p-vip__box-main-text{
	text-align:center;
	margin-left:12px;
}
.p-vip__box-main-text.w100{
	width:100%;
}
.p-vip__box-main-text-title{
	background: -webkit-repeating-linear-gradient(-45deg, #eeffd3, #eeffd3 3px,#fcfff2 3px, #fcfff2 7px);
	background: repeating-linear-gradient(-45deg, #eeffd3, #eeffd3 3px,#fcfff2 3px, #fcfff2 7px);
	border: 2px solid;
	box-sizing: border-box;
    margin: 0;
    line-height: 1;
    font-weight: bold;
	width:100%;
}
.p-vip__box-main-text-note{
	text-decoration:underline;
	padding:0 0 10px;
	margin-top:-10px;
}
.p-vip__box-main-text__price{
	display:flex;
	align-items:center;
	justify-content:center;
}
.p-vip__box-main-text__price i.fa-caret-right{
	color:#696969;
	margin:0 12px;
}
.p-vip__box-main-text__price .vip-price01{
	font-weight:bold;
}
.p-vip__box-main-text__price .vip-price02{
	font-weight:bold;
	font-size:28px;
}
.p-vip__box-main-text__price-discount span,
.p-vip__box-main-text__price-discount span i{
	color:#696969;
}
.p-vip__box-price{
	background-color:#f2f2f2;
	padding:12px;
}
.p-vip__box-price p{
	background-color: #000;
    color: #fff;
    text-align: center;
    width: 50%;
    border-radius: 25px;
    line-height: 1;
    margin: 0 auto;
}
.p-vip__box-price table{
	margin-top:12px;
	width:100%;
}
.p-vip__box-price table tr{
	border-bottom:1px solid;
}
.p-vip__box-price table th,
.p-vip__box-price table td{
	padding:3px;
}
.p-vip__box-price ul li{
	list-style-type:none;
	background-color: #fff;
    padding: 3px;
    font-size: 10px;
	margin: 24px 0 0;
}
.p-vip__box-price ul li + li{
	margin-top:6px;
}
span.vip-price01 {
    color: #333;
}
span.vip-price03 {
    color: #333;
}
p.p-vip__box-main-text__price-discount {
    color: #696969;
}
.p-vip__contact{
	display:flex;
	justify-content:center;
	align-items:center;
}
.p-vip__contact li{
	list-style-type:none;
}
.p-vip__contact li i{
	color:#fff;
}
.p-vip__contact li:first-child a{
	background-color: #696969;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.p-vip__contact li:last-child a{
	background-color: #1dcd00;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.p-vip__contact li.p-vip__contact-none a{
	background: #ddd;
	border: 1px solid #888;
	color: #888;
	pointer-events: none;
}
.p-vip__box-detail{
	position: relative;
    margin: 24px 0 0;
    padding: 12px 12px 0;
    border: solid 2px #000;
    border-radius: 8px;
}
.p-vip__box-detail b{
	position: absolute;
    display: inline-block;
    top: -6px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
}
.p-vip__box-detail p{
	margin:0;
	padding:0;
}
/*タブ切り替え全体のスタイル*/
.tabs {
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #000;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#end:checked ~ #end_content,
#day:checked ~ #day_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}
/* 問い合わせフォーム */
.coder2 {
    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%;
}

.coder2 th,
.coder2 td {
    padding:10px;
    background:#fff;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
.coder2 th {
    background: #000;
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    width: 29%;
}

input[type=button], input[type=submit], button {
    cursor: pointer;
    background-color: #000;
    border-style: none;
    color: white;
    font-size: initial;
    padding: 7px 25px;
}


@media only screen and (max-width: 767px) {
	.p-vip__box-header h2 {
    font-size: 16px;
}
	.p-vip__box-header p{
		border-radius: 15px;
		font-size:10px;
		padding: 5px 8px;
	}
	.p-vip__box-header a{
		border-radius:5px;
		padding: 7px 10px;
	}
	ul.p-vip__box-header li:last-of-type{
		font-size:10px;
	}
	.p-vip__box-main{
		display:inherit;
	}
	.p-vip__box-main-img img{
		width:100%;
	}
	.p-vip__box-main-text{
		width:100%;
		margin-left:0;
	}
	.p-vip__box-main-text-note{
		font-size:10px;
	}
	.p-vip__box-price p{
		width:100%;
	}
	.p-vip__box-price table{
		font-size:12px;
	}
	.p-vip__box-price ul li{
		font-size:9px;
		line-height:1.5;
	}
	.p-vip__box-main-text__price .vip-price02 {
    font-size: 22px;
}
	.p-vip__contact li a{
		padding:10px;
		font-size:12px;
	}
.coder2 th { display: block; border-top: none; border-right:solid 0px; width: auto; }
.coder2 td { display: block; border-top: none; border-right:solid 0px; }
}
/* ************************************************ 
*   レンタルページ
* ************************************************ */
.p-notes table th{
	white-space: nowrap;
	padding-right:20px;
	padding-top:5px;
	font-weight:bold;
}
@media only screen and (max-width: 767px) {
	.p-notes table th,
	.p-notes table td{
		display:block;
	}
}

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


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

@media only screen and (min-width: 960px) {
iframe { width:100%; height:350px; 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: #1a1a1a; margin-bottom:-10px; padding: 0;}
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) {

.header-inner { margin:auto; padding: 20px 0 0 0; }
#logo { text-align:center; width:300px; }
.contact { display:none;}
#header h1, #header .logo { float: none; margin: 0 auto;}
#nav { float: none; text-align:center; width: 300px; background: #fff; margin-bottom:-10px; margin-top:0px; padding: 0; border-top: double 3px #ccc; border-bottom: double 3px #ccc;}
.nav-menu li a { color: #333; display: block; font-size: 12px; padding: 10px 10px; text-decoration: none;}
#top-slide{ width:100%; padding: 0px; margin: 0px 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: 100%; overflow: hidden; }
.widget{margin:0 auto; box-sizing:border-box;}
	.widget img{width:100%}
	#custom_html-7 img,#custom_html-3 img{width:auto;}
#myplace{margin:0 auto;}
p { font-size: 15px; }
.first-block { float: left; width: 40%; padding: 12px 0 0 0;}
.last-block { float: right; width: 57%; font-size: 11px; text-align: left; white-space: normal; vertical-align: middle; padding: 15px 0 0 0; line-height: 150%; }
.item h2 { font-size: 15px; line-height: 150%; font-weight: normal; padding: 0; margin-top:5px;}
.text-block { width: 57%; font-size: 10px; text-align: left; white-space: normal; vertical-align: middle; padding: 0 0 5px 0; }
.item-title a { font-size: 16px;}
.item .copy{font-size:12px;}
.footer-inner { margin:0 10px;}
iframe { width: 100%; height:100%; max-width:300px; }
#headNav h1 { font-size: 10px; line-height: 1; padding: 2px 0px 0px 0px; }
#headNav p { font-size: 10px; line-height: 1; padding: 0px 0px 2px 0px; }
.pcmenu{display:none;}
img.alignleft { padding: 0 0 10px 0; margin: 0 0 0 0;}
.aboutbox { width: 90%;}
.coder th { display: block; border-top: none; border-right:solid 0px; width: auto; }
.coder td { display: block; border-top: none; border-right:solid 0px; }
body { min-width:100%; }
#text-2 { display:none; }
#categories-2 { display:none; }
.blog-title { margin: 50px 0px 20px 0px; }
.pagetitle { margin: 50px 0px 20px 0px; }
.area { font-weight: normal; font-size: 16px; line-height: 1.2em; }
.genre { font-weight: normal; font-size: 16px; line-height: 1.2em; }


#header_bottom { width:auto; margin:0 15px; position:relative; }

/* ロゴ */
.pc #logo_text { float:left; margin:0 0 20px 0; }
.pc #logo_text h1 { font-size:22px; height:90px; line-height:90px; font-weight:normal; }
.pc #logo_text h1 a { text-decoration:none; display:block; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none; }
.pc #logo_text h1 a:hover { text-decoration:underline; }
.pc #logo_image { height:110px; float:left; }
.pc #logo_image h1 { position:absolute; margin:0; padding:0; line-height:100%; }
.pc #logo_image h1 img { display:block; }

/* バナー */
#header_banner1 { float:right; margin:0 0 0 0; }
#header_banner1 img { display:block; max-width:100%; height:auto; }

#copyright {
font-size: 10px;
padding: 2px 0px;
}

/* 店舗ページ info */
	.info-content{
		display:inherit;
	}
	.info-content li {
		width: 100%;
		margin: 12px 0 0 0;
}
/* タグカラー */
a.foreigner {
    font-size: 10px;
    padding: 1px 3px;
}
a.ueno {
    font-size: 10px;
    padding: 1px 3px;
}
a.roppongi {
    font-size: 10px;
    padding: 1px 3px;
}
a.shinagawa {
    font-size: 10px;
    padding: 1px 3px;
}
a.shinjuku-2chome {
    font-size: 10px;
    padding: 1px 3px;
}
a.shinjuku-other {
    font-size: 10px;
    padding: 1px 3px;
}
a.tokyo-other {
    font-size: 10px;
    padding: 1px 3px;
}
a.ikebukuro {
    font-size: 10px;
    padding: 1px 3px;
}
a.shibuya {
    font-size: 10px;
    padding: 1px 3px;
}
a.ginza {
    font-size: 10px;
    padding: 1px 3px;
}
a.other {
    font-size: 10px;
    padding: 1px 3px;
}
}

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