/*
    Theme Name: Balance Child Theme
	Theme URI: http://www.studiopress.com/themes/balance
	Description: Balance is a two column child theme created for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
 
    Version: 1.0
 
    Tags: black, blue, green, pink, red, white, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

*北海道ラボ

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
*/

/*テーマディレクトリ名とテーマファイル名を表示（ログイン中のみ）*/
.use-template {
position: fixed;
bottom:0;
left: 0;
background: #333;
display: inline-block;
color: #fff;
z-index: 99999;
padding: 4px 10px;
}


/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab);
@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?uuzamc');
  src:  url('./fonts/icomoon.eot?uuzamc#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?uuzamc') format('truetype'),
    url('./fonts/icomoon.woff?uuzamc') format('woff'),
    url('./fonts/icomoon.svg?uuzamc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-uniE007:before {
  content: "\e007";
}
.icon-uniE008:before {
  content: "\e008";
}
.icon-uniE009:before {
  content: "\e009";
}
.icon-uniE00A:before {
  content: "\e00a";
}
.icon-uniE601:before {
  content: "\e601";
}
.icon-uniE608:before {
  content: "\e608";
}
.icon-uniE60D:before {
  content: "\e60d";
}
.icon-uniE610:before {
  content: "\e610";
}
.icon-uniE611:before {
  content: "\e611";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}


/* Defaults
------------------------------------------------------------ */

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
	color: #444;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	padding-top: 80px;
}
input {
	color: #333;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
}
input[type=text], select, textarea {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #888;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 5px 2px 0 0;
	padding: 12px 15px;
	vertical-align: middle;
}
textarea {
	color: #333;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: none;
}
li, ol, ul {margin: 0;padding: 0;}
ol li {list-style-type: decimal;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.archive-title {font-size: 16px;margin: 0px 0 5px 30px;}
/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {color: #3498DB;text-decoration: none;}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80)”;
	text-decoration: none;
}
a img {border: none;}

/* Body
------------------------------------------------------------ */
body {background-color: #fff;}
body.home {background-color: #F6F6F6;}
::-moz-selection {background-color: #444;color: #fff;}
::selection {background-color: #444;color: #fff;}

/* Wrap
------------------------------------------------------------ */

#wrap {margin: 0px auto 0px;/*background: url(images/back01.png)  repeat-x left 90px;*/}
.wrap {margin: 0 auto;width: 1060px;}
.page_course .wrap {width: 100%;}
.home .wrap {margin: 0 auto;width: 1120px;}

/* Header
------------------------------------------------------------ */

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
	border-top: 4px #3498DB solid;
	border-bottom: 1px #EEEEEE solid;
	background: #fff;
	z-index: 10000;
}
#header .nav_menu_button,
#header .search_button {display: none;}
#header .wrap {width: 100%;}
#title-area {display: inline-block;float: left;margin: 15px 0 0 36px;white-space: nowrap;width: 36%;}
#title {display: inline-block;font-size: 26px;margin: 0;}
#title a, #title a:hover {display: inline-block;color: #c72803;font-weight: bold;text-decoration: none;}
#title img {display: inline-block;margin-right: 10px;vertical-align: middle;}
#title img.logo-sp {display: none;}
#title span {display: inline-block;margin-right: 15px;vertical-align: middle;}
#description {
	display: inline-block;
	color: #aaa;
	font-family: "HiraginoKaku", "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 12px;
}
/* #header .widget-area { */
/*     color: #fff; */
/*     font-size: 12px; */
/*     font-weight: normal; */
/*     margin: -40px auto 0; */
/*     text-align: right; */
/*     width: 1000px; */
/* } */
/* #header img {margin:0px 0 0 0 ; */
/* } */
/* #header .widget-area { */
/*     color: #fff; */
/*     font-size: 12px; */
/*     font-weight: normal; */
/*     text-align: right; */
/* } */
/* #header .widget-area a, #header .widget-area a:visited { */
/*     color: #fff; */
/*     text-decoration: none; */
/* } */
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area, .header-image #title, .header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}
.bx-wrapper .bx-viewport li a {display: block;}
.bx-wrapper .bx-viewport li a:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(images/banner-gradient.png);
	z-index: 100;
}
.bx-wrapper .bx-viewport li a .content {z-index: 200;}
.header-image #description {display: block;overflow: hidden;}

/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width #title, .header-full-width #title a {width: 1000px;}
.header-full-width #title-area {width: 1000px;}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.menu-primary, .menu-secondary {
	clear: both;
	color: #444;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#header #menu-header-menu {float: right;margin: 22px 0 0 0;background-color: #FFF;}
#header #menu-header-menu > .menu-item {display: block;float: left;width: 120px;margin-right: 10px;}
#header #menu-header-menu > .menu-item {margin-right: 1.9%;}<!--なんで#menu-header-menuなの？-->
#header #menu-header-menu > .menu-item > a {
	color: #FFFFFF;
	padding: 6px 0 6px 37px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 24px auto;
}
#header #menu-header-menu > .menu-item:nth-child(1) > a {background-color: #28AC9F;background-image: url(images/hd-menu-search-tour.png);}
#header #menu-header-menu > .menu-item:nth-child(2) > a {background-color: #FFA400;background-image: url(images/hd-menu-new-article.png);letter-spacing: 2px;}
#header #menu-header-menu > .menu-item:nth-child(3) > a {background-color: #454E9E;background-image: url(images/hd-menu-share.png);letter-spacing: 2px;}
#header #menu-header-menu > .menu-item:nth-child(3) {position: relative;}
#header #menu-header-menu > .menu-item:nth-child(3):after {
	content: '';
	display: none;
	position: absolute;
	top: 100%;
	left: -133px;
	right: 0;
	height: 30px;
}
#header #menu-header-menu > .menu-item:nth-child(3):hover:after {display: block;}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu {
	display: table;
	top: 53px;
	width: auto;
	margin-left: -133px;
	padding: 8px 13px 8px 16px;
	background-color: #FFFFFF;
	border: 2px #9A9A9A solid;
	box-shadow: none;
}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu:before,
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 52px;
	width: 0;
	height: 0;
	margin-top: -8px;
	margin-left: -8px;
	border-left: 8px transparent solid;
	border-right: 8px transparent solid;
	border-bottom: 8px #9A9A9A solid;
}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu:after {margin-top: -5px;border-bottom-color: #FFF;}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item {
	float: left;
	margin-right: 20px;
	background: none;
	overflow: hidden;
}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item > a {
	display: block;
	font-size: 0;
	width: 40px;
	height: 42px;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	border: none;
}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(4) {display: none;}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(5) {margin-right: 0;}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(6) {display: none;}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(1) > a {background-image: url(images/hd-social-twitter.png);}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(2) > a {background-image: url(images/hd-social-googleplus.png);}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(3) > a {background-image: url(images/hd-social-facebook.png);}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(4) > a {background-image: url(images/hd-social-line.png);}
#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(5) > a {background-image: url(images/hd-social-mail.png);}
.menu-primary, .menu-secondary {margin: 0 0 20px;}
.menu-primary ul,
.menu-secondary ul {float: left;width: 100%;}
.menu-primary li,
.menu-secondary li,
#header .menu li {float: left;list-style-type: none;}
.menu-primary a, .menu-secondary a, #header .menu a {
	color: #444;
	display: block;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}
.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {color: #d97217;}
.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	color: #444;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	text-shadow: #fff 1px 1px;
	text-transform: none;
	width: 138px;
}
.menu-primary li li a:active, .menu-primary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:hover, #header .menu li li a:active, #header .menu li li a:hover {
	color: #d97217;
}
.menu-primary li ul, .menu-secondary li ul, #header .menu li ul {
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
	height: auto;
	left: -9999px;
	margin: 0 0 0 1px;
	position: absolute;
	width: 168px;
	z-index: 9999;
}
.menu-primary li ul a, .menu-secondary li ul a, #header .menu li ul a {
	width: 130px;
}
.menu-primary li ul ul, .menu-secondary li ul ul, #header .menu li ul ul {
	margin: -44px 0 0 168px;
}
.menu li:hover ul ul, .menu li.sfHover ul ul {
	left: -9999px;
}
.menu li:hover, .menu li.sfHover {
	position: static;
}
ul.menu li:hover>ul, ul.menu li.sfHover ul, #header .menu li:hover>ul, #header .menu li.sfHover ul {
	left: auto;
}
.menu-primary li a.sf-with-ul, .menu-secondary li a.sf-with-ul, #header .menu li a.sf-with-ul {
	padding-right: 25px;
}
.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 17px;
	width: 16px;
}
li:hover ul ul, li.sfHover ul ul {
	left: -9999px;
}
li:hover, li.sfHover {
	position: static;
}
#wpadminbar li:hover ul ul {
	left: 0;
}
#header #menu-header-menu > .menu-item.menu-item-12171 {
	width: 33px;
	height: 33px;
}
#header #menu-header-menu > .menu-item.menu-item-12171 a {
	padding: 0;
}
#header #menu-header-menu > .menu-item.menu-item-12171 a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 6px 15px 5px;
}
.menu li.right a {
	background: none;
	border: none;
	color: #444;
	display: inline;
	text-decoration: none;
}
.menu li.right a:hover {
	color: #d97217;
	text-decoration: none;
}
.menu li.search {
	padding: 0 10px;
}
.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}
.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}
/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0px auto 0px;
	overflow: hidden;
	width: 100%;
	padding-top: 0px;
	background-color: #efefef;
	/* background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHUlEQVQIW2Ncf/11WqCm6CwGKGCEMTAEYCoxVAAAW7UIBb3Di48AAAAASUVORK5CYII=)repeat; */
}
.balance-landing #inner {
	margin: 20px auto 0;
}
.home #inner {
	background-color: #F6F6F6;
}
/* Home Featured
------------------------------------------------------------ */

#home-featured {
	background: url(images/gray-texture.jpg);
	margin: 0 0 60px;
}
#home-featured .wrap {
	padding: 35px 0;
}
.home-featured-left {
	float: left;
	width: 480px;
}
.home-featured-left, .home-featured-left p {
	color: #888;
	font-size: 14px;
	text-shadow: #fff 1px 1px;
}
.home-featured-left h4.widgettitle {
	font-size: 26px;
	margin-bottom: 20px;
}
.home-featured-right {
	background: url(images/dashes-bg.png) #d05353;
	border: 5px solid #fff;
	float: right;
	font-size: 16px;
	margin: -50px 0;
	width: 430px;
}
.home-featured-right, .home-featured-right p, .home-featured-right h4.widgettitle {
	color: #fff;
	text-shadow: #a64242 -1px -1px;
	text-align: center;
}
.home-featured-right p {
	font-size: 16px;
	margin-bottom: 20px;
}
.home-featured-right .widget {
	margin: 35px;
}
.home-featured-right h4.widgettitle {
	font-size: 26px;
	margin-bottom: 20px;
}
.home-featured-right input[type=text] {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff url(images/email-icon.png) no-repeat 16px 15px;
	border-bottom: none;
	border-left: 1px solid #963c3c;
	border-right: none;
	border-top: 1px solid #963c3c;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 9px;
	padding: 14px 15px 14px 45px;
	width: 180px;
}
#home-featured .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
	border: none;
	font-size: 0;
	height: 28px;
	margin: 0 0 0 15px;
	line-height: 0;
	text-indent: -9999px;
	width: 26px;
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	/* position:absolute; */
	
	width: 90%;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	color: #666;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: 0px 0 0px 0px;
	padding: 3px 0 3px 9%;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.breadcrumb a {
	background: url(images/bullet.png) no-repeat right;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #f18971;
}
.breadcrumb a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80)”;
	text-decoration: underline;
}
/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}
.category .taxonomy-description {
	padding: 10px 0 0;
	margin: 0;
}
/* lst　kanko
------------------------------------------------------------ */

.category .lst-kanko {
	text-align: center;
	margin: 5px 0 0 -5px;
}
.category .lst-kanko a {
	background: #3498DB;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 195%;
	line-height: 1;
	border-radius: 4px;
	padding: 12px 7px;
	width: 90%;
	margin: 0 auto;
	vertical-align: top;
}
.category .lst-kanko.lnk-col2 a {
	display: inline-block;
	font-size: 145%;
	padding: 12px 4px;
	margin: 0 0 4px 5px;
	width: 48%;
}
.category .lst-kanko.lnk-col3 a {
	display: inline-block;
	font-size: 145%;
	padding: 12px 7px;
	margin-left: 4px;
	width: 30%;
}
.category .lst-kanko a i {
	background: url(images/ico_camera.png) no-repeat left top;
	background-size: 21px auto;
	width: 24px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
}
.category .lst-kanko.lnk-col3 a i {
	background: url(images/ico_camera.png) no-repeat left top;
	background-size: 17px auto;
	width: 24px;
	height: 14px;
	margin-right: 2px;
}
.category .lst-kanko a .min {
	font-size: 55%;
}
.txt-articlestart {
	text-align: center;
	margin-top: 20px;
	display: table;
	white-space: nowrap;
}
.txt-articlestart i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0;
	border-color: #3498DB transparent transparent transparent;
	display: inline-block;
	margin: 0 10px;
}
.txt-articlestart:after, .txt-articlestart:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: linear-gradient(transparent 53%, currentColor 58%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
	background-clip: padding;
}
.txt-articlestart:after {
	border-left: 1em solid transparent;
}
.txt-articlestart:before {
	border-right: 1em solid transparent;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 726px;
}
.page_course #content-sidebar-wrap {
	float: none;
	width: 100%;
}
.home #content-sidebar-wrap {
	float: left;
	width: 1120px;
}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 1060px;
}
.home.content-sidebar #content-sidebar-wrap, .home.full-width-content #content-sidebar-wrap, .home.sidebar-content #content-sidebar-wrap {
	width: 1120px;
}
.balance-landing #content-sidebar-wrap {
	float: none;
	margin: 0 auto;
	width: 726px;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 0 60px;
	width: 680px;
	word-break: break-all;
	background: #fff;
}
.content-sidebar #content, .sidebar-content #content {
	width: 680px;
	background: #fff;
}
.home.content-sidebar #content, .home.sidebar-content #content {
	width: 740px;
}
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}
.full-width-content #content {
	width: 984px;
}
.balance-landing #content {
	width: 726px;
}
blockquote {
	background: url(images/quote-icon.png) no-repeat 0 0;
	color: #666;
	font-size: 16px;
	font-style: oblique;
	line-height: 1.9em;
	margin: 30px 0 40px 0 !important;
	padding: 30px 30px 10px 90px;
	/* border:1px dotted #999; */
	
	background-color: #f5f5f5;
}
blockquote p {
	color: #666;
	font-size: 18px;
}
.post {
	background: none repeat 0 0 #FFFFFF;
	margin: 0px 0 20px 0;
	padding: 35px 55px 20px;
	/* border: 1px solid #efefef; */
}
.archive-description {
    margin: 0px 0 0;
    background: rgba(52, 152, 219, 0.05);
    padding: 12px 0 8px;
    border-bottom: 1px dashed rgba(52, 152, 219, 0.18);
}
.search-results .post {
	margin-top: 20px !important;
	padding-top: 30px !important;
	padding-bottom: 70px !important;
	overflow:hidden;
}
.search-results #content .page,
.archive #content .page {
    padding: 35px 35px 20px;
    border-bottom: 1px dashed #ccc;
    margin: 0 20px;
    overflow: hidden;
}
.search-results #content .post,
.archive .post {
    border-bottom: 1px dashed #ccc;
    margin: 20px 5px;
    padding: 30px 15px 20px!important;
}
.search-results #content .page:last-child,
.archive #content .page:last-child,
.search-results #content .post:last-child,
.archive #content .post:last-child {
    border-bottom: none;
}
.archive .post {
	margin-top: 20px !important;
	padding-top: 30px !important;
	padding-bottom: 70px !important;
}
.entry-content {
	margin: 0 0 15 0px;
	position: relative;
}
.entry-content a {
	color: #3498DB !important;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content p {
	margin: 25px 0 24px 0px;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
}
.genesis-feature .social_button {
	margin-top: 0px !important;
}
.entry-content img {
	margin: 0 0 10px 0px;
	border: 0px solid #ddd;
}
p.subscribe-to-comments {
	padding: 30px 0 10px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 20px;
}
.entry-content a.more-link {
	float: left;
	color: #fff !important;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	
	background: #3498DB;
	margin: 20px 0 35px;
	text-align: center;
	display: block;
	padding: 10px 0 15px 0px;
	width: 100%;
	height: 20px;
	/* -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px; */
}
.entry-content > a.more-link {
	color: #fff !important;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background: #3498DB;
	margin: 0px auto 35px;
	display: block;
	text-align: 1.5;
	padding: 10px 0 10px 0px;
	width: 100%;
}
.search-results a.more-link {
	color: #fff;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	background: #3498DB;
	margin: 15px 0 25px;
	display: block;
	text-align: center;/*
	padding: 6px 0 6px 50px;*/
	width: 160px !important;
}
.archive a.more-link {
	color: #fff;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	background: #3498DB;
	margin: 0px 0 35px;
	display: block;
	text-align: center;
	/*padding: 6px 0 6px 50px;*/
	width: 160px !important;
}
.more-link a {
	color: #fff3;
	text-decoration: none;
}
.more-link:visited {
	color: #fff;
}
.more-link:hover {
	color: #fff !important;
	background: #ff9900 !important;
}
/* Column Classes
------------------------------------------------------------ */

