@charset "utf-8";
/*------------------------------------------------------------
	下層ページ
------------------------------------------------------------*/
.wp-post-image {
    margin-bottom: 1.5em;
}

.eventBox {
	display: none;
}

.entry-title {
    font-size: 40px;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1.05em;
	background-color: #f5f5f5;
    padding: 1em;
}

.entry-content {
	line-height: 1.75;
    font-size: 1rem;
	margin-bottom: 0;
}

.entry-shop {
	margin-bottom: 0em;
}

.entry-shop .info-box {
	margin-top: 20px;
}

#conts .entry-shop #related-entries {
	margin: 0;
	padding: 0;
	background-color: inherit;
}

#conts .entry-shop h4 .ttl {
    text-align: left !important;
    font-size: 18px !important;
    margin-top: 20px;
	display: block;
	margin-bottom: 1em;
}

#conts .entry-shop #related-entries .related-entry .related-entry-title {
    font-size: 1.1em;
}

#conts .entry-shop #related-entries .related-entry a {
	color: #000;
	text-decoration: none;
}

#conts .entry-shop #related-entries .related-entry p {
	margin-bottom: 0;
}

.entry-content a {
	text-decoration: underline;
	box-shadow: none;
	color: #4382a9;
	word-wrap: break-word;
	font-size: 14px;
}

.entry-content a:hover {
	text-decoration: none;
	text-underline-position: below;
}

.entry-content .before_sentence {
    color: #666;
    font-size: .9em;
}

.entry-content .link_pages {
	overflow: hidden;
}

.entry-content .link_pages .text a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	position: relative;
	transition: .3s;
}

.entry-content .link_pages .text a:hover {
	color: #fff;
}

.entry-content .link_pages .text a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border: 1px solid #CCC;
}

.entry-content .link_pages .text a:last-child {
	padding: 1em 3em 1em 1em;
	float: right;
}

.entry-content .link_pages .text a:first-child {
	padding: 1em 1em 1em 3em;
	float: left;
}

.entry-content .link_pages .text-first a:first-child {
	padding: 1em 3em 1em 1em;
	float: right;
}

.entry-content .link_pages .text a:last-child:before {
	transform: scaleY(1.3) perspective(.95em) rotateX(5deg);
	transform-origin: bottom left;
	background-color: #fff;
	transition: .3s;
}

.entry-content .link_pages .text a:first-child:before {
	transform: scaleY(1.3) perspective(.95em) rotateX(5deg);
	transform-origin: bottom right;
	background-color: #fff;
	transition: .3s;
}

.entry-content .link_pages .text-first a:first-child:before {
	transform: scaleY(1.3) perspective(.95em) rotateX(5deg);
	transform-origin: bottom left;
	transition: .3s;
}

.entry-content .link_pages .text a:hover:last-child:before ,
.entry-content .link_pages .text a:hover:first-child:before {
	background-color: #FD9F02;
	border-color: #FD9F02;
}

.entry-content .link_pages .text-first a:hover:first-child:before {
	background-color: #FD9F02;
	border-color: #FD9F02;
}

.entry-content .link_pages .number {
	text-align: center;
	display: block;
    width: 50%;
    margin: 0 auto;
}

.entry-content .link_pages .number a {
	color: #333;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: inline-block;
	transition: .3s;
}

.entry-content .link_pages .number > span {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #FD9F02;
	box-sizing: border-box;
	color: #fff;
	border: 0;
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: -1px;
}

.entry-content .link_pages .number a:hover {
	background-color: #FD9F02;
	border: 1px solid #FD9F02;
	color: #fff;
}

.entry-content p {
    margin: 0 0 1.75em;
}

body.page .entry-content p ,
body.page .entry-content dl dt ,
body.page .entry-content dl dd {
	font-size: .9em;
}

.entry-content .info-box {
	border: 1px solid #999;
	padding: 20px;
	background-color: #fcfcfc;
	font-size: .9em;
	color: #666;
	overflow: hidden;
}

.entry-content .info-box h3 {
	margin: 0 0 .5em;
}

.entry-content .info-box .shop-img {
	width: 20%;
	float: left;
	margin: 0 1em 0 0;
}

.entry-content .info-box dl {
	overflow: hidden;
	margin-bottom: 0;
}

.entry-content .info-box dl dt {
	float: left;
	width: 10em;
}

.entry-content .info-box dl dd {
	padding-left: 10em;
	padding-bottom: .3em;
	margin-bottom: .3em;
	border-bottom: 1px dashed #CCCCCC;
}

.entry-content .info-box dl dd.biko {
	padding-left: 0;
}

.entry-content .info-box dl dd.red {
	color: #DF5656;
}

.entry-content .info-box dl dd img {
	width: 54px;
	display: inline-block;
	margin-left: .5em;
}

.entry-content .info-box dl dd a {
	text-decoration: none;
	box-shadow: none;
}

.entry-content .info-box dl dd a:hover {
	text-decoration: underline;
}

.entry-content .info-box .link {
    margin: 0 auto;
	box-sizing: border-box;
	clear: both;
}

.entry-content .info-box .link a {
    padding: 8px 0 8px;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #868686;
	text-decoration: none;
	-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;
	margin-top: 10px;
	border-radius: 6px;
	box-shadow: 0 3px 0 #555;
}

.entry-content .info-box .link a span {
    padding-right: 19px;
    position: relative;
    display: inline-block;
}

.entry-content .info-box .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: " ";
}

.entry-content .info-box .link a span.yescoupon {
	background-color: #FD9F02;
    color: #fff;
    border-radius: 6px;
	padding: 3px;
}

.entry-content .info-box .link a span.yescoupon:before {
	display: none;
}

.entry-content .info-box .link a:hover {
	opacity: .7;
}

.entry-content table th {
	background-color: #f0f0f0;
}

#conts .ad-area {
	margin-bottom: -10px;
}

#conts .entry-content .ad-area {
	margin-bottom: 20px;
}

.entry-content .nav-box {
	padding: 20px;
	background-color: #F9F7F4;
}

