@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;

  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

#container {
  text-align: left;
  overflow: hidden;
}

#main {
  
}

* html #main {
  zoom: 1;
}

* + html #main {
  zoom: 1;
}

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

.wp-foot {
  background-color: #000;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  margin-bottom: 60px;
  padding-top: 14px;
  border-bottom: 3px solid #000;
}

#gHeader .hBox {
  margin: 0 auto 25px;
  max-width: 1180px;
}

#gHeader .hBox .head_copy,
#gHeader .hBox h1 {
  margin-top: 6px;
  width: 46%;
  float: left;
  font-size: 12px;
  font-weight: normal;
}

#gHeader .hBox .hLinkBox {
  width: 54%;
  float: right;
}

#gHeader .hLinkBox .linkList {
  width: 130px;
  float: right;
}

#gHeader .hLinkBox .linkList li {
  margin-left: 4px;
  display: block;
  float: right;
}

#gHeader .hLinkBox .linkList li a {
  display: block;
}

#gHeader .hLinkBox .linkList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gHeader .hLinkBox .linkList li img {
  height: 28px;
}

#gHeader .hLinkBox .login {
  width: 111px;
  float: right;
}

#gHeader .hLinkBox .login a {
  padding: 3px 0 4px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: #fd9f02;
}

#gHeader .hLinkBox .login a span {
  padding: 3px 0 0 22px;
  display: inline-block;
  background: url(../image/icon01.png) no-repeat left 2px;
}

#gHeader .hLinkBox .login a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gHeader .hLinkBox .name {
  float: right;
  padding-right: 0.5em;
  line-height: 28px;
}

#gHeader .hLinkBox .about {
  float: right;
  padding-right: 1em;
  line-height: 28px;
  text-decoration: underline;
}

#gHeader .hLinkBox .about:hover {
  text-decoration: none;
}

#gHeader .hLinkBox .favorite {
  width: 160px;
  float: right;
}

#gHeader .hLinkBox .favorite a {
  padding: 3px 0 4px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: #fd9f02;
}

#gHeader .hLinkBox .favorite a span {
  padding: 3px 0 0 22px;
  display: inline-block;
  background: url(../image/icon15.png) no-repeat left 2px;
}

#gHeader .hLinkBox .favorite a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gHeader .hInner {
  margin: 0 auto;
  max-width: 1180px;
}

#gHeader .hInner .logo {
  width: 17.9%;
  float: left;
}

#gHeader .hInner .logo a img {
  width: 100%;
}

#gHeader .hInner02 {
  margin: 0 auto;
  max-width: 100%;
}

#gHeader .hInner02 ul {
  margin: 0 auto;
  max-width: 1180px;
}

#gHeader .hInner02 ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#gHeader .hInner02 ul li a {
  padding: 0.5em 0;
  display: block;
  text-align: center;
  font-size: 1.2em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

#gHeader .hInner02 ul li a img {
  width: 20px;
  height: 20px;
  padding-right: 0.5em;
}

#gHeader .hInner02 ul li:nth-child(2) {
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
}

#gHeader .hInner02 ul li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  width: 78%;
  float: right;
}

#gNavi .navList li {
  float: right;
  text-align: center;
}

#gNavi .navList li a {
  padding-bottom: 16px;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 1.3em 16px;
}

#gNavi .navList li a .en {
  margin-top: 2px;
  display: block;
  color: #999;
  font-size: 10px;
}

#gNavi .navList li a:before {
  width: 1px;
  height: 18px;
  position: absolute;
  background-color: #ccc;
  left: 0;
  bottom: 26px;
  content: " ";
}

#gNavi .navList li:first-child a:after {
  width: 1px;
  height: 18px;
  position: absolute;
  background-color: #ccc;
  right: 0;
  bottom: 26px;
  content: " ";
}

#gNavi .navList .home a {
  color: #555;
}

#gNavi .navList .cafe a {
  color: #f05579;
}

#gNavi .navList .feature a {
  color: #7a5a9e;
}

#gNavi .navList .gourmet a {
  color: #f7a01e;
}

#gNavi .navList .event a {
  color: #1fb6e2;
}

#gNavi .navList .trip a {
  color: #22b573;
}

#gNavi .navList .bread a {
  color: #c1272d;
}

#gNavi .navList .lifeStyle a {
  color: #c69c6d;
}

#gNavi .navList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hInner .navList2 {
  clear: both;
}

.hInner .navList2 li {
  width: 50%;
  float: left;
  text-align: center;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
  width: 70.3%;
  float: left;
  max-width: 760px;
  margin-bottom: 51px;
}

#conts .imgList {
  margin-top: -35px;
  margin-bottom: 46px;
  margin-left: -2.3%;
  margin-right: -2.3%;
  display: flex;
  flex-wrap: wrap;
}

#conts .imgList .yellow .subBox .textBox .ttl {
  color: #feaf02;
}

#conts .imgList li {
  margin-top: 35px;
  width: 28.4%;
  display: block;
  margin-left: 2.3%;
  margin-right: 2.3%;
  border: 1px solid #e5e5e5;
  position: relative;
}

#conts .imgList li span.yescoupon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0.6em;
  font-size: 0.94em;
  background-color: rgba(253, 159, 2, 0.8);
  color: #fff;
  font-weight: bold;
  z-index: 1;
}

#conts .imgList li:nth-child(3n-1) {
  /* margin: 35px 4.93% 0; */
}

#conts .imgList li:nth-child(2n) {
  /* float: left; */
}

#conts .imgList li .subBox .photoBox {
	position: relative;
  width: 100%;
  margin-bottom: 18px;
	z-index: 1;
}

#conts .imgList li .subBox .photoBox__tlop {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
  display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: rgba(0,0,0,0.4);
	padding: 6px;
}

#conts .imgList li .subBox .textBox {
  position: relative;
  margin: 0 7.5%;
}

#conts .imgList li .subBox .textBox .ttl {
  margin-bottom: 5px;
}

#conts .imgList li .subBox .textBox .text {
  margin-bottom: 5px;
  line-height: 1.5;
}

#conts .imgList li .subBox .day {
  margin-bottom: 3px;
  display: block;
  font-size: 11px;
}