.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48%;
}
.one-third, .two-sixths {
	width: 31%;
}
.four-sixths, .two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	width: 40.7%;
	margin-top: 10px;
	padding: 20px 25px 20px;
	border-top: 10px solid #afd6eb;
	background-color: #fafafa;
}
.genesis-grid-even .post {
	padding: 10px !important;
}
.genesis-grid-odd {
	clear: both;
	float: left;
	width: 40.7%;
	margin-top: 10px;
	padding: 20px 25px 20px;
	border-top: 10px solid #afd6eb;
	background-color: #fafafa;
}
.genesis-feature {
	padding: 30px 45px 30px;
	margin-bottom: 10px;
	background-color: #fafafa;
}
.genesis-grid img {
	margin-bottom: 0px;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	margin: 10px 0;
}
h1, h2, h2 a, h2 a:visited, .page-template-page_portfolio-php h4 {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 42px;
	line-height: 1.25;
	margin: 10px 0 10px;
}
.entry-content h2 {
	display: block;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.4;
	margin: 45px 0 25px 0px;
	padding: 10px 0 10px 10px;
	color: #000;
	background: ;
	/* border-bottom:4px solid #1765cf; */
	/* border-left:5px solid #234471; */
	
	border-bottom: 3px solid #3498DB;
	/*border-left:10px solid #3498DB;*/
}
.entry-content h2 {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	/* background: none repeat scroll 0 0 #f8f8f8; */
	/*border-bottom: 1px solid #eee;
    border-left: 4px solid #a70000; */
	
	clear: both;
	font-size: 28px;
	/* padding: 10px 0px; */
	
	padding-top: 80px;
	margin-top: -80px;
}
.entry-content h3 {
	display: block;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.4;
	margin: -80px 0 25px 0;
	padding: 80px 0 5px 15px;
	color: #333;
	border-bottom: 2px solid #3498DB;
}
.entry-content h4 {
	display: block;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.4;
	margin: -80px 0 25px -3px;
	padding: 80px 0 2px 3px;
	color: #3498DB;
	font-weight: bold;
}
.entry-content h5 {
	display: block;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin: 25px 0 20px -3px;
	padding: 5px 0 2px 3px;
	color: #444;
}/*
.entry-content h2, .entry-content h3 {padding-top:80px;margin-top:-80px;}*/
.entry-content strong {
	color: #444;
}
.entry-content img {
	margin: 0px 0px 20px 0px !important;
}
h2.entry-title, h1.entry-title {
	margin: 0px 0 0px 0px;
	padding: 0 0 10px 0px;
	display: block;
	border-bottom: dotted 0px #F7866F;
}
h2.entry-title a, h1.entry-title {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 32px;
	line-height: 1.4em;
	color: #333333;
	font-weight: normal;
}
h2.entry-title a:hover {
	color: #ff9900;
}
.taxonomy-description h1, .widget-area h2, .widget-area h2 a {
	font-size: 21px;
	margin: 0px 0 30px;
}
.category-image {
	position: relative;
	width: 680px;
	max-width: 100%;
	margin: 0px auto !important;
}
.category-image span {
	display: block;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 26px;
	line-height: 50px;
	padding-left: 20px;
	z-index: 101;
}
h1.category-image::after {
	background-image: url("images/banner-gradient.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.genesis-grid h2, .genesis-grid h2 a {
	font-size: 23px;
	line-height: 1.4em;
	color: #666;
	margin: 10px 0 10px;
	font-weight: lighter;
}
.page-template-page_portfolio-php h2, .page-template-page_portfolio-php h2 a, .page-template-page_portfolio-php h2 a:visited {
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}
h2 a:hover {
	color: #f19ec2;
	text-decoration: none;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
.widget-area h4 {
	color: #7d7d7d;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0 0 5px;
	background: url(images/sideback01.png) repeat;
	display: block;
}
.widget-area h4 a {
	text-decoration: none;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}
.entry-content ol {
	margin: 0;
}
.archive-page ul li, .entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}
/* Post Info
------------------------------------------------------------ */

#content .post-info {
	height: 0px;
	visibility: hidden;
}
#content .post-info a {
	/*font-weight: bold;
	text-decoration: none;*/
}
#content .post-info .date {
	/*border-bottom: 5px solid #ff4908;
	padding: 0 8px 5px;*/
	
	height: 0px;
	visibility: hidden;
}
#content .post-info .author a {
	/*border-bottom: 5px solid #d05353;
	padding: 0 8px 10px;*/
	
	height: 0px;
	visibility: hidden;
}
#content .post-info .author a:hover {
	/*border-bottom: 5px solid #444;*/
	
	height: 0px;
	visibility: hidden;
}
/* Post Meta
------------------------------------------------------------ */

.post-meta {
	/*border-top: 0px solid #eee;
	clear: both;
	color: #888;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 2;
	margin: 15px 0 5px;
	padding: 10px 0 0;
	position: relative;
	display:block;*/
	
	height: 0px;
	visibility: hidden;
}
.post-meta a {
	text-decoration: none;
	color: #d4015a;
}
.post-meta span {
	margin-right: 10px;
}
/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/gray-texture.jpg);
	color: #444;
	font-size: 14px;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 40px;
	text-shadow: #fff 1px 1px;
}
.author-box p {
	color: #444;
	font-size: 14px;
	text-shadow: #fff 1px 1px;
}
/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}
/* Post Icons
------------------------------------------------------------ */

.post-comments {
	position: absolute;
	top: -22px;
	right: 0px;
}
.post-comments a {
	background: url(images/comment-icon.jpg) no-repeat 0px 0px;
	color: #888;
	padding: 0 0 0 20px;
}
.post-comments a:hover {
	color: #d97217;
}
.tags {
	display: block;
	margin: 10px 0 0;
}
.single .txt-date, .single .txt-tags {
	display: inline-block;
	vertical-align: top;
}
.single .txt-tags {
	padding-right: 10px;
}
.single .txt-date span {
	padding-right: 5px;
	display: inline-block;
}
/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}
.featuredpage img, .featuredpost img, .post-image {
	padding: 0;
}
.page-template-page_portfolio-php .featuredpage img, .page-template-page_portfolio-php .featuredpost img {
	margin: 0 0 10px;
}
.avatar {
	padding: 5px;
}
.author-box .avatar {
	background-color: #fff;
	border: none;
	float: left;
	height: 80px;
	margin: 0 30px 0 0;
	width: 80px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	background-color: #fff;
	border: none;
	float: left;
	height: 33px;
	margin: 0 15px 0 0;
	padding: 3px;
	width: 33px;
	display: none;
}
img.centered, .aligncenter {
	display: block;
	margin: 30px auto 40px;
}
img.alignnone {
	display: inline;
	margin: 5px 5px 20px;
}
img.alignleft {
	display: inline;
	margin: 5px 25px 5px 0;
	padding: 5px 10px 10px 0px;
}
img.alignright {
	display: inline;
	margin: 5px 0 5px 25px;
	padding: 5px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 25px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 25px;
}
.wp-caption {
	padding: 5px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 12px;
	padding: 5px 0;
}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}
/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	margin: 45px 20px 30px;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	font-size: 15px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	display: block;
	float: left;
	text-align: center;
	padding: 0px 6px 0 7px;
	text-decoration: none;
	margin-right: 8px;
}
.navigation li a:hover, .navigation li.active a {
	background-color: #e86814;
	color: #fff;
}
.navigation .pagination-next a, .navigation .pagination-previous a {
	background: none;
	color: #a60000;
	font-size: 14px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	display: block;
	float: left;
	text-align: center;
	padding: 2px 0px;
	text-decoration: none;
	margin-right: 8px;
	font-weight: bold;
}
.navigation .pagination-next a:hover, .navigation .pagination-previous a:hover {
	background: none;
	color: #a60000;
	text-decoration: underline;
	font-size: 14px;
	padding: 2px 0px;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	float: right;
	font-size: 13px;
	width: 360px;
	margin: 0px 0 20px 0px;
}
/*.widget-wrap{
	display: inline;
	float: right;
	background:#fff;
	font-size: 13px;
	
	width: 250px;
	margin:0 0 20px 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        border: 1px solid #eee;
}*/

.sidebar .searchform {
	display: block;
	text-align: right;
	background: #fff;
	font-size: 13px;
	padding: 15px 20px 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #eee;
	width: 210px;
}
.popular-posts {
	display: block;
	margin: 25px 0 20px 25px;
	text-align: left;
	font-size: 13px;
	/* box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        border: 1px solid #eee;
		width: 250px;*/
}
.popular-posts .widget-wrap {
	margin-bottom: 25px;
}
.popular-posts li {
	padding: 10px;
}
.sidebar .widget_recent_entries {
	display: block;
	margin: 25px 0 20px 0;
	text-align: left;
	font-size: 13px;
	padding: 20px;
	/* box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        border: 1px solid #eee;
		width: 250px; */
}
.widget_recent_entries li {
	padding: 0 10px 0;
}
.sidebar p {
	font-size: 13px;
}
#sidebar-alt {
	float: left;
	width: 150px;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar .widget {
	border-bottom: 0px solid #ddd;
	box-shadow: 0 1px 0 rbga(255, 255, 255, 0.7);
	margin: 0;
	padding: 0;
}
.sidebar .widget, .sidebar .widget p {
	color: #888;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.sidebar .widget p {
	margin: 0 0 15px;
}
.sidebar .widget h4 {
	font-size: 14px;
	margin: 0px 10px 0px 5px;
	padding: 8px 10px 5px 10px;
	background-color: #3498DB;
	border-left: 5px solid #ff9900;
	color: #fff;
	background: #3498DB;
}
.sidebar.widget-area ul, .sidebar.widget-area ul ul, #footer-widgets .widget-area ul, #footer-widgets .widget-area ul ul {
	margin: 0;
	border-bottom: 0px solid #ddd;
	padding-bottom: 10px;
}
.sidebar.widget-area ul li, #footer-widgets .widget-area ul li {
	background: url(images/hkd_li.png) no-repeat 0px 3px;
	list-style-type: none;
	word-wrap: break-word;
	margin: 15px 15px 15px 15px;
	padding: 0 0 0 20px;
}
.popular-posts ul li {
	background: none !important;
	margin: 15px 15px 15px 0px;
	padding: 0 0 0 0px !important;
}
.wpp-list li {
	margin-bottom: 10px !important;
	border-bottom: 1px solid #dadada;
	height: 85px;
}
.sidebar.widget-area ul li a {
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	text-decoration: none;
}
.sidebar.widget-area ul li span {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	margin-left: 10px;
}
.sidebar.widget-area a:hover {
	color: #3498DB;
	text-decoration: underline;
}
.textwidget {
	margin: 0px 0 0px;
}
.textwidget img {} .sidebar.widget-area .about h2 {
	background-image: url(images/h-about-icon.svg);
}
.sidebar.widget-area #text-7 h2 {
    background-image: url(images/sns_icon.png);
    background-size: 27px;
    background-position: 2.5% 72%;
}

/*btn-search*/

.sidebar.widget-area .side-search h2 {
	background-image: url(images/h-search-icon.svg);
	background-size: 22px;
    background-position: 7px 27px;
}
.sidebar.widget-area .side-search li {
	margin: 0 7px 0 0;
	background: none;
	padding: 0;
	color: #3f3f3f;
	font-size: 110%;
	display: inline-block;
}
.sidebar.widget-area .side-search li select, .sidebar.widget-area .side-search li input[type=text] {
	padding: 3px;
	font-size: 127%;
	cursor: pointer;
	margin-top: 0;
	border: solid 1px #a5a5a5;
	color: #333;
}
.sidebar.widget-area .side-search li label {
	display: block;
}
.sidebar.widget-area .side-search li span {
	margin: 0;
}
.sidebar.widget-area .side-search li #datepicker {
	background: #FFF url(images/icon-calendar.png) no-repeat;
	background-position: 98% center;
}
.sidebar.widget-area .side-search li.btn-search label {
	display: block;
	background: #3498db;
	padding: 5px 50px;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	cursor: pointer;
    position: relative;
}
.sidebar.widget-area .side-search li.btn-search label:before {
	width: 18px;
    height: 16px;
    vertical-align: top;
    margin-top: 4px;
    font-family: FontAwesome;
    content: "\f002";
    font-size: 15px;
    position: absolute;
    right: 66%;
    top: 2px;
    color: #ffffff;
}
.sidebar.widget-area .side-search li.btn-search label:hover {
	background-color: #ff4b86;
}
.sidebar.widget-area .side-search li.btn-search button {
	border: none;
	background: none;
	color: #FFF;
	font-size: 140%;
}
.home #ui-datepicker-div {
	left: inherit!important;
	right: 20px!important;
}
.sidebar.widget-area .thema {
	box-sizing: border-box;
	display: table;
}
.sidebar.widget-area .thema h2 {
	background-image: url(images/h-thema-icon.svg);
}
.sidebar.widget-area .thema li {
	box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0 0 3px 0;
	background: #fff url(images/thema-bullet-pc.png) 162px center no-repeat;
}
.sidebar.widget-area .thema li span {
	margin: 0;
}
.sidebar.widget-area .thema li:nth-child(2n+1) {
	margin-right: 3px;
}
.sidebar.widget-area .thema .thema-name {
	box-sizing: border-box;
	display: inline-block;
	width: 178px;
	line-height: 36px;
	padding: 0 0 0 15px;
	margin: 0;
	border-left: 6px #000000 solid;
}
.sidebar.widget-area .thema .thema-image, .sidebar.widget-area .thema .thema-description {
	box-sizing: border-box;
	display: none;
}
.sidebar.widget-area .thema a, .sidebar.widget-area .thema a:hover {
	text-decoration: none;
}
.sidebar.widget-area .thema a .thema-description, .sidebar.widget-area .thema a:hover .thema-description {
	color: #333333;
}
.sidebar.widget-area .thema li.sightseeing a .thema-name {
	color: #3F7EC1;
	border-left-color: #3F7EC1;
}
.sidebar.widget-area .thema li.accommodation a .thema-name {
	color: #AAC800;
	border-left-color: #AAC800;
}
.sidebar.widget-area .thema li.knowledge a .thema-name {
	color: #A35FC4;
	border-left-color: #A35FC4;
}
.sidebar.widget-area .thema li.event a .thema-name {
	color: #F06C97;
	border-left-color: #F06C97;
}
.sidebar.widget-area .thema li.play-experience a .thema-name {
	color: #00C36B;
	border-left-color: #00C36B;
}
.sidebar.widget-area .thema li.buy a .thema-name {
	color: #EEBE00;
	border-left-color: #EEBE00;
}
.sidebar.widget-area .thema li.gourmet a .thema-name {
	color: #ED6001;
	border-left-color: #ED6001;
}
.sidebar.widget-area .thema li.travel-tips a .thema-name {
	color: #00BDD1;
	border-left-color: #00BDD1;
}
.sidebar.widget-area .ranking {
	padding-bottom: 0;
}
.sidebar.widget-area .ranking h2 {
	background-image: url(images/h-ranking-icon.svg);
}
/* Dropdowns
------------------------------------------------------------ */