.entry-content .nav-box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.entry-content .nav-box ul li {
	margin-bottom: .4em;
	clear: both;
	line-height: 1.3em;
}

.entry-content .menu-box {
	border: 1px solid #CACAC9;
	padding: 3px;
	position: relative;
	box-shadow: 2px 2px 4px #CACAC9;
}

.entry-content .menu-box:before {
    content: url(../../image/special_box01.png);
    position: absolute;
    top: -18px;
    left: -20px;
}

.entry-content .menu-box:after {
    content: url(../../image/special_box02.png);
    position: absolute;
    bottom: -30px;
    right: -18px;
}

.entry-content .menu-box-line {
	border: 1px solid #EAEAE9;
	padding: 17px;
}

.entry-content .menu-box li {
	margin: 0;
	padding: 0 0 0 10px;
}

.entry-content .menu-box li:before {
    content: "• ";
    color: #166A99;
}


.entry-content .nav-box ul li img{
	margin: 0 .5em 0 0;
	width: 24px;
	display: inherit;
	float: left;
}

/*.entry-content .nav-box ul li a {
	color: #333;
}
*/
.entry-content .infodate {
    font-size: .8em;
    color: #666;
    margin-top: 1.5em;
}

.entry-content h2 {
	font-size: 28px;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #00A89C;
	padding-bottom: .3em;
	border-bottom: 1px solid #00A89C;
	margin-top: 2em;
	margin-bottom: 1em;
}


h2.entry-title-news {
	background-color: inherit;
	padding-top: 0;
	padding-left: 0;
	border-bottom: 1px solid #CCC;
	color: #333;
}

h2.entry-title-news span {
	display: block;
	font-size: .5em;
	font-weight: normal;
}

.entry-content h3 {
	font-size: 19px;
	font-size: 1.2em;
	margin: 1.5em 0 .5em;
    letter-spacing: 0.131578947em;
}

.entry-event h2 {
	color: #FAAF3B;
	border-bottom: 1px solid #FCD79D;
	margin-top: 0;
}

.entry-event .slider-pro {
	margin-bottom: 20px;
}

.entry-trip h2 {
	border: 0;
    color: #FAAF3B;
    border-bottom: 1px solid #FCD79D;
	padding: .3em 0;
}

#tinymce h2 img ,
.entry-trip h2 img {
	margin: 0em .5em 0 0;
	width: 30px !important;
	display: initial;
	float: left;
}

/*#tinymce h3 {
	color: #333;
	border-bottom: 0;
}*/

.entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.entry-content table {
	border-spacing: 0;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 1.5em;
	width: 100%;
	box-sizing: border-box;
}

.entry-content table th {
	background-color: #f0f0f0;
}

.entry-content table th ,
.entry-content table td {
	padding: 0.4375em;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}

.entry-content img {
	display: block;
	margin: 0 auto;
}

.entry-content .wpfp-hide {
	display: none;
}

.entry-content .entry-body {
	margin-bottom: 2em;
}

.entry-content input[type="button"],
.entry-content input[type="submit"] {
    -webkit-appearance: none;
}

#conts .entry-head-area {
	position: relative;
	margin-bottom: 2.5em;
}

#conts .entry-head-area .pr {
    float: left;
    padding: .2em 0.5em;
    border: 1px solid #333;
    margin-top: -.3em;
	margin-right: 1em;
	margin-bottom: .5em;
	font-size: 13px;
	display: none;
}

#conts .entry-head-area .right-area .pr {
	margin-top: .5em;
}

#conts .entry-head-area .date {
	float: left;
}


#conts .entry-head-area .right-area {
	text-align: right;
	font-size: 1.4em;
	padding-right: 70px;
}

#conts .entry-head-area .view ,
#conts .entry-head-area .choice {
	padding-right: 1.5em;
}

#conts .entry-head-area .choice:before {
    content: "";
    background-image: url(../image/choice03.png);
	background-size: contain;
	display: inline-block;
	margin-right: .5em;
	vertical-align: text-top;
	width: 19px;
	height: 23px;
}

body.event #conts .entry-head-area .choice:before {
	vertical-align: middle;
}

#conts .entry-head-area .wpfp-span {
	position: absolute;
    top: -40px;
    right: 0;
    display: block;
}

body.event #conts .entry-head-area .wpfp-span {
    top: -22px;
}

#conts .entry-head-area .wpfp-span a:before {
    content: "";
    background-color: #fff;
    border-radius: 100px;
    width: 78px;
    height: 78px;
    display: block;
    position: absolute;
    z-index: 0;
    top: 2px;
}

body.event #conts .entry-head-area .wpfp-span .wpfp-hide {
	display: none;
}

#conts .entry-head-area .wpfp-span a img {
	position: relative;
	z-index: 1;
}

#conts .entry-head-area #first {
    position: absolute;
    right: 0;
    top: -170px;
    z-index: 100;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;	
	width: 300px;
}

body.access #conts .entry-head-area #first {
	display: none;
}

@keyframes fadeIn {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}

#conts .entry-head-area .small {
	font-size: 0.8em;
}

#conts .tag-area {
	margin-bottom: 2em;
}

#conts .tag-area .event-end {
	margin-bottom: .5em;
	color: #C00;
}

#conts .tag-area a {
	padding: 1px 10px 0;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-color: #F2F2F2;
	color: #333;
	margin-bottom: .5em;
}

#conts .tag-area a:before {
	content: "#";
}

#conts .tag-area-list a:before {
	display: none;
}

#conts .breadcrumbs {
    margin-top: -2em;
    margin-bottom: 1em;
    font-size: .8em;
}

#conts .breadcrumbs a {
    font-size: inherit;
}

#conts .good-area {
	margin-bottom: 1.5em;
	overflow: hidden;
}

#conts .event-area {
	float: right;
	margin-top: -5px;
}

#conts a.event-btn {
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	margin-left: 5px;
	display: none;
}

#conts a.event-btn-on {
	display: inline-block;
}

