﻿/*
Theme Name: Maezawa SP

Description: Matcha new

Author: MVP Themes

Author URI: 

Theme URI: 

Version: 1.00

License: 


License URI: 

*/
html,body {
  margin: 0;
  padding: 0;
  /*background: url(./images/common/bg.png);*/
  height: 100%;
}

.lang_code-ja-jp {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.lang_code-en {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.lang_code-zh-tw {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.lang_code-zh-cn {
    font-family: "Microsoft Yahei","PingHei" ,"sans-serif";
}

.lang_code-th {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.lang_code-id {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.lang_code-ko {
    font-family: "Malgun Gothic","Yoon Gothic","sans-serif";
}

.lang_code-vi {
    font-family: "tahoma";
}

p {
    color: #333;
    font-size: 16px;
}
.lang_code-zh-cn p {
    line-height: 1.5em;
}
@media screen and (max-width: 960px)
.lang_code-zh-tw .article p {
    font-size: 15px;
}
a {
  text-decoration: none;
  color: #444;
}

h1 {
    font-size:24px;
    font-weight: 600;
    margin: 0;
}
/* h1 {
  
  
} */

/* h2 {
  color: #333;
    float: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 7px;
    width: 100%;
} */

h2 {
    color: #333;
    border-left: 10px solid #b1b717;
    font-weight: 600;
    margin-top: 52px;
    padding: 0 10px;
    font-size: 22px;
    text-align: left;
}
h3 {
    border-left: 4px solid #a67d61;
    font-size: 18px;
    max-width: 800px;
    padding: 0 5px;
}

h5 {
    color: #444;
    font-size: 14px;
    margin: 5px;
}

p a {
  color: #ff5d5d;
}


/* ヘッダーエリア */
header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #d4d4d4;
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.tab {
  display: none;
}

.logo {
  left: 10px;
  position: absolute;
  top: 26px;
}
.logo a:hover {
  opacity: 1 !important;
}
.logo p {
  display: none;
}
.logo img {
  width: 190px;
}
.button {
  display: none;
  position: fixed;
  right: 10px;
  top: 34px;
}
button {
  border: none;
  background-color: #fff;
}
button img {
  width: 74px;
}
.nav {
  margin: 0;
  padding: 0;
}
.category_menu {
  float: left;
  left: 210px;
  position: relative;
  top: 36px;
}
.category {
  float: left;
  font-size: 14px;
  font-weight: 600;
  padding: 0 8px;
  border-left: 1px solid #ddd;
  margin-top: 5px;
  position: relative;
}
.category a:hover {
  color: #b1b717;
}
.category a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #b1b717;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.category a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.icon_menu {
  float: left;
  position: fixed;
  right: 15px;
  top: 14px;
}
.icon_menu img {
  float: left;
  width: 50px;
  z-index: 2;
}
.responsive_menu {
  display: none;
}
.tab_input {
  display: none;
}

/* サブメニュー */
nav > ul > li {
  /* position: relative; */
  /* float: left; */
  /* list-style: outside none none; */
}
nav ul li ul {
  list-style: outside none none;
  background: #c8cc5c none repeat scroll 0 0;
  padding: 0;
  font-size: 12px;
}
nav a {
  text-decoration: none;
}
nav ul a:hover {
  color: #b1b717;
}
nav .sub-menu {
  background: #B1B717 none repeat scroll 0 0;
  opacity: 0;
  list-style: outside none none;
  position: absolute;
  right: 0;
  top: 70px;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 284px;
  margin: 0;
  padding: 0;
}
nav .sub-menu a {
  border-bottom: 1px solid;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 15px;
  text-align: center;
}

nav .sub-menu li ul {
  overflow: auto;
  height: 298px;
}

nav .sub-menu li ul li a {
  padding:5px;

}

nav .sub-menu a:hover {
  color: #fff;
}

nav .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}
nav li.menu-item-has-children li a:hover {
  background: #c6cd1b;
}
.arrow_box {
  top: -34px;
  right: 16px;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-color: rgba(177, 183, 23, 0);
  border-bottom-color: #b1b717;
  border-width: 10px;
}

.sub-menu span { display:block; background-position:97% center; background-repeat:no-repeat;}
nav .sub-menu > li > a > span { background-image:url(./images/menu/arrow.png);}
nav .sub-menu > li > a > span.open { background-image:url(./images/menu/arrow_open.png);}

/* 検索ボックス */
/* form{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin: 2px 5px;
  position: relative;
  top: 10px;
}
form input{
 outline:none;
 color: #aaa;
 outline: medium none;
}
.search_text{
    border: medium none;
    font-size: 14px;
    height: 24px;
    padding: 0 6px;
    vertical-align: 6px;
    //width: 110px;
}
.search_button{
  position: absolute;
  right: 8px;
  top: 2px;
  width: 24px;
} */

.lang_icon img {
    padding: 0 5px;
    position: relative;
    top: 7px;
    width: 38px !important;
    /* display: none; */
}

.lang_icon > a {
    margin-left: 5px;
    padding-right: 20px;
    position: relative;
    top: -5px;
}


/* サイドバー */
.sidebar {
    /*float: right;
    margin-right: 120px;*/
    margin-top: 100px;
    width: 320px;
}

.sidebar a {
  display: block;
}

.sidebar a:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-decoration: underline;
  color:#000;
}

.sidebar_top {
    float: right;
    margin-right: 120px;
    margin-top: 30px;
    width: 320px;
}

.sidebar_top a {
  display: block;
}

.sidebar_top a:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-decoration: underline;
  color:#000;
}

/* new_article */
.new_article {
  width: 100%;
  margin-bottom: 60px;
}
.new_article_tittle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
}
.new_article_box {
    border-bottom: 1px dotted #999;
    clear: both;
    margin: 10px;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
}
.new_article_image {
    float: left;
    height: 80px;
    margin: 0 5px;
    overflow: hidden;
}
.new_article_image img {
  width: 120px;
}
.new_article_text {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
}


.new_article_category {
    background: #0063a8 none repeat scroll 0 0 !important;
    left: 5px;
    line-height: 5px;
    opacity: 0.9;
    padding: 0 8px;
    position: absolute;
}

.new_article_category_food {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6600;
    left: 5px;
}

.new_article_category_event {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ffcc00;
    left: 5px;
}

.new_article_category_shop {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #0000cc;
    left: 5px;
}

.new_article_category_howto {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #dd0000;
    left: 5px;
}

.new_article_category_spot {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #4fb8c4;
    left: 5px;
}

.new_article_category_culture {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #68c44f;
    left: 5px;
}

.new_article_category_otaku {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6666;
    left: 5px;
}

.new_article_category_stay {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    left: 5px;
}

.new_article_box .cate {
    border: medium none;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 10px 0;
}