#cat, .widget_archive select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
}
/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
	border-bottom: none;
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 40px;
}
.page-template-page_portfolio-php .featuredpage .page, .page-template-page_portfolio-php .featuredpost .post {
	float: left;
	margin: 0 10px 30px;
	padding: 0 0 20px;
	overflow: hidden;
	width: 300px;
}
.featuredpage .page .more-link, .featuredpost .post .more-link {
	bottom: 0;
}
.featuredpost .post {
	padding: 0 0 70px;
}
.featuredpost .post .more-link {
	bottom: 30px;
}
.more-from-category {
	padding: 5px 15px 0;
}
/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}
/* Buttons
------------------------------------------------------------ */

input[type="button"], input[type="submit"] {
	background: #ca444e;
	color: #ffffff;
	cursor: pointer;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 15px;
	margin-top: -29px;
	text-decoration: none;
	border: outset 0px #fdcb90;
}
input:hover[type="button"], input:hover[type="submit"] {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80)”;
	text-decoration: none;
}
.form-submit input[type="button"], input[type="submit"] {
	background: #00b4ff;
	color: #ffffff;
	cursor: pointer;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	margin-top: 0px;
	text-decoration: none;
	/* border:outset 0px #fdcb90;
		-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px; */
}
.search-submit {
	margin-top: -29px !important;
}
/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	height: 32px;
	margin: 22px 10px 0 0;
	border: 1px #CCC solid;
	background: #F6F6F6;
	width:14%;
}
#header .search-input {
	font-size: 14px;
    width: 82%;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 11px;
    margin: 0;
    border: none;
    background: transparent;
}
#header .searchsubmit {
	width: 19px;
	height: auto;
	padding: 0;
	margin: 0 !important;
	background-position: center center !important;
}
.menu-primary .searchform {
	float: right;
}
.sidebar .searchform {} .s {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 9px;
	margin: 5px 2px 0 0;
	padding: 12px 15px;
	vertical-align: middle;
	width: 180px;
}
.searchsubmit {
	background: url(images/search-icon-gray.svg) no-repeat !important;
	border: none !important;
	height: 38px;
	margin: 2px 0 0 10px;
	vertical-align: middle;
	width: 20px;
    background-size: 16px!important;
}
.menu-primary .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}
/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
	background: url(images/dashes-bg.png) #d05353 !important;
	border-bottom: none !important;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.home #sidebar .enews, .home #sidebar .enews-widget {
	display: none;
}
#sidebar .enews {
	padding: 20px 20px 0;
}
#footer-widgets .enews {
	padding: 20px;
}
.enews p {
	color: #fff !important;
	font-size: 16px;
	padding: 0;
	text-align: center;
	text-shadow: #a64242 -1px -1px;
}
.enews #subscribe {
	padding: 0;
}
.enews #subbox {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: url(images/email-icon.png) no-repeat 16px 15px #fff;
	border-bottom: none;
	border-left: 1px solid #963c3c;
	border-right: none;
	border-top: 1px solid #963c3c;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 9px;
	padding: 14px 15px 14px 45px;
	width: 160px;
}
.enews h4.widgettitle {
	color: #fff;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: #a64242 -1px -1px;
	text-transform: none;
}
#subbutton {
	background: #fff;
	color: #555;
	margin-top: 15px;
	text-shadow: #fff 1px 1px;
}
/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(images/gray-texture.jpg);
	clear: both;
	margin: 0 0 20px;
	padding: 25px 0;
	overflow: hidden;
}
#footer-widgets .wrap {
	font-size: 13px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 984px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: #fff 1px 1px;
}
#footer-widgets .widget, #footer-widgets .widget p {
	color: #777;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 11px;
}
#footer-widgets .widget p {
	margin: 0 0 15px;
}
#footer-widgets ul {
	margin: 0;
}
#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 295px;
}
.footer-widgets-2 {
	float: left;
	width: 290px;
}
.footer-widgets-3 {
	float: right;
	width: 295px;
}
/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	overflow: hidden;
	padding: 20px 0 0;
	height: 90px;
	background: #23313e;
	border-top: 0px solid #ccc;
}
#footer p {
	color: #888;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 10px;
}
#footer .gototop {
	/* background:url(images/up.png) left no-repeat; */
	
	float: left;
	padding: 10px 0 10px 0px;
	width: 300px;
}
#footer .gototop a {
	padding: 5px 0 5px 0px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#footer .gototop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80)”;
	text-decoration: underline;
}
#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}
/*ソーシャル部分
------------------------------------------------------------ */

.sidesocial ul {
	list-style-type: none !important;
}
.sidesocial li {
	list-style-type: none !important;
	display: inline;
}
.social-box {
	margin: 50px 0 0px;
	padding: 10px 0px 0;
}
.social-box p {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0px 0 10px;
	padding: 7px 0px 5px 0px;
	text-decoration: none;
	font-weight: normal;
	background-color: #3498DB;
}
.social-box .ft {
	margin-left: 60px;
	margin-bottom: 70px;
}
.social-b {
	margin: 20px 0 40px;
	padding: 10px 0 0;
	width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.social-b p {
	color: #444;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0px 0 40px;
	padding: 7px 0px 5px 0px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 3px solid #3498DB;
}
.social-b .ft {
	margin-bottom: 70px;
	margin-left: 60px;
}
.twitter-timeline {
	float: right;
	width: 320px;
	height: 370px;
	margin-right: 10px;
}
.wp_social_bookmarking_lights {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.wp_social_bookmarking_lights div {
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0px 5px 0px 0 !important;
	height: 23px !important;
	text-indent: 0 !important;
	margin-bottom: 0px !important;
}
.wp_social_bookmarking_lights img {
	border: 0 !important;
	padding: 0;
	margin: 0;
	vertical-align: top !important;
	margin-bottom: 0px;
}
.wp_social_bookmarking_lights_clear {
	clear: both !important;
}
.wp_social_bookmarking_lighttop {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 5px !important;
	display: block;
}
.wp_social_bookmarking_lighttop div {
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 5px 0px 0 !important;
	height: 23px !important;
	text-indent: 0 !important;
	margin-bottom: 0px !important;
}
.wp_social_bookmarking_lighttop img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_lighttop_clear{
    clear: both !important;
}
.wsbl_twitter {
    width: 75px!important;
}
.wsbl_google_plus_one {
    width: 32px;
}
.wsbl_pocket {
    width: 85px;
    margin: 0 0 0 0!important;
}
.twtr-hd h3,.twtr-hd h4{
	background-image: none;
	padding-top: 0px;
	padding-left: 0px;
	height: 0px;
}

/* monthly
------------------------------------------------------------ */

#content .post-9646 .entry-title{
    color: #E7004C;
    text-align: center;
    font-size: 38px;
}
.entry-content .monthly h2 {
	border: none;
    padding: 80px 0 10px;
}
.entry-content .monthly h2,
.entry-content .monthly h3 {margin: -80px 0px 25px;}
/*.entry-content .monthly h2 span {
	padding: 13px 10px;
    text-align: center;
    font-weight: bold;
    background: #EF7115;
    color: #fff;
    font-size: 110%;
    position: inherit;
    border-radius: inherit;
    display: block;
    margin: 0;
    border-left: none;
}*/
.entry-content .monthly h3 {
	border: none;
}
.entry-content .monthly h3 span {
    border-bottom:inherit;
    text-align: center;
    font-weight: bold;
    color: #E7004C;
}
.monthly .text {
    max-width: 800px;
    margin: 0 auto 30px;
}
.entry-content .monthly .event dd p.cap {
    margin: 0px auto 30px;
}
}
.entry-content .monthly img{
    margin: 0 !important;
}
.entry-content .monthly .photo {
    margin: 80px 0 0 0;
}
.entry-content .monthly .photo_first{
    margin:20px 0 0 0;
}
.entry-content .monthly .photo img{
    width: 944px;
    height: auto;
}
.entry-content .monthly img.obon {
    max-width: 280px;
    width: 55%;
}

/*おすすめツア－*/
.entry-content .monthly .recomendtour{
    overflow: hidden;
    box-sizing: content-box!important;
}

.entry-content .monthly .recomendtour li {
    width: 285px;
    display: inline-block;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    padding: 20px 10px;
    border-radius: 5px;
}

.entry-content .monthly .recomendtour li dd {
    margin: 0;
    text-align: center;
}
.entry-content .monthly .recomendtour li dd .ttl_tour {
    color: #E70952;
    font-weight: bold;
    margin: 10px 0 0;
}
.entry-content .monthly .recomendtour li dd .txt_tour{
    margin: 10px 0 15px 0px;
}
.entry-content .monthly .recomendtour li dd .btn_tour {
    margin: 0;
}
.entry-content .monthly .recomendtour li dd .btn_tour a,
.entry-content .monthly .recomendtour li dd .btn_tour a {
    color: #fff!important;
    background: #EF2D6D;
    display: block;
    border-radius: 8px;
    border: 4px solid #F7CDDB;
    padding: 6px 0;
}
.entry-content .monthly .recomendtour li dd .btn_tour a:hover {
    text-decoration: none;
}

/*イベント*/
.entry-content .monthly .event{
    overflow: hidden;
    max-width: 89%;
    margin: 25px auto;
}
.entry-content .monthly .event dt {
    width: 330px;
    height: auto;
    float:left;
}

.entry-content .monthly .event dt img{
    width: 330px;
    height: auto;
    border: 4px double #ccc;
}
.entry-content .monthly .event dd{
    width: 450px;
    float: left;
    margin: 0 0 0 20px;
    padding:0 10px 10px 10px;
    text-align: center;
}
.entry-content .monthly .event dd h4{
    margin:0;
    padding: 0 0 3px;
    color: #E70952;
    margin: 0 0 10px;
    border-bottom: 1px dashed #f3a0bb;
}
.entry-content .monthly .mon_event .event dd h4 {
	border-bottom: none;
}
.entry-content .monthly .mon_event .event dd h4 span {	
    border-bottom: 1px dashed #f3a0bb;
    padding: 0 12px 3px;
}
.entry-content .monthly .event.e_l dd {
    text-align: left;
}
.entry-content .monthly .event.e_l dd h4 {
    margin-bottom: 5px;
}
.entry-content .monthly .event dd p {
    margin: 0;
}
.entry-content .monthly .event dd p a,
.entry-content .monthly .parts_osusume p a {
    padding: 4px 60px;
    display: inline-block;
    color: #fff!important;
    background: #EF2D6D;
    border-radius: 8px;
    border: 4px solid #F7CDDB;
}
.entry-content .monthly .event dd p a:hover {
    text-decoration: none;
}
.entry-content .monthly .event dd .btn_link,
.entry-content .monthly .btn_link {
    margin-top: 14px!important;
}
section.knack {
    margin-bottom: 50px;
}
p.osusume_img {
    max-height: 169px;
    overflow: hidden;
}
.entry-content .monthly .e_l dd {
    text-align: left;
}
section.knack p {
    margin: 10px auto 40px;
    width: 90%;
}
.entry-content .monthly p.lead {
    margin-top: -5px;
}
/*ツアーを探す*/
.entry-content .monthly .tour_btn {
    text-align: center;
}
.entry-content .monthly .tour_btn li {
    width: 170px;
    margin: 0 0 0 10px;
    text-align: center;
    display: inline-block;
    padding:0;
}
.entry-content .monthly .tour_btn li a strong{
    color: #fff!important;
    background: #EF2D6D;
    display: block;
    border-radius: 14px;
    padding: 10px 15px;
    border: 5px solid #F7CDDB;
}
.entry-content .monthly .tour_btn li a strong:hover{
    opacity: 0.8;
    text-decoration: none;
}
.entry-content .monthly .tour_btn li a:hover{
    text-decoration: none;
}

.entry-content .monthly .tour_btn li a span {
    display: inline-block;
}
.entry-content .monthly .tour_btn li a .prices {
    font-size: 140%;
    font-style: italic;
    font-weight: bold;
    color: red;
    text-decoration: none;
}
.monthly.labo_parts .parts_search .departure,
.monthly.labo_parts .parts_search .destination,
.monthly.labo_parts .parts_search .ind_date_control,
.entry-content .monthly.labo_parts .parts_search .period,
.entry-content .monthly.labo_parts .parts_search .roomtype,
.entry-content .monthly.labo_parts .parts_search .keyword {
    width: 100%;
    margin-right: 0;
}
.mon_banner {
    clear: both;
    max-width: 500px;
    margin: 40px auto;
}
/*ブログ記事*/
.entry-content .monthly .post-item {
    width: 300px;
    margin: 0;
    display: inline-block;
}
.entry-content .monthly .blg_center{
    margin: 0 18px;
}
.entry-content .monthly .post-item-content > a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 240px;
}
.entry-content .monthly .post-item span.view {
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    bottom: 25px;
    right: 15px;
    z-index: 101;
}
.entry-content .monthly .post-item p.category {
    background: url("images/post-cat-icon.png") no-repeat;
    background-position: 0;
    font-size: 12px;
    color: #FB568E;
    padding: 0px 0px 0px 15px;
    margin: 0;
}
.entry-content .monthly .post-item p.category a {
    color: #FB568E;
}
.entry-content .monthly .post-item p.title {
    margin: 0;
}
.entry-content .monthly .post-item p.title a {
    display: block;
    color: #333333 !important;
    font-size:14px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.625;
}
.entry-content .monthly .post-item ul {
    list-style: none;
}
.entry-content .monthly .post-item ul li {
    display: inline-block;
    margin: 0 0 5px;
}
.entry-content .monthly .post-item ul li a {
    display: block;
    background-color: #333333
    border-radius: 5px;
    color: #ffffff!important;
    padding: 3px 7px 2px;
    font-size: 12px;
    border-radius: 5px;
}
.entry-content .monthly .post-item ul li .look {
    background-color:#3F7EC1;
}
.entry-content .monthly .post-item ul li .play {
    background-color:#00C36B;
}
.entry-content .monthly .post-item ul li .eat {
    background-color:#ED6001;
}
.entry-content .monthly .post-item ul li .buy {
    background-color:#EEBE00;
}
.entry-content .monthly .post-item ul li .hinto {
    background-color:#00BDD1;
}
.entry-content .monthly .post-item ul li .know {
    background-color:#A35FC4;
}
.entry-content .monthly .post-item ul li .stay {
    background-color:#AAC800;
}
.entry-content .monthly .post-item ul li .event {
    background-color:#F06C97;
}
/* Comments
------------------------------------------------------------ */

#comments, #respond {
	background: #FFFFFF;
	margin: 0 0 25px;
	padding: 25px 25px 15px 25px;
	width: 630px;
}
#comments p, #respond p {
	font-size: 12px;
	line-height: 1.6em;
	color: #565656;
	/*margin-left: 55px;*/
}
#commentform {
	font-size: 12px;
	line-height: 1.6em;
	color: #565656;
	/*margin-left: -55px;*/
}
#author, #comment, #email, #url {
	font-size: 14px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