#conts .good-area a.facebook ,
#conts .good-area a.tweet ,
#conts .good-area a.line ,
#conts .good-area a.mail {
    display: inline-block;
    font-size: 16px;
	color: #fff;
	margin-right: 1%;
	padding: .5em 0;
	width: 130px;
	text-align: center;
	background-color: #3E619D;
	border-radius: 5px;
	text-decoration: none;
	max-width: 17%;
}

body.event #conts .good-area a.facebook ,
body.event #conts .good-area a.tweet ,
body.event #conts .good-area a.line ,
body.event #conts .good-area a.mail {
	max-width: 23%;
}

#conts .good-area a.facebook img ,
#conts .good-area a.tweet img ,
#conts .good-area a.line img ,
#conts .good-area a.mail img {
	width: 24px;
	padding-right: .2em;
	display: inline-block;
}

#conts .good-area a.tweet {
	background-color: #55acee;
}

#conts .good-area a.line {
	background-color: #4ECD00;
}

#conts .good-area a.mail {
	background-color: #22b573;
}

#conts .good-area a.wpfp-link ,
#conts .good-area .wpfp-span a {
	display: block;
	float: right;
	margin-top: -20px;
}

#conts .good-area-bottom {
	padding-top: 0;
	margin-bottom: 40px;
}

#conts .good-area .choice {
	float: right;
	padding-left: 1em;
	font-size: 1.4em;
	padding-top: .2em;
}

#conts .good-area .choice .small {
	font-size: .8em;
}

#conts #related-entries {
	background-color: #f0f0f0;
	padding: 2em 2em 1em 2em;
	margin: 4em 0 2em;
}

#conts #related-entries h4 .ttl {
	text-align: center;
	font-size: 24px;
	display: block;
}

#conts .related-shop h4 .ttl {
	margin-bottom: 1em;
}

#conts .last-date {
	margin-top: .5em;
	text-align: right;
	color: #888;
}


#conts #related-entries h4 .text {
	text-align: center;
	font-size: 12px;
	display: block;
	color: #999;
	margin-bottom: 2em;
}

#conts #related-entries .related-entry {
	overflow: hidden;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
}

#conts #related-entries .related-entry p {
	overflow: hidden;
}

#conts #related-entries .related-entry-thumb {
	float: left;
	width: 200px;
	height: 130px;
	position: relative;
	overflow: hidden;
	margin: 0 1em 0 0;
}

#conts #related-entries .related-entry-thumb .wp-post-image {
	margin-bottom: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: initial;
    height: 130px;	
}

#conts #related-entries .related-entry-thumb .wp-post-image:hover {
	opacity: .7;
}

#conts #related-entries .related-entry .ttl {
	margin-bottom: 2px;
	margin-right: 2px;
	position: relative;
	display: inline-block;
	color: #f05579;
	font-size: 12px;
	font-weight: bold;
}

#conts #related-entries .related-entry .blue {
	color: #1fb6e2 !important;
}

#conts #related-entries .related-entry .blue .day {
	padding-left: 1em;
	color: #333 !important;
}

#conts #related-entries .related-entry .green {
	color: #22b573 !important;
}

#conts #related-entries .related-entry .brown {
	color: #c69c6d !important;
}

#conts #related-entries .related-entry .yellow {
	color: #f7a01e !important;
}

#conts #related-entries .related-entry .purple {
	color: #7A5A9E !important;
}

#conts #related-entries .related-entry .wine {
	color: #C1272D !important;
}

#conts #related-entries .related-entry .gray {
	color: #666 !important;
}

#conts #related-entries .related-entry .shop-coupon {
    background-color: #FD9F02;
    padding: 4px;
    color: #fff;
    display: inline-block;
    margin-bottom: .5em;
    border-radius: 5px;
}

#conts #related-entries .related-entry .related-entry-title {
	font-size: 1.2em;
	margin-bottom: .5em;
	font-weight: bold;
}

#conts .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em;
}
#conts .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

body.page #conts h3 {
	color: #333;
	font-size: 1.4em;
	border-bottom: 0;
}

body.page #conts ,
body.event #conts {
	width: 100%;
	max-width: 100%;
}

body.event #conts .left-content {
	width: 53%;
	margin-right: 2%;
	float: left;
}

body.event #conts .right-content {
	width: 43%;
	margin-left: 2%;
	float: left;
}

body.event #conts .right-content .infodate {
	font-size: .8em;
	color: #666;
	margin-top: 1em;
}

body.event #conts .right-content #googlemaps {
	width: 100%;
	height: 400px;
}

body.event #conts .right-content #googlemaps iframe {
	width: 100% !important;
	height: 100% !important;
}

body.event #conts .right-content .good-area {
	display: none;
}

body.event #conts .right-content .sns-area {
	clear: both;
	padding-top: 2em;
}


body.event #conts .tag-area {
	float: left;
	width: 57%;
}

body.event #conts .right-area .date {
    font-size: 1rem;
    padding-top: 7px;
}

body.favorite #conts {
    float: none;
    margin: 0 auto;
	width: 100%;
	max-width: 1116px;
}

body.favorite #conts .related-entry {
	overflow: hidden;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
}

body.favorite #conts .related-entry a {
	text-decoration: none;
	color: #333;
}

body.favorite #conts .remove-parent {
	background-color: #FD9F02;
	color: #fff !important;
	text-decoration: none;
	padding: .5em 1em;
	border-radius: 2em;
	font-size: .8em;
	float: right;
}

body.favorite #conts .related-entry-thumb {
	float: left;
	width: 200px;
	height: 130px;
	position: relative;
	margin: 0 1em 0 0;
	overflow: hidden;
}

body.favorite #conts .related-entry-thumb 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: initial;
    height: 160px;
}

body.favorite #conts .related-entry-thumb .wp-post-image {
	margin-bottom: 0;
}

body.favorite #conts .related-entry-thumb .wp-post-image:hover {
	opacity: .7;
}

body.favorite #conts .related-entry .ttl {
	margin-bottom: 2px;
	position: relative;
	display: block;
	color: #f05579;
	font-size: 12px;
	font-weight: bold;
}

body.favorite #conts .related-entry .blue {
	color: #1fb6e2 !important;
}