/* ranking */
.ranking {
  position: relative;
  height: 740px;
}
.ranking_tittle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
}
.ranking_box {
  margin: 10px;
  border-bottom: 1px dotted #999;
  height: 100px;
  position: relative;
  min-height: 80px;
  padding-bottom: 5px;
}
.ranking_image {
  float: left;
  margin: 0 5px;
}
.ranking_image img {
  width: 120px;
}
.ranking_text {
  font-size: 14px;
  font-weight: 600;
}
.ranking_category {
  background: #176ab7;
    position: absolute;
    width: 30px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    left: 5px;
    line-height: 5px;
}
.ranking_category h3 {
    font-size: 10px;
}
/* ranking tab */
.section- {
  margin: 25px 0;
  position: absolute;
}
.section-radio {
  display: none;
}
.section-name {
  position: relative;
  z-index: 10;
  font-size: 22px;
  color: #666;
  font-weight: 500;
  padding-bottom: 10px;
  /* 他、選択されていない時のCSSを記述 */
}
.section-one {
  margin-left: 52px;
}
.section-two {
  margin-left: 140px;
}

.section-three {
  margin-left: 225px;
}
.section-radio:checked + .section-name {
  color: #ff5d5d;
  border-bottom: 2px solid #ff5d5d;
  /* 選択された時のCSSを記述 */
}
.section-content {
  display: none;
}
.section-radio:checked ~ .section-content {
  display: block;
  margin-top: 34px;
}

/* special */
.special {
  position: relative;
  margin-bottom: 40px;
}
.special_tittle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
}
.special_image {
  margin: 15px 10px;
}

.special_image img {
  width: 300px;
}
.special ul.sp_slide {
  padding-left: 0;
}
.sp_slide_wrap {
    margin-bottom: 50px;
}

/* メイン */
#wrapper {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
}
#all {
    height: auto;
}

/* top img */
.container ul {
  margin: 0;
  padding: 0;
}

.container {
    width: 100%;
    text-align: center;
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    top: 70px;
    margin-top: -22px;
}

.wideslider p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin: 100px;
  position: absolute;
  text-shadow: 1px 1px 3px #666;
  top: auto; /* 10px */
  width: 800px;
  z-index: 1;
  bottom: -10%; /* null */
}

.wideslider ul, .wideslider ul li {
    clear: none;
    display: inline;
    float: left;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
    opacity:0.8;
   filter:alpha(opacity=20); /* filter:alpha(opacity=80); */
   -ms-filter: "alpha( opacity=50 )"; /* -ms-filter: "alpha( opacity=80 )";*/
}

.wideslider li:hover {
    filter:alpha(opacity=90)!important;
    -moz-opacity: 0.9!important;
    opacity: 0.9!important;
}

.wideslider_back {
    height: 500px;
    position: absolute;
    top: 85px;
    width: 100%;
}

.wideslider_base {
  background: none;
  position: absolute;
  top: 0;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    height: 552px !important;
}
.slider_prev {background: rgba(0,0,0,0.5) url(./images/prev.png) no-repeat right center;}
.slider_next {background: rgba(0,0,0,0.5) url(./images/next.png) no-repeat left center;}

.slide_author {
    border-radius: 300px;
    color: #fff;
    font-size: 20px;
    margin: 0 400px;
    position: absolute;
    text-shadow: 1px 1px 3px #666;
    bottom: 200px;
    z-index: 2;
}
.slide_author span {
    color: #ff5d5d;
}

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
    display: none;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.author_img_top {
    border-radius: 300px;
    margin: 0 720px;
    position: absolute;
    top: 280px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #666; 
}

.author_img_top img {
    border-radius: 300px;
    width: 120px !important;
    position: relative;
    border: 5px solid #fff;
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* japan map */
.map_tittle {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #b1b717;
}

.map  {
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* pin */
.pin  {
    margin: 20px;
    float: left;
    overflow: hidden;
    width: 300px;
}

.pin p {
    font-size: 12px;
    font-weight: 600;
}

.pin div {
    float: left;
    line-height: 14px;
    width: 320px;
}

.pin div div {
    float: left;
    font-size: 11px;
    padding: 1.5px 3px;
    width: 100px;
}

.pin div div:hover  {
    color: #fff;
    background: #b1b717;
}


/* pickup */
.pickup_tittle {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 5px 0;
    color: #555;
    border-bottom: 1px solid #d4d4d4;
    border-left: none;
}

.pickup {
    margin: 30px auto;
    min-height: 240px;
    width: 100%;
    padding: 0 0 10px;
}

.pickup_box {
    border-bottom: 1px dotted #999;
    margin: 0 0 4px 12px;
    min-height: 136px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    top: 30px;
    width: 96%;
}

.pickup_image {
    float: left;
    max-height: 120px;
    overflow: hidden;
}

.pickup img {
    width: 180px;
    height: auto;
}

.pickup a {
  display: block;
}

.pickup a:hover {
  opacity: 0.8;
}

.pickup_text {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 0 20px;
}

.pickup_text p {
    font-size: 12px;
    font-weight: 100;
}

.pickup_category {
    background: #666 none repeat scroll 0 0;
    line-height: 5px;
    opacity: 0.9;
    padding: 0 8px;
    position: absolute;
}

.pickup_category.culture {
    background: #9b4f0f none repeat scroll 0 0;
}

.pickup_category.food {
    background: #FFBB00 none repeat scroll 0 0;
}

.pickup_category.how-to {
    background: #1995ad none repeat scroll 0 0;
}

.pickup_category.otaku {
    background: #CB0000 none repeat scroll 0 0;
}

.pickup_category.shop {
    background: #375e97 none repeat scroll 0 0;
}

.pickup_category.spot {
    background: #3f681c none repeat scroll 0 0;
}

.pickup_category.stay {
    background: #fb6542 none repeat scroll 0 0;
}

.pickup_category.event {
    background: #27C11F none repeat scroll 0 0;
}

.pickup_category > h3 {
    border: medium none;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 10px 0;
}

.pickup_category_food {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6600;
}

.pickup_category_event {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ffcc00;
}

.pickup_category_shop {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #0000cc;
}

.pickup_category_howto {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #dd0000;
}

.pickup_category_spot {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #4fb8c4;
}

.pickup_category_culture {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #68c44f;
}

.pickup_category_otaku {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6666;
}

.pickup_category_stay {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
}

.pickup_written {
    bottom: 5px;
    color: #a8a8aa;
    font-size: 10px;
    font-weight: 300;
    position: absolute;
    text-align: right;
    width: 100%;
}

.pickup_written a {
    color: #ff5d5d;
    display: inline-block;
}
.pickup_written img {
    position: relative;
    top: 3px;
    width: 14px;
}

.pickup_written img {
    position: relative;
    top: 3px;
    width: 14px;
}

.written img {
    position: relative;
    top: 3px;
    width: 14px;
}
.pickup_written i {
    font-size: 14px;
    color: #bbbbbb;
}
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

942行目を更新
.wideslider ul {
    clear: none;
    display: inline-block;
    overflow: hidden;
}


/* main */
#mainbox {
    width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

#contentsbox {
    height: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
}

#main {
    /* margin-right: -350px; */
    /* margin-top: 50px; */
    width: 764px;
    overflow: hidden;
    position: absolute;
}
#main a:hover {
  text-decoration: underline;
  color:#000;
}
.center {
    background: #fff none repeat scroll 0 0;
    clear: both;
    width: 100%;
    /*margin-left: 120px;
    margin-right: 465px;*/
    margin-top: 100px;
/*    box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  -webkit-box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  -moz-box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px; */
}