#comments h3 {
	background: url("images/comline.png") repeat-x left;
	color: #444;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 7px 0 5px 0px;
	text-decoration: none;
	border-bottom: 1px dotted #3498DB;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
	padding: 10px;
}
.comment-list {
	list-style: none;
}
.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0;
	padding: 10px 20px 10px;
}
.comment-list li {
	list-style: none;
}
.comment-list li ul li {
	background: #fff8fa;
	list-style-type: none;
	border-top: solid 1px #fff;
}
.comment-list li ul li li {
	background: #fffefe;
	border-top: solid 1px #fff;
}
.comment-list p, .ping-list p {
	margin: 10px 5px 10px 0;
}
.comment-list cite, .comment-list .says, .ping-list cite {
	color: #555;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.commentmetadata {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.comment-content {
	margin: 20px 0;
}
.comment-reply-link {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px 0 0px 0px;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 7px;
	color: #D4015A;
}
.comment-reply-link:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80)”;
	text-decoration: underline;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
}
.bypostauthor {} .thread-alt, .thread-even {
	background: #ffedf2;
}
#respond h3 {
	color: #333;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 25px;
	padding: 7px 0 5px 10px;
	text-decoration: none;
	float: clear;
	border-bottom: 1px dotted #3498DB;
}
.comment-respond dt {
    display: inline-block;
    width: 20%;
}
.comment-respond dd {
    display: inline-block;
    margin-left: 0;
}
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	color: #444;
	font-size: 16px !important;
	padding: 4px 5px !important;
}
div.gform_footer input.button {
	color: #fff;
	font-size: 11px !important;
	padding: 8px 10px !important;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
.sstitle {
	visibility: hidden;
}
.connect_site {
	width: 1020px;
	margin: 0 auto 25px;
}
.connect_site .mt35 {
	margin-top: 35px;
}
.connect_site .connect_inner {
	overflow: hidden;
	font-size: 0;
	margin-top: 15px;
}
.connect_site .connect_inner ul {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	font-size: 13px;
	list-style: none;
}
.connect_site .box1 ul {
	width: 25%;
}
.connect_site .connect_inner li {
	font-size: 13px;
}
.connect_site h3 {
	font-size: 120%;
}
.connect_site h4 {
	font-size: 13px;
}
.connect_site .connect_left {
	float: left;
	width: 72%;
}
.connect_site .connect_right {
	float: right;
	width: 25%;
}
.connect_site .connect_right ul {
	width: 100%;
}
.connect_site .box3 .connect_left {
	width: 46%;
}
.connect_site .box3 .connect_left ul {
	width: 47%;
}
.connect_site .box3 .connect_mid {
	width: 25%;
	float: left;
}
.connect_site .box3 .connect_mid ul {
	width: 100%;
}
.connect_site .mid_ttl {
	margin-top: 15px;
}
.top-button {
	overflow: hidden;
	display: none;
}
.top-button div {
	display: table;
    width: 100%;
    margin: 20px 8px;
}
.top-button p {
	float: left;
    height: 50px;
    margin-right: 4px;
    width: 47%;
}
.top-button p:last-child {
	margin-right: 0px;
}
.top-button a {
	background: #3498DB url("images/top-btn-bg.gif") no-repeat;
	background-position: 92% center;
	background-size: 7px 11px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	line-height: 50px;
	padding-left: 10px;
}
.top-group-map {

} 
.top-group-map ul {
	display: none;
}
.home .post-group h2,
.sidebar.widget-area h2,
.home .home_mi {
	font-family: 'Josefin Slab', serif;
	color: #3498DB;
	font-size: 28px;
	position: relative;
	font-weight: bold;
	border-top: 2px solid #3498DB;
	padding-top: 25px;
	padding-left: 40px;
	margin: 10px 0px;
	background-size: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 27px;
}
.home .home_mi {
    border-top: none;
    padding-top: 8px;
}
.home h2 span, .sidebar.widget-area h2 span {
	font-family: "小塚ゴシック Pr6N";
	color: #333333;
	font-size: 12px;
	border-left: 1px solid #cccccc;
	padding: 5px 10px;
	position: absolute;
	margin-left: 12px;
	font-weight: normal;
}
.post-group {
	overflow: hidden;
	padding-bottom: 40px;
}
.post-list {
	margin: 0px -10px;
	/*float: left;*/
}
.post-group.recommend .post-item-content {
	padding-bottom: 15px;
}
.post-group .post-item-content > a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	max-height: 240px;
}
.post-list .post-item .post-item-content > a:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(images/thumbnail-gradient.png);
	z-index: 100;
}
.post-group .post-item span.view {
	position: absolute;
	font-size: 14px;
	color: #ffffff;
	bottom: 15px;
	right: 15px;
	z-index: 101;
}
.post-group .post-item span.view span {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 5px;
}
.post-group .post-item p.category {
	font-size: 12px;
    color: #3498db;
    padding: 15px 0px 10px 3px;
}
.post-group .post-item p.category:before,
.post-group .post-item-sp p.category:before {
    font-family: FontAwesome;
    content: "\f041";
    padding-right: 5px;
}
.post-group .post-item p.category a {
	color: #3498DB;
}
.post-group .post-item p.title a {
	display: block;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}
.post-group .post-item ul {
	list-style: none;
}
.post-group .post-item ul li {
	display: inline-block;
	margin-right: 5px;
}
.post-group .post-item ul li a {
	display: block;
	background-color: #333333;
	border-radius: 5px;
	color: #ffffff;
	padding: 3px 7px 2px;
	font-size: 12px;
}
.post-group .paging {
	text-align: center;
	clear: both;
	padding-top: 25px;
}
.post-group .paging a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #E1E4E7;
	line-height: 30px;
	color: #333333;
	font-size: 12px;
	margin: 0px 2px;
}
.post-group .paging a.prev {
	color: #333333;
}
.post-group .paging a.next {
	color: #333333;
}
.post-group .paging span.current {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #3498DB;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
	margin: 0px 2px;
}
.post-group.recommend h2 {
	background-image: url("images/h-recommend-icon.svg");
	background-size: 30px;
}
.post-group.top-group-map h2 {
	background-image: url(images/h-map-icon.svg);
    background-size: 18px;
    background-position: 11px 25px;
}
.post-group.pickup h2 {
	background-image: url(images/h-pickup-icon.svg);
    background-size: 23px;
    background-position: 9px 27px;
}
.post-group.newentry h2 {
	background-image: url(images/h-newentry-icon.svg);
    background-size: 22px;
    background-position: 10px 29px;
}
.home .travelmenu {
    max-width: 1120px;
    margin: 0 auto;
}
.home .home_mi {
    background-image: url(images/h-travelmenu-icon.svg);
    background-size: auto 27px;
    background-position: 5px 8px;
}
.post-group.recommend .post-item-content {
	background: #ffffff;
}
.post-group.recommend {
	margin: 60px auto 0;
	width: 1120px;
}
.home .post-group.recommend {
	margin: 5px auto 0;
}
.post-group.recommend .wrap {} .post-group.recommend .post-item-content > div {
	padding-left: 20px;
}
.post-group.pickup .post-item {
	padding-bottom: 0px;
}
.post-group.pickup .post-item-content div.label {
	position: relative;
	margin-top: 55px;
}
.post-group.pickup .post-item-content div.label img {
	position: absolute;
    top: -30px;
    z-index: 100;
    width: 60px;
}
.post-group.pickup .post-item-content div.label a {
	float: right;
	color: #3498DB;
	text-decoration: underline;
	padding-bottom: 10px;
}
.post-group .post-item {
	float: left;
	width: 33.33%;
	padding: 0px 10px 45px;
	box-sizing: border-box;
}
.post-group .post-item:nth-child(3n+1) {
	clear: both;
}
.post-group .post-item:nth-last-child(1), .post-group .post-item:nth-last-child(2), .post-group .post-item:nth-last-child(3) {
	padding-bottom: 0px;
}
.post-group.recommend .post-item img {} .post-group .post-item-sp {
	display: table;
	position: relative;
	margin-bottom: 20px;
}
.post-group .post-item-sp .thumbnail {
	display: block;
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.post-group .post-item-sp .thumbnail:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	background-position: center center;
	background-size: 100% 100%;
}
.post-group .post-item-sp:nth-child(1) .thumbnail:after {
	background-image: url(images/ranking-top1.svg);
}
.post-group .post-item-sp:nth-child(2) .thumbnail:after {
	background-image: url(images/ranking-top2.svg);
}
.post-group .post-item-sp:nth-child(3) .thumbnail:after {
	background-image: url(images/ranking-top3.svg);
}
.post-group .post-item-sp:nth-child(4) .thumbnail:after {
	background-image: url(images/ranking-top4.svg);
}
.post-group .post-item-sp:nth-child(5) .thumbnail:after {
	background-image: url(images/ranking-top5.svg);
}
.post-group .post-item-sp .thumbnail img {
	position: absolute;
	left: 50%;
	width: auto;
	max-width: none;
	height: 120px;
	-ms-transform: translateX( -50%);
	/* IE 9 */
	
	-webkit-transform: translateX( -50%);
	/* Safari */
	
	transform: translateX( -50%);
}
.post-group .post-item-sp p.category {
	color: #3498db;
    font-size: 12px;
    padding: 0 15px 0 135px;
    margin: 0;
    background-position: 135px center;
}
}
.post-group .post-item-sp p.category a {
	color: #3498DB;
}
.post-group .post-item-sp p.title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px 0 135px;
	margin: 0;
}
.post-group .post-item-sp p.title a {
	display: block;
	color: #333333;
	margin: 0;
}
#footer {
	clear: both;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	height: auto;
	padding: 45px 0 35px;
	background: #EDEDED;
	line-height: 1.75;
	border-bottom: 1px solid #2B8DC4;
}
#footer p {
	color: #3498DB;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#footer .gototop {
	/* background:url(images/up.png) left no-repeat; */
	
	float: left;
	padding: 10px 0 10px 0px;
	width: 300px;
}
#footer .gototop a {
	padding: 5px 0 5px 0px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#footer .gototop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80)”;
	text-decoration: underline;
}
#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}
.footer-menu {
	display: table;
	width: 100%;
}
#footer .menu, #header .footer-menu {
	display: none;
}
.footer-menu ul {
	float: left;
	list-style: none;
}
.footer-menu ul li {
	background: url(images/foot-item-bg.svg) no-repeat left;
    padding-left: 25px;
    background-size: 10px;
}
.footer-menu ul li a {
	color: #333333;
}
.footer_category, .footer_theme, .footer_link {
	float: left;
}
.footer_theme, .footer_link {
	width: 25%;
}
.footer_category {
	width: 50%;
}
.footer_category ul {} .footer_category ul li {
	float: left;
	box-sizing: border-box;
	width: 50%;
}
.footer_link {
	padding-top: 20px;
}
.footer_link ul li {
	background: none !important;
	font-weight: bold;
}
.footer_link ul li a {
	color: #3498DB;
}
#footer .gototop {
	width: 100%;
	text-align: center;
}
#footer .wrap {
	width: 100%;
	max-width: 1020px;
}
.gototop {
	text-align: center;
	padding: 20px 0px;
	background: #3498DB;
}
.gototop p {
	color: #ffffff;
	font-weight: normal;
}

/* フライト最安値用
------------------------------------------------------------ */
.entry-content h3.lowprice_ttl {
    margin: 0 0 7px 0;
    padding: 0;
    border-bottom: none;
}
h3.lowprice_ttl:before {
    content: url(images/check-lowprice.png);
}
.flight_info ul li {
    list-style: none;
    margin-left: 0;
}
.entry-content h4.area_name {
    font-size: 18px;
    margin: 0 0 8px 0;
    padding: 7px 9px;
    color: #fff;
    background: #3498db;
    text-align: center;
}
span.flight_icon {
    background: #204d6b;
    color: #fff;
    padding: 3px 7px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 5px;
}
.flight_info {
    width: 24.5%;
    border: 1px solid #ccc;
    display: inline-block;
    margin-left: -1px;
}
.flight_info3 {
    width: 33%;
    border: 1px solid #ccc;
    display: inline-block;
    margin-left: -1px;
}
.entry-content h5.saiy {
    margin: 0 0 5px 0;
    color: #555;
    font-weight: normal;
    font-size: 14px;
}
.flight_info a {
    font-weight: bold;
    font-size: 17px;
    margin-left: 5px;
}
.flight_info ul {
    padding-bottom: 10px;
    text-align: center;
}


@media only screen and (min-width: 641px) {
	.box-news2,
	.cattag_wrap {
		display: none;
	}
	.sp {
		display: none;
	}
}


/* ショートコードSNS[sns]
------------------------------------------------------------ */
ul.btn-sns {
    text-align: center;
}
ul.btn-sns li {
    display: inline-block;
    margin: 0 15px;
}

/* Plugin
------------------------------------------------------------ */

.stb-close {
	right: 100%!important;
    left: 0!important;
    font-size: 45px!important;
    line-height: 12px!important;
    color: #fff!important;
    opacity: 1!important;
    padding: 4px 1px!important;
}
/* 検索結果
------------------------------------------------------------ */
.site-keyword-search {
    padding: 15px 30px;
}
/* 記事がよかったら、いいねPC
------------------------------------------------------------ */
.p-entry__push {
margin-bottom: 20px;
display: table;
table-layout: fix;
width: 100%;
background-color: #ffffff;
color: #fff;
border: 1px solid #b5b6b7;
}
.p-entry__pushThumb {
display: table-cell;
min-width: 240px;
background-position: center;
background-size:cover;
}
.p-entry__pushLike {
display: table-cell;
    padding: 42px 10px 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}
.p-entry__pushButton {
margin-top: 15px;
display: inline-block;
width: 200px;
height: 40px;
line-height: 40px;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.p-entry__pushButtonLike {
line-height: 1;
}
.p-entry__note {
margin-top: 15px;
font-size: 12px;
color: #999;
}
.p-entry__tw-follow {
margin-bottom: 10px;
background: #f4f4f4;
width: 100%;
padding: 15px 0;
}
.p-entry__tw-follow__cont {
text-align: center;
font-size: 15px;
color: #252525;
}
.p-entry__tw-follow__item {
display: inline-block;
vertical-align: middle;
margin: 0 15px;
}

/* SNSボタン */
.entry-content .share a,
.share a {
    color: #fff!important;
    text-decoration: none;
    /*min-height: 42px;*/
    box-sizing: border-box;
}
.share {
    margin: 20px auto 40px;
    max-width: 800px;
    padding: 0 10px;
}
.c_before_share .share {
    margin: 20px 0 25px;
}
.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
.share ul:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.entry-content .share li,
.share li {
    float: left;
    /*width: 33.33%;*/
    width:48.33%;
    margin: 0;
    margin-top: 10px;
    list-style: none;
    padding: 0;
}
.c_before_share .share li {
    width: 25%;
}
.c_before_share .share li a {
    padding: 5px;
    font-size: 13px;
}
.c_before_share li.pocket, .c_before_share li.feedly {
    display: none;
}

/* TOPへ戻る Go to top
------------------------------------------------------------ */
#page-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    z-index: 9999;
}
#page-top a{
    color: #fff;
    padding: 12px 15px 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #3498DB;
    line-height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#page-top a:hover{
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
/* Pagination 
------------------------------------------------------------ */
.pagination {
    clear: both;
    margin: 10px auto 40px;
    text-align: center;
    padding-bottom: 26px;
}
.tablenav_counter {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 48%;
}
.post-type-archive-portfolio .pagination {
	padding-left: 80px;
	padding-right: 80px;
}

.archive-pagination ul li, 
.archive-pagination a span.custom-page-links, 
.archive-pagination span.custom-page-links {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 7px;
    min-width: 10px;
    text-align: center;
}

.archive-pagination ul li,
.archive-pagination span.custom-page-links {
    background-color: #3498DB;
    color: #fff;
    border: 1px solid #3498DB;
}
.archive-pagination a span.custom-page-links, 
.archive-pagination ul li a {
    color: #3498DB;
}
.archive-pagination ul li.active,
.archive-pagination ul li:hover,
.archive-pagination span.custom-page-links:hover, 
.archive-pagination > span {
    border-bottom: 1px solid #3498DB;
}

.archive-pagination ul li,
.archive-pagination a span.custom-page-links {
    background-color: #ffffff;
}

.pagination i {
    padding-bottom: 1px;
    vertical-align: middle;
}

.pagination i.fa-chevron-circle-left {
	margin-right: 5px;
}

.pagination i.fa-chevron-circle-right {
	margin-left: 5px;
}

.archive-pagination.pagination:after {
    content: "";
    clear: both;
    display: block;
}
/*.prevnext-page-bd {
    padding: 7px 10px;
    background: #E7004C;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}
.prevnext-page-bd:hover {
    color: #E7004C;
    background: #fff;
    border: 1px solid #E7004C;
}*/
.tablenav_counter {
    text-align: center;
    color: #777676;
}