body.favorite #conts .related-entry .day {
	padding-left: 1em;
	color: #333 !important;
}

body.favorite #conts .related-entry .green {
	color: #22b573 !important;
}

body.favorite #conts .related-entry .brown {
	color: #c69c6d !important;
}

body.favorite #conts .related-entry .related-entry-title {
	margin-bottom: .5em;
	font-weight: bold;
}

body.favorite #conts .related-entry .related-entry-number {
	float: right;
	line-height: 35px;
	margin-bottom: 0;
}

body.favorite #conts .related-entry .related-entry-number span {
	padding-right: .5em;
}

#conts .newsList li {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #CCC;
}

#conts .newsList li .date{
	display: block;
	margin-bottom: .5em;
}

#conts .newsList li .text{
	font-size: 1.4em;
}

#conts .pageList a, #conts .pageList ul li, #conts .pageList span {
	line-height: 30px;
	padding-top: 0;
}

#conts .entry-content ul.list-alf ,
#conts .entry-content ul.list-num {
	padding-left: 2em;
	overflow: hidden;
}

#conts .entry-content ul.list-num li {
    margin: 3px 0px;
	list-style-type: decimal;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
	font-size: .9em;
}

#conts .entry-content ul.list-alf li {
    margin: 3px 0px;
	list-style-type: upper-latin;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
	font-size: .9em;
}

body.operation #conts .entry-content dl dt {
	width: 7em;
	float: left;
}

body.operation #conts .entry-content dl dd {
	padding-left: 7.5em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #CCCCCC;
}

body.about #conts .entry-content p ,
body.about #conts h2 {
	text-align: center;
}

body.about #conts h2 {
	margin-bottom: 100px;
}

body.about #conts .entry-content p {
	line-height: 2.4;
}

body.about #conts .entry-content .img01 {
	margin: 100px 0;
}

body.about #conts .entry-content h3 {
	font-size: 1.8em;
	text-align: center;
	padding: .5em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 100px;
	margin-bottom: 80px;
}

body.about #conts .entry-content span.pink {
	color: #f05579;
}

body.about #conts .entry-content span.orange {
	color: #f7a01e;
}

body.about #conts .entry-content span.blue {
	color: #1fb6e2;
}

body.about #conts .entry-content span.green {
	color: #22b573;
}

body.about #conts .entry-content span.brown {
	color: #c69c6d;
}

body.about #conts .entry-content span.purple {
	color: #7A5A9E !important;
}

body.about #conts .entry-content span.wine {
	color: #C1272D !important;
}

body.about #conts .entry-content span.gray {
	color: #666 !important;
}

body.about #conts .entry-content .pointarea .block {
	width: 30%;
	margin-right: 5%;
	float: left;
	position: relative;
	border: 1px solid #000;
	box-sizing: border-box;
}

body.about #conts .entry-content .pointarea .block span ,
body.about #conts .entry-content .pointarea .block span a {
	color: #999;
}

body.about #conts .entry-content .pointarea .block:before {
	content: "";
	width: 57px;
	height: 57px;
	position: absolute;
	right: -14px;
	top: -13px;
	background: url(../../image/about/image05.png);
	background-size: 57px 57px;
}

body.about #conts .entry-content .pointarea .block:after {
	content: "";
	width: 57px;
	height: 57px;
	position: absolute;
	left: -14px;
	bottom: -13px;
	background: url(../../image/about/image04.png);
	background-size: 57px 57px;
}


body.about #conts .entry-content .pointarea .block .point {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 74px;
	height: 73px;
}

body.about #conts .entry-content .pointarea .point3 {
	margin-right: 0;
}

body.about #conts .entry-content .pointarea .block {
	margin-bottom: 2em;
}

body.about #conts .entry-content .pointarea .block .iconarea {
	padding: 3em;
}

body.about #conts .entry-content .pointarea .block .icon {
	width: 102px;
}

body.about #conts .entry-content .pointarea .point1 .iconarea {
	background-color: #1FB6E3;
}

body.about #conts .entry-content .pointarea .point2 .iconarea {
	background-color: #F7A01D;
}

body.about #conts .entry-content .pointarea .point3 .iconarea {
	background-color: #23B574;
}

body.about #conts .entry-content .pointarea h4 {
	font-size: 1em;
	text-align: center;
	background: url(../../image/about/h4_bg.jpg) bottom center no-repeat;
	margin: 1.5em 2em;
	padding: 0 0 1.5em 0;
}

body.about #conts .entry-content .pointarea p {
	text-align: left;
	padding: 0 2em;
}

.present-area {
	overflow: hidden;
	border: 2px solid #000;
	background-color: #FFFCF7;
	padding: 28px 28px 10px 28px;
	box-sizing: border-box;
}

.present-area .left-area {
	float: left;
	width: 515px;
	margin-right: 30px;
}

.present-area .left-area img {
	margin-bottom: .5em;
}

.present-area .right-area {
	overflow: hidden;
}

.present-area .right-area p .number {
	padding: .5em 1em;
	background-color: #BE3336;
	color: #fff;
	margin-right: .5em;
	display: block;
	float: left;
}

.present-area .right-area p .present_name {
	font-size: 1.2em;
    font-weight: bold;
	padding: .3em 0;
}

.present-area .right-area hr {
	margin: -.75em 0 1em;
}

body.present #conts .entry-content p.small,
body.presentcampaign #conts .entry-content p.small {
	font-size: .8em;
}

body.present #conts h3,
body.presentcampaign #conts h3 {
    color: #333;
    font-size: 1.2em;
    border-bottom: 0;
	margin: 1.5em 0 .5em;
}

body.present #conts .entry-content h4,
body.presentcampaign #conts .entry-content h4 {
	font-size: 1.8em;
	text-align: center;
	padding: .5em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 100px;
	margin-bottom: 40px;
}

body.member #conts .entry-title {
	text-align: center;
	margin-bottom: 3em;
}

body.member #conts .entry-content h3 {
	font-size: 1.8em;
	text-align: center;
	padding: .5em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 100px;
	margin-bottom: 80px;
}