.pr_banner {
    text-align: center;
    display: none;
}
.pr_banner img {
    width: 100%;
}

#main_top {
  clear: both;
    margin-right: -350px;
    position: absolute;
    width: 100%;
}
#main_top a:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-decoration: underline;
  color:#000;
}
.center_top {
  background: #fff none repeat scroll 0 0;
    clear: both;
    margin-left: 120px;
    margin-right: 465px;
    box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  -webkit-box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  -moz-box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
}

/* breadcrumb list */
nav#breadcrumbs {
  font-size: 12px;
  left: -35px;
  position: absolute;
  top: 52px;
  width: 100%;
}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs a span {
  /* color: #ff5d5d; */
  margin: 0 6px;
}

nav#breadcrumbs span {
  color: #444;
  margin: 0 6px;
}

nav#breadcrumbs ol li:before {
  content: " > ";
  color: #444;
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}
nav#breadcrumbs ol li:first-child {
  font-size: 18px;
  margin-right: 3px;
}
nav#breadcrumbs ol li:first-child a:hover {
  color: #a9a9a9;
  text-decoration: none;
}
.fa {
    position: relative;
    top: 1px;
}
#post-area .fa {
    font-size: 16px;
    padding-right: 5px;
}
/* #post-area .social-share-wrapper div a {
    top: 13px;
}*/

/* tittle */
.tittle {
  width: 100%;
  overflow:hidden;
}
.tittle img {
  width: 100%;
  overflow:hidden;
  height:auto
}
.tittle h1 {
    margin-top: 8px;
    margin-bottom: 5px;
    padding: 0 10px;
}

/* seo_meta_description */
.seo_meta_description p {
    font-size: 12px;
    padding: 0 10px;
    color: #666;
}

/* written */
.written {
  color: #a8a8aa;
  font-size: 12px;
  font-weight: 300;
  line-height: 0.1em;
  margin-bottom: 20px;
  text-align: right;
  margin-right: 20px;
}
.written a {
  color: #ff5d5d;
}

.written img {
    position: relative;
    top: 3px;
    width: 14px;
}

/* fb_comments */
.fb_comments_box {
    padding: 0 10px;
 min-height: 180px;
}
.fb-comments > span {
 min-height: 180px;
}
.fb-comments > span > iframe {
 min-height: 180px;
}
._4q1v a {
    display: none;
}
/* tag */
.find_out h4 {
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 500;
  border-left: none;
}
.find_out {
    height: auto;
    padding: 0 10px;
    overflow: hidden;
    clear: both;
}
.tag_area {
  color: #a8a8aa;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
  margin-bottom: 30px;
}

.tag {
  background: #ddd none repeat scroll 0 0;
  color: #444;
  float: left;
  margin: 2px;
  padding: 5px 10px;
  border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
 }
.tag:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-decoration: underline;
  color:#000;
}
/* article */
.article {
  margin: 0 auto;
  padding: 10px;
}
.article img {
  width: 100%;
  height: auto!important;

}
.article > a {
    color: #ff5d5d;
}
.article ul > li {
  list-style-type:disc;
}
.article ol > li {
  list-style-type:decimal;
}
. size-full {
  width: 100%;
}
.profile {
    background: #ddd none repeat scroll 0 0;
    border-radius: 5px;
    padding: 8px;
}

/* share */
.social {
    margin: 10px;
}

.social_box {
    min-height: 140px;
    width: 100%;
    margin: 0 auto;
}

.sns {
  color: #fff;
    float: left;
    margin: 20px 0 0 10px;
    min-height: 80px;
    text-align: center;
    width: 30%;
    line-height: 72px;
}
.sns img {
  position: relative;
    top: 6px;
    width: 20px;
    display: none;
}
.ad {
  text-align: center;
  margin: 10px;
}
.ad img {
  width: 280px;
}

/* author */
.author_article {
    border-bottom: 1px dotted #666;
    color: #444;
    font-size: 16px;
    padding: 20px;
    font-weight: 600;
    text-align: center;
}

.author {
  height: auto;
    padding: 10px;
    overflow: hidden;
    clear: both;
}

.author_img {
    float: left;
    margin: 15px;
    width: 100px;
}

.more.hide-class {
    margin-bottom: 50px;
    position: relative;
}

.more.hide-class > a {
    background-image: url(./images/readmore.png);
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0 auto;
    color: #111;
    font-weight: 600;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -80px;
    padding: 40px 0 20px;
}

.author h4 {
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 500;
  border-left: none;
}

.author a {
  color: #ff5d5d;
}

.author_img img {
    border-radius: 5px;
    width: 100%
}

.author_name {
  font-weight: 600;
  padding: 10px 0;
}

.author_text {
  font-size: 12px;
  height: auto;
}

.author_social {
  float: right;
  margin: 20px 0;
}

.author_social img {
  float: left;
  width: 52px !important;
}

.author_button {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 100%;
}

.author_button p {
  background: #ff5d5d none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-weight: 100;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 200px;
}