p.next-page {
    text-align: center;
    margin-bottom: 0;
}
p.next-page a {
    display: block;
    background: #3498DB;
    color: #fff!important;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #3498DB;
}
p.next-page a:hover {
    color: #E7004C!important;
    background: #fff;
    border: 1px solid #3498DB;
    text-decoration: none;
}
.archive .archive-pagination.pagination {
    display: none;
}
/*カテゴリー＆タグ絞り込み*/
.cattag {
    padding: 0 15px;
}
.cattagbox {
    display: block;
    overflow: hidden;
    width: 600px;
    max-width: 100%;
    margin: 10px auto;
    border-bottom: 1px dashed #ccc;
}
.cattabimg {
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}
.cattabimg img {
    display: block !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    float: none !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
h2.area-archive-ttl {
text-align: center;
margin: 20px 0 0;
font-size: 13px;
}
.cattagttl {
    line-height: 1.3;
    color: #E7004C;
}
.cattag_wrap {
    text-align: center;
}
ul.cattag_wrap li {
    display: inline-block;
	width: 21%;
    
}
.cat_ttl {
    margin-top: 6px;
    text-align: center;
    color: #f78f66;
    /*border-bottom: 1px dashed #929191;*/
}
.cat_areattl {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
}
ul.cattag_wrap li a {
    background-color: #efefef;
    padding: 7px 0px;
    color: #fa558d;
    text-align: center;
    margin: 6px -1px 10px 0;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #dedcdc;
    border-bottom: none;
    margin-bottom: -1px;
    font-size: 12px;
    color: #333;
    display: block;
}
.cattag_wrap li.active {
    background: #ffffff;
}
.cattag_wrap li.active a {
    font-weight: bold;
}

.archive .entry-content li {
    margin: 0;
    list-style: none;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1199px) {
	#header .wrap {
		width: 1120px;
	}
	#title-area {
		margin-left: 0;
	}
	#header .menu {
		margin-right: 0;
	}
}
@media only screen and (max-width: 800px) {
	body, .balance-landing #inner .wrap, .balance-landing.full-width-content #content, .content-sidebar-sidebar #content, .content-sidebar #content, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .full-width-content #content, .home-featured-left, .home-featured-right, .sidebar, .sidebar-content #content, .sidebar-content-sidebar #content, .sidebar-sidebar-content #content, .wrap, .page .page-contents, #breadcrumb, #content-sidebar-wrap, #footer, #footer .creds, #footer .gototop, #header, #header .widget-area, #inner, #sidebar-alt, #title-area {
		width: 100% !important;
	}
	#header {
		height: auto;
	}
	#content {
		padding-bottom: 10px;
	}
	.home #content {
		padding-bottom: 0;
	}
	#inner {
		background-color: #fff;
	}
	#footer .creds, #footer .gototop, #title-area {
		float: none;
		text-align: center;
	}
	#description {
		clear: both;
		position: static;
		text-align: left;
	}
	body {
		padding-top: 75px;
	}
	.page {
		padding-top: 40px;
	}
	#header .wrap {
		position: relative;
		height: auto;
	}
	#header .nav_menu_button {
		display: block;
		position: absolute;
		top: 20px;
		width: 30px;
		cursor: pointer;
	}
	#header .search_button {
		display: none;
	}
	#header .footer-menu.show {
		display: block;
		width: 100%;
		max-height: 370px;
		overflow: auto;
	}
	#header .nav_menu_button .button-open {
		display: block;
	}
	#header .nav_menu_button .button-open-text {
		display: block;
		font-size: 8px;
		text-align: center;
		white-space: nowrap;
	}
	#header .nav_menu_button .button-close {
		display: none;
	}
	#header .nav_menu_button.show .button-open, #header .nav_menu_button.show .button-open-text {
		display: none;
	}
	#header .nav_menu_button.show .button-close {
		display: block;
	}
	#header .nav_menu_button {
		right: 20px;
	}
	#header .menu .menu-item {
		margin-top: 5px;
		vertical-align: middle;
	}
	#title {
		text-align: left;
		padding: 0px 0 0px;
	}
	.enews #subbox, .s {
		width: 60%;
	}
	.fb_iframe_widget {
		display: table !important;
		margin: 0 auto 20px;
	}
	#header .widget-area {
		float: none;
		margin: 0;
		padding: 0;
	}
	#header .searchform {
		float: none;
		margin: 0;
		padding: 0;
		height: 48px;
		text-align: center;
	}
	#header .search-input {
		height: 50px;
		line-height: 50px;
		width: 275px;
	}
	.menu-primary, .menu-secondary, #header .menu, #header .widget-area, #title-area {
		float: none;
		text-align: left;
		width: 100%;
	}
	.menu-primary li, .menu-secondary li, #header .menu li {
		display: inline-block;
		float: none;
	}
	.menu li.right {
		display: none;
	}
	#home-featured .wrap {
		padding: 0;
	}
	.home-featured-left, .home-featured-right {
		border: none;
		float: none;
		margin: 0;
		padding: 10px 0 20px;
		text-align: center;
		width: 100%;
	}
	.home-featured-right .widget {
		margin: 0;
		padding: 0 20px 20px;
	}
	#inner {
		margin: 0px auto;
		overflow: hidden;
		width: 100%;
	}

	.home #inner {
		margin-top: 0px;
	}
	.breadcrumb {
		margin-top: 60px;
	}
	.page .page, .post, #comments, #respond {
		margin: 0px 15px 20px;
	}
	.navigation {
		padding: 0 30px;
	}
	h1, h2, h2 a, h2 a:visited {
		font-size: 30px;
	}
	h3, h4 {
		font-size: 24px;
	}
	h5, h6 {
		font-size: 20px;
	}
	h2.entry-title {
		margin: 15px 0 0 0px;
	}
	.post-image {
		height: auto;
		max-width: 100% !important;
		margin: 0 0 20px !important;
		float: none;
		display: block;
	}
	.archive-page {
		float: none;
		width: 100%;
	}
	.archive h2.entry-title {
    margin: 20px 0 0 0px;
	}
	.archive h2.entry-title a {
    font-size: 21px;
    line-height: 1.3em;
	}
	.archive .entry-content p {
    margin: 5px 0 15px 0px;
    font-size: 15px;
    line-height: 1.8em;
    color: #000;
}
	.archive .entry-content img.aligncenter {
    margin: 0 auto 0px!important;
	}
	.genesis-grid-even, .genesis-grid-odd {
		float: none;
		width: auto;
	}
	.navigation, .author-box {
		margin: 0;
	}
	.sidebar {
		margin: 0px 0 0;
		padding: 0px 0;
	}
	.widget-wrap {
		padding: 0px 0px;
	}
	#comments, #respond {
		margin: 20px 0 20px;
		padding: 20px 20px 0px 25px;
		width: auto;
		box-shadow: none;
	}
	.comment-list li, .ping-list li {
		padding: 20px;
		margin: 10px 0;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		margin: 0;
	}
	#footer {} #footer .gototop a {
		background: url("images/yaji.png") no-repeat left;
		padding: 0 0 0 25px;
		float: left;
		margin: 0 0 0 20px;
	}
	#footer-widgets .wrap {
		padding: 0;
	}
	.social-box {
		margin: 40px 0 0px;
		padding: 10px 0px 0;
	}
	.social-box .ft {
		margin-left: 60px;
		margin-bottom: 70px;
	}
	.social-box2 {
		margin: 20px 0 20px;
		padding: 10px 0px 0;
	}
	/* iframe #twitter-widget-0 {display:block;} */
	
	.social-b .ft {
		display: block;
		margin: 20px 0;
	}
	.twitter-timeline {
		float: none;
		width: 320px;
		height: 370px;
		margin-right: 10px;
	}
	.textwidget {
		margin: 0px 0 0px;
	}
	.textwidget img {
		margin: 25px auto;
		display: block;
	}
	ins.adsbygoogle {
    text-align: center;
	}
	.pickup {
		display: none;
	}
	.top-button {
		display: block;
	}
	.home .home_mi {
	    display: none;
	}
	.post-group {
		padding-bottom: 15px;
	}
	.ads-container {
		margin-bottom: 25px;
	}
	.sidebar.widget-area .thema li, .post-group .post-item-sp, .post-group.newentry .post-item {
		width: 100%;
		padding: 10px;
		margin: 0;
		background-color: #fff;
		border-bottom: 1px #E1E4E7 solid;
		background: #FFF url("images/thema-bullet-sp.png") no-repeat scroll;
		background-size: 7px;
		background-position: 98% center;
	}
	.sidebar.widget-area .thema li:first-child {
		border-top: 1px #E1E4E7 solid;
	}
	.sidebar.widget-area .thema .thema-description {
		display: block;
	}
	.sidebar.widget-area .thema .thema-image {
		display: block;
		float: left;
		width: 106px;
	}
	.sidebar.widget-area .thema .thema-text {
		display: block;
		padding: 0 10px 0 115px;
	}
	.sidebar.widget-area .thema .thema-name {
		display: block;
		line-height: 1.5;
		padding: 0px 0px 0px 5px;
		margin-bottom: 5px;
	}
	.home h2, .sidebar.widget-area h2 {
		background-size: 20px;
		background-position: 10px 30px;
	}
	.sidebar.widget-area .side-search h2 {
    background-position: 8px 26px;
	}
	.sidebar.widget-area .thema h2 {
    background-position: 12px 26px;
	}
	.sidebar.widget-area .ranking h2 {
    background-position: 12px 29px;
	}
	.sidebar.widget-area .about h2 {
    background-position: 13px 26px;
	}
	.home .post-group h2 {
		background-position: 14px 30px;
		background-size: auto 18px;
	}
	#header .widget-area {
		position: absolute;
		top: 0;
		height: 0;
		width: auto;
	}
	#header .widget-area .widget_search {
		display: none;
	}
	#header #menu-header-menu {
		width: auto;
		margin: 16px 70px 0 0;
	}
	#header #menu-header-menu > .menu-item {
		width: auto;
		margin: 0 5px 0 0;
	}
	#header #menu-header-menu > .menu-item > a {
		font-size: 8px;
		width: 44px;
		line-height: 1;
		margin: 0;
		padding: 28px 0 4px;
		background-position: center 5px;
		background-size: 18px auto;
		text-align: center;
		white-space: nowrap;
	}
	#header #menu-header-menu > .menu-item:nth-child(1) > a {
		letter-spacing: 0px;
	}
	#header #menu-header-menu > .menu-item:nth-child(2) > a {
		letter-spacing: 1px;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) {
		position: static;
		letter-spacing: 1px;
	}
	#header #menu-header-menu > .menu-item:nth-child(3):after {
		top: 60px;
		left: 0;
		background: #FFFFFF;
	}
	#header #menu-header-menu > .menu-item:nth-child(3):hover:after {
		display: none;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu {
		display: none;
		top: 72px;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 15px 0 13px;
		border: none;
		background-color: #EEEEEE;
		text-align: center;
	}
	#header #menu-header-menu > .menu-item:nth-child(3).show:after, #header #menu-header-menu > .menu-item:nth-child(3).show > .sub-menu {
		display: block;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu:before {
		right: 81px;
		border-bottom-color: #EEEEEE;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu:after {
		display: none;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item {
		display: inline-block;
		float: none;
		margin: 0 8px 15px;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(4) {
		display: inline-block;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(5) {
		margin: 0 8px 15px;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(6) {
		display: table;
		margin: 0 auto;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu > .menu-item:nth-child(6) > a {
		color: #FFFFFF;
		font-size: 12px;
		width: 100px;
		height: auto;
		line-height: 30px;
		padding: 0 0 0 14px;
		background-color: #333333;
		box-sizing: border-box;
		text-align: center;
		background-image: url(images/hd-social-close.png);
		background-repeat: no-repeat;
		background-size: 9px auto;
		background-position: 23px center;
		text-shadow: none;
	}
	#header .menu {
		margin-top: 0;
	}
	/*多言語ボタン*/
	
	#header #menu-header-menu > .menu-item.menu-item-12171 {
		display: none;
	}
	#drp-lang {
		display: none;
	}
	#footer .menu {
		margin: 0;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#footer .menu .menu-item {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#title-area {
		margin: 15px 0 0;
		height: 60px;
	}
	.about p {
		padding: 0 10px;
	}
	.post-list {
		margin: 0;
	}
	.post-group.newentry .post-item {
		width: 100%;
	}
	.post-group .post-item span.view {
		font-size: 12px;
		bottom: 0px;
		right: 10px;
	}
	.post-group .post-item-sp, .post-group.newentry .post-item {
		width: 100%;
		padding: 10px;
		margin-bottom: 0;
		background-color: #fff;
		border-bottom: 1px #E1E4E7 solid;
	}
	.post-group .post-item-sp:first-child, .post-group.newentry .post-item:first-child {
		border-top: 1px #E1E4E7 solid;
	}
	.post-group .post-item-sp .thumbnail, .post-group .post-item-content > a {
		display: block;
		float: left;
		width: 106px;
		height: auto;
		margin: 0 10px 10px 0;
	}
	.post-group .post-item-sp .thumbnail:after {
		width: 28px;
		height: 28px;
	}
	.post-group .post-item-sp .thumbnail img {
		position: static;
		width: 106px;
		height: auto;
		-ms-transform: none;
		/* IE 9 */
		
		-webkit-transform: none;
		/* Safari */
		
		transform: none;
	}
	.post-group .post-item-sp p.category, .post-group .post-item p.category {
		padding: 3px 0 0 140px;
		background-position: 120px 7px;
	}
	.post-group .post-item-sp p.title, .post-group .post-item p.title {
		padding: 0 20px 0 0;
	}
	.post-group .post-item-sp p.title a, .post-group .post-item p.title a {
		overflow: hidden;
		padding: 0;
	}
	.post-group .post-item ul {
		display: none;
	}
	/* TOP MAP*/
	
	.top-group-map svg {
		display: none;
	}
	.top-group-map ul {
		display: block;
		list-style: none;
		width: 100%;
	}
	.top-group-map ul li {
		border-top: 1px solid #cccccc;
	}
	.top-group-map ul li:last-child {
		border-bottom: 1px solid #cccccc;
	}
	.top-group-map ul li a {
		background: #FFFFFF url("images/foot-arrow-icon.gif") no-repeat;
		background-size: 7px 11px;
		background-position: calc(100% - 20px) center;
		background-position: 97% center;
		color: #333333;
		padding: 12px 10px;
		display: block;
	}
	/* END TOP MAP*/
	/* RECOMMEND */
	
	.post-group.recommend {
		margin: 0 auto;
		padding-bottom: 5px;
		width: 100%;
		max-height: none;
	}
	.post-group.recommend .post-list {
		float: none;
	}
	.post-group.recommend .post-item-content > a {
		float: none;
		width: 100%;
	}
	.post-group.recommend .post-item ul {
		display: block;
	}
	.post-group.recommend .post-item-content > div {
		padding-left: 10px;
		padding-top: 10px;
	}
	.post-group.recommend .post-item p.title a {
		height: auto;
		padding-bottom: 10px;
	}
	.post-group.recommend .post-item p.category {
		background-position: 0px center;
		padding: 3px 0 0 3px;
	}
	.post-group.recommend .post-item p.title {
		padding: 0 20px 0 0px;
	}
	.post-group.recommend .post-item {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.post-group.recommend .post-item img {
		width: 100%;
	}
	.post-group.top-group-map h2 {
		/* margin-left: 10px; */
	}
	/* END RECOMMEND */
	/* FOOTER */
	
	#footer {
		padding: 0px;
	}
	.footer_category, .footer_theme, .footer_link {
		float: none;
		width: 100%;
	}
	.footer_category ul, .footer_theme ul {
		display: none;
	}
	.footer_category ul li {
		float: none;
		width: 100%;
	}
	#footer .menu {
		display: block;
	}
	.footer-menu p {
		color: #333333;
		padding: 12px 0px 12px 17px;
		border-top: 1px solid #CCCCCC;
		background: #E1E4E7 url("images/foot-add-icon.gif") no-repeat;
		background-size: 12px 12px;
		background-position: 97.5% center;
		cursor: pointer;
	}
	.footer-menu ul {
		float: none;
		width: 100%;
	}
	.footer-menu ul li {
		background: #E1E4E7 !important;
		border-top: 1px solid #cccccc;
	}
	.footer-menu p {
		color: #333333 !important;
		font-weight: bold;
	}
	.footer-menu ul li a {
		background: #E1E4E7 url("images/foot-arrow-icon.gif") no-repeat;
		background-size: 7px 11px;
		background-position: 97.5% center;
		color: #333333;
		padding: 11px 0px;
		display: block;
	}
	.footer-menu ul li {
    padding-left: 40px;
	}
	.footer_link {
		padding-top: 0px;
	}
.footer_language p {padding:12px 0px 12px 20px;}
	.footer_language ul{padding: 0px;}
	/* END FOOTER */
	
	.connect_site {
		width: 95%;
		margin: 0 auto 25px;
	}
}

@media only screen and (max-width: 670px) {
	#title-area {
		margin-top: 18px;
	}
	#title a {
		width: 385px;
	}
	.search-results #content .page, .archive #content .page {
    padding: 0 20px;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto;
    overflow: hidden;
	}
}