body.member #conts .row {
	overflow: hidden;
	width: 90%;
    margin: 0 auto 100px;
}

body.member #conts .col-left {
	width: calc(50% - 25px);
	float: left;
}

body.member #conts .col-right {
	width: calc(50% - 25px);
	float: right;
}

body.member #conts .row img.title {
	width: 224px;
	height: auto;
	margin-bottom: 36px;
}

body.member #conts .row .text-area {
	padding: 40px 30px;
}

body.member #conts .row .text-area p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1.5px;
}

body.member #conts .row .text-area p span {
	font-size: 14px;
}

body.member #conts .row .col-center {
	width: 820px;
	margin: 0 auto;
}

body.member #conts .row .col-center .text-area {
	padding-top: 0;
}

body.member #conts .row p.center {
	text-align: center;
}

body.member #conts .row .col-staff {
	width: 930px;
	margin: 0 auto;
	letter-spacing: 1.5px;
}

body.member #conts .row .col-staff .staff-box {
	width: 250px;
	margin: 0 30px 100px;
	float: left;
	font-size: 19px;
}

body.member #conts .row .col-staff .staff-box img {
	margin-bottom: 30px;
}

body.special #conts {
    width: 70.3%;
    float: left;
    max-width: 760px;
}

body.special #conts .special-area {
	background-color: #F5F5F5;
	padding: 60px 40px;
	margin-bottom: 100px;
	position: relative;
}

body.special #conts .special-area:before {
	content: url(../../image/special_box01.png);
	position: absolute;
	top: -8px;
	left: -8px;
}

body.special #conts .special-area:after {
	content: url(../../image/special_box02.png);
	position: absolute;
	bottom: -8px;
	right: -8px;
}

body.special #conts h2 {
	font-size: 2em;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 0;
	margin-bottom: 40px;
}

body.special #conts .special-area h2 {
	font-size: 2.2em;
	text-align: center;
	border: 0;
	padding: 0;
	padding-bottom: .5em;
	background: url(../../image/special_h2bg.png) no-repeat center bottom;
}

body.special #conts .special-area .imgList {
	margin: 0;
}

body.special #conts .special-area .imgList li {
	width: 48%;
	float: left;
	border: 0;
	margin: 15px 0;
}

body.special #conts .special-area .imgList li:nth-child(odd) {
	margin-right: 4%;
}

body.special #conts .special-area .imgList li .subBox .photoBox {
	height: 220px;
	margin-bottom: 0;
	padding: 10px;
	box-sizing: border-box;
}

body.special #conts .special-area .imgList li .subBox .photoBox img {
	height: 220px;
}

body.special #conts .special-area .imgList li .subBox a {
	padding: 10px;
	background-color: #fff;
}

body.couponlist #conts {
    width: 70.3%;
    float: left;
    max-width: 760px;
}

body.couponlist #conts .coupon-area .coupon-thumb {
	float: left;
	width: 200px;
	height: 130px;
	position: relative;
	overflow: hidden;
	margin: 0 1em 0 0;
}

body.couponlist #conts .coupon-area .coupon-thumb .wp-post-image {
	margin-bottom: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: initial;
    height: 130px;	
}

body.couponlist #conts .coupon-area .coupon-thumb .wp-post-image:hover {
	opacity: .7;
}

body.couponlist #conts .coupon-area .coupon-entry {
    overflow: hidden;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #333;
}

body.couponlist #conts .coupon-area .coupon-entry .coupon-title {
	font-size: 1.2em;
	margin-bottom: .5em;
	font-weight: bold;
}

body.couponlist #conts .coupon-area .coupon-entry .benefits {
	color: #C00;
	margin-bottom: .5em;
}

body.couponlist #conts .coupon-area .coupon-entry .place img {
	padding-right: .5em;
	width: 13px;
	height: auto;
}

body.couponlist #conts .coupon-area .coupon-entry .place {
	color: #9A9A9A;
}

body.couponlist #conts .coupon-area .coupon-entry a:hover {
	text-decoration: none;
}

body.coupon #conts .entry-content h2 {
	color: #166A99;
    border-bottom: 1px solid #166A99;
}

body.coupon #conts .entry-content .coupon-nav {
	overflow: hidden;
}

body.coupon #conts .entry-content .coupon-nav li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

body.coupon #conts .entry-content .coupon-nav li:last-child {
	margin-right: 0;
}

body.coupon #conts .entry-content .coupon-nav li a {
	display: block;
	padding: .5em 0 1.3em;
	color: #000;
	font-size: 1.2em;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #000;
	background: url(../../image/coupon_arrow2.png) no-repeat;
	background-color: #f5f5f5;
	background-position: center bottom .5em;
	text-decoration: none;
	-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;		
}

body.coupon #conts .entry-content .coupon-nav li a:hover {
	opacity: .7;
}

body #conts .entry-content .couponcode {
	background-color:#FD9F02;
	padding:20px 25px;
	margin-bottom:10px;
	border-radius:15px;
}

body #conts .entry-content .couponcode img {
	margin-bottom:15px;
	width: 198px;
}

body #conts .entry-content .couponcode p {
	text-align:center;
	color:#fff;
	margin-bottom:0;
}

body #conts .entry-content .couponcode p.conditions {
	color:#FD9F02;
	padding:.5em;
	background-color:#fff;
	width:80%;
	border-radius:15px;
	margin:0 auto 15px;
	font-weight: bold;
}

body #conts .entry-content .couponcode p.benefits {
	font-size:1.2em;
	margin-bottom: 15px;
	line-height: 1.3em;
}

body #conts .entry-content .couponcode p.attention {
	font-size:.88em;
}

body #conts .entry-content .couponcode p.due {
	text-align:right;
}

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi span {
    background-color: #000;
}

.wp-pagenavi span.pages ,
.wp-pagenavi a.first ,
.wp-pagenavi a.last {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi 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;
	line-height: 24px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #000;
}