#conts .imgList li .subBox .day .week {
  margin: 1px 6px 0 0;
  width: 44px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  background-color: #1fb6e2;
}

#conts .imgList li .subBox .note .num {
  margin: 0 10px;
}

#conts .imgList li .subBox .date {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 10px;
  line-height: 15px;
  color: #c6c6c6;
}
#conts .imgList .liStyle {
  display: block;
}

#conts .primgList li:nth-child(2) {
  float: right;
}

#conts .imgList li .subBox {
  position: relative;
	height: 100%;
}

#conts .imgList li .subBox a {
  padding-bottom: 3.5em;
  display: block;
  position: relative;
}

#conts .imgList li .subBox a[target="_blank"] .textBox .note {
  display: none;
}

#conts .imgList li .subBox a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#conts .imgList li .subBox .photoBox {
  margin-bottom: 17px;
  position: relative;
  height: 150px;
  overflow: hidden;
}

#conts .imgList li .subBox .photoBox .wp-post-image {
  margin-bottom: 0;
  backface-visibility: hidden;
}

#conts .imgList li .subBox .photoBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 150px;
}

#conts .primgList li .subBox .photoBox {
  height: 235px;
}

#conts .primgList li .subBox .photoBox img {
  height: 235px;
}

#conts .primgList li .subBox .photoBox span img {
  height: inherit;
  top: 0;
  left: 0;
  transform: initial;
}

#conts .imgList li .subBox .photoBox span {
  width: 20.8%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

#conts .imgList li .subBox .photoBox span img {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  transform: none;
}

#conts .imgList li .subBox .textBox {
  position: relative;
  margin: 0 5%;
}

#conts .imgList li .subBox .textBox .ttl {
  margin-bottom: 2px;
  margin-right: 5px;
  color: #f05579;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

#conts .imgList li .subBox .textBox .fr {
  position: absolute;
  right: 0;
  top: -4px;
  color: #000;
  font-weight: normal;
}

#conts .imgList .subBox .textBox .blue {
  color: #1fb6e2 !important;
}

#conts .imgList .subBox .textBox .blue .event-end {
  color: #c00 !important;
}

#conts .imgList .subBox .textBox .green {
  color: #22b573 !important;
}

#conts .imgList .subBox .textBox .brown {
  color: #c69c6d !important;
}

#conts .imgList .subBox .textBox .yellow {
  color: #f7a01e !important;
}

#conts .imgList .subBox .textBox .purple {
  color: #7a5a9e !important;
}

#conts .imgList .subBox .textBox .wine {
  color: #c1272d !important;
}

#conts .imgList .subBox .textBox .gray {
  color: #666 !important;
}

#conts .imgList .subBox .textBox .pink {
  color: #f05579 !important;
}

#conts .imgList li .subBox .textBox .text {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

#conts .imgList li .subBox .note {
  display: block;
  color: #999;
  font-size: 12px;
  position: absolute;
  bottom: 1em;
  left: 5%;
}

#conts .imgList li .subBox .note .place {
  display: flex;
  align-items: center;
}

#conts .imgList li .subBox .note .place-pin {
  height: 11.91px;
  margin-right: 3.7px;
}

#conts .imgList li .subBox .note .views {
  padding-left: 0.3em;
}

#conts .imgList li .subBox .note .num {
  margin: 0 10px 0 11px;
  padding: 2px 0 0 16px;
  display: inline;
  background: url(../image/icon06.png) no-repeat left top;
  background-size: 10px 18px;
}

#conts .pageList {
  text-align: center;
}

#conts .pageList span {
  display: inline-block;
}

#conts .pageList a,
#conts .pageList ul li,
#conts .pageList span {
  margin: 0 4px;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #ccc;
}

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

#conts .pageList span {
  background-color: #000;
}

#conts a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
  margin-top: -2px;
  width: 29.7%;
  float: right;
}

#sideBar .sArea {
  margin-bottom: 22px;
  padding-top: 24px;
  background: url(../image/line01.jpg) repeat-x left top;
}

#sideBar .sArea img {
  margin: 0 auto;
  display: block;
}

#sideBar .sArea h2 {
  margin-bottom: 26px;
  text-align: center;
}

#sideBar .sArea h2 .ttl {
  padding: 2px 0 0 28px;
  display: inline-block;
  font-size: 20px;
  background: url(../image/icon02.png) no-repeat left 8px;
  background-size: auto auto;
}

#sideBar .sArea h2 .text {
  display: block;
  color: #999;
  font-size: 12px;
  text-align: center;
}

#sideBar .sArea .sLinkList {
  display: inline-block;
}

#sideBar .sArea .sLinkList li {
  margin-bottom: 10px;
  margin-right: 3px;
  display: inline-block;
}

#sideBar .sArea .sLinkList li a {
  padding: 1px 10px 0;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background-color: #f2f2f2;
}

#sideBar .sArea .sLinkList li a .tagc {
  color: #999;
}

#sideBar .sArea .sLinkList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#sideBar .sArea01 {
  margin-bottom: 0;
  padding-top: 26px;
}

#sideBar .sArea01 h2 .ttl {
  background: url(../image/icon03.png) no-repeat left 6px;
  background-size: 20px;
}

#sideBar .imgList li,
#sideBar .wpp-list li {
  margin-bottom: 17px;
  position: relative;
  overflow: inherit;
}

#sideBar .imgList li .subBox,
#sideBar .wpp-list li .subBox {
  padding: 0 5px 15px 0;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

#sideBar .wpp-list li:last-child .subBox {
  border-bottom: 0;
}

#sideBar .imgList li .subBox a,
#sideBar .wpp-list li .subBox a {
  display: block;
}

#sideBar .imgList li .subBox a:hover,
#sideBar .wpp-list li .subBox a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

#sideBar .imgList li .subBox .photoBox,
#sideBar .wpp-list li .subBox .photoBox {
  width: 90px;
  height: 90px;
  position: relative;
  float: left;
  overflow: hidden;
}

#sideBar .imgList li .subBox .photoBox .photo img,
#sideBar .wpp-list li .subBox .photoBox .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 90px;
}

#sideBar .imgList li .subBox .textBox,
#sideBar .wpp-list li .subBox .textBox {
  margin-top: -2px;
  width: 67.2%;
  float: right;
}