@media only screen and (max-width: 640px) {/*スマホ表示*/
		.pc {
		display: none;
	}
.c_before_share .share li span.pconly{
    display:none;
}

/*記事がよかったら、いいねスマホ*/
.p-shareButton-bottom {
padding-bottom: 15px;
overflow: hidden;
}
.p-shareButton__buttons {
font-weight: 700;
color: #fff;
font-size: 13px;
text-align: center;
}
.p-shareButton__buttons>li {
padding-left: 3px;
padding-right: 4px;
}
.p-shareButton__buttons .c-btn {
padding: 8px 0;
border-radius: 2px;
}
.p-shareButton__buttons .c-ico {
display: block;
margin: auto auto 5px;
}
.p-shareButton__fb {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
width: 115px;
}
.p-shareButton__fb-cont {
position: relative;
width: 108px;
margin: 0 auto;
}
.p-shareButton__fb-unable {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
}
.p-shareButton__cont {
margin: 15px 0 0;
}
.p-shareButton__a-cont {
background: #2e2e2e;
display: table;
width: 100%;
}
.p-shareButton__a-cont__img {
display: table-cell;
min-width: 130px;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.p-shareButton__a-cont__btn {
display: table-cell;
padding: 12px;
text-align: center;
}
.p-shareButton__a-cont__btn p {
font-size: 12px;
color: #fff;
font-weight: 700;
padding: 5px 0 15px;
line-height: 1.4;
margin-bottom: 0px;
}
.p-asideFollowUs__twitter {
border: 2px solid #e6e6e6;
margin-top: 15px;
padding: 12px 0;
}
.p-asideFollowUs__twitter__cont {
text-align: center;
font-size: 13px;
color: #252525;
font-weight: 700;
}
.p-asideFollowUs__twitter__item {
display: inline-block;
vertical-align: middle;
margin: 0 2px;
}
/*SNSボタンスマホ*/
	.entry-content .share li,
	.share li {
	  float: left;
	    width: 49.5%;
	    margin: 0 1% 1% 0;
	    }
	.entry-content .share li:nth-child(even),
	.share li:nth-child(even) {
	    margin: 0 0 1% 0;
	}
	.c_before_share li:nth-child(even) {
	    margin: 0 1% 1% 0;
	}
	.c_before_share .share li.hatena {
		margin-right: 0;
	}
	.c_before_share .share li {
	    width: 24.2%;
	}
	.entry-content .share a, .share li a {
		border-radius:3px;
	    min-height: 22px;
	    box-sizing: inherit;
	}
	.btn_ptn01 a,
    .btn_ptn02 a {
    font-size: 115%;
	}
.c_before_share .share li a {
     line-height: 1.2;
     min-height: 15px;
}
.icon-uniE009 {
    font-size: 22px;
}
.c_before_share .icon-uniE009 {
    font-size: 15px;
}
	.flight_info {
    width: 49%;
	}
	.flight_info ul {
    padding-bottom: 8px;
	}
	.archive #inner {
		margin: 30px auto;
	}
	.archive.category #inner {
	    margin: 35px auto;
	    overflow: hidden;
	    width: 100%;
	}
	.archive .post {
	margin-top:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	border-top: 1px solid #efefef;
}
.archive  a.more-link {
	margin: 0px 0 10px;
}
}/* -------------- 640px ここまで -------------- */

@media only screen and (min-width: 601px) {
br.sp {
    display: none;
}
}
@media only screen and (max-width: 600px) {
	h1, h2, h2 a, h2 a:visited {
		font-size: 24px;
	}
	h3, h4 {
		font-size: 20px;
	}
	h5, h6 {
		font-size: 18px;
	}
	.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
		padding: 0;
		width: 100%;
	}
	.post {
		    margin: 20px 0 20px 0;
    padding: 20px 10px;
    border-top: 1px solid #efefef;
	}
	.genesis-grid .post {
		margin: 20px 0 20px 0;
		padding: -100px 25px 20px 25px !important;
		border: 1px solid #efefef;
	}	
	h2.entry-title a, h1.entry-title {
    font-size: 24px;
    line-height: 1.3em;
	}
	.search-results .post {
		margin-top: 20px !important;
		padding-top: 0px !important;
		padding-bottom: 70px !important;
	}
	.archive .post {
		padding-bottom: 70px !important;
	}
	.post-image {
		width: 100%;
		margin-top: 10px !important;
		margin-bottom: 30px !important;
		text-align: center;
	}
    .single .breadcrumb {
        display: none;
    }
	.sidebar {
		width: 100% !important;
	}
	.sidebar .searchform {
		width: 100% !important;
		text-align: left;
	}
	.search-submit {
		margin-top: 10px !important;
	}
	body {
		padding-top: 60px;
	}
	#text-2 {
		width: 100% !important;
	}
	#text-4 {
		width: 100% !important;
	}
	#text-5 {
		width: 100% !important;
	}
	#text-6 {
		width: 100% !important;
	}
	.popular-posts {
		width: 100% !important;
	}
	.widget_recent_entries {
		width: 100% !important;
	}
	.social-b .ft {
		float: none !important;
		margin: 10px auto !important;
	}
	.social-b .ft2 {
		float: none !important;
		margin: 10px auto !important;
	}
	.genesis-feature {
		margin: 10px 0 20px 0 !important;
		padding: 0px 25px 30px;
		border: 1px solid #efefef;
	}
	/*
.genesis-feature .social_button {
	display:none;
}
*/
	
	.genesis-feature .wp_social_bookmarking_lightft {
		display: block;
		clear: both;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
	.genesis-feature .wp_social_bookmarking_lightft div {
		float: left !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 5px 0px 0 !important;
		height: 23px !important;
		text-indent: 0 !important;
		margin-bottom: 0px !important;
	}
	.genesis-feature .wp_social_bookmarking_lightft img {
		border: 0 !important;
		padding: 0;
		margin: 0;
		vertical-align: top !important;
	}
	.genesis-feature .wp_social_bookmarking_lightft_clear {
		clear: both !important;
	}
	.entry-content > a.more-link {
		clear: both;
		float: left;
		color: #fff;
		font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
		font-size: 13px;
		text-decoration: none;
		margin: 0px 0 35px;
		text-align: center;
		display: block;
		padding: 10px 0 10px 0px;
		width: 100%;
	}
	img.alignleft {
		clear: both;
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	img.alignright {
		clear: both;
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	blockquote {
		background: url(images/quote-icon.png) no-repeat 0 0;
		color: #666;
		font-size: 16px;
		font-style: oblique;
		line-height: 1.9em;
		margin: 30px 0 40px 0 !important;
		padding: 50px 30px 10px 30px;
		/* border:1px dotted #999; */
		
		background-color: #f5f5f5;
	}
	.related_post_title {
		margin-top: 100px !important;
	}
	.ft, .ft2 {
		float: none;
		margin: 0 auto;
	}
	.sstitle {
		margin-left: -5px !important;
		width: 90%;
		text-align: left;
		visibility: visible;
	}
	#header .nav_menu_button {
		top: 12px;
	}
	#header .nav_menu_button {
		right: 12px;
	}
	#title-area {
		margin: 0;
		height: 55px;
	}
	#title {
		margin: 0;
	}
	#title a {
		width: 104px;
		line-height: 1;
		font-size: 20px;
		margin-top: 15px;
		margin-left: 12px;
	}
	#title img.logo-sp {
		display: block;
	}
	#title img.logo-pc {
		display: none;
	}
	#description {
		display: none;
	}
	.single .txt-date {
		font-size: 95%;
	}
	/*観光情報関係*/
	
	.category .lst-kanko {
		margin: 4px 0 0;
	}
	.category .lst-kanko a, .category .lst-kanko.lnk-col2 a, .category .lst-kanko.lnk-col3 a {
		line-height: 1.2;
		padding: 5px 4px;
		margin: 0 2px 4px;
	}
	.category .lst-kanko.lnk-col2 a {
		width: 45%;
	}
	.category .lst-kanko a, .category .lst-kanko.lnk-col3 a {
		display: block;
		width: inherit;
	}
	.category .lst-kanko a i {
		background: url(images/ico_camera.png) no-repeat left top;
		background-size: 13px auto;
		width: 13px;
		height: 14px;
	}
	.txt-articlestart {
		display: block;
		white-space: normal;
		margin: 14px 0 10px;
		line-height: 1.2;
		font-size: 80%;
	}
	.txt-articlestart span {
		display: inline-block;
		width: 84%;
	}
	.txt-articlestart i {
		vertical-align: middle;
		margin: 0 4px;
	}
	#header #menu-header-menu {
		margin: 10px 50px 0 0;
	}
	#header #menu-header-menu > .menu-item:nth-child(3):after {
		top: 50px;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu {
		top: 62px;
	}
	#header #menu-header-menu > .menu-item:nth-child(3) > .sub-menu:before {
		right: 61px;
	}
	ul.lowprice_p {
    padding: 0 0 7px;
}
.lowprice_l li span {
    font-size: 110%;
}
.entry-content h4.lowprice_ttl4 {
    margin: 0 0 5px;
    font-size: 16px;
}
#comment {
    width: 95%;
    margin: 10px 0 0;
}
.comment-respond dt {
    display: block;
    width: 100%;
}
.comment-respond dd {
    display: block;
    width: 95%;
}
#author, #email, #url {
    margin: 10px 5px 10px 0px;
    width: 100%;
}
}
/*--max-width: 600px[END]-----------------------------------------------------------*/

.genesis-feature .social_button {
	position: relative;
	margin: -30px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	height: 45px;
}
/* .genesis-feature .social_button .twitter {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: inline;
	width: 73px; */
}
.genesis-feature .social_button .facebook {
	float: left;
	margin: 0px 5px 0px 25px;
	padding: 0px;
	display: inline;
	width: 73px;
}
.genesis-feature .social_button .googleplus {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	display: inline;
	width: 40px;
}
.genesis-feature .social_button .hatena {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: inline;
	width: 85px;
}
.genesis-feature .social_button .pocket {
	float: left;
	margin: 0 5px 0 0px;
	display: inline;
	width: 45px;
}
/* */

.genesis-grid .social_button {
	display: none;
}
.genesis-grid .social_button .twitter {
	display: none;
}
.genesis-grid .social_button .facebook {
	display: none;
}
.genesis-grid .social_button .googleplus {
	display: none;
}
.genesis-grid .social_button .hatena {
	display: none;
}
.genesis-grid .wp_social_bookmarking_lighttop {
	clear: both;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.genesis-grid .wp_social_bookmarking_lighttop div {
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 5px 0px 0 !important;
	height: 23px !important;
	text-indent: 0 !important;
	margin-bottom: 0px !important;
}

.genesis-grid .wp_social_bookmarking_lighttop img {
	border: 0 !important;
	padding: 0;
	margin: 0;
	vertical-align: top !important;
}
.genesis-grid .wp_social_bookmarking_lighttop_clear {
	clear: both !important;
}
/* 
.genesis-feature .wp_social_bookmarking_lighttop{
    	display:none;
}
.genesis-feature .wp_social_bookmarking_lighttop div{
    	display:none;
}
.genesis-feature .wp_social_bookmarking_lighttop img{
    	display:none;
}
.genesis-feature .wp_social_bookmarking_lighttop_clear{
    	display:none;
}
*/

.wp_social_bookmarking_lightft {
	display: none;
}
.wp_social_bookmarking_lightft_clear {
	display: none;
}
.social-box {
	margin: 50px 0 0px;
	padding: 10px 0px 0;
}
.social-box p {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0px 0 30px -10px;
	padding: 3px 0px 2px 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #3498DB;
	/*border-left:15px solid #3498DB;*/
	
	text-align: left;
	/* background:url(images/sidewi03.png) repeat; */
	/* background:url(images/sidewi.png) repeat; */
}
.social-box .ft {
	margin-left: 60px;
	margin-bottom: 70px;
}
.social-b {
	margin: 5px 0 40px;
	padding: 10px 0 0;
}
.social-b p {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0px 0 30px -10px;
	padding: 3px 0px 2px 5px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 3px solid #3498DB;
	/* background:url(images/sidewi03.png) repeat; */
}
.social-b .ft {
	float: left;
	margin-bottom: 70px;
	margin-left: 30px;
}
.social-b .ft2 {
	float: right;
	margin-bottom: 70px;
	margin-right: 40px;
}
.clearb {
	clear: both;
	margin-bottom: -40px;
}
#reply-title .comment-reply-title h3 {
	border-bottom: 1px dotted #999 !important;
}
/* cta
------------------------------------------------------------ */

#cta_block {
	background: url(http://dsksyoya-blog.com/wp-content/uploads/2014/10/syoya_cta_bg.png) repeat;
	padding: 20px;
	text-align: center;
	width: 100%;
	margin-left: -20px;
}
.ctabox .ctaread {
	text-align: left;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", Meiryo, Arial, sans-serif;
	font-size: 13px !important;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
}
.ctabox .ctaread2 {
	text-align: center;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", Meiryo, Arial, sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	color: #212121;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 10px;
	width: 100%;
}
.ctabox .ctaread3 {
	text-align: center;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", Meiryo, Arial, sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	color: #212121;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 100%;
}
.ctabox .ctareadsmall {
	margin-top: 30px;
	font-size: 13px;
	text-align: center;
	color: #666;
}
.ctabox .ctacopy {
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", Meiryo, Arial, sans-serif;
	font-size: 14px;
	color: #ff6600;
	letter-spacing: 0px;
	line-height: 1.9em;
	text-align: left;
	font-weight: normal;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-bottom: 20px;
	border: 1px solid #f0f0f0;
	background-color: #fff;
}
#cta_block .cta_info {
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", Meiryo, Arial, sans-serif;
	font-size: 14px;
	color: #202020;
	letter-spacing: 0px;
	text-align: left;
	line-height: 1.6em;
}
.ctabox {
	background: none repeat scroll 0 0 #F9F9F9;
	overflow: hidden;
	border: 7px solid #dfdfdf;
	width: auto;
	padding: 10px 20px 30px;
	margin: 30px 0 20px;
	font-size: 13px;
	color: #444;
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", Meiryo, Arial, sans-serif;
}
.ctabox a {
	color: #fff;
}
.ctabutton {
	background-color: #2EC0FE;
	opacity: 0.97;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: -o-linear-gradient(-171deg, rgb(254, 195, 48) 0%, rgb(254, 153, 54) 100%);
	background-image: -moz-linear-gradient(-171deg, rgb(254, 195, 48) 0%, rgb(254, 153, 54) 100%);
	background-image: -webkit-linear-gradient(-171deg, rgb(254, 195, 48) 0%, rgb(254, 153, 54) 100%);
	background-image: -ms-linear-gradient(-171deg, rgb(254, 195, 48) 0%, rgb(254, 153, 54) 100%);
	background-image: linear-gradient(-171deg, rgb(254, 195, 48) 0%, rgb(254, 153, 54) 100%);
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", Meiryo, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	width: 60%;
}
/*20150423追加*/

.tagcloud {
	padding: 0 10px 20px;
}
/*20150630 WBF NEW CTA*/
/*打ち消し用*/

.stb-container .scroll-triggered-box {
	background: none!important;
	border: none!important;
	box-shadow: none;
	padding: 0;
}
.stb-container .stb.stb-bottom-right {
	right: 60px;
}
/*装飾*/

#sta-box-bottom {
	width: 100%;
	text-align: center;
	background: rgba(85, 85, 85, 0.8);
}
#sta-box-bottom h2 {
	background: #666;
	border-bottom: none;
	font-size: 100%;
	margin: 0 0 10px;
	color: #FFF;
	padding: 6px 32px;
	line-height: 1.2;
}
#sta-box-bottom #close-cta {
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 20px;
	height: auto;
	margin: 0;
}
#sta-box-bottom ul {
	padding: 0 0 15px;
}
#sta-box-bottom li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-left: 10px;
}
#sta-box-bottom ul.col3 li {
	width: 28%;
}
/*ボタン3列ver*/

#sta-box-bottom ul.col1 li {
	width: 90%;
}
/*ボタン1列ver*/