@media all and (min-width: 0) and (max-width: 767px) {	
	
	#main .mainBox {
		margin: 0;
		padding: 0 .8em;
	}
	
	#main .sticky-menu{
		background: #fff ;
		position: fixed;
		top: 48px;
		left: 0;
		transition: .5s;
	    overflow-y: hidden;
		z-index: 999;
		border-bottom: 1px solid #f5f5f5;
		height: 35px;
		width: 100%;
	}
	
	#main .sticky-menu-view {
		-webkit-overflow-scrolling: touch;
		overflow-x: scroll;
	    overflow-y: hidden;
		width: max-content;
		display: flex;
	}	
	
	#main .sticky-menu-view::-webkit-scrollbar {
	  display: none;
	  -ms-overflow-style: none;
	}
	 
	#main .sticky-menu.hide{
		transform: translateY(-100%);
	}
	
	 #main .sticky-menu a {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 10px;
		-webkit-overflow-scrolling: touch;
		display: inline-block;
		font-weight: 300;
	    border-right: 1px solid #f5f5f5;
	}	
	
	 .coupon #main .sticky-menu a.coupon {
		 color: #FD9F02;
		 background-color: #FFEED0;
	}
	
	 .feature #main .sticky-menu a.feature {
		 color: #7A5A9E;
		 background-color: #DCD2E6;
	}
	
	 .cafe #main .sticky-menu a.cafe {
		 color: #f05579;
		 background-color: #FBD5DD;
	}
	
	 .gourmet #main .sticky-menu a.gourmet {
		 color: #f7a01e;
		 background-color: #FDEACC;
	}
	
	 .bread #main .sticky-menu a.bread {
		 color: #C1272D;
		 background-color: #F5D1D3;
	}
	
	 .event #main .sticky-menu a.event {
		 color: #1fb6e2;
		 background-color: #D3F1FA;
	}
	
	 .trip #main .sticky-menu a.trip {
		 color: #22b573;
		 background-color: #DAF8EA;
	}
	
	 .lifestyle #main .sticky-menu a.lifestyle {
		 color: #c69c6d;
		 background-color: #F4ECE3;
	}									
	
	#main .sticky-page{
		padding-top: 40px;
	}	
	
	#sideBar .sArea {
		display: none;
	}
	
	#sideBar .sArea02 ,
	#sideBar .sArea04 {
		display: block;
	}

	#sideBar .sArea04 {
		padding-top: 0;
	}
	
	#conts a.event-btn {
		margin-top: 5px;
		display: none;
		float: left;
		padding: 5px;
	}	

	#conts a.event-btn-on {
		display: inline-block;
	}
	
	#conts .event-area {
		margin-top: 0;
	}	
	
	.entry-content table.colum2 th ,
	.entry-content table.colum2 td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.entry-content .info-box iframe {
		height: 14em !important;
		max-width: 100%;
	}
	
	#conts .entry-head-area .right-area {
		font-size: 1.2em;
	}
	
	.entry-content a {
		word-break: break-all;
	}	
	
	.entry-title {
		font-size: 1.2em;
		line-height: 1.6;
	}
	
	.entry-content h2 {
	    font-size: 1.1em;
	    margin-top: 2.4em;
	    margin-bottom: 1.2em;
	}
	
	body.page #conts h3 {
		font-size: 1.1em;
	}	
	
	.entry-content h2 img {
		margin: -.3em .5em 0 0;
		width: 30px !important;
	}
	
	.entry-content h3 {
		font-size: 16px;
		margin: 2em 0 .2em;
		letter-spacing: 0.13em;
	}

	.entry-content h3#coupon {
		padding-top: 54px;
		margin-top: -54px;
	}
	
	.entry-content h3 #shosai {
		font-size: 16px;
		margin: 1.5em 0 .2em;
		letter-spacing: 0.13em;
	}	

	.entry-content #a01 ,
	.entry-content #a02 ,
	.entry-content #a03 ,
	.entry-content #a04 ,
	.entry-content #a05 ,
	.entry-content #a06 ,
	.entry-content #a07 ,
	.entry-content #a08 ,
	.entry-content #a09 ,
	.entry-content #a10 ,
	.entry-content #a11 ,
	.entry-content #a12 ,
	.entry-content #a13 ,
	.entry-content #a14 ,
	.entry-content #a15 ,
	.entry-content #a16 ,
	.entry-content #a17 ,
	.entry-content #a18 ,
	.entry-content #a19 ,
	.entry-content #a20 ,
	.entry-content #a21 ,
	.entry-content #a22 ,
	.entry-content #a23 ,
	.entry-content #a24 ,
	.entry-content #a25 ,
	.entry-content #a26 ,
	.entry-content #a27 ,
	.entry-content #a28 ,
	.entry-content #a29 ,
	.entry-content #a30 ,
	.entry-content #a31 ,
	.entry-content #a32 ,
	.entry-content #a33 ,
	.entry-content #a34 ,
	.entry-content #a35 ,
	.entry-content #a36 ,
	.entry-content #a37 ,
	.entry-content #a38 ,
	.entry-content #a39 ,
	.entry-content #a40 ,
	.entry-content #a41 ,
	.entry-content #a42 ,
	.entry-content #a43 ,
	.entry-content #a44 ,
	.entry-content #a45 ,
	.entry-content #a46 ,
	.entry-content #a47 ,
	.entry-content #a48 ,
	.entry-content #a49 ,
	.entry-content #a50 {