#sideBar .imgList li .subBox .textBox .ttl,
#sideBar .wpp-list li .subBox .textBox .ttl {
  margin-bottom: 2px;
  margin-right: 2px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #f05579;
}

#sideBar .imgList li .subBox .textBox .text,
#sideBar .wpp-list li .subBox .textBox .text {
  margin-bottom: 2px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.65;
}

#sideBar .imgList li .subBox .textBox .note,
#sideBar .wpp-list li .subBox .textBox .note {
  display: block;
  color: #999;
  font-size: 10px;
}

#sideBar .imgList li .subBox .textBox .date,
#sideBar .wpp-list li .subBox .textBox .date {
  margin-bottom: 5px;
  display: block;
  font-size: 10px;
  font-weight: normal;
  color: #333;
}

#sideBar .imgList li .subBox .textBox .date .week,
#sideBar .wpp-list li .subBox .textBox .date .week {
  margin-right: 5px;
  padding: 0 7px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #1fb6e2;
}

#sideBar .wpp-list li:before {
  content: "";
  background: url(../../image/imgtext01.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
}

#sideBar .wpp-list li:nth-child(1):before {
  background-image: url(../../image/imgtext01.png);
}
#sideBar .wpp-list li:nth-child(2):before {
  background-image: url(../../image/imgtext02.png);
}
#sideBar .wpp-list li:nth-child(3):before {
  background-image: url(../../image/imgtext03.png);
}
#sideBar .wpp-list li:nth-child(4):before {
  background-image: url(../../image/imgtext04.png);
}
#sideBar .wpp-list li:nth-child(5):before {
  background-image: url(../../image/imgtext05.png);
}

#sideBar .imgList .subBox .textBox .yellow,
#sideBar .wpp-list .subBox .textBox .yellow {
  color: #f7a01e !important;
}

#sideBar .imgList .subBox .textBox .blue,
#sideBar .wpp-list .subBox .textBox .blue {
  color: #1fb6e2 !important;
}

#sideBar .imgList .subBox .textBox .green,
#sideBar .wpp-list .subBox .textBox .green {
  color: #22b573 !important;
}

#sideBar .imgList .subBox .textBox .brown,
#sideBar .wpp-list .subBox .textBox .brown {
  color: #c69c6d !important;
}

#sideBar .imgList .subBox .textBox .gray,
#sideBar .wpp-list .subBox .textBox .gray {
  color: #666 !important;
}

#sideBar .imgList .subBox .textBox .purple,
#sideBar .wpp-list .subBox .textBox .purple {
  color: #7a5a9e !important;
}

#sideBar .imgList .subBox .textBox .wine,
#sideBar .wpp-list .subBox .textBox .wine {
  color: #c1272d !important;
}

#sideBar .imgList .color,
#sideBar .wpp-list .color {
  margin-bottom: 0;
}

#sideBar .imgList .color .subBox,
#sideBar .wpp-list .color .subBox {
  border-bottom: none;
}

#sideBar .sArea02 {
  margin-top: 24px;
}

#sideBar .sArea02 h2 {
  margin-bottom: 34px;
}

#sideBar .sArea02 h2 .ttl {
  background: url(../image/sp_icon01.png) no-repeat left 6px;
  background-size: 14px 20px;
}

#sideBar .sbannerBox ul {
  margin-bottom: 10px;
}

#sideBar .sbannerBox ul li {
  margin-bottom: 10px;
}

#sideBar .sbannerBox ul li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#sideBar .sArea03 {
  margin-bottom: 0px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 48px 0 69px;
  background-color: #000;
}

#gFooter .fLinkList {
  margin: 0 15px 45px;
  text-align: center;
}

#gFooter .fLinkList li {
  margin-right: 13px;
  display: inline;
}

#gFooter .fLinkList li a {
  padding-right: 16px;
  position: relative;
  color: #fafafa;
  font-size: 12px;
  display: inline-block;
}

#gFooter .fLinkList li a:before {
  margin-top: -6px;
  width: 1px;
  height: 12px;
  position: absolute;
  background-color: #a0a0a0;
  top: 50%;
  right: 0;
  content: " ";
}

#gFooter .fLinkList li:last-child a:before {
  display: none;
}

#gFooter .linkItem {
  text-align: center;
}

#gFooter .linkItem li {
  margin: 0 6px;
  display: inline-block;
}

#gFooter .linkItem li a {
  padding: 10px 0 9px;
  width: 149px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: #fd9f02;
}

#gFooter .linkItem li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gFooter .linkItem li a span {
  padding-left: 29px;
  display: inline-block;
  background: url(../image/icon13.png) no-repeat left top;
}

#gFooter .linkItem .password a span {
  padding-left: 22px;
  background: url(../image/icon14.png) no-repeat left 2px;
}

#gFooter .copyarea {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}

#gFooter a.copyright {
  color: #666;
  font-size: 10px;
  text-align: center;
}

#main .shareBox {
  padding: 69px 0 65px;
  clear: both;
  overflow: hidden;
}

#main .shareBox .lBox {
  width: 44.85%;
  float: left;
}

#main .shareBox .lBox .faceBox {
  width: 100%;
}

#main .shareBox .lBox .faceBox img {
  width: 100%;
}

#main .shareBox .rBox {
  width: 46.4%;
  float: right;
}

#main .shareBox .rBox .post {
  margin-bottom: 35px;
  padding: 34px 0;
  border-radius: 10px;
  background-color: #fd9f02;
  overflow: hidden;
}

#main .shareBox .rBox .post h2 {
  margin-bottom: 18px;
  text-align: center;
}

#main .shareBox .rBox .post h2 span {
  padding: 0 16px 0 60px;
  display: inline-block;
  color: #fff;
  font-size: 40px;
  background: url(../image/icon08.png) no-repeat left 7px;
}

#main .shareBox .rBox .post p {
  margin-bottom: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

#main .shareBox .rBox .post p span {
  margin-top: 2px;
  display: block;
  font-size: 12px;
}

#main .shareBox .rBox .post .link {
  margin: 0 auto;
  width: 42%;
  border-radius: 5px;
  float: left;
  padding: 0 4%;
}