.to_next_post {
    background: rgba(225, 225, 225, 0.8) none repeat scroll 0 0;
    bottom: 52px;
    color: #444;
    cursor: pointer;
    font-weight: 600;
    height: 3em;
    left: 0;
    line-height: 1;
    padding: 4px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.next_post_wrapper {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.to_next_post span {
  float: left;
}
.to_next_post .next_post_thumbnail {
    display: inline-block;
    height: 100%;
    margin-left: 8px;
    margin-right: 5px;
    overflow: hidden;
    width: 25%;
}
.to_next_post .next_post_thumbnail img {
  max-height: 3em;
  border: 1px solid #fff;
}
.to_next_post .next_post_text {
  display: inline-block;
  font-size: 8px;
  margin-bottom: 0.5em;
  text-align: left;
  width: 70%;
  margin-top: 2px;
}
.to_next_post .next_post_disp_title {
    display: inline-block;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 1px;
    text-align: left;
    width: 70%;
}


#post-area > div.post + a {
    display: none;
}

/* related article */
.related_article {
  margin: 15px;
}

.related_article > h3 {
  font-weight: 500;
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
  font-size: 16px;
}

.related_article_area {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.related_article_box {
    float: left;
    margin: 10px 0 0 10px;
    min-height: 260px;
    width: 30%;
}
.related_article_box:hover {
  text-decoration: underline;
  color:#000;
}
.related_article_image {
    max-height: 120px;
    overflow: hidden;
}
.related_article_image img {
  width: 100%;
  height: auto;
}

.related_article_text {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.related_article_category.culture {
    background: #9b4f0f none repeat scroll 0 0;
}

.related_article_category.food {
    background: #FFBB00 none repeat scroll 0 0;
}

.related_article_category.how-to {
    background: #1995ad none repeat scroll 0 0;
}

.related_article_category.otaku {
    background: #CB0000 none repeat scroll 0 0;
}

.related_article_category.shop {
    background: #375e97 none repeat scroll 0 0;
}

.related_article_category.spot {
    background: #3f681c none repeat scroll 0 0;
}

.related_article_category.stay {
    background: #fb6542 none repeat scroll 0 0;
}

.related_article_category {
    background: #0063a8 none repeat scroll 0 0;
    line-height: 5px;
    opacity: 0.9;
    position: absolute;
    width: 60px;
}
.related_article_category > h3 {
    border: medium none;
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.related_article_category_food {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6600;
}

.related_article_category_event {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ffcc00;
}

.related_article_category_shop {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #0000cc;
}

.related_article_category_howto {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #dd0000;
}

.related_article_category_spot {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #4fb8c4;
}

.related_article_category_culture {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #68c44f;
}

.related_article_category_otaku {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6666;
}

.related_article_category_stay {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
}

/* photo */
.photoa {
    margin: 30px auto;
    min-height: 240px;
    width: 100%;
    padding: 0 0 10px;
}

.photo_area {
    margin: 120px 0;
    text-align: center;
}

.photo_area a:hover{
    opacity: 0.8;
}

.photo_area img {
    width: 300px;
}

.photo_button {
    background: #ff5d5d none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 100;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 200px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.photo_button a {
    color: #fff;
}

.photo_button:hover {
    opacity: 0.8;
}

.photo_text {
    display: block;
    position: relative;
    width:250px;
    height:270px;
    line-height: 270px;
    background: #ffcc00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -moz-opacity:0;
    filter:alpha(opacity =0);
    top:50px;
    color: #fff;
    font-size:18px;
}

.photo_text a {
    display: block;
}

.tittle a:hover .photo_text {
    display: block;
    top:0;
    left:0;
    opacity: 1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
}

figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  left: -40px;
  top: -16px;
}

.related_article_image figure {
  left: -34px;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 96%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
figure:hover figcaption {
  opacity: 1;
}

figcaption h3 {
  color: #fff;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 24%;
  width: 60px;
  font-weight: 100;
}

figure img {
  width: 20px;
}

.related_photo_area {
  margin: 0 auto;
  min-height: 100px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #999;
  padding-bottom: 30px;
}

#photos {
   /* Prevent vertical gaps */
  margin: 120px 0;
   -webkit-column-count: 5;
   -moz-column-count:    5;
   column-count:         5;
 
}
#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}


/* ページトップ */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 0.5px;
  font-size: 15px;
  margin-right: 25px;
  z-index: 1000;
}
#page-top a {
  background: #fff none repeat scroll 0 0;
  text-decoration: none;
  color: #b1b717;
  width: 50px;
  padding: 14px 0;
  text-align: center;
  display: block;
  border: 3px solid #b1b717;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

#page-top a:hover {
  text-decoration: none;
  background: #fff;
}


/* ヘッダーエリア */
footer {
  background: none repeat scroll 0 0 #444;
}

footer p {
  color: #fff;
}

.footer_contents {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.footer_menu {
  padding: 10px;
  border-bottom: solid 1px #fff;
}

.footer_sns {
  margin-top: 30px;
}
.footer_sns a {
  margin: 0 1px;
}
.footer_sns a i {
  font-size: 24px;
  color: #fff;
  width: 35px;
  padding: 0 5px;
}

.footer_sns img {
  padding: 0 10px;
  width: 32px;
}
  @media screen and (max-width: 480px) {
    .footer_sns img {padding: 0 5px}
  }

address {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  padding-bottom: 20px;
}

/* footer_menu */
.footer_menu_article {
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.footer_menu_article > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
    margin: 0;
    padding: 0;
    position: static;
}
.footer_menu_article > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.footer_menu_article img {
    margin: 0 15px;
    padding-top: 4px;
    width: 42px;
}

/* レスポンシブ */
/*header*/
@media screen and (max-width: 960px) {
  header {height: 60px;}
  .logo {top: 14px; left: 8px;}
  .logo p {display:block; font-size: 11px; font-weight: 600; left: 58px; position: absolute; top: 8px; width: 200px;}
  .logo img {width: 140px;}
  .button {display: block;}
  .button img {width: 74px;}
  .category_menu {display: none;}
  .icon_menu {display: none;}
  .button {top: 20px;}
  .drawer--left.drawer-open .drawer-hamburger .drawer-menu-text {color:#fff;}
  /* menu tab */
  .tab {list-style-type: none; margin: 0; padding: 0; position: absolute; top: 61px; width: 100%; display: block; height: 100px; background: #fff none repeat scroll 0 0;}
  .tab_label {display: block; position: absolute; width: 100%;}
  .tab li:nth-child(1) {margin-left:0;}
  .tab li:nth-child(2) {margin-left:20%;}
  .tab li:nth-child(3) {margin-left:40%;}
  .tab li:nth-child(4) {margin-left:60%;}
  .tab li:nth-child(5) {margin-left:80%;}
  .tab_label img {width: 58px; margin-top: 10px;}
  .tab_labelmenu1 {margin-left: 100px;}
  .tab_input {display: none;}
  .tab_text {width: 100%; margin-top: 0; position: absolute; top: 148px; display: block;}
  .tab_input:not(:checked) + .tab_text {display: none;}
  .tab_input:checked + .tab_label img {border-bottom: 2px solid #ff5d5d;}  /* 選択された時のCSSを記述 */
  .tab_contentbox {width: 100%; position: absolute; background: #b1b717 none repeat scroll 0 0;}
  .tab_contentbox form {top:0px;}
  .tab_menu1 {text-align: center; padding: 20px 0; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 25%;}
  .tab_menu2 {padding:0; margin: 0; list-style: outside none none;} 
  .tab_menu3 { border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; padding: 12px 0; text-align: center; width: 20%;}
  .tab_menu4 {text-align: center; padding: 10px; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 94%;}
  .tab_menu5 {text-align: center; padding: 20px 0; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 50%;}
  .tab_contentbox img {width: 30px;}
  .tab_contentbox a {color: #fff; font-size: 12px; font-weight: 600;}
  .arrow_box {top:-34px; right: auto; border: solid transparent; position: absolute; pointer-events: none; border-color: rgba(177, 183, 23, 0); border-bottom-color: #b1b717; border-width: 10px;}
  .search_text {width: 280px; padding: 6px;}
  .tab_menu2 a:hover {text-decoration:none; color: #fff;}
  .tab_menu2 span { padding:20px 0;text-align: center; float: left; margin: -1px; width: 100%; background-position:97% center; background-repeat:no-repeat;}
  .tab_menu2 ul { list-style: none; padding:0 1px; float: left; height: 140px; overflow: auto; }
  .tab_menu2 li { padding:20px 0; text-align: center; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 100%;}
  .tab_menu2 ul li { padding: 8px 0; background: #c8cc5c none repeat scroll 0 0;}
  .tab_menu2 span  { background-image:url(./images/menu/arrow.png);}
  .tab_menu2 span.open { background-image:url(./images/menu/arrow_open.png);}
  .seo_meta_description p { font-size: 10px;}
}

/* main */
@media screen and (max-width: 960px) {
  #wrapper {height: auto !important; width:100%;}
  #main {position: relative; margin-top: 27px; margin-right: 0;min-height: 0px !important; width:100%;}
  .pr_banner {display: block; position: relative;padding: 14px 20px 5px; }
  #main_top {position: relative; margin-top: 0px; margin-right: 0;min-height: 0px !important;}
  nav#breadcrumbs {display: none;}
/*  .wideslider p {font-size: 15px; width: 10%; margin: 20px;} */
  /* Newly Added*/
  .slider_prev {background: url(./images/prev.png) no-repeat right center;}
  .slider_next {background: url(./images/next.png) no-repeat left center;}

  .slider_prev, .slider_next {max-width:960px; width:50px !important; height: 100% !important; moz-background-size:70% auto; background-size:70% auto; }
  .slide_author {font-size: 12px; margin: 0 40px; bottom: 20px;}
  .author_img_top {display: none;}
  .center {margin: 0;}
  .center_top {margin: 0;}
  .pickup_box {height: auto; margin: 0 8px; min-height: 92px; top: 16px;}
  .pickup img {width: 120px;}
  .pickup_text {font-size: 14px; font-weight: 600; padding: 0 5px; line-height: 1.3;}
  .pickup_text p {display: none;}
  .pickup_written {bottom: 0;display: block;font-size: 9px;margin-top: 12px;}
  .pickup_written img {width: 14px; }
  .written img {width: 14px; }
  .pickup_image { float: left; max-height: 80px !important; overflow: hidden;}
  .social_box {min-height: 0px;}
  .pickup_written img {width: 14px; }
  .written img {width: 14px; }
  .sns {font-size: 14px; margin: 20px 0 0 6px; line-height: 50px; min-height: 50px; width: 30%;}
  .sns img {display: none;}
  .author_area {height: auto;}
  .author {height: auto; padding: 0 10px; clear: both;}
  .author_img {margin: auto; text-align: center; width: 60px; margin: 10px 10px 10px 0;}
  .author_img img {padding: 0;}
  .author_name {margin-top: 0;}
  .author_social {margin-top: 20px;}
  .author_social img {width: 40px;}
  .find_out {padding:0;}
  .related_article_box {float: none;margin: 5px 0;overflow: hidden;width: 100%;min-height: 0;}
  .related_article_image {float: left;height: auto;margin-right: 10px;overflow: hidden;width: 110px;}
  .related_article_text {float: left;font-size: 13px;font-weight: 600;overflow: hidden;width: 58%;}
  .wideslider {top: 60px; margin-top: -33px;}
  .wideslider p { font-size: 15px; margin: 0 34px; top: auto; bottom:15%; width: 5.5%;} /*.wideslider p { font-size: 15px; margin: 0 34px; top: auto; bottom:20%; width: 5.5%;}  .wideslider p { font-size: 22px; margin: 0 34px; top: 8%; width: 5.5%;} */
  #post-area .fa { padding-right: 0;}
  .special {margin-bottom: 100px;}
}

@media screen and (max-width: 1100px) {
  .map_tittle {display: none;}
  .map {display: none;}
}

/* photo */
@media screen and (max-width: 960px) {
  figcaption {display: none;}
  .photo_area img {width: 100%;}
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}


/* sidebar */
@media screen and (max-width: 960px) {
  .sidebar {float: none; margin: 0; width: 100%;min-height: 0px !important;}
  .sidebar_top {float: none; margin: 0; width: 100%;}
  .special_image img {width: 100%;}
  .section- {width: 100%;}
  .section-one {margin-left: 14%;}
  .section-two {margin-left: 42%;}
  .section-three {margin-left: 72%;}
  .sidebar .ad {display: none;}
  .new_article {display: none;}
  .side_about {display: none;}
  .side_social {display: none;}
  .side_feedback {display: none;}
}

/* footer */
@media screen and (max-width: 960px) {
  footer {top: 20px !important;}
}

/* タブレット用スライダー */
@media screen and  (min-width: 420px) and (max-width: 960px) {
  .wideslider p { bottom: 15%; font-size: 20px; margin: 0 38px; top: auto; width: 6%;}
  /*.wideslider p { bottom: 50%; font-size: 26px; margin: 0 38px; top: 50%; width: 6%;} */
} 
@media screen  and (min-width: 675px) and (max-width: 960px){
  .wideslider p { bottom: 35%; font-size: 22px; margin: 0 38px; top: auto; width: 6%;}
  /*.wideslider p { bottom: 50%; font-size: 26px; margin: 0 38px; top: 50%; width: 6%;} */
} 

/* ライブラリ (lazy load)
img.lazy {
  width: 640;
  height: 480; 
} */

/* ライブラリ (cal)*/
.slideshow { margin-top: 100px; }
.slideshow img { width: 100px; height: 100px; margin: 5px; }
.slideshow a { height: 100%; padding: 0 5px; }
div.responsive img { width: 100%; height: auto }
div.responsive img:hover { opacity: 0.8; }
.cycle-pager { position: static; margin-top: 5px; }
div.vertical { width: 100px }

@media screen and (max-width: 960px) {
  .slideshow a {width: 160px !important; }
}

/* ライブラリ (maps)*/
@font-face {
  font-family: 'prefectly-webfont';
  src: url("../lib/assets/font/prefectly-webfont.eot");
  src: url("../lib/assets/font/prefectly-webfont.eot?#iefix") format("embedded-opentype"), url("../lib/assets/font/prefectly-webfont.woff") format("woff"), url("../font/prefectly-webfont.ttf") format("truetype"), url("../font/prefectly-webfont.svg#testfontRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ライブラリ (lightbox)*/
.prefectly {
  display: block;
  margin: 0 auto;
  padding: 0;
  font: normal normal 480px/100% "prefectly-webfont";
  font-size-adjust: none;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -ms-font-feature-settings: "liga", "dlig";
  overflow: hidden;
  list-style: none;
  text-align: center;
}
.prefectly li {
  float: left;
  margin: 0 0 0 -100%;
  position: relative;
  left: 101%;
  width: 100%;
  cursor: default;
}

/* Preload images */
body:after {
  content: url(./images/lightbox/close.png) url(./images/lightbox/loading.gif) url(./images/lightbox/prev.png) url(./images/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(./images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(./images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(./images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(./images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/** Style customizations
*************************************/
.prefectly {
  color: #dddddd;
  padding-top: 80px;
}

#plain {
  color: #666;
}


/** wordpress
*************************************/
blockquote p {
    color: #777;
    font-size: 11px;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
article blockquote {
    border-left: 1px solid #ccc;
    font: italic 14px/22px verdana,arial,sans-serif;
    margin: 10px;
    padding-left: 20px;
}
blockquote, q {
    quotes: none;
}
.mw_wp_form {
  position: static;
  padding: 0px;
}

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

.widddget h3{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #b1b717;
}
#main-notside{
    margin-right: -350px;
    margin-top: 50px;
    width: 100%;
}
@media screen and (max-width: 960px) {
  #main-notside {margin-right: 0px; margin-top: 30px;}
  ul.archive-list { float: none; padding: 0; }
  .archive-image { width: auto;}
}

/*================================================
    * 佐賀・浅草・和倉
================================================*/

.full2 h2 {
    color: #444;
    font-weight: 600;
    font-size: 24px;
    overflow: hidden;
    padding: 0 5px 5px 10px;
    text-align: left;
}

.archive-list > li {
    border-bottom: 1px dotted #444;
    clear: both;
    list-style-type: none;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

ul.archive-list li:last-child {
  border-bottom: medium none;
}

.archive-image {
    float: left;
}

.special_togoshiginza_archive-text {padding: 0; overflow: visible;}

.special_togoshiginza_archive-text h2 {
    margin-top: 0 !important;
    border: medium none !important;
}

.archive-byline {
    color: #666;
    font-size: 12px;
}

.archive-byline a {
    color: #fa4b2a;
}

footer {
    margin-top: 40px;
}



/*================================================
    * 東急ハンズ
================================================*/

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

/*.article > h3 {
    border-bottom: 1px dotted #007130;
    border-left: 8px solid #007130;
    padding: 0 0 8px 10px;
    text-align: left;
    font-size: 24px;
}*/

.article > h3 a {
    color: #444;
}

.hands_green {
    color: #007130;
}

.left_img {
    float: left;
    height: auto;
    padding: 20px;
    width: 42%;
}

.right_img {
    float: right;
    height: auto;
    margin: 20px;
    position: relative;
    width: 42%;
}

.right_text {
    float: right;
    padding: 30px 24px 40px 0;
    width: 46%;
}

.left_text {
    float: left;
    padding: 30px 0 25px 24px;
    width: 46%;
}

.artcle::before {
    border: 1px dashed #b7b092;
    bottom: 7px;
    content: "";
    left: 7px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1;
}

.artcle {
    background-color: #fcfaf3;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 90%;
}

a.article_link {
    clear: both;
    color: #007130;
    font-size: 18px;
    text-align: right;
    text-decoration: underline;
}

/*================================================
    * WAKURA
================================================*/

#togoshi-box {
    background-color: #f8f1e7;
    color: #666;
    font-size: 13px;
    font-style: italic;
    line-height: 1.7em;
    overflow: hidden;
}
#togoshi-box p {
    padding: 0 20px;
}
div.video-box {
    float: left;
    padding: 25px;
}
.video-box img {
    width: 100%;
}
h3 {
color: #444;
}

.special_togoshigiza_h3 {
    float: left;
    font: 700 24px/28px "Oswald",sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0 5px 5px 10px;
    width: 93%;
    border-left: 10px solid #b1b717;
}

ol, ul {
    list-style: outside none none;
    clear: both;
}

ul.archive-list {
    float: left;
}

ul.archive-list li {
    border-bottom: 1px dotted #ccc;
    display: block;
    float: left;
    padding: 15px 0 0 10px;
    width: 100%;
}

.archive-image {
    float: left;
    height: 200px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.special_togoshiginza_archive-text {
    overflow: hidden;
    padding: 0 10px;
}

.full2 {
    clear: both;
}

.left_img img {
    height: auto !important;
    width: 100% !important;
}

.right_img img {
    height: auto !important;
    width: 100% !important;
}

@media screen and (max-width: 960px) {
 /*----------------------------
    - 佐賀・和倉
 ----------------------------*/
  #main-notside {margin-right: 0px;}
  ul.archive-list {float: none; padding: 0;}
  ul.archive-list li {float: none; padding: 0;}
  .archive-image {width: 100%;}
  .special_togoshiginza_archive-text {padding: 0 10px;}
  /*----------------------------
    - 東急
 ----------------------------*/
  .artcle {width: auto;}
  .left_img {width: auto; float: none;}
  .right_text {float: none; padding: 20px; width: auto;}
  .right_img {float: none; width: auto;}
  .left_text {float: none; width: auto; padding: 20px;}
}
/*Pagenation*/
.pagenation {
    margin: 1em 0;
    padding-bottom: 10px;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
    padding-left: 8px;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #b1b717;
    border-radius: 3px;
    color: #ffffff;
    cursor: not-allowed;
    padding: 5px 10px;
}
.pagenation li a {
    background: #444 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
.page-link {
    color: #fff;
    margin: 10px;
    overflow: hidden;
    display: none;
}
.page-link a {
    color: #444;
}
.next-post {
    float: right;
}

.prev-post {
    float: left;
}


/*記事中Youtube調整*/
.article iframe {
    width: 100% !important;
}
/*お問い合せページフォーム調整*/
.article form {
    position: static !important;
}
.icon_menu form {
    margin: 0 15px;
    width: 150px
}
#contact input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 10px;
    color: #444;
    font-size: 14px;
    width: 100%;
}
textarea {
    padding: 10px;
    width: 100% !important;
}

.hissu {
    color: #f9423a;
    font-size: 12px;
}

#contact input[type="submit"] {
    background: #b1b717 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    left: 45px;
    position: relative;
    width: auto;
}
/* サイドバー */
.sidebar_top > section {
    position: relative;
}

/* about */
.side_about {
  width: 100%;
  margin-bottom: 30px;
}

.side_about > p {
    /*font-weight: 600;*/
    padding-left: 8px;
}

.side_about_tittle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
}

.side_about_box {
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.side_about_box a {
    margin: 5px 6px;
    background: #edede1 none repeat scroll 0 0;
    padding: 1px;
}
.side_about_box p {
    color: #555;
    font-size: 14px;
    margin: 10px auto;
    padding: 5px 0;
    width: 80%;
}
.side_about_txt p {
    font-size: 12px;
    font-weight: 100;
    padding: 0 10px;
    text-align: left;
    width: 90%;
}
.side_about_txt {
    margin-bottom: 20px;
}
.side_about_box div img {
  width: 32px;
  padding: 10px;
}


/* social */
.side_social {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.side_social > p {
    font-weight: 600;
    padding-left: 8px;
}

.side_social_tittle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
}

.side_social_box {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 80%;  
}

.side_social_box a > div {
    float: left;
    margin: 12px 1px;
    padding: 1px 0;
    text-align: center;
    width: 19%;
    color: #fff;
    height: 52px;
    line-height: 2.5;
    font-size: 23px;
    border-radius: 3px;
}
.side_social_box a > div .fa-google-plus, .side_social_box a > div .fa-pinterest-p {
    width: 31px;
}
.side_social_box div img {
  width: 32px;
  padding: 10px;
}

.side_facebook {
  background-color: #3B5997;
  box-shadow: 0 3px 0 #304775;
}
.side_twitter {
  background-color: #2CA7E0;
  box-shadow: 0 3px 0 #0e86d5;
}
.side_google_plus {
  background-color: #DB4A39;
  box-shadow: 0 3px 0 #ab3626;
}
.side_pin {
  background-color: #F13534;
  box-shadow: 0 3px 0 #a31d22;
}
.side_instagram {
    background: #a67d61 none repeat scroll 0 0;
    box-shadow: 0 3px 0 #82634e;
}
/* Recruit */
.side_recruit {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.side_recruit_tittle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
}

.side_recruit_image {
  margin: 15px 6px;
}

.side_recruit_image img {
  width: 300px;
}
.notside_article {
    padding: 10px;
    overflow: hidden;
}

/*記事がよかったら、いいねPC*/
.p-entry__push {
    border: 1px solid #444;
    color: #fff;
    display: table;
    margin: 20px auto;
    width: 90%;
}
.p-entry__pushThumb {
    background-position: center center;
    background-size: cover;
    display: table-cell;
    min-width: 150px;
}
.p-entry__pushLike {
  display: table-cell;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
}
.p-entry__pushButton {
    display: inline-block;
    height: 40px;
    transform: scale(1.2);
    width: auto;
}
.p-entry__pushButtonLike {
    line-height: 1
}
.p-entry__note {
    color: #999;
    font-size: 12px;
}
.p-entry__tw-follow {
    margin-bottom: 10px;
    width: 100%;
    padding: 15px 0
}
.p-entry__tw-follow__cont {
    text-align: center;
    font-size: 15px;
    color: #252525
}
.p-entry__tw-follow__item {
    vertical-align: middle;
    margin: 0 15px
}

.attachment-medium {
    width: 100%;
}
.wp-caption-text {
    font-size: 12px;
    margin-top: -5px;
    padding: 5px;
    text-align: center;
}

/* modal -- */
.modal {

}
.modal-content {
    width: 80%;
    height: 80%;
    top: 20px !important;
    border: 2px solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 100002;
    overflow: scroll;
    left: 50% !important;
    margin-left: -40% !important;
    top: 3% !important;
}

#modal-overlay {
  display: none ;
  position: fixed;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
  z-index: 100001;
}

.modal-content h1 {
  color: #444;
  font-size:14px;
  font-weight: 600;
}

.modal-content p {
  text-align: left;
}

.button-link {
    /* color: #666; */
  text-decoration: underline;
  position: static;
  padding: 6px;
  top: 98px;
  right: 10px;
  z-index: 10;
  text-decoration: none;
    /* -webkit-border-radius: 50%; */
    /* -moz-border-radius: 50%; */
    /* border-radius: 50%; */
    /* background-color: #fff; */
    text-align: center;
    /* border: 2px solid #666;  */
    /*line-height: 5em; */
    /*opacity: 0.8;*/
}

.button-link img {
  width: 80px;
}
 
.button-link:hover {
  /* cursor: pointer ; */
  opacity: 1;
  /* -webkit-border-radius: 50%; */
    /* -moz-border-radius: 50%; */
    /* border-radius: 50%; */
    /* background-color: rgba(255, 255, 255, 0.6); */
    /* text-align: center; */
    /* border: 2px solid #666; */
    /* line-height: 5em; */
    /* font-size: 12px; */
}
.close {
    position: fixed;
    width: auto;
    z-index: 999999;
    left: 1% !important;
    top: 1% !important;
}

.close img {
    width: 26px;
}
a#modal-close {
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    line-height: 1.8em;
    right: 30px;
    top: 30px;
    width: 30px;
}

@media screen and (max-width: 567px) {
    .button-link {top: 118px; right: 10px; opacity: 1;}
    .button-link img { width: 60px;}
    a#modal-close {right: 10px;}
}
close {
    left: 5px;
    position: fixed;
    top: 5px;
    width: auto;
    z-index: 999999;
}

.close img {
  display:none;
    width: 26px;
}

/*tablet*/

@media screen and  (min-width: 420px) and (max-width: 960px) {
  .wideslider {max-height: 360px !important;}
  .slider_prev, .slider_next {height: 50px !important;top: 35%;}
  .pickup_image {max-height: 180px !important;}
  .pickup img {width: 320px;}
  .pickup_text {font-size: 22px;}
  .pickup_written {font-size: 11px;}
  .pickup_written img{width: 14px;}
  .written img{width: 14px;}
  .new_article_image {height: 180px;}
  .new_article_text {font-size: 22px;padding: 0 10px;}
  .side_about_box {margin: 0 auto; text-align: center; width: 70%;}
}
  .pickup_written img{width: 14px;}
  .written img{width: 14px;}


/* 特集ページWPバーが伸びないよう */
#wpadminbar {
    min-height: 32px !important;
}

/*特集ページ四角用*/
.square_pickup_box {
    float: left;
    margin: 5px;
    min-height: 360px;
    overflow: hidden;
    padding: 5px;
    width: 30%;
}

.square_pickup_image {
    max-height: 200px;
    overflow: hidden;
}

.square_pickup_image > img {
    width: 100%;
}

.square_pickup_category {
    background: #0063a8 none repeat scroll 0 0 !important;
    line-height: 5px;
    opacity: 0.9;
    padding: 0 8px;
    position: absolute;
}

.square_pickup_category > h3 {
    border: medium none;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 10px 0;
}

.square_pickup_text {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding:10px 0px;
}

.square_pickup_text p {
    font-size: 12px;
    font-weight: 100;
}

.square_pickup_written {
    color: #666;
    font-size: 12px;
}
.square_pickup_written > a {
    color: red;
}
@media screen and (max-width: 567px) {
.square_pickup_box {margin: 0; min-height: 330px; padding: 0; width: 100%;}
}
.square_pickup_box a:hover {
    color: #000;
    opacity: 0.8;
    text-decoration: underline;
}
/*ライター募集*/
.writer_recruit {
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.writer_recruit > img {
    width: 80%;
}

/* 特集ページ用CSS（横並び） */
special_direct h3 {
    background: #b1b717 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}
.tg_text {
    background: #efefef none repeat scroll 0 0;
    border-radius: 10px;
    padding: 10px;
}
.banner_area {
    height: 160px;
    overflow: hidden;
    text-align: center;
}

.banner_area > p {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 28px !important;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 5px #000;
    top: 50px;
    z-index: 1;
}

.banner_area img {
    position: relative;
    top: -65px;
    width: 100%;
}
.special_direct {
    float: left;
    margin: 20px 0 0 20px;
    min-height: 500px;
    overflow: hidden;
    width: 30%;
}
.special_direct p {
    font-size: 14px;
}
.link {
    padding: 26px 0 0;
    text-align: center;
}
.link > a {
    border: 2px solid #000;
    padding: 20px;
}
.link > a:hover {
    border: none;
    background: #7b8010;
    color: #fff;
}
/* special */
@media screen and (max-width: 960px) {
  .sp_slide_wrap {margin:10px auto 0;margin-bottom:30px}
  .special ul.sp_slide {margin:0;padding:0;text-align:center}
  .special_image {margin:0;width:46%;display:inline-block !important}

  .banner_area{position:relative;height:84px;}
  li.bjqs-slide{text-align:center}
  .banner_area > p{position:absolute;width:100%;top:20%;line-height:1;letter-spacing:0.1em;}
  .banner_area img{top:0}

  .special_direct {float:none;width:100%;max-height:100%;margin:0}
}

.special_image > a:hover {
    text-decoration: none;
}

/* read more */
.more > a {
    color: #ff5d5d;
}
#PlagOpen1  {
    background: #000 none repeat scroll 0 0;
    margin: 20px auto;
    padding: 2px;
    text-align: center;
    width: 200px;
}
#PlagOpen1 a {
    padding: 10px;
    text-align: center;
    color: #fff;
}
#PlagOpen1 a:hover {
    color: #fff;
}
.more.hide-class > div {
    text-align: center;
    width: 100%;
}
.more.hide-class a {
    background: #b1b717 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    position: relative;
    top: 35px;
}


@media screen and (min-width: 961px) {
  #wrapper{position:relative}/* footer対策 */
  #main{position:relative;}/* footer対策 | min-height:4000px */
  .sidebar{position:absolute;top:0;right:0}/* footer対策 */
  .drawer-nav .side_social_box{display:none}
}
@media screen and (max-width: 960px) {
  .drawer-nav .side_social_box a > div{width:32%}
  header .side_social_box{width:100%;margin-bottom:2rem}
  header a{display:block}
  .drawer-menu li a{padding:3% 0 3% 34%;background:url("images/common/menu.png") no-repeat;background-size:22%}
  .drawer-menu li a.culture{background-position:0 0}
  .drawer-menu li a.food{background-position:0 -31px}
  .drawer-menu li a.how-to{background-position:0 -62px}
  .drawer-menu li a.otaku{background-position:0 -91px}
  .drawer-menu li a.shop{background-position:0 -124px}
  .drawer-menu li a.spot{background-position:0 -155px}
  .drawer-menu li a.stay{background-position:0 -185px}
  .drawer-menu li a.event{background-position:0 -216px}
  .drawer-menu li a.travel-guide{background-position:0 -246px}
}
/* audio */
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    border-radius: 5px;
}
@media screen and (max-width: 960px) {
  #main .notExist {margin-top: -30px;}
  }


  
  
  
  
  /* Pagination for Mobile */
  /*Pagenation
      margin: 1em 0;
  */
.mPagination{
	padding: 0 0;
    background: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    margin: 15px 0 0 0;
}
.mPagination ul{
	position: relative;
    padding: 0;
	list-style: none;
	color: red;
}

.mPagination ul .pagerBlock.prev {
    left: 0;
}
.mPagination ul .pagerBlock.prev, .mPagination ul .pagerBlock.next {
    width: 110px;
    position: absolute;
    top: 0;
    text-indent: -9999px;
}
.mPagination ul .pagerBlock {
    text-align: center;
}

.mPagination ul .pagerBlock.prev a {
    padding: 0 70px 0 10px;
}

.mPagination ul .pagerBlock.prev a, .mPagination ul .pagerBlock.next a {
    display: block;
}
.mPagination ul .pagerBlock .sum {
    font-family: 'Montserrat',sans-serif;
    padding: 15px 0;
    font-size: 14px;
    color: #999;
}
.mPagination ul .pagerBlock.next {
    right: 0;
}

.mPagination ul .pagerBlock.prev, .mPagination ul .pagerBlock.next {
    width: 110px;
    position: absolute;
    top: 0;
    text-indent: -9999px;
}
.mPagination ul .pagerBlock.next a {
    padding: 0 10px 0 70px;
}
.mPagination ul .pagerBlock.prev a, .mPagination ul .pagerBlock.next a {
    display: block;
}
.mPagination ul .pagerBlock.next a span {
    display: block;
    width: 30px;
    height: 50px;
    background: url("/wp-content/themes/maezawa_sp/images/nextt.png") no-repeat;
	background-size: 60%;

}
.mPagination ul .pagerBlock.next a span {
    background-position: 0 7px;
}
.mPagination ul .pagerBlock.prev a span {
    display: block;
    width: 30px;
    height: 50px;
    background: url("/wp-content/themes/maezawa_sp/images/previous.png") no-repeat;
	background-size: 60%;

}
.mPagination ul .pagerBlock.prev a span {
    background-position: 0 7px;
}


/* Loading */
.loaderTextM {
    text-align: center;
    color: #555;
}
.loaderMorgan:before,
.loaderMorgan:after,
.loaderMorgan {
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loaderMorgan {
  color: #555;
  font-size: 10px;
  margin: 10px auto 100px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loaderMorgan:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loaderMorgan:after {
  left: 3.5em;
}
.loaderMorgan:before,
.loaderMorgan:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* writer-add-banner */
.writer-add-banner {
    border: 1px solid #c0c0c0;
    position: relative;
    margin-bottom: 25px;
    min-height: 382px;
} 
.writer-add-banner p {
    text-align:  center;
    margin: 10px auto;
}
.writer-add-banner p:first-child {
    margin-top: 50px;
    font-size: 22px;
}
.writer-add-banner p:first-child span {
    color: #8b930a;
}
.writer-add-banner p:nth-child(2) {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    right: 87px;
}
.writer-add-banner p:nth-child(3) {
    position: absolute;
    bottom: 15px;
    right: 64px;
}