/*		margin-top: -1em;
		padding-top: 3.4em;
*/
		margin-top: 0;
		padding-top: 3.4em;

	}	

	.entry-content #shosai {
		margin-top: 0em;
		padding-top: 0em;
	}	

	
	.entry-content table {
		font-size: .9em;
	}

	.entry-content p {
		margin-bottom: 1.25em !important;
	}


	.entry-content p ,
	.entry-content a {
		font-size: 15px;
	}
	
	#conts .entry-head-area #first {
		width: 180px;
		top: -130px;
		right: 15px;
	}

	body.event #conts .entry-head-area #first {
		top: -60px;
	}
	
	.entry-content .info-box dl dt {
		width: 5em;
		font-weight: bold;
	}	
	
	.entry-content .info-box dl dd {
		padding-left: 5.2em;
	}	
	
	.entry-content .info-box dl dd img {
		margin-top: 3px;
	}
		
	#conts .entry-head-area .wpfp-span {
		width: 60px;
		top: -50px;
		right: 7px;
	}
	
	#conts .entry-head-area .right-area {
		padding-right: 40px;
		text-align: left;
		clear: both;
	}
	
	#conts .entry-head-area .choice:before {
		vertical-align: middle;
	}
	
	.entry-content .link_pages .number a ,
	.entry-content .link_pages .number span ,
	.entry-content .link_pages .text span ,
	.entry-content .link_pages .text a {
		font-size: 12px;
	}

	.entry-content .link_pages .number a ,
	.entry-content .link_pages .number > span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	.entry-content .link_pages .text a:last-child {
		padding: .8em 1.4em .8em .5em;
		float: right;
	}
	
	.entry-content .link_pages .text a:first-child {
		padding: .8em .5em .8em 1.4em;
		float: left;
	}
	
	.entry-content .link_pages .text-first a:first-child {
		padding: .8em 1.4em .8em .5em;
		float: right;
	}	
	
	#conts .good-area a.facebook, #conts .good-area a.tweet, #conts .good-area a.line, #conts .good-area a.mail {
		font-size: 12px;
		width: 23%;
		margin-bottom: .3em;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		max-width: none;
	}
	
	#conts .good-area a.facebook img, #conts .good-area a.tweet img, #conts .good-area a.line img, #conts .good-area a.mail img {
		width: 18px;
	}
	
	#conts .good-area .wpfp-span a ,
	#conts .good-area a.wpfp-link {
		width: 60px;
		margin-top: -10px;
	}

	#conts .good-area .sns-area {
		clear: both;
		padding-top: 1.5em;
	}
	
	#conts .related-shop h4 .ttl {
		font-size: 16px !important;
	}		

	#conts .related-shop h4 .ttl {
		font-size: 16px !important;
	}
	
	#conts .entry-shop #related-entries .related-entry {
		line-height: 1.2;
	}

	#conts #related-entries .related-entry-thumb {
		width: 80px;
		height: 80px;
		position: relative;
		overflow: hidden;
	}
	
	#conts #related-entries .related-entry-thumb 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: initial;
		height: 80px !important;
	}	
	
	#conts #related-entries .related-entry .related-entry-title a {
		font-size: 12px !important;
	}
	
	#conts #related-entries .related-entry .shop-coupon {
		font-size: 12px;
	}
	
	#conts #related-entries .related-entry .before_sentence {
		display: none;
	}
	
	#conts .entry-shop .last-date {
		font-size: 10px;
		margin-bottom: 1em;
	}
	
	.entry-content .info-box {
		padding: 14px;
	}	
	
	body.event #conts .left-content ,
	body.event #conts .right-content {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	
	body.event #conts .tag-area {
		float: none;
		width: 100%;
		margin-bottom: 1em;
		box-sizing: border-box;
	}
	
	#conts .entry-head-area .date {
		padding-top: 0;
		float: none;
		display: block;
	}
	
	body.event #conts .entry-head-area .right-area {
		font-size: 1em;
	}
	
	#conts .entry-head-area .right-area .pr {
		margin-top: .1em;
		margin-bottom: 0;
	}
	
	#conts .entry-head-area .right-area .view {
		clear: both;
		display: initial;
		float: left;
	}	

	#conts .entry-head-area .right-area .choice {
		margin-top: 0;
		display: inline-block;
	}
	
	body.event #conts .entry-head-area .date {
		font-size: .8em;
	}
	
	body.event #conts .right-content .good-area {
		display: block;
		padding-top: 10px;
	}
	
	body.event #conts .entry-head-area .wpfp-span {
		top: inherit;
		bottom: 0;
	}
	
	body.event #conts .right-content #googlemaps {
		height: 300px;
	}
	
	body.event #conts .right-content .choice {
		font-size: 1em;
	}
	
	body.event #conts .good-area a.facebook ,
	body.event #conts .good-area a.tweet ,
	body.event #conts .good-area a.line ,
	body.event #conts .good-area a.mail {
		max-width: 48%;
	}
	
	body.favorite #conts .related-entry-thumb {
		width: 60px;
		height: 60px;
		position: relative;
		overflow: hidden;
	}	
	
	body.favorite #conts .related-entry-thumb 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: initial;
		height: 60px;
	}	
	
	body.favorite #conts .related-entry .related-entry-title {
		overflow: hidden;
	}
	
	body.favorite #conts .related-entry .related-entry-title a{
		font-size: 13px;
		overflow: hidden;
		color: #333;
		text-decoration: none;
	}
	
	#conts .entry-head-area .wpfp-span a:before {
		display: none;
	}
	
	#conts .newsList li .text {
		font-size: 1.2em;
	}	
		
	body.about #conts h2 {
		margin-bottom: 40px;
	}	
	
	body.about #conts .entry-content .img01 {
		margin: 50px 0;
	}

	body.about #conts .entry-content .arrow {
		width: 10px;
	}
	
	body.about #conts .entry-content h3 {
		font-size: 1.2em;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	
	body.about #conts .entry-content .pointarea .block {
		width: 90%;
		margin: 0 5% 4em;
	}
		
	body.about #conts .entry-content .pointarea .block .icon {
		width: 80px;
	}	
	
	body.about #conts .entry-content .pointarea .block .point {
		position: absolute;
		top: -14px;
		left: -14px;
		width: 60px;
		height: 59px;
	}
	
	.present-area {
		padding: 1em 1em 0 1em;
	}
	
	.present-area .left-area {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	.present-area .right-area p .present_name {
		display: table-cell;
		padding: 0;
	}
	
	body.present #conts .entry-content h4,
	body.presentcampaign #conts .entry-content h4 {
		font-size: 1.2em;
		margin-top: 50px;
		margin-bottom: 0px;
	}
	
	body.special #conts {
		width: auto;
		float: none;
	}
	
	body.special #conts .special-area {
		padding: 34px 20px;
		margin-bottom: 40px;
	}

	body.special #conts .special-area:before ,
	body.special #conts .special-area:after {
		display: none;
	}
	
	body.special #conts .special-area .imgList li .subBox .photoBox	{
		height: 200px;
	}

	body.special #conts .special-area .imgList li .subBox .photoBox img	{
		height: 200px;
	}
	
	body.special #conts .special-area .imgList li {
		width: 100%;
		margin: 15px 0 0;
	}

	body.special #conts .special-area .imgList li:nth-child(odd) {
		margin-right: 0;
	}

	body.special #conts h2 {
		font-size: 1.4em;
		margin-bottom: 20px;
	}

	body.special #conts .special-area h2 {
		font-size: 1.6em;
		background-size: 200px;
	}
	
	body.special article {
		margin-bottom: 60px;
	}

	body.member #conts .col-left ,
	body.member #conts .col-right {
		width: 100%;
		float: none;
	}
	
	body.member #conts .col-left img ,
	body.member #conts .col-right img {
		width: 74%;
		display: block;
		margin: 0 auto;
	}	
	
	body.member #conts .row img.title {
		width: 140px;
	}	
	
	body.member #conts .row .text-area {
		padding: 30px 20px;
	}	

	body.member #conts .row .text-area p {
		font-size: 14px;
	}
	
	body.member #conts .row {
		margin-bottom: 20px;
		width: 100%;
	}	
	
	body.member #conts .row .text-area p span {
		font-size: 12px;
	}	
	
	body.member #conts .row .col-center {
		width: 100%;
		margin: 0 auto;
	}	

	body.member #conts .row .col-center > img {
		width: 100%;
	}	
	
	body.member #conts .row .col-center .text-area {
		padding-top: 30px;
	}

	body.member #conts .row .col-center .text-area p {
		text-align: left;
	}
	
	body.member #conts .entry-content h3 {
		font-size: 1.2em;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	
	body.member #conts .row .col-staff {
		width: 100%;
	}	
	
	body.member #conts .row .col-staff .staff-box {
		width: 50%;
		margin: 0 0 40px;
		float: left;
		font-size: 16px;
		padding: 0 .5em;
		box-sizing: border-box;
	}
	
	body.couponlist #conts {
		width: auto;
		float: none;
	}

	body.couponlist #conts .coupon-area .coupon-entry .coupon-content {
		overflow: hidden;
	}
	
	body.couponlist #conts .coupon-area .coupon-entry .coupon-title {
		font-size: 1.1em;
	}	
	
	body.couponlist #conts .coupon-area .coupon-thumb {
		width: 90px;
		height: 90px;
		position: relative;
		overflow: hidden;
	}
	
	body.couponlist #conts .coupon-area .coupon-thumb .wp-post-image {
		margin-bottom: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		max-width: initial;
		height: 90px;
	}	
	
	body.couponlist article {
		margin-bottom: 60px;
	}		
	
	body.coupon #conts .entry-content .coupon-nav li a {
		font-size:1em;
		background-size:20px 5px;
	}

	body.coupon #conts .entry-content .nav-box .nav-title {
		margin-top: -3.4em !important;
	}
	
	.entry-content .menu-box:before {
		content: "";
		background-image: url(../../image/special_box01.png);
		width: 28px;
		height: 30px;
		width: 40px;
		height: 42px;
		background-size: cover;
		top: -10px;
		left: -10px;		
	}
	
	.entry-content .menu-box:after {
		content: "";
		background-image: url(../../image/special_box02.png);
		width: 28px;
		height: 30px;
		width: 40px;
		height: 42px;
		background-size: cover;
		right: -10px;
		bottom: -10px;		
	}
	
	.entry-content .menu-box .nav-title img {
		width: 100px !important;
		height: auto !important;
	}		

	.entry-content .menu-box .info-title img {
		width: 200px !important;
	}		

	.entry-content .menu-box ul li ,
	.entry-content .menu-box p {
		font-size: .8em;
	}		
	
	.entry-content .menu-box-line {
		padding: 10px;
	}	
	
	body.coupon #conts .entry-content .couponcode {
		border-radius: 5px;
	}
	
	body.coupon #conts .entry-content .couponcode p.benefits {
		font-size: 1.2em;
	}
	
}