#main .shareBox .rBox .post .link a {
  padding: 13px 0 12px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #000;
}

#main .shareBox .rBox .post .link a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#main .shareBox .rBox .post .link a span {
  padding-right: 19px;
  position: relative;
  display: inline-block;
}

#main .shareBox .rBox .post .link a span:before {
  margin-top: -4px;
  width: 6px;
  height: 8px;
  position: absolute;
  background: url(../image/icon09.png) no-repeat left top;
  right: 0;
  top: 50%;
  content: " ";
}

#main .shareBox .rBox .shareList li {
  margin-right: 2.85%;
  width: 31.4%;
  float: left;
}

#main .shareBox .rBox .shareList li:last-child {
  margin-right: 0;
}

#main .shareBox .rBox .shareList li a {
  padding: 10px 0 12px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  background-color: #3b579d;
}

#main .shareBox .rBox .shareList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#main .shareBox .rBox .shareList li a span {
  padding: 3px 6px 0 22px;
  display: inline-block;
  background: url(../image/icon10.png) no-repeat left 1px;
}

#main .shareBox .rBox .shareList .twitter a {
  background-color: #55acee;
}

#main .shareBox .rBox .shareList .twitter a span {
  padding-left: 26px;
  background-image: url(../image/icon11.png);
  background-position: left 3px;
}

#main .shareBox .rBox .shareList .instagram a {
  background-color: #d93478;
}

#main .shareBox .rBox .shareList .instagram a span {
  padding-left: 28px;
  background-image: url(../image/icon12.png);
  background-position: left 3px;
}

#main .bannerBox {
  padding: 58px 0;
  /* background-color: #f5f5f5; */
  clear: both;
}

#main .bannerBox .linkList li {
  margin-right: 2.6%;
  width: 23.05%;
  float: left;
}

#main .bannerBox .linkList li:last-child {
  margin-right: 0;
}

#main .bannerBox .linkList li a {
  display: block;
}

#main .bannerBox .linkList li a img {
  width: 100%;
}

#main .bannerBox .linkList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#conts .search-form {
  margin-bottom: 20px;
  color: #ccc;
  overflow: hidden;
  padding: 0 0 7px;
}

#conts .search-form dl {
  margin-top: 1em;
  position: relative;
  color: #333;
}

#conts .search-form dl dt {
  /* display: block;
  float: left;
  width: 4em;
  font-weight: bold; */
}

#conts .search-form dl dd {
  /* padding-left: 4em; */
}

#conts .search-form dl dd #nabtn {
  /* margin-left: 2em; */
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #333;
}
.category-event .search-form dl dd #nabtn {
  margin-left: 0 !important;
}
.category-event .search-form dl dd {
  /* padding-left: 0 !important; */
}

#conts .search-form dl dd #nabtn:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

#conts .search-form label {
  cursor: pointer;
}

#conts .search-form input:checked + label {
  color: #333;
}

#conts .search-form .key-search {
  position: relative;
}

#conts .search-form input[type="search"] {
  padding: 0 3.5%;
  height: 3.7em;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 3px;
  background-color: #f5f5f5;
}

#conts .search-form input[type="submit"] {
  padding: 10px 0;
  width: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  background: url(../image/icon05-w.png) no-repeat 10px 13px;
  background-color: #000;
  border: 0;
  float: right;
}

#conts .search-form input[type="checkbox"],
#conts .search-form input[type="radio"] {
  display: none;
}

#conts .search-form #narrowing input[type="checkbox"] {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

#conts .search-form #narrowing input[type="checkbox"] + label {
  display: inline-block;
  background-image: url(../image/check_off.png);
  background-size: 18px;
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 0.5em 0.5em 0.5em 2em;
}

#conts .search-form #narrowing input[type="checkbox"] + label .tagc {
  color: #999;
}

#conts .search-form #narrowing input[type="checkbox"]:checked + label {
  background-image: url(../image/check_on.png);
  letter-spacing: 0;
  background-color: inherit;
}

#conts .search-form #narrowing label {
  color: #333;
  padding: 0.5em;
  min-width: 6em;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: inline-block;
  margin: 0 5px 5px 0;
}

#conts .search-form dt.pc {
  color: #333;
}

#conts .search-form input:checked + label,
#conts .search-form input:checked + label .pc {
  color: #333;
}

#conts .search-form input:checked + label.cat_feature {
  color: #7a5a9e;
}

#conts .search-form input:checked + label.cat_bread {
  color: #c1272d;
}

#conts .search-form input:checked + label.cat_cafe {
  color: #f05579;
}

#conts .search-form input:checked + label.cat_gourmet {
  color: #f7a01e;
}

#conts .search-form input:checked + label.cat_event {
  color: #1fb6e2;
}

#conts .search-form input:checked + label.cat_trip {
  color: #22b573;
}

#conts .search-form input:checked + label.cat_lifestyle {
  color: #c69c6d;
}

#conts .search-form dl.acc {
  display: none;
}

#conts .search-form dl.acc-block {
  display: block;
}

#conts .tag-area p {
  font-weight: bold;
  margin-bottom: 0.5em;
}

#conts .tag-area .sLinkList {
  padding-bottom: 10px;
}

#conts .tag-area .sLinkList li {
  display: inline-block;
  margin-right: 4px;
}

#conts .tag-area .sLinkList li a {
  padding: 6px 10px;
  display: inline-block;
  font-size: 10.5px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  background-color: #fff;
}

#conts .tag-area .sLinkList li a .tagc {
  color: #999;
}

#conts .tag-area-list {
  margin-bottom: 0.5em !important;
  overflow: hidden;
  padding: 1em 1em 0;
  background-color: #f5f5f5;
}

.pageTop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: none;
  z-index: 10000;
}

.pageTop img {
  width: 60px;
  height: 60px;
}

.sp {
  display: none !important;
}