#sta-box-bottom li:first-child {
	margin-left: 0;
}
#sta-box-bottom li a {
	vertical-align: top;
	color: #FFF;
	display: block;
	border-radius: 3px;
	background: #f88139;
	background: -moz-linear-gradient(top, #f88139 0%, #f95400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f88139), color-stop(100%, #f95400));
	background: -webkit-linear-gradient(top, #f88139 0%, #f95400 100%);
	background: -o-linear-gradient(top, #f88139 0%, #f95400 100%);
	background: -ms-linear-gradient(top, #f88139 0%, #f95400 100%);
	background: linear-gradient(to bottom, #f88139 0%, #f95400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f88139', endColorstr='#f95400', GradientType=0);
	padding: 10px 0;
	margin: 4px 0 0 0;
	line-height: 1.2;
}
#content .page {padding: 0 20px;}
.box-ptn01 {
 background-color:#f5f5f5;
 padding: 20px;
 border: 1px solid #000;
 line-height: 1.8em;
 margin-bottom:20px;
}
.box-ptn01 p {margin:10px 0;}

@media only screen and (max-width: 600px) {/*スマホ表示*/
	.stb-container .scroll-triggered-box {
		width: 100%;
		max-width: 100%;
	}
	#content .page {
		padding: 0;
	}
	.stb-container .stb.stb-bottom-right {
		right: 0;
		bottom: 0;
	}
	#sta-box-bottom h2 {
		margin: 0 0 3px;
	}
	#sta-box-bottom ul {
		padding-bottom: 6px;
	}
	#sta-box-bottom li {
		width: 46%;
	}
	#sta-box-bottom ul.col3 li {
		margin-left: 4px;
	}
	/*ボタン3列ver*/
	
	#sta-box-bottom li a {
		padding: 10px 4px;
	}
	#sta-box-bottom #close-cta {
		width: 12px;
		height: auto;
	}
	.scroll-back-to-top-wrapper {
		bottom: 80px!important;
	}
	#page-top {
    right: 0;
    bottom: 80px;
    display: none;
	}
	#page-top a {
	    border-radius: 7px 0 0 7px;
	    -webkit-border-radius: 7px 0 0 7px;
	    -moz-border-radius: 7px 0 0 7px;	
	}
	.sidebar.widget-area .side-search form {
		margin: 10px;
	}
	.sidebar.widget-area .side-search li {
		margin-bottom: 10px;
	}
	.sidebar.widget-area .side-search .hakuForm {
		width: 100%;
		margin-right: 0;
	}
	.sidebar.widget-area .side-search .hakuForm select {
		width: 38%;
	}
	.sidebar.widget-area .side-search .hakuForm label, .sidebar.widget-area .side-search .hakuForm select, .sidebar.widget-area .side-search .hakuForm span {
		display: inline-block;
		vertical-align: middle;
	}
	.sidebar.widget-area .side-search li.btn-search {
		width: 100%;
	}
}
@media only screen and (max-width: 450px) {
	.category-image span {
		font-size: 16px;
		line-height: 23px;
	}
	#sb_instagram .sb_instagram_header {
		width: 94%!important;
	}
}

/*お問い合わせフォーム指定*/

.post-8209 h1, .post-8215 h1 {
	width: 83%;
	padding: 0 0 5px 0;
	font-size: 160%;
	border-bottom: 2px dotted #333;
}
.contactform .red {
	color: red;
}
.contactform .textarea {
	width: 73% !important;
}
.contactform .kana, .contactform .name, .contactform .textarea {
	width: 61%;
	font-size: 100%;
	padding: 6px 10px;
	border: 1px solid #A7A5A5;
	color: inherit;
}
.contactform .email {
	padding: 6px 0;
	border: 1px solid #A7A5A5;
}
.contactform .longinfo {
	width: 80%;
}
.contactform .goback {
	background: #808080;
	font-size: 14px;
}
.contactform .gosbmit {
	background: #3498DB;
	font-size: 14px;
}
.contactform strong {
	color: #FFF;
	font-size: 125%;
	font-weight: normal;
	padding: 10px 30px;
}
.contactform .done {
	background: #83A8CD;
	/* color: #ccc; */
	
	width: 70%;
	padding: 20px 0;
	margin-top: 50px;
	margin-bottom: 30px;
}
.goform {
	margin-top: 50px;
}
.goform a {
	background: #3498DB;
	padding: 10px 15px;
	font-size: 180%;
	color: #fff !important;
}
p.gocontactform {
	margin-top: 50px;
	font-size: 100%;
}
.gocontactform a {
	background: #3498DB;
	padding: 10px 15px;
	font-size: 180%;
	color: #fff !important;
}


.connect_site .connect_inner .connect_full ul {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.connect_site .connect_full li {
    width: 100%;
}
.connect_site .connect_full li a {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 600px){

.connect_site .connect_inner .connect_full ul {
    width: 100%;
}
}
@media only screen and (max-width: 450px) {
	.entry-content p {
		font-size: 15px;
	}
	.post-8209.page.type-page.status-publish.hentry.entry {
		margin-top: 30px;
	}
	.contactform input, select, textarea {
		width: 100%;
	}
	.contactform .name, .contactform .kana {
		width: 90%;
	}
	.contactform .textarea {
		width: 90% !important;
	}
	.contactform .longinfo {
		width: 100%;
	}
	.contactform .goback {
		width: 50%;
	}
	.contactform input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.contactform .gosbmit {
		font-size: 14px;
		background: #3498DB !important;
		color: #ffffff !important;
	}
	p.gocontactform {
		font-size: 70%;
	}
	.contactform .done {
		background: #83A8CD;
		width: 90%;
		padding: 20px 10px;
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.contactform strong {
		padding: 0;
	}
	#sb_instagram .sbi_header_text .sbi_bio, #sb_instagram .sbi_header_text h3 {
		margin-right: 20px!important;
	}
}

/*20160630追加（トップのニュース欄）*/
.box-news,
.box-news2 {
	width: inherit;
	margin:-15px 5px 0;
}
.box-news .ttl-news,
.box-news2 .ttl-news {
	margin:0 0 3px 3px;
	float: none;
	text-align: left;
	width: inherit;
}
.box-news .wrap-news,
.box-news2 .wrap-news {
	width: inherit;
	float: right;
}

/*20161116予約ページの追加(おすすめコンテンツの上)*/
.box-news ul,
.box-news2 ul{
	font-size: 0;
}
.box-news li,
.box-news2 li {
    width: 48%;
    font-size: 20px;
    margin-bottom: 10px;
}
.box-news li:nth-child(2),
.box-news2 li:nth-child(2) {
	margin:0 0 0 4px;
}
.box-news li a,
.box-news2 li a {
    padding: 10px 5px;
    font-size: 60%;
}
.box-news .nav_okatour,
.box-news2 .nav_okatour {
    background: #FA558D url(images/btn_ico1.png) no-repeat 3% 50%;
    background-size: 20px auto;
}
.box-news .okact,
.box-news2 .okact {
    background: #f5b33a url(images/btn_ico2.png) no-repeat 0% 50%;
    background-size: 20px;
    margin-right: 4px;
}
.box-news .nav_okarentcar,
.box-news2 .nav_okarentcar {
    background: #28AC9F url(images/btn_ico3.png) no-repeat 4% 50%;
    background-size: 20px auto;
}
.box-news .okaflight,
.box-news2 .okaflight {
    background: #009cdd url(images/btn_ico4.png) no-repeat 7% 50%;
    background-size: 20px auto;
    margin-right: 0;
}
.box-news .okahotel,
.box-news2 .okahotel {
    background: #af7bd6 url(images/btn_ico5.png) no-repeat 7% 50%;
    background-size: 20px auto;
    margin-right: 0;
}
.box-news li.nav_okarentcar a,
.box-news2 li.nav_okarentcar a {
	padding: 10px 5px 10px 14px;
}
.box-news li:nth-child(3) a,
.box-news2 li:nth-child(3) a {
    padding: 10px 0 10px 14px;
    font-size: 60%;
}
/*20160630追加（トップのニュース欄）*/
.box-news,
.box-news2 {
	letter-spacing:-.4em;
	width: 1120px;
	margin:10px auto 0;
	overflow: hidden;
	text-align: center;
}
/*.box-news .ttl-news {
	font-size: 112%;
    margin-bottom: 4px;
    width: 6%;
    float: left;
    text-align: center;
    color: #e7004c;
}
.box-news .wrap-news {
	background: #FFF;
	border: solid 1px #ccc;
	padding: 10px;
	width: 92%;
	float: right;
}*/
.box-news .wrap-news a i,
.box-news2 .wrap-news a i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #e7004d;
	display: inline-block;
	vertical-align: top;
	margin: 0.4em 6px 0 0;
}

/*20161116メニューボタンの追加*/
/*#gnavi {
	margin:0 auto 5px;
	background: inherit;
}
#gnavi ul {
    background: inherit;
    border-bottom: 2px solid #1eabec;
    padding-bottom: 5px;
}*/

/* 20161214追記　*/

.box-news li,
.box-news2 li {
    letter-spacing: normal;	
    text-align: center;
    float: inherit;
    display: inline-block;
    line-height: 22px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
    font-size: 135%;
    padding: 0;
    background: inherit;
    width: 18%;
    margin:0;
}
.box-news li:nth-child(2),
.box-news2 li:nth-child(2){margin:0 8px;}

.box-news li a,
.box-news2 li a{
	color: #fff;
	display: block;
	padding:10px;
}
.box-news .nav_okatour,
.box-news2 .nav_okatour {
    background: #FA558D url(images/btn_ico1.png) no-repeat 8% 50%;
    border-radius: 3px;
    color: #fff;
    background-size: 30px;
}
.box-news .nav_okarentcar,
.box-news2 .nav_okarentcar {
    background: #28AC9F url(images/btn_ico3.png) no-repeat 10% 50%;
    border-radius: 3px;
    color: #fff;
    margin:0 2px;
    background-size: 30px;
}

.box-news .okact,
.box-news2 .okact {
    background: #f5b33a url(images/btn_ico2.png) no-repeat 3% 50%;
    border-radius: 3px;
    color: #fff;
    background-size: 30px;
    margin-right:8px;
}

.box-news .okaflight,
.box-news2 .okaflight {
    background: #009cdd url(images/btn_ico4.png) no-repeat 13% 50%;
    border-radius: 3px;
    color: #fff;
    background-size: 30px;
    margin-right: 8px;
}
.box-news .okahotel,
.box-news2 .okahotel{
    background: #af7bd6 url(images/btn_ico5.png) no-repeat 15% 50%;
    border-radius: 3px;
    color: #fff;
    background-size: 30px;
}

.box-news a .ico-arrow,
.box-news2 a .ico-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #fff;
    padding-left: 11px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.2em;
}
/*--20170314追記ボタンデザイン変更 --*/
.btn_ptn01 a,
    .btn_ptn02 a {
    font-size: 115%;
	}
	div#area,
	div#thema {
    margin-top: -110px;
    padding-top: 110px;
	}
	.about p {
    padding: 0 15px;
	}
	/*--20170314追記ボタンデザイン変更 --*/
.box-news li,
.box-news2 li {
    width: 19%;
    margin-right: 1%;
    font-size: 16px;
    margin-bottom: 10px;
}
.box-news li a,
.box-news2 li a {
    padding: 40px 5px 5px;
    font-size: 60%;
    line-height: 1.0;
}
.box-news li.nav_okarentcar a {
    padding: 40px 5px 5px;
}
.box-news2 li.nav_okarentcar a,
.box-news2 li:nth-child(3) a {
	padding: 12px 5px 5px;
}
.box-news .nav_okatour,
.box-news2 .nav_okatour {
    background: #FA558D url(images/white-tour.svg) no-repeat 50% 27%;
    background-size: 26px auto;
}
.box-news .nav_okarentcar,
.box-news2 .nav_okarentcar {
    background: #28AC9F url(images/white-rent.svg) no-repeat 50% 33%;
    background-size: 30px auto;
}
.box-news .okact,
.box-news2 .okact {
    background: #f5b33a url(images/white-act.svg) no-repeat 50% 25%;
    background-size: 27px auto;
    margin-right: 1%;
}
.box-news .okaflight,
.box-news2 .okaflight {
    background: #009cdd url(images/white-flight.svg) no-repeat 50% 23%;
    background-size: 28px auto;
    margin-right: 1%;
}
.box-news .okahotel,
.box-news2 .okahotel {
    background: #af7bd6 url(images/white-hotel.svg) no-repeat 50% 20%;
    background-size: 22px auto;
}
.box-news li:nth-child(2),
.box-news2 li:nth-child(2) {
    margin: 0 1% 0 0;
}
.box-news li:nth-child(3) a {
    padding: 40px 5px 5px;
    font-size: 60%;
}


/*アーカイブテンプレ新着記事*/

.page .page-contents {
	float: left;
	padding: 0 0 60px;
	width: 680px;
	background: #fff;
}
.page .post-group h2, .sidebar.widget-area h2 {
	font-family: 'Josefin Slab', serif;
	color: #3498DB;
	font-size: 28px;
	position: relative;
	font-weight: bold;
	/*border-top: 2px solid #3498DB;*/
	
	padding-top: 25px;
	padding-left: 40px;
	margin: 10px 0px;
	background-size: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 27px;
}
.page .post-group h2 {
	margin: 0px 0px 10px 0px;
}
.page h2 span, .sidebar.widget-area h2 span {
	font-family: "小塚ゴシック Pr6N";
	color: rgb(51, 51, 51);
	font-size: 12px;
	position: absolute;
	margin-left: 12px;
	font-weight: normal;
	border-left: 1px solid rgb(204, 204, 204);
	padding: 5px 10px;
}
/*スマホ用css*/

@media only screen and (max-width: 700px) {
	
	#content .post-9646 {
		margin: 0px 15px 20px;
	}
	#content .post-9646 .entry-title {
		font-size: 180%;
	}
	.entry-content .monthly h2 {
		font-size: 130%;
		margin: 25px 0px 10px;
		padding: 10px 0;
	}
	.monthly .text {
		width: 100%;
	}
	.entry-content .monthly h3 {
		margin: 35px 0 15px 0px;
		padding: 0;
		font-size: 130%;
	}
	.entry-content .photo {
		margin: 50px 0 0 0;
	}
	.entry-content .monthly .photo img {
		width: 100%;
		height: auto;
	}
	.entry-content h2, .entry-content h3 {padding-top:60px;margin-top:-60px;}
	/*魅力*/
	
	.entry-content .monthly .recomendtour {
		text-align: center;
	}
	.entry-content .monthly .recomendtour li {
		width: 92%;
		margin: 0 0 20px;
	}
	.entry-content .monthly .recomendtour li:last-child {
		margin: 0;
	}
	/*イベント*/
	
	.entry-content .monthly .event {
		width: 100%;
	}
	.entry-content .monthly .event dt {
		width: 100%;
		text-align: center;
	}
	.entry-content .monthly .event dd {
		width: 100%;
		margin: 5px 0 25px;
		padding: 0;
	}
	.entry-content .monthly .event dd p a {
		padding: 6px 60px;
	}
	/*ツアーボタン*/
	
	.entry-content .monthly .tour_btn {
		overflow: hidden;
	}
	.entry-content .monthly .tour_btn li {
		width: 48%;
		margin: 0 0 5px 5px;
		float: left;
	}
	.entry-content .monthly .tour_btn li a .prices {
		font-size: 125%;
	}
	.entry-content .monthly .tour_btn li a strong {
		padding: 10px 22px;
	}
	/*ブログ記事*/
	
	.entry-content .monthly .post-item {
		width: 100%;
	}
	.entry-content .monthly .blg_center {
		margin: 0;
	}
	/*20160630追加（トップのニュース欄）*/
.home .box-news {
	width: inherit;
	margin:-15px 5px 0;
}
.home .box-news .ttl-news {
	margin:0 0 3px 3px;
	float: none;
	text-align: left;
	width: inherit;
}
.home .box-news .wrap-news {
	width: inherit;
	float: right;
}

/*20161116予約ページの追加(おすすめコンテンツの上)*/
.home .box-news ul{
	font-size: 0;
}
.home .box-news li {
    width: 48%;
    font-size: 20px;
    margin-bottom: 10px;
}
.home .box-news li:nth-child(2){margin:0 0 0 4px;}
.home .box-news li a {
    padding: 10px 5px;
    font-size: 60%;
}