/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
font-size: .9em;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
  float: left;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
  text-align: right;
}
 
.table-contactform7 input,
.table-contactform7 textarea ,
.table-contactform7 select {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
  font-size: 1em;
}

.table-contactform7 select {
	padding: 5px 0;
}

.table-contactform7 textarea{
	width: 80%;
}

.table-contactform7 .count-area {
	text-align: right;
	width: 81%;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
.btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    border-radius: .3rem;
}

.eventform .list-num {
	margin-bottom: 1.75em;
}

.btn-success {
	margin-top: 1em;
    border: 0;
    padding: .8em 2em;
    font-weight: bold;
    color: #fff;
    background-color: #787878;
    box-shadow: 0px 5px 0px 0px #999999;
    -moz-box-shadow: 0px 5px 0px 0px #999999;
    -webkit-box-shadow: 0px 5px 0px 0px #999999;
}

.opinionform p.center ,
.contact p.center ,
.present p.center {
	text-align: center;
}

.btn-success:hover {
	cursor: pointer;
	opacity: .7;
}

.text-xs-center {
	text-align: center;
}


button[disabled], input[disabled] {
	cursor: default !important;
    background-color: #B3B3B3;
}

button[disabled]:hover, input[disabled]:hover {
	opacity: 1 !important;
}

@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  /*width:100%;*/
  display:block;
  margin: 0 auto;
  border:none;
  text-align: left;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
/*  width: 100%;
*/  border-top: none !important;
}

.required-contactform7 {
	float: none;
}

.table-contactform7 textarea{
	width: 100%;
}

.table-contactform7 .count-area {
	width: 90%;
}
		
.opinionform p.center ,
.contact p.center {
	text-align: left;
}


}

@media screen and (max-width: 768px){
	body.event #conts .right-content #googlemaps {
		width: auto;
	}
}