.pad {
  display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1100px) {
  /*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
  #gNavi li a .tab {
    margin: 0 auto;
    display: table;
  }

  #gNavi li a .txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  #main .shareBox .rBox .post .link a {
    font-size: 10px;
  }

  #main .shareBox .rBox .post .link a span {
    padding-right: 12px;
  }

  #main .shareBox .rBox .shareList li a {
    font-size: 11px;
  }

  #main .shareBox .rBox .shareList li a span {
    padding-left: 16px;
  }

  #main .shareBox .rBox .shareList .twitter a span {
    padding-left: 20px;
  }

  #main .shareBox .rBox .shareList .instagram a span {
    padding-left: 22px;
    background-position: left 1px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .pad {
    display: block !important;
  }

  #gHeader .hBox {
    margin: 0 10px 25px;
    max-width: inherit;
    width: auto;
  }

  #gHeader .hInner {
    margin: 0 10px;
    max-width: inherit;
    width: auto;
  }

  #gNavi li a .txt {
    letter-spacing: -2.5px;
  }
  #sideBar {
    width: 24.7%;
  }
  #sideBar .imgList li .subBox .textBox,
  #sideBar .wpp-list li .subBox .textBox {
    width: 57.2%;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  html {
    margin-top: 0 !important;
  }

  #main {
    padding-top: 80px;
  }

  #wpadminbar {
    /*display: block;
		bottom: 0;
		top: initial;
		position: fixed;*/
  }

  /*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
  #gHeader {
    margin-bottom: 0;
    padding-top: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #000;
    background-color: #fff;
  }

  #gHeader .on {
    background-color: transparent;
  }

  #gHeader .hBox {
    display: none;
  }

  #gHeader .hInner {
    padding: 16px 10px 12px 0;
    width: auto;
    position: relative;
  }

#gHeader .hInner .logo {
      width: 120px;
      position: absolute;
      margin: auto;
      top: 30px;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  span.logo_catch {
    display: block;
    width: 180px;
    font-size: 0.46rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 12px;
    margin: auto;
    letter-spacing: -0.06rem;
  }

  #gHeader .hInner #gNavi .logo {
    width: 125px;
  }

  #gHeader .hInner .catch {
    width: 50%;
    margin: 2px 0 0 8px;
    max-width: 120px;
    float: left;
  }

  #gHeader .hInner .search {
    width: 43px;
    cursor: pointer;
    float: left;
    margin: -16px 0 -12px;
  }

  #gHeader .hInner .tag-area-list {
    display: none;
  }

  #gHeader .hInner .menu {
    width: 48px;
    cursor: pointer;
    float: right;
    margin: -16px -10px -12px 0;
  }

  #gHeader .hInner .menu img {
    width: 100%;
  }

  #narrowing {
    display: none;
    z-index: 9999 !important;
  }
  .is-single #narrowing {
    height: calc(100% - 28px) !important;
  }

  /*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
  #gNavi {
    margin: 0;
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: auto;
    float: none;
    display: none;
    background: url(../image/sp_menu_bg.png) repeat left top;
  }

  #gNavi .navBox {
    margin: 16px 0 30px;
  }

  #gNavi .navBox .logo {
    float: left;
  }

  #gNavi .navBox .logo img {
    width: 100%;
  }

  #gNavi .navBox .menuClose {
    width: 18px;
    position: relative;
    float: right;
    cursor: pointer;
  }

  #gNavi .navBox .menuClose img {
    width: 100%;
  }

  #gNavi .navList {
    margin: -4px 0 24px;
  }

  #gNavi .navList li {
    margin-top: 4px;
    width: 49.3%;
    float: left;
    text-align: center;
  }

  #gNavi .navList li:nth-child(2n) {
    float: right;
  }

  #gNavi .navList li a:before {
    display: none;
  }

  #gNavi .navList li:first-child a:after {
    display: none;
  }

  #gNavi .navList li a {
    padding: 14px 0 12px;
    width: 100%;
    position: static;
    display: table;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #fff;
  }

  #gNavi .navList li a .sTab {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #gNavi .navList li a .navList__icon {
    height: 15.6px;
    margin-right: 5.1px;
  }

  #gNavi .navList li a .en {
    margin-top: 0;
  }

  #gNavi .navList li a:hover {
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #gNavi .navList li a:hover .en {
    color: #fff;
  }

  #gNavi .navList .cafe a:hover {
    background-color: #f05579;
  }

  #gNavi .navList .gourmet a:hover {
    background-color: #f7a01e;
  }

  #gNavi .navList .event a:hover {
    background-color: #1fb6e2;
  }

  #gNavi .navList .trip a:hover {
    background-color: #22b573;
  }

  #gNavi .navList .lifeStyle a:hover {
    background-color: #c69c6d;
  }

  /*#gNavi .navList .home a {
		font-size: 18px;
	}*/

  #gNavi .navList .home a:hover {
    color: #000;
  }

  #gNavi p.name {
    color: #fff;
    margin-bottom: 0.5em;
    text-align: center;
  }

  #gNavi .link {
    overflow: hidden;
    margin-bottom: 29px;
  }

  #gNavi .link a {
    padding: 10px 0 9px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    background-color: #fd9f02;
    width: 49%;
    float: left;
  }

  #gNavi .link a.sp-flist {
    width: 100%;
  }

  #gNavi .link a.sp-login {
    margin-right: 1%;
  }

  #gNavi .link a.sp-register {
    margin-left: 1%;
  }

  #gNavi .link a span {
    padding-left: 18px;
    display: inline-block;
  }

  #gNavi .link-fav a span {
    background: url(../image/icon16.png) no-repeat left 2px;
    background-size: 10px 17px;
  }

  #gNavi .link-log a.sp-login span {
    background: url(../image/icon14.png) no-repeat left 5px;
    background-size: 10px 10px;
  }

  #gNavi .link-log a.sp-register span {
    background: url(../image/icon13.png) no-repeat left 5px;
    background-size: 10px 10px;
  }

  #gNavi .hLinkList {
    margin-bottom: 25px;
  }

  #gNavi .hLinkList li {
    margin-right: 0;
    width: 50%;
    float: left;
    display: block;
    line-height: 1.92;
    box-sizing: border-box;
  }

  #gNavi .hLinkList li a {
    padding: 0 0 0 9px;
    position: static;
    color: #fafafa;
    font-size: 13px;
    text-decoration: none;
    background: url(../image/sp_icon04.gif) no-repeat left center;
    background-size: 3px 1px;
  }

  #gNavi .hLinkItem {
    text-align: center;
  }

  #gNavi .hLinkItem li {
    margin: 0 1px;
    display: inline;
  }

  #gNavi .hLinkItem li a {
    width: 40px;
    display: inline-block;
  }

  #gNavi .hLinkItem li a img {
    width: 100%;
  }

  /*------------------------------------------------------------
		conts
	------------------------------------------------------------*/

  #conts {
    width: auto;
    float: none;
    margin-bottom: 0;
  }

  #conts .tag-area .sLinkList li a {
    font-size: 10.5px;
    padding: 3px 8px;
  }

  #conts .imgList {
    margin-top: -15px;
    margin-bottom: 30px;
    margin-left: -0.4em;
    margin-right: -0.4em;
  }

  #conts .imgList li {
    margin-top: 15px;
    width: calc((100% - 1.6em) / 2);
		margin-left: 0.4em;
    margin-right: 0.4em;
    display: block;
    box-sizing: border-box;
  }

  #conts .primgList {
    margin-bottom: 0;
  }

  #conts .imgList li .subBox .photoBox,
  #conts .imgList li .subBox .photoBox img {
    height: 128px;
  }

  /* #conts .primgList li:nth-child(1),
  #conts .imgList li:nth-child(3n-2),
  #conts .imgList li:nth-child(3n-1) {
    margin: 15px 0 0;
  } */

  #conts .imgList li:nth-child(2n) {
    /* float: right; */
    /* margin: 15px 0 0; */
  }

  #conts .primgList li .subBox .photoBox span img {
    width: 40px;
    height: auto;
  }

  #conts .imgList li .subBox a {
    padding-bottom: 4em;
  }

  #conts .imgList li .subBox a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #conts .imgList li .subBox .photoBox {
    margin-bottom: 4px;
    width: auto;
  }

	#conts .imgList li .subBox .photoBox__tlop {
		font-size: 10px;
	}

  #conts .imgList li .subBox .photoBox img {
    display: block;
  }

  #conts .imgList li .subBox .photoBox span img {
    width: 40px;
    height: 40px;
  }

  #conts .imgList li .subBox .photoBox span {
    width: 29%;
  }

  #conts .imgList li .subBox .textBox .ttl {
    margin-bottom: 1px;
    font-size: 10px;
  }

  #conts .imgList li .subBox .textBox .ttl .fr {
    right: 1px;
    top: 0;
  }

  #conts .imgList li .subBox .textBox .text {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  #conts .imgList li .subBox .note {
    font-size: 10px;
  }

  #conts .imgList li .subBox .note .num {
    padding: 2px 0 0 12px;
    background-position: left 1px;
    background-size: 8px 14px;
  }

  #conts .imgList01 {
    display: none;
  }

  #conts .pageList {
    margin-bottom: 27px;
    line-height: 3;
  }

  #conts .pageList span {
    margin: 0 2px;
  }

  #conts .pageList a,
  #conts .pageList span {
    padding-top: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 2px;
  }

  #conts .pageList a:hover {
    background-color: #ccc;
  }

  #gHeader form dl.sort,
  #gHeader form dl.acc {
    display: none!important;
  }

  #gHeader .event-area {
    display: none!important;
  }
  #conts .search-form . .search-form {
    background-color: inherit;
    padding: 0;
  }

  #conts .search-form #nabtn,
  .search-form #nabtn {
    display: block;
    width: 4em;
    float: right;
  }

  #conts .search-form #nabtn,
  .search-form #nabtn {
    margin-top: 0;
  }

  #conts .search-form dl.sort label,
  .search-form dl.sort label {
    margin-top: 0.3em;
  }

  #conts .search-form dl,
  .search-form dl {
    overflow: hidden;
  }

  .search-form .key-search {
    position: relative;
    margin-bottom: 14px;
  }

  #conts .search-form input[type="checkbox"],
  .search-form input[type="radio"],
  .search-form input[type="checkbox"],
  .search-form input[type="radio"] {
    display: none;
  }

  .search-form input[type="checkbox"] + label {
    display: inline-block;
    background-image: url(../image/check_off.png);
    background-size: 14px;
    background-position: 3px center;
    background-repeat: no-repeat;
    transition: 0.3s;
  }

  .search-form input[type="checkbox"]:checked + label {
    background-image: url(../image/check_on.png);
    letter-spacing: 0;
  }

  #conts .search-form input[type="search"],
  .search-form input[type="search"] {
    font-size: 12px;
    border-radius: 4px;
    -webkit-appearance: none;
    padding: 0 3.5% 0 3em;
    height: 3.7em;
    width: 100%;
    border: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3.7em;
    position: relative;
    background: url(../image/icon17.png) no-repeat 10px 11px;
    background-size: 20px;
  }

  #conts .search-form input[type="submit"],
  .search-form input[type="submit"] {
    padding: 5px 0;
    background: url(../image/icon05.png) no-repeat 10px 11px;
    background-size: 10px;
    background-color: #333;
    border: 0;
    font-size: 12px;
    width: 100%;
    height: 3em;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
    position: relative;
    margin-top: 1em;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 140px;
  }

  #conts .search-form .key-search input[type="submit"],
  .search-form .key-search input[type="submit"] {
    width: 5.5em !important;
    box-sizing: inherit !important;
    padding: 0 22px 0 16px !important;
    position: absolute !important;
    right: 0px !important;
    left: inherit !important;
    top: 0px !important;
    bottom: inherit !important;
    margin-top: 0 !important;
    letter-spacing: 4px;
    height: 100%;
    border-radius: 0 3.7em 3.7em 0;
  }

  #conts .searchBox .searchsubmit:hover,
  .searchBox .searchsubmit:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #conts .searchBox .searchsubmit,
  .searchBox .searchsubmit {
    padding-left: 8px;
    background: url(../image/icon05.png) no-repeat 10px 11px;
    background-size: 10px;
    background-color: #333;
    height: 3.5em;
    border: 0;
  }

  #conts .search-form dl,
  .search-form dl {
    margin-top: 0;
    margin-bottom: 15px;
    overflow: hidden;
    float: right;
  }

  #conts .search-form .sp.clear,
  .search-form .sp.clear {
    content: "";
    clear: both;
    display: block;
  }

  #conts .search-form dl dt,
  .search-form dl dt {
    /*display: block;
		float: none;
		width: 100%;*/
    margin-bottom: 0.3em;
  }

  #conts .search-form dl dd,
  .search-form dl dd {
    padding-left: 0;
    text-align: right;
    float: left;
  }

  #conts .search-form dl dd label,
  .search-form dl dd label {
    /*width: 31%;
		float: left;
		margin: 0 1% .2em;
		border: 1px solid #CCC;
		border-radius: 3px;
		background-color: #fff;
		color: #333;
		box-sizing: border-box;
		padding: .2em 0;
		text-align: center;*/
  }

  .search-form #narrowing dl dd label {
    width: auto;
    min-width: 23%;
    float: left;
    margin: 0 0.8% 0.4em;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    padding: 0.2em 0.3em 0.2em 1.4em;
    text-align: center;
  }

  .search-form #narrowing dl dd label .tagc {
    color: #999;
  }

  #conts .search-form dl dd label.cat_lifestyle,
  .search-form dl dd label.cat_lifestyle {
    letter-spacing: -1px;
  }

  #conts .search-form input + label,
  .search-form input + label {
    color: #999;
  }

  #conts .search-form input:checked + label,
  .search-form input:checked + label {
    color: #333;
  }

  /*#conts .search-form input:checked + label.cat_feature ,
	.search-form input:checked + label.cat_feature {
		color: #fff;
		background-color: #7A5A9E;
	}

	#conts .search-form input:checked + label.cat_bread ,
	.search-form input:checked + label.cat_bread {
		color: #fff;
		background-color: #C1272D;
	}

	#conts .search-form input:checked + label.cat_cafe ,
	.search-form input:checked + label.cat_cafe {
		color: #fff;
		background-color: #f05579;
	}

	#conts .search-form input:checked + label.cat_gourmet ,
	.search-form input:checked + label.cat_gourmet {
		color: #fff;
		background-color: #f7a01e;
	}

	#conts .search-form input:checked + label.cat_event ,
	.search-form input:checked + label.cat_event {
		color: #fff;
		background-color: #1fb6e2;
	}

	#conts .search-form input:checked + label.cat_trip ,
	.search-form input:checked + label.cat_trip {
		color: #fff;
		background-color: #22b573;
	}

	#conts .search-form input:checked + label.cat_lifestyle ,
	.search-form input:checked + label.cat_lifestyle {
		color: #fff;
		background-color: #c69c6d;
	}*/

  /*------------------------------------------------------------
		sideBar
	------------------------------------------------------------*/
  #sideBar {
    width: 100%;
    float: none;
  }

  #sideBar .sArea {
    margin-bottom: 18px;
    padding-top: 20px;
    background: url(../image/line01.jpg) repeat-x left top;
    background-size: 2px;
  }

  #sideBar .sArea h2 {
    margin-bottom: 12px;
    text-align: center;
  }

  #sideBar .sArea h2 .ttl {
    padding-left: 28px;
    display: inline-block;
    font-size: 20px;
    background: url(../image/icon02.png) no-repeat left 8px;
    background-size: 14px;
  }

  #sideBar .sArea h2 .text {
    margin-top: -4px;
    display: block;
    color: #999;
    font-size: 10px;
  }

  #sideBar .sArea .sLinkList {
    display: inline;
  }

  #sideBar .sArea .sLinkList li {
    display: inline-block;
  }

  #sideBar .sArea .sLinkList li a {
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    background-color: #f2f2f2;
  }

  #sideBar .sArea01 {
    margin-bottom: 15px;
    padding-top: 22px;
  }

  #sideBar .sArea01 h2 {
    margin-bottom: 23px;
  }

  #sideBar .sArea01 h2 .ttl {
    background: url(../image/icon03.png) no-repeat left 6px;
    background-size: 15px;
  }

  #sideBar .imgItem li {
    margin-bottom: 9px;
    border-bottom: 1px solid #000;
  }

  #sideBar .imgItem li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  #sideBar .imgItem li .subBox a {
    padding-bottom: 9px;
    display: block;
    text-decoration: none;
  }

  #sideBar .imgItem li .subBox .photoBox {
    width: 60px;
    position: relative;
    float: left;
  }

  #sideBar .imgItem li .subBox .photoBox img {
    width: 100%;
  }

  #sideBar .imgItem li .subBox .photoBox .ttl {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    left: -5px;
  }

  #sideBar .imgItem li .subBox .textBox {
    padding-left: 77px;
    width: auto;
    float: none;
  }

  #sideBar .imgItem li .subBox .textBox .title {
    display: block;
    color: #f05579;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
  }

  #sideBar .imgItem li .subBox .textBox .text {
    margin-bottom: 0;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.6;
  }

  #sideBar .imgItem li .subBox .textBox .note {
    display: block;
    color: #999;
    font-size: 10px;
    line-height: 1.3;
  }

  #sideBar .sArea02 h2 {
    margin-bottom: 12px;
  }

  #sideBar .sArea02 h2 .ttl {
    padding-left: 15px;
    background: url(../image/sp_icon01.png) no-repeat left 6px;
    background-size: 10px 15px;
  }

  #sideBar .imgList li .subBox .photoBox,
  #sideBar .wpp-list li .subBox .photoBox {
    width: 80px;
    height: 80px;
  }

  #sideBar .imgList li .subBox .photoBox img,
  #sideBar .wpp-list li .subBox .photoBox img {
    height: 80px !important;
  }

  #sideBar .imgList li .subBox .textBox,
  #sideBar .wpp-list li .subBox .textBox {
    padding-left: 97px;
    width: auto;
    float: none;
  }

  #sideBar .sArea02 {
    margin-top: 0;
  }

  /*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
  #gFooter {
    padding: 18px 0 72px;
  }

  #gFooter .fLinkList {
    margin-bottom: 25px;
    text-align: left;
  }

  #gFooter .fLinkList li {
    margin-right: 0;
    width: 50%;
    float: left;
    display: block;
    line-height: 1.92;
    box-sizing: border-box;
  }

  #gFooter .fLinkList li a {
    padding: 0 0 0 9px;
    position: static;
    color: #fafafa;
    font-size: 13px;
    text-decoration: none;
    background: url(../image/sp_icon04.gif) no-repeat left center;
    background-size: 3px 1px;
  }

  #gFooter .fLinkList li a:before {
    display: none;
  }

  #gFooter .linkItem {
    margin-bottom: 25px;
  }

  #gFooter .linkItem li {
    margin: 0 4px;
    width: 95px;
  }

  #gFooter .linkItem li a {
    padding: 6px 0 7px;
    width: 100%;
    font-size: 13px;
  }

  #gFooter .linkItem li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #gFooter .linkItem li a span {
    padding-left: 15px;
    background: url(../image/icon13.png) no-repeat left 4px;
    background-size: 10px;
  }

  #gFooter .linkItem .password a span {
    padding-left: 12px;
    background: url(../image/icon14.png) no-repeat left 3px;
    background-size: 7px 10px;
  }

  #gFooter .copyarea {
    margin-top: 0;
  }

  #gFooter p {
    color: #666;
    font-size: 10px;
    text-align: center;
  }

  #gFooter a.copyright {
    color: #666;
    font-size: 10px;
    text-align: center;
    margin-top: 0;
  }

  #main .shareBox {
    padding: 28px 0 33px;
  }

  #main .shareBox .lBox {
    margin-bottom: 22px;
    width: auto;
    float: none;
  }

  #main .shareBox .rBox {
    width: auto;
    float: none;
  }

  #main .shareBox .rBox .post {
    display: none;
  }

  #main .shareBox .rBox .shareList li a {
    padding: 4px 0 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
  }

  #main .shareBox .rBox .shareList li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #main .shareBox .rBox .shareList li a .image {
    margin-bottom: -2px;
    display: block;
  }

  #main .shareBox .rBox .shareList li a .image img {
    width: 9px;
    display: inline-block;
    vertical-align: middle;
  }

  #main .shareBox .rBox .shareList li a span {
    padding: 3px 0 0;
    background: none;
  }

  #main .shareBox .rBox .shareList .twitter a span {
    padding-left: 0;
    background-image: none;
  }

  #main .shareBox .rBox .shareList .twitter a .image img {
    width: 15px;
  }

  #main .shareBox .rBox .shareList .instagram a span {
    padding-left: 0;
    background-image: none;
  }

  #main .shareBox .rBox .shareList .instagram a .image img {
    width: 14px;
  }

  #main .bannerBox {
    padding: 28px 0 31px;
  }

  #main .bannerBox .linkList {
    margin-top: -16px;
  }

  #main .bannerBox .linkList li {
    margin: 16px 0 0;
    width: 47.2%;
    float: left;
  }

  #main .bannerBox .linkList li:nth-child(2n) {
    float: right;
  }

  #main .bannerBox .linkList li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .pageTop {
    bottom: 8.8em;
    right: 0.8em;
    z-index: 10;
  }
  .is-single .pageTop {
    bottom: 8.8em;
  }

  .pageTop img {
    width: 40px;
    height: 40px;
  }
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}
.fsP2 {
  font-size: 1.16em !important;
}
.fsP3 {
  font-size: 1.24em !important;
}
.fsP4 {
  font-size: 1.32em !important;
}
.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}
.fsM2 {
  font-size: 0.84em !important;
}
.fsM3 {
  font-size: 0.76em !important;
}
.fsM4 {
  font-size: 0.68em !important;
}
.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

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

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
  margin: 0 auto;
  max-width: 1180px;
}

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
.modal-content {
  width: 70%;
  box-sizing: border-box;
  padding: 2em;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-content .close-narrowing {
  display: block;
  text-align: center;
  font-size: 3em;
  color: #333;
  margin-bottom: 0.4em;
  line-height: 1;
}

.modal-content .close-narrowing:hover {
  cursor: pointer;
}

.modal-content dl dt {
  width: 8em !important;
}

.modal-content dl dd {
  padding-left: 8em !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #main .mainBox {
    margin: 0 10px;
    max-width: inherit;
    width: auto;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .mainBox {
    margin: 0 0.8em;
    width: auto;
  }

  .modal-content {
    /*	width: 96%;
    padding: 1em;
    margin: 1.5% auto;
	background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
*/
    width: 100%;
    padding: 1em;
    margin-top: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .modal-content dl dt {
    width: 100% !important;
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: 0.8em;
  }

  .modal-content dl dt.cat1:before {
    background: url(../image/search_icon01.png) no-repeat 0 5px;
  }

  .modal-content dl dt.cat1 {
    border-bottom: 1px solid #00b7d8;
  }

  .modal-content dl dt.cat2:before {
    background: url(../image/search_icon02.png) no-repeat 0 5px;
  }

  .modal-content dl dt.cat2 {
    border-bottom: 1px solid #faae00;
  }

  .modal-content dl dt.cat3:before {
    background: url(../image/search_icon03.png) no-repeat 0 5px;
  }

  .modal-content dl dt.cat3 {
    border-bottom: 1px solid #929292;
  }

  .modal-content dl dt:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: 10px 10px;
    padding-top: 6px;
    vertical-align: middle;
    background-size: contain !important;
    margin-right: 0.5em;
    vertical-align: -7px;
  }

  .modal-content dl dt span {
    font-size: 0.8em;
    color: #666;
    padding-left: 0.5em;
  }

  .modal-content dl dd {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 768px) {
  body {
    position: relative !important;
  }

  #gNavi {
    display: block !important;
  }
}

.c-form-box .tag-area-list {
  display: none !important;
}
.c-form-box .search-form {
  display: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.c-form-box .sort,
.c-form-box .acc {
  display: none !important;
}

@media all and (max-width: 767px) {
  .c-form-box .search-form {
    display: block !important;
  }
}

.c-ad {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
}

.c-ad > * {
  padding: 0 10px;
}

/* アンカー調整 */
.c-scroll-adjust {
  padding-top: 50px;
  margin-top: -50px;
}

.c-list__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 2px 6px;
  display: flex;
  align-items: center;
}

.c-list__icon.is-coupon {
  background: #fdb250;
  color: white;
}

.c-list__iconImage {
  height: 11.25px;
  margin-right: 2.7px;
}
.c-list__iconText {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}

.sbannerBox {
  text-align: center;
}

.sbannerBox img {
  margin: 0 auto;
}