/*--20170314追記ボタンデザイン変更 --*/
.home .box-news li {
    width: 19%;
    margin-right: 1%;
    font-size: 16px;
    margin-bottom: 10px;
}
.home .box-news li a {
    padding: 40px 5px 5px;
    font-size: 60%;
    line-height: 1.0;
}
.home .box-news .nav_okatour {
    background: #FA558D url(images/white-tour.svg) no-repeat 50% 27%;
    background-size: 26px auto;
}
.home .box-news .okact {
    background: #f5b33a url(images/white-act.svg) no-repeat 50% 26%;
    background-size: 26px auto;
}
.home .box-news .nav_okarentcar {
    background: #28AC9F url(images/white-rent.svg) no-repeat 50% 33%;
    background-size: 29px auto;
}
.home .box-news .okaflight {
    background: #009cdd url(images/white-flight.svg) no-repeat 50% 26%;
    background-size: 27px auto;
    margin-right: 1%;
}
.home .box-news .okahotel {
    background: #af7bd6 url(images/white-hotel.svg) no-repeat 50% 25%;
    background-size: 17px auto;
    margin-right: 0;
}
.home .box-news li:nth-child(2) {
    margin: 0 1% 0 0;
}
	.connect_site {
		width: 90%;
		margin: 0 auto 25px;
	}
	.connect_site .connect_inner ul {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		font-size: 13px;
		list-style: none;
		margin-bottom: 15px;
	}
	.connect_site .box1 ul {
		width: 100%;
	}
	.connect_site .connect_left {
		float: none;
		width: 100%;
	}
	.connect_site .connect_right {
		float: none;
		width: 100%;
	}
	.connect_site .connect_right ul {
		width: 100%;
	}
	.connect_site .box3 .connect_left {
		width: 100%;
	}
	.connect_site .box3 .connect_left ul {
		width: 100%;
	}
	.connect_site .box3 .connect_mid {
		width: 100%;
		float: none;
	}
	.connect_site .box3 .connect_mid ul {
		width: 100%;
	}
	.connect_site .mid_ttl {
		margin-top: 15px;
	}
}
#title-area .logo {
	display: inline-block;
	vertical-align: top;
}
#title-area .txt-description {
	display: inline-block;
	vertical-align: top;
	font-size: 83%;
	margin: 2.3% 0 1.5% 5px;
	white-space: pre-wrap;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	#title-area .logo {
		display: block;
		width: 34%;
		margin: 13px 0 0 8px;
	}
	#title-area .txt-description {
		display: none;
	}
}

/*-- header修正 --*/
#header #menu-header-menu li:first-child.menu-item{
	display: block;
    float: left;
    width:60px;
    margin-right: 10px;
}
#header #menu-header-menu > .menu-item > a {
    color: #000;
    font-size: 71%;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 24px auto;
    display: none;
}
#header #menu-header-menu > .menu-item:nth-child(2),
#header #menu-header-menu > .menu-item:nth-child(3),
#header #menu-header-menu > .menu-item:nth-child(4),
#header #menu-header-menu > .menu-item:nth-child(5),
#header #menu-header-menu > .menu-item:nth-child(6),
#header #menu-header-menu > .menu-item:nth-child(7){
	width: 58px;
	text-align: center;
}
#header #menu-header-menu > .menu-item:nth-child(2) > a,
#header #menu-header-menu > .menu-item:nth-child(3) > a,
#header #menu-header-menu > .menu-item:nth-child(4) > a,
#header #menu-header-menu > .menu-item:nth-child(5) > a,
#header #menu-header-menu > .menu-item:nth-child(6) > a,
#header #menu-header-menu > .menu-item:nth-child(7) > a {
    background-color: #fff;
    background-image: none;
    display: block;
    position: relative;
    letter-spacing: inherit;
    padding: 30px 0 0;
}
#header #menu-header-menu > .menu-item > a::before{
	display: block;
	content: " ";
	width: 25px;
	height: 25px;
	position: absolute;
	left:0;
	right: 0;
	margin:0 auto;
	top: 5px;
}
#header #menu-header-menu > .menu-item:nth-child(2) > a::before{
	background: url(images/color-note.svg) no-repeat;
	background-size: 25px 25px;
}
#header #menu-header-menu > .menu-item:nth-child(3) > a::before{
	background: url(images/color-tour.svg) no-repeat;
	background-size: 25px 25px;
}
#header #menu-header-menu > .menu-item:nth-child(4) > a::before{
	background: url(images/color-rent.svg) no-repeat;
	width: 32px;
	height: 22px;
	background-size: 32px 22px;
}
#header #menu-header-menu > .menu-item:nth-child(5) > a::before{
	background: url(images/color-act.svg) no-repeat;
	background-size: 25px 25px;
}
#header #menu-header-menu > .menu-item:nth-child(6) > a::before{
	background: url(images/color-hotel.svg) no-repeat;
	background-size: 25px 25px;
}
#header #menu-header-menu > .menu-item:nth-child(7) > a::before{
	background: url(images/color-flight.svg) no-repeat;
	width: 22px;
	height: 25px;
	background-size: 22px 25px;
}
#header #menu-header-menu {
    float: right;
    margin: 22px 0 0 0;
    background-color: #FFF;
    width: 400px;
    display: inline-block;
}
#text-7{
	margin-top: 10px;
	margin-bottom: 20px;
}
/*ヘッダーの言語ボタン*/
.dropmenu-lang{
    list-style-type: none;
    margin: 25px 35px 0 0;
    float: right;
    padding: 0;
    display: inline-block;
}
.dropmenu-lang:before, .dropmenu-lang:after {
  content: "";
  display: table;
}
.dropmenu-lang:after{
  clear: both;
}
.dropmenu-lang .dropmenu-inner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100px;
}
.dropmenu-lang .dropmenu-inner a {
	display: block;
    margin: 0;
    padding: 9px 3px;
    background: #fff;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
.dropmenu-lang .dropmenu-inner a .ico {
    width: 0;
    height: 0;
    border-style: solid;
    border-width:7px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    display: inline-block;
    margin-left: 7px;
}
.dropmenu-lang .dropmenu-inner ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu-lang .dropmenu-inner ul li a {
    padding: 12px 5px;
    border-top: 1px solid #eee;
    background: #fff;
    text-align: left;
    width: 88px;
}
.dropmenu-lang .dropmenu-inner:hover > a {
  background: #fff;
  }
.dropmenu-lang .dropmenu-inner a:hover {
  background: #eee;
}
#drp-lang .dropmenu-inner ul li {
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#drp-lang .dropmenu-inner:hover ul li {
  overflow: visible;
  height: 38px;
}

.box-ptn01 {
 background-color:#f5f5f5;
 padding: 20px;
 border: 1px solid #000;
 line-height: 1.8em;
 margin-bottom:20px;
}
@media screen and (max-width: 768px){
	p.logo img {
    max-height: 37px;
	}
	#header #menu-header-menu > .menu-item{
		display: none;
	}
	#header #search-3 {
	    display: none;
	}
	#header #menu-header-menu > .menu-item:nth-child(1) > a {
	    letter-spacing: 0px;
	    background-color: #fff;
	    background-image: url(images/search-icon.svg);
	    display: block;
	    height: 45px;
	}
	#header #menu-header-menu li:first-child.menu-item {
	    display: block;
	    float: none;
	    position: inherit;
	    top: 5px;
	    right: -6px;
	    width: 100%;
	    margin-right: 10px;
	}
	#header .wrap {
	    position: relative;
	    height: 55px;
	}
	#title-area {
	    margin: 0;
	    height: 55px;
	    position: absolute;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	    text-align: center;
	}
	#title-area .logo {
		display: block;
	    width: 40%;
	    margin: 3% auto 0;
	}
	#title-area .txt-description{display: none;}
	#header .nav_menu_button {
	    left: 12px;
	    z-index: 2;
	    width: 40px;
    text-align: center;
	}
    body.show{
        overflow: hidden;
    }
	#header #menu-header-menu > .menu-item:nth-child(1) > a {
	    letter-spacing: 0px;
	    background-color: #fff;
	    background-image: url(images/search-icon.svg);
	    background-position: top 6px right 13px;
	    background-size: 18px;
	    display: block;
	    height: inherit;
	    padding: 27px 0px 0 7px;
	}
	#header #menu-header-menu li:first-child.menu-item{
		top: 8px;
	}
	#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item:nth-child(1) {
	    position: relative;
	}
	#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item:nth-child(2) > a{
		width: 100%;
	}
	#header #menu-header-menu {
	    margin: 10px 11px 0 0;
	    width: inherit;
	}
	#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item:nth-child(2) {
	    display: table;
	    margin: 15px auto 0;
	    width: 30%;
	}
	#header #menu-header-menu > .menu-item:nth-child(1).show > .sub-menu {
	    display: block;
	    width: 100%;
	    top: 56px;
	}
	#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu:before,
	#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu:after {
		content: '';
	    display: block;
	    position: absolute;
	    top: 3px;
	    right: 18px;
	    width: 0;
	    height: 0;
	    margin-top: -8px;
	    margin-left: -8px;
	    border-left: 6px transparent solid;
	    border-right: 6px transparent solid;
	    border-bottom: 6px #9A9A9A solid;
	}
#header .footer-menu.show {
    top: 55px;
    position: absolute;
    display: block;
    width: 100%;
    max-height: 370px;
    overflow: auto;
    z-index: 10;
}

/*#header .nav_menu_button {
    width: 40px;
    text-align: center;
}*/
.nav_menu_button .button-close,
.nav_menu_button .button-open{
    display: none;
    text-align: center;
    margin: 0 auto;
    width: 20px;
    margin-top: 3px;
}
#header .show #search-3 {
    display: block;
}
#header .searchform {
    width: 96%;
}
#header #menu-header-menu {
    margin: 10px 0 0 0;
    width: inherit;
}
/*検索ボタン押してから*/
.widget-wrap {
    padding: 0px 0px;
}
#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item > a {
    display: block;
    font-size: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
}
#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item:nth-child(1) {
    display: inline-block;
    float: none;
    margin: 0 8px 15px;
    width: 98%;
}
#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu {
    display: none;
    top: 72px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0 15px;
    border: none;
    background-color: #EEEEEE;
    text-align: left;
    box-shadow: none;
}
#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item:nth-child(1) {
    display: inline-block;
    float: none;
    margin: 0 8px 15px;
    width: 98%;
        right: -2px;
}
#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item > a {
    display: block;
    font-size: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
}
#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item:nth-child(2) > a {
    width: 100%;
}
#header #menu-header-menu > .menu-item:nth-child(1) > .sub-menu > .menu-item:nth-child(2) > a {
    color: #FFFFFF;
    font-size: 12px;
    width: 100px;
    height: auto;
    line-height: 30px;
    padding: 0 0 0 14px;
    background-color: #333333;
    box-sizing: border-box;
    text-align: center;
    background-image: url(images/hd-social-close.png);
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: 23px center;
    text-shadow: none;
}
#wrap{
    overflow: hidden;
}
    .footer-menu .footer_link ul li a{
    position:relative;
    padding: 11px 0 11px 10px;
}
.footer_link li:nth-child(1) a::before{
    position: absolute;
    content: '';
    display: block;
    background: url(images/gray-tour.svg) no-repeat;
    background-size: 23px auto;
    width: 28px;
    height: 23px;
    top: 2px;
    bottom: 0;
    left: -16px;
    margin: auto 0;
}
.footer_link li:nth-child(2) a::before{
    position: absolute;
    content: '';
    display: block;
    background: url(images/gray-rent.svg) no-repeat;
    background-size: 23px auto;
    width: 23px;
    height: 22px;
    top: 0;
    bottom: 0;
    left: -17px;
    margin: auto 0;
}
.footer_link li:nth-child(3) a::before{
    position: absolute;
    content: '';
    display: block;
    background: url(images/gray-act.svg) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 23px;
    top: 0;
    bottom: 0;
    left: -17px;
    margin: auto 0;
}
.footer_link li:nth-child(4) a::before{
    position: absolute;
    content: '';
    display: block;
    background: url(images/gray-flight.svg) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: -17px;
    margin: auto 0;
}
.footer_link li:nth-child(5) a::before{
    position: absolute;
    content: '';
    display: block;
    background: url(images/gray-hotel.svg) no-repeat;
    background-size: 23px auto;
    width: 21px;
    height: 21px;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto 0;
}
    
    .box-news2 {
		display: block;
	}
	.sidebar.widget-area #rentacar_search #datepicker1,
	.sidebar.widget-area #rentacar_search #datepicker2 {
	    width: 95%;
	    margin-bottom: 5px;
	}
        .follow {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: 9999;
	    margin: 0 auto;
	}
	.box-news2 {
	position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 9999;
    }
	.box-news.follow,
	.box-news2 {
		background: #fff;
	}
	.box-news.follow .nav_okatour,
	.box-news2 .nav_okatour {
	    background: #FA558D;
	}
	.box-news.follow .okact,
	.box-news2 .okact {
	    background: #f5b33a;
	}
	.box-news.follow .nav_okarentcar,
	.box-news2 .nav_okarentcar {
	    background: #28AC9F;
	}
	.box-news.follow .okaflight,
	.box-news2 .okaflight {
	    background: #009cdd;
	}
	.box-news.follow .okahotel,
	.box-news2 .okahotel {
	    background: #af7bd6;
	}
	.box-news.follow,
	.box-news2 {
	    width: inherit;
	    margin: -12px auto 0;
	    text-align: center;
	    background: #fff;
	    z-index: 1;
	}
	.box-news.follow li,
	.box-news2 li {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.box-news.follow li a,
	.box-news2 li a{
		height: auto;
	    padding: 12px 5px 9px;
	    background: none;
	    line-height: 1;
            font-weight: bold;
	}
    .box-news li:nth-child(2),
    .box-news2 li:nth-child(2) {
        margin: 0 1% 0 0;
    }
    .box-news2 li.nav_okarentcar a, .box-news2 li:nth-child(3) a {
        padding: 12px 5px 9px;
    }

}
/*アプリ紹介ページ用*/
.entry-content h3.ttl-art03 {
    border-bottom: none;
    padding-left: 0;
}
h2.ttl-art02 {
    font-size: 170%;
    font-weight: bold;
    margin: 50px 0 15px;
    line-height: 1.2;
    border-left: solid 6px #3498DB;
    padding: 5px 0 5px 16px;
    border-bottom: none;
}
.entry-content .ttl-art03 span {
    background: linear-gradient(transparent 60%,#ffe001 60%);
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
}
.appwrap {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.appstore-image {
    max-width: 50%;
}
#content .page {
    background: none repeat 0 0 #FFFFFF;
    margin: 0 20px;
    padding: 35px 55px 20px;
}
@media only screen and (max-width: 600px){
	#content .page {
		margin: 0px 0 20px 0;
		padding: 0 15px;
	}
}
.page-id-24525 h1.entry-title {
	font-size: 250%;
    padding: 10px 15px 6px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    border-bottom: solid 5px #3498DB;
    padding-top: 80px;
    margin-top: -80px;
}
/*アプリ紹介-end*/

/** slick slider */
.slick-slide{
    opacity: 0.6;
}
.slick-slide.slick-current{
    opacity: 1.0;
}
.slick-slide a{
    display: block;
    position: relative;
}
.slick-slide .content{
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
}
.slick-slide .category{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    background-color: #3498DB;
}
.slick-slide .description{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.center-item .slick-dots{
    bottom: 0.8rem;
}
.center-item .slick-dots li{
    width: 15px;
    height: 15px;
}
.center-item .slick-dots li button{
    width: 15px;
    height: 15px;
}
.center-item .slick-dots li button:before{
    font-size: 14px;
    opacity: 1.0;
    color: #DDDDDD;
}
.center-item .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #3498DB;
}
.center-item .slick-next{
    right: 50%;
    margin-right: -21rem;
    width: 60px;
    height: 60px;
    background-image: url(./images/banner-controls-next.png);
    background-size: 100% 100%;
    background-position: center center;
}
.center-item .slick-prev{
    z-index: 10;
    left: 50%;
    margin-left: -21rem;
    width: 60px;
    height: 60px;
    background-image: url(./images/banner-controls-prev.png);
    background-size: 100% 100%;
    background-position: center center;
}
.center-item .slick-prev:hover, 
.center-item .slick-prev:focus{
    background-image: url(./images/banner-controls-prev.png);
    background-size: 100% 100%;
    background-position: center center;
} 
.center-item .slick-next:hover, 
.center-item .slick-next:focus{
    background-image: url(./images/banner-controls-next.png);
    background-size: 100% 100%;
    background-position: center center;
}
.center-item .slick-next:before,
.center-item .slick-prev:before{
    content: '';
}
@media screen and (max-width:700px){
    .slick-slide .category{
        display: inline-block;
        color: #fff;
        font-size: 10px;
        padding: 4px 10px;
        background-color: #3498DB;
    }
    .slick-slide .description{
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }
    .center-item .slick-dots li{
        width: 8px;
        height: 8px;
    }
    .center-item .slick-dots li button{
        width: 8px;
        height: 8px;
    }
    .center-item .slick-dots li button:before{
        font-size: 8px;
    }
    .center-item .slick-next,
    .center-item .slick-prev{
        width: 30px;
        height: 30px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}
/** slick slider end */

/*投稿ページ公開日非表示*/
.single .txt-date span:first-child {
	display: none;
}