/*
Theme Name: chinocra
Theme URI: http://chinocra.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chinocra
*/

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GLOBAL DESIGN
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

* {color: #222222;}
body {
	font-family: 'Roboto', "游ゴシック", "YuGothic", "Noto Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "sans-serif";
	-webkit-text-size-adjust: 100%;
	height: 100%;
	color: #222222;
	font-size: 16px;
	line-height: 1.8;
}
ul{
    padding: 0;
    margin-bottom: 0px !important;
    list-style: none;
    text-align: left;
}
ol{padding-left: 1.5em;}
h1, h2, h3, h4, h5, h6, legend{
    color: #222222;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.4;
}
p, li, a, span {
	font-size: 16px;
	line-height: 1.8;
}
img {
	margin-bottom: 24px;
	display: block;
	max-width: 100%;
	height: auto;
}
blockquote {
    margin: 72px 0 48px;
    padding: 0;
    font-size: 18px;
    border-left: none;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #777778;
    position: relative;
}
blockquote:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '';
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -48px;
	font-weight: normal;
    font-style: normal;
    font-size: 24px;
}
fieldset {
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    padding: 24px;
}
legend {
	margin: 0;
	padding: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="datetime-local"],
input[type="url"],
input[type="date"],
input[type="week"],
input[type="month"],
input[type="time"],
input[type="search"] {
	height: 40px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	width: 100%;
	background: #eee;
}
input[type="color"],
input[type="range"]{
	width: 100%;
}
textarea {
	border: 1px solid #e5e5e5;
	padding: 6px 12px;
	width: 100%;
	background: #eee;
}
textarea:hover, 
textarea:active, 
textarea:focus, 
button:focus,
button:active,
button:hover,
select:focus,
select:active,
select:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="url"]:hover,
input[type="date"]:hover,
input[type="week"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="search"]:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="tel"]:active,
input[type="number"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="url"]:active,
input[type="date"]:active,
input[type="week"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="search"]:active    {
    outline:0px !important;
    -webkit-appearance: none;
}
select {
	border: 1px solid #e5e5e5;
	padding: 6px 12px;
	width: 100%;
	height: 40px;
	line-height: normal;
}
input[type="submit"],
input[type="reset"],
.button {
    padding: 10px;
    border: none;
    line-height: normal;
    background: #66992c;
    color: #ffffff;
    margin-top: 12px;
}
input[type="file"]{
	border: none;
	line-height: normal;
	padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 6px;
}
a {
	background-color: transparent;
	color: #66992c;
}
a:hover{
	color: #666;
}
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}
a.more-link:parent{
	position: relative;
}
@media only screen and (min-width: 591px){
	table {width: 100%;}
}
section {
	clear: both;
	padding-bottom: 0;
}
.gossip-post-heading{
	font-size: 36px;
}
.more-link {
	margin-top: 24px;
	font-size: 16px;
	font-style: italic;
	width: 120px;
	height: 40px;
	background: #49A59B;
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}
.more-link:hover {
	color: #ffffff;
}
.more-link:after {
	content: "";
	background: #e5e5e5;
	width: 100%;
	height: 1px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: -1;
}

.learn-more {margin: 0 0 40px;}
.learn-more a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 230px;
    padding: 10px 0px 10px 25px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.learn-more a:hover{color:#fff;}
.learn-more a:before, .learn-more a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.learn-more a:before{
    width: 0.8rem;
    height: 0.8rem;
    left: 1.6rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}
.learn-more a:after{
    left: 0;
    background: #a94442;
    z-index: -1;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 4rem;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.learn-more a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
.learn-more a:hover span {
  color: #fff;
}
.learn-more a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.learn-more a:hover:after {
  right: 0;
  width: 100%;
  background: #a94442;
}

.gossip-margin{
	margin-top: 58px;
	position: relative;
}

/*top_main*/
.gossip-banner {
	  background-color: #fff;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center left;
	  float: left;
	  width: 100%;
	  height: 660px;
	  display: table;
	  position: relative;
	  z-index: 20;
}
.gossip-banner .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: -1;
	  background: #fff;
	  opacity: .0;
}
.gossip-banner-wrap {
	  padding-top: 10em;
	  display: table;
	  height: 660px;
	  width: 100%;
}
.gossip-banner-intro {
	  vertical-align: middle;
	  text-align: center;
}
.gossip-banner-intro h1 img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 520px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)) drop-shadow(-2px -2px 2px rgba(0, 0, 0, 40.8));
}

/*cont_main*/
.gossip-banner-cont {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 100%;
    height: 360px;
    display: table;
    position: relative;
    z-index: 20;
    background-image: url(img/main_cont.jpg);
}
.gossip-banner-cont .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: -1;
	  background: #fff;
	  opacity: .0;
}
.gossip-banner-cont-wrap {
	  padding-top: 10em;
	  display: table;
	  height: 360px;
	  width: 100%;
}
.gossip-banner-cont-intro {
	  vertical-align: middle;
	  text-align: center;
}
.gossip-banner-cont-intro h1{
	  text-align: center;
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	  font-size: 36px;
	  color: #333;	  
}
/*ここまで*/

.container {
	clear: both;
	/*width: 98%;*/
	margin: 0 auto;
	position: relative;
}
.post {
	border-bottom: 1px solid #eaeaea;
	clear: both;
}

.gossip-meta {
	margin: 12px auto 24px;
}
.gossip-single-content{
	margin-bottom: 48px;
}
.gossip-tags {
	margin: 0 auto 48px;
}
.gossip-meta ul {
	display: inline;
}
.gossip-meta div {
	display: inline-block;
	margin-right: 10px;
}
.gossip-meta div:before {
	content: "[";
	margin-right: 5px;
}
.gossip-meta div:after {
	content: "]";
	margin-left: 5px;
}	
.gossip-meta div a,
.gossip-meta div{
	font-size: 14px;
}
.gossip-meta-category li{
	display: inline-block;
}
.gossip-meta-category li:after {
	content: ", ";
}
.gossip-meta-category li:last-child:after {
	content: "";
}
.gossip-comments-closed {
	margin-top: 48px;
}
.form-control {
    height: 48px;
    padding: 6px 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #a7a7a7;
    border-color: #e5e5e5;
    background-color: #f9fafa;
    border-radius: 0;
    box-shadow: none;
}
.gossip-form-control:focus {
	border-color: #e5e5e5;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-group {
	margin-bottom: 30px;
}
.gossip-btn{
	min-width: 100%;
	height: 40px;
	border-radius: none;
	background: #49A59B;
	color: #ffffff;
	border: none;
}
.gossip-embed-container { 
	position: relative; 
	padding-bottom: 46.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.gossip-embed-container iframe, 
.gossip-embed-container object, 
.gossip-embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.fh5co-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: #f86942;
  color: #ffffff;
  font-size: 20px;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #f86942 !important;
  background: #f86942 !important;
  color: #ffffff;
}

@media only screen and (max-width: 590px){
.gossip-banner {
	  height: 460px;
	  display: table;
	  position: relative;
	  z-index: 20;
}
.gossip-banner-wrap {
	  padding: 5em 3% 0;
	  height: 460px;
}
.gossip-banner-cont {
	  height: 200px;
	  display: table;
	  position: relative;
	  z-index: 20;
}
.gossip-banner-cont-wrap {
	  padding-top: 5em;
	  height: 200px;
}
.gossip-banner-cont-intro h1{font-size: 28px;}
.page-title span {font-size: 24px;}

}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						WordPress Core
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
	margin: 5px auto 5px auto !important;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.page-title span{
	font-size: 26px;
	color: #333;
	background: url(img/pin.png) no-repeat 0 0;
	padding-left: 35px;
}
.page-title a{
	font-size: 22px;
	color: #333;
}
.page-title {
	border-bottom: solid 3px #dcd3b2;
	position: relative;
	font-size: 22px;
}
.page-title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #808000;
	bottom: -3px;
	width: 30%;
}
.archive_title {
	font-size: 18px;
	color: #666666;
}
.widget_recent_entries {
	margin-top: 32px;
	padding-top: 32px;
}
.widgettitle {
	font-size: 20px;
	color: #5f6527;
	margin-top: 32px;
	padding: 0.5em 0;
	border-top: solid 2px #f8f4e6;
	border-bottom: solid 2px #f8f4e6;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.gossip-body-section {
    margin-bottom: 72px;
    text-align: left;
}
.sticky li {
	list-style: square;
	margin-top: 12px;
}
.sideber{padding-top: 80px;}
@media only screen and (max-width: 590px){
	.alignright {float:none;margin: 5px 0 15px 0;}
	.alignleft {float: none;margin: 5px 0 15px 0;}
	a img.alignright {float: none;margin: 5px 0 15px 0;}
	a img.alignleft {float: none;margin: 5px 0 15px 0;}
	.page-title {font-size: 22px;}
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP LOGO & header
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gossip-header {
	position: relative;
	background-image: url(img/bg_head2.png),url(img/bg_head.png);
	background-repeat: no-repeat,no-repeat;
	 background-position: 97% 30px,1% 0px;
}
.gossip-logo{
	margin: 0 auto;
	padding: 35px 0 0 0;
	width: 70%;
	max-width: 290px;
}
.gossip-logo h1{
	/*font-size: 52px;
	font-weight: 900;
	margin: 48px auto 12px;
	color: #777778;*/
	text-align: center;
}
.gossip-logo p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 24px;
}
@media only screen and (max-width: 783px){
	.gossip-logo {margin: 0;padding: 20px 0 0 20px;}
	.gossip-header{background-size: contain;}
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP SOCIAL ICON
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gossip-search-social{
	position: absolute;
	right: 8%;
	top: 50px;
}
.gossip-social ul{
    display: flex;
    align-items: center;
}
.gossip-social ul li{
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
.gossip-social ul li a i {
    font-size: 32px;
    color: #6c6c6d;
    vertical-align: bottom;
}
.gossip-social ul li a i.fa-facebook-square:hover{
	color: #3b5998;
}
.gossip-social ul li a i.fa-twitter-square:hover{
	color: #00aced;
}
.gossip-social ul li a i.fa-youtube-square:hover{
	color: #bb0000;
}
.gossip-social ul li a i.fa-google-plus-square:hover{
	color: #dd4b39;
}
.gossip-social ul li a i.fa-behance-square:hover{
	color: #1769ff;
}
.gossip-social ul li a i.fa-linkedin-square:hover{
	color: #0077b5;
}
.gossip-social ul li a i.fa-instagram:hover{
	color: #3f729b;
}
.gossip-social ul li.h-contact a{
    background: #a94542;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0.6em 0.5em;
    border-radius: 5px;
}
@media only screen and (max-width: 783px){
	.gossip-social{
		text-align: left;
		margin-bottom: 0;
	}
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						GOSSIP SERACHFORM
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.search-form {
	width: 100%;
	position: relative;
}
.search-form label {
	min-width: 100%;
}
.gossip-upper-search{
	max-width: 300px;
	margin: auto;
}
.gossip-search-social .search-form {
	margin: 0 auto;
}
.page-content .search-form {
	margin-top: 24px;
}
.search-form .search-field{
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
 	padding: 6px 12px;
  	font-size: 15px;
 	background-color: #fff;
 	background-image: none;
  	border: 1px solid #e5e5e5;
}
.search-field::-moz-placeholder {
	font-weight: 300;
    color: #999;
    opacity: 1;
}
.search-field:-ms-input-placeholder {
    color: #999;
}
.search-field::-webkit-input-placeholder {
    color: #999;
}
.search-form .search-submit{
	position: absolute;
	font-family: 'FontAwesome';
    background: none;
    box-shadow: none;
    border: 0;
    color: #ffffff;
    background-color: #777778;
    height: 40px;
    width: 40px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
}
.search-form .search-field {
	background-color: #ffffff;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP NAVIGATION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* MObile Navigation */
@media only screen and (max-width: 783px){
	.gossip-mobile-container {position: absolute;right: 3%;top: 20px;width: 40px;}
	.gossip-mobile-container nav {
		position: fixed;
		width: 300px;
		height: 100%;
		overflow: scroll;
		background: #ffffff;
		top: 0;
		right: -300px;
		padding: 48px 24px;
		z-index: 999999;
		-webkit-box-shadow: 0px 0px 2px 2px rgba(119,119,120,0.4);
		-moz-box-shadow: 0px 0px 2px 2px rgba(119,119,120,0.4);
		box-shadow: 0px 0px 2px 2px rgba(119,119,120,0.4);
		transition-property: right;
	  	transition-duration: 1s;
	 	transition-timing-function: ease-out;
	}
	.gossip-mobile-container .gossip-nav-open {right: 0;}
	.gossip-nav li a {
		overflow: hidden;
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
		color: #333;
		font-weight: 600;
	}
	.gossip-nav li a:hover {
		color: #666;
	}
	.gossip-nav li a span {
		color: #f86942;	
	}
	.gossip-nav .search-form {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.gossip-nav .gossip-social {
		margin-top: 24px;
	}
	.gossip-mobile-navigation li ul{
		padding-left: 12px;
		display: block;
	}
	.gossip-mobile-navigation .menu li{
		border-top: 1px solid #e5e5e5;
	}
	.gossip-mobile-navigation .menu li:first-child {
		border-top: none;
	}
	.gossip-mobile-navigation .menu ul li:first-child {
		border-top: 1px solid #e5e5e5;
	}
	.gossip-side-trigger {padding: 0;}
	.gossip-side-trigger .container{padding: 0;}
	.gossip-side-trigger i{
	font-size: 18px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #f96942;
	}
	.gossip-side-trigger i:hover {
		background: #ffffff;
		color: rgba(248, 105, 66,0.8);
		border: none;
	}
	.gossip-close-trigger i{
		font-size: 24px;
		color: #777778;
	}
	.gossip-search-social {
		display: none;
	}
	ul.mtree li.mtree-open > a:after {
	    content: '-';
	    margin-left: 12px;

	}
	ul.mtree li.mtree-closed > a:after {
	    content: '+';
	    margin-left: 12px;
	}
	.gossip-close-trigger{text-align: right;}
}
@media only screen and (min-width: 784px){
	.gossip-nav .gossip-desktop-navigation{
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	}
	.gossip-nav .gossip-desktop-navigation ul li {
		list-style: none;
		display: inline-block;
		margin-right: 2%;
		position: relative;
	}
	.gossip-nav .gossip-desktop-navigation ul li a{
		margin: 0 auto;
		font-size: 15px;
		font-weight: 600;
		color: #222222;
		text-transform: uppercase;
		display: inline-block;
		padding: 0.5em 0.8em 0.5em 0.8em;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		outline: 0;
	}
	.gossip-nav .gossip-desktop-navigation ul li.menu-5 a span{
		border-bottom: 2px solid #a94542;
		padding-bottom: 4px;
	}
	.gossip-nav .gossip-desktop-navigation ul li.menu-5 a:hover span,
	.gossip-nav .gossip-desktop-navigation ul li.menu-6 a:hover span{
		border-bottom: none;
		padding-bottom: 0px;
		color: #fff !important;
	}
	.gossip-nav .gossip-desktop-navigation ul li a:hover{
		text-decoration: none;
		display: block;
		border-radius: 5px;
		background: #74af31;
		color: #fff !important;
	}
	.gossip-nav .gossip-desktop-navigation ul li.has-child > a:after{
		font-family: 'FontAwesome';
		content: " ";
		margin-left: 10px;
	}
	.gossip-nav .gossip-desktop-navigation ul li:hover a{
		color: #4fb2d9;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul{
		background: #ffffff;
		width: 200px;
		position: absolute;
		top: 45px !important;
		left: 0;
		display: none;
		z-index: 9999;
		-webkit-box-shadow: 0px 0px 2px 2px rgba(119,119,120,0.4);
		-moz-box-shadow: 0px 0px 2px 2px rgba(119,119,120,0.4);
		box-shadow: 0px 0px 2px 2px rgba(119,119,120,0.4);
	}
	.gossip-nav .gossip-desktop-navigation ul li:hover > ul{
		display: block;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li {
		display: block;
		text-align: left;
		margin-right: 0;
		display: block;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li a {
		margin: 0px auto;
		font-weight: 600;
		padding: 14px 24px;
		display: block;
		border-bottom: 1px solid #e5e5e5;
		display: block;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li.has-child-2 > a:after{
		font-family: 'FontAwesome';
		position: absolute;
		content: " ";
		right: 24px;
	}
	.gossip-nav .gossip-desktop-navigation ul li:hover ul li a{
		color: #333333;
		display: block;
	}
	.gossip-nav .gossip-desktop-navigation ul li:hover ul li a:hover{
		color: #4fb2d9;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li ul {
		top: 0;
		left: -99999999999999px;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li:hover ul {
		left: 200px;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li:hover a{
		color: #4fb2d9;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li:hover ul li a{
		color: #777778;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li:hover ul li a:hover{
		color: #4fb2d9;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li ul li:hover a{
		color: #4fb2d9;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li ul li ul {
		top: 0;
		left: 20px;
		display: none;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li ul li:hover ul {
		left: 200px;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li ul li:hover ul li a{
		color: #777778;
	}
	.gossip-nav .gossip-desktop-navigation ul li ul li ul li:hover ul li a:hover{
		color: #4fb2d9;
	}
	.gossip-nav .gossip-side-trigger {
		display: none;
	}
	.gossip-search-trigger {display: none;}
	.gossip-nav .gossip-social {display: none;}
}

.mobile-toggle {
	display: block !important;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						GOSSIP GALLERY POST
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gallery-item {
	display: inline-table;
	width: 24%;
	margin-right: 1%;
}
.gallery-item:nth-child(n+4){
	clear: both;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						GOSSIP LINK POST
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gossip-link-post{
	background: #777778;
	padding: 48px 24px;
	text-align: center;
	width: 100%;
	height: 100%;
}
.gossip-link-details span{
	display: block;
}
.gossip-link-details span i{
	color: #4fb2d9;
	font-size: 24px;
	margin-bottom: 24px;
}
.gossip-link-details a {
	font-size: 24px;
	font-family: 'Lustria';
	color: #ffffff;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
						GOSSIP QUOTE POST
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gossip-quote-post{
	background: #777778;
	padding: 24px;
	text-align: center;
}
.gossip-quote-details blockquote:before{
	color: #4fb2d9;
	font-size: 24px;
}
.gossip-quote-details blockquote{
	font-size: 24px;
	margin: 24px;
	margin-top: 72px;
	font-family: 'Lustria';
	color: #ffffff;
}
.gossip-quote-details blockquote a,
.gossip-quote-details blockquote p{
	clear: both;
	text-align: center;
	display: block;
	font-size: 15px;
	font-family: 'Lustria';
	font-style: italic;
	color: #4fb2d9;
	padding-top: 24px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP SIDEBAR
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gossip-sidebar-container {
	margin-top: 24px;
}
.gossip-sidebar-container {
	padding: 0 24px 12px 24px;
    outline: 1px solid #e5e5e5;
    overflow: hidden;
}
.gossip-sidebar-container h2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
}
.gossip-sidebar-container h2{
	position: relative;
	line-height: 1.3;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
}
.gossip-sidebar-container h2:before, .gossip-sidebar-container h2:after{
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
.gossip-sidebar-container h2:before{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
}
.gossip-sidebar-container h2:after{
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
}
.gossip-about-author {
	text-align: center;
}
.gossip-about-author img {
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 0px;
	padding-bottom: 0;
}
.gossip-sidebar-container ul li{
	border-top: 1px solid #e5e5e5;
}
.gossip-sidebar-container ul li a{
	padding: 12px 0;
	font-size: 16px;
}
.gossip-sidebar-container ul li:first-child {
	border-top: none;
}
.gossip-sidebar-container ul li a {
	line-height: 1;
}
.gossip-sidebar-container li .page_item_has_children a{
	margin-bottom: 0px;
}
.gossip-sidebar-container .children {
	padding-left: 24px;
	border-top: 1px solid #e5e5e5;
	list-style: square;
}
#recentcomments li{
	padding: 10px 0;
}

@media screen and (max-width: 784px) {
.gossip-sidebar-container ul li a{
	padding: 18px 0;
	font-size: 16px;
}
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP SINGLE POST AUTHOR 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gossip-post-author {
	margin-bottom: 48px;
	overflow: hidden;
}
.gossip-post-author-img {
	float: left;
	width: 150px;
	margin-right: 24px;
}
.gossip-post-author-img img {
	border: 5px solid #777778;
}
.gossip-post-author-details {
	overflow: hidden;
}
.gossip-post-author-details h3{
	margin-top: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #777778;
	text-transform: uppercase;

}
@media only screen and (max-width: 783px){
	.gossip-post-author-details {
		overflow: none;
		clear: both;
	}
	.gossip-post-author-details h3{
		margin-top: 24px;
	}
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP PAGINATION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gossip-pagination {
	margin-top: 48px;
}
.page-links {
	margin-top: 24px;
}
.page-numbers,
.page-links a,
.nav-previous a,
.nav-next a{
	padding: 10px;
	margin: 0 2px 0 0;
	border: 1px solid #e5e5e5;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	font-size: 15px;
}
.page-numbers.current,
a.page-numbers:hover,
.page-links a:hover {
	background: #f9f9f9;
}
.comment-navigation {
	margin-top: 24px;
}
.nav-previous {
	float: left;
}
.nav-previous a:before {
	font-family: 'FontAwesome';
	content: ' ';
}
.nav-next {
	float: right;
}
.nav-next a:after {
	font-family: 'FontAwesome';
	content: ' ';
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP FOOTER WIDGET
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gossip-footer-widget {
	background: #f1f0ea;
	padding-bottom: 48px;
	padding-top: 48px;
	text-align: center;
	overflow: hidden;
}
.gossip-footer-widget h2 {
	margin: 48px auto 24px;
	font-size: 20px;
	color: #b9b9b9;
	line-height: 1;
}
.gossip-footer-widget p,
.gossip-footer-widget li a{
	color: #000;
	font-size: 17px;
}
.gossip-footer-widget li a:hover{
	color: #66992c;
}
.gossip-about img {
	width: 140px;
	height: auto;
	margin-top: 48px;
	margin-bottom: 0;
}
.gossip-about p i {
	font-size: 14px;
	height: 36px;
	width: 36px;
	color: #b9b9b9;
	background: #666666;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	margin-right: 12px;
}
.gossip-footer-widget li {
	display: inline-block;
	margin-right: 24px;
}
.gossip-footer-widget li a{
	padding: 5px 0;
	font-size: 14px;
}
.gossip-footer-widget li:first-child{
	border-top: none;
}
.gossip-footer-widget li:last-child{
	border-bottom: none;
}
.gossip-footer-widget li a {
	display: block;
}
.gossip-footer-widget .children {
	padding-left: 24px;
	list-style: square;
}
.gossip-footer-widget .children{
	border-top: 1px solid #535353;
	box-shadow: 0 -1px 0 #383838;
}
.tagcloud a {
	padding: 6px 10px;
	background: #4fb2d9;
	color: #ffffff;
}
.gossip-footer-widget #recentcomments li{
	padding: 5px 0;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							GOSSIP FOOTER COPYRIGHT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer {
	position: relative;
}
.gotop {
	position: absolute;
	top: -34px;
	left: 50%;
	margin-left: -30px;
	z-index: 5;
}
.gossip-copyright-area {
	background: #f1f0ea;
	padding: 18px 0;
}
.gossip-copyright-area  p{
	line-height: 1;
	font-size: 13px;
}
.gossip-copyright-area .copyright {
	text-align: center;
}
.gossip-copyright-area a {
	color: #333;
}
.gossip-nav li.menu-item-has-children ul {
	display: none;
}
@media screen and (max-width:768px) {
	.f_menu{padding: 0 5%;}
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							               INDEX
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#top_info {
    background: #f1f0e4;
    padding: 40px 0;
    position: relative;
    width: 100%;
    margin: 0;
}
.top_info_inner {
    position: relative;
    width: 98%;
    max-width: 980px;
    margin: auto;
}
.top_info_inner:before {
    content: '';
    width: 160px;
    background: url(img/ico2.png) no-repeat;
    position: absolute;
    bottom: 8px;
    height: 140px;
}
.top_info_inner:after {
    content: '';
    width: 200px;
    background: url(img/ico1.png) no-repeat;
    position: absolute;
    top: 20%;
    height: 140px;
    right: 0;
}
#news {
	width: 100%;
	clear: both;
	padding: 30px 15px 0px 15px;
	margin: 0 auto;
	position: relative;
	background-image: url(img/bg_news.gif),url(img/bg_news3.gif);
	background-repeat: no-repeat,no-repeat;
	 background-position: right 170px,left 0px;
}
.news__container {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 40px auto;
}
.news__hdr,.news__latest {
	display: table-cell;
	vertical-align: top;
}
.news__hdr {
	padding-top: 45px;
	line-height: 1;
}
.news__title {
	margin-bottom: 10px;
	font-size: 1.71429em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.home .news__en {
	text-transform: uppercase;
	font-size: 13px;
}
.news__latest{
	width: 80%;
	padding-top: 42px;
	text-align: left;
}
.news__latest dl {
	background: url(img/bg_dot-horizontal.png) repeat-x 0 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
}
.news__latest dl:first-child {
	background-image: none;
}
.news__latest dt, .news__latest dd {
	display: table-cell;
	vertical-align: top;
}
.news__latest dt {
	width: 110px;
	padding: 19px 0 18px 12px;
}
.news__latest dt time {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1.75;
}
.news__latest dd {
	background: url(img/arrow-right.svg) no-repeat 0 28px;
	background-size: 14px auto;
	padding: 18px 0 16px 24px;
	line-height: 1.3;
	font-size: 18px;
	font-weight: 600;
}
.news_btn {
	text-align: center;
	width: 140px;
	margin: auto;
}
.new {
	font-size: 12px;
	color: #ea5549;
}
@media screen and (max-width: 784px) {
#news {
	width: 98%;
	clear: both;
	padding: 20px 15px;
	margin: 0 auto;
	position: relative;
	background-image: none;
}
  .news__hdr {
	width: 95px;
	padding-top: 40px;
  }
  .news__title, .news__en {
	margin-left: 0;
  }
  .news__title {
	margin-bottom: 14px;
	font-size: 18px;
  }
  .news__en {
	font-size: 12px;
  }
  .news__latest {
	width: auto;
	padding-top: 20px;
  }
  .news__latest dl {
	display: block;
  }
  .news__latest dt, .news__latest dd {
	display: block;
  }
  .news__latest dt {
	width: auto;
	padding: 17px 0 0;
	margin-bottom: 12px;
	line-height: 1;
  }
  .news__latest dt time {
	font-size: 15px;
	line-height: 1;
  }
  .news__latest dd {
	background-position: 1px 8px;
	background-size: 10px auto;
	padding: 0 0 10px 18px;
  }

}
@media screen and (max-width: 590px) {
.news__hdr,.news__latest {
	display: block;
	vertical-align: top;
}
.news__hdr {
	width: 100%;
	padding-top: 20px;
  }
.news__title {
	margin-bottom: 4px;
	font-size: 24px;
  }
  
  .top_info_inner:before {
    content: '';
    background:none;
    position: absolute;
}
.top_info_inner:after {
    content: '';
    background: none;
    position: absolute;
}
}

.btn-top-entry-area {width: 50%;margin: 18px auto !important;}
.btn-top-entry {
  border: 2px solid #eaeaea !important;
  background: #f86942;
  color: #ffffff;
  font-weight: bold;
  margin: 18px 0;
  padding: 18px 0;
  width: 100%;
}
.btn-top-entry a {
  color: #ffffff;
  font-size: 24px;
}
.btn-top-entry:hover {
  border: 2px solid #f86942 !important;
  background: #f86942 !important;
  color: #ffffff;
}

@media screen and (max-width: 720px) {
.btn-top-entry-area {width: 96%;margin: 18px auto !important;}
.btn-top-entry a {font-size: 18px;}
}

#bosyu {
	padding: 60px 0;
	clear: both;
	background: url(img/bosyu-bg.png) repeat 0 0;
}
.bosyu__container {
	width: 96%;
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}
.bosyu__container h2 {
	text-align: center;
	max-width: 325px;
	margin: auto;
}
.bosyu-content {
	padding: 30px 0;
}
.bosyu_btn{
    padding: 40px 0 20px;
    text-align: center;
    margin: auto;
    max-width: 290px;
}
.bosyu_btn h2{margin-bottom: 45px;}
.bosyu_btn p{
	width: 140px;
	margin: auto;
}
#sns {
	width: 100%;
	clear: both;
	padding: 60px 0 80px 0;
	margin: 0 auto;
	position: relative;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	 background-position: 0 0;
	 background-size:cover;
	 text-align: center;
}
.fb_page_plugin_area {
	width: 100%;
}
.pattern {
  width: 100%;
  height: 100%;
  background: url(img/bg.gif);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fb-page {z-index: 5;}

@media screen and (max-width: 590px) {
    #sns {overflow: hidden;}
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							               CONTACT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.contact {
  width: 100%
}
.contact_header h2 {
  font-size: 17px;
}
.contact .form {
  display: table;
  width: 80%;
}
.contact .form dd, .contact .form dt {
  display: table-cell;
  vertical-align: middle
}
.contact .form dt {
  width: 16em
}
.contact .form_vTop {
  vertical-align: top!important;
  padding-top: 12px;
}
.contact .form_vTop--confirm {
  vertical-align: top!important;
  padding-top: 0;
}
.must{
	color: #9f3239;
	font-size: 13px;
	font-weight: 700;
}

@media screen and (max-width: 784px) {
.contact .form {
  display: table;
  width: 100%;
}
.contact .form dd, .contact .form dt {
  display: block;
}
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							               access
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.section_header {
  padding-top: 5px;
}
.section_header_ttl {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  background: url(img/text_bg.gif) no-repeat 0 0;
  padding-left: 5px;
}
.section_ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #9d9d9d;
  font-size: 22px;
  font-weight: 700;
}
.section ul li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.8;
  color: #333;
}
.section ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 3px;
  color: #787878;
  font-size: 13px;
}
@media screen and (max-width: 590px) {
.section_ttl {font-size: 20px;}
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							               entry
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.section_ttl_entry {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #9d9d9d;
  font-size: 28px;
  font-weight: 700;
  color: #ff6347;
}
.section ul.kaki li {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
table.entry {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}
table.entry th,
table.entry td {
    padding: 10px;
}
table.entry th{
    background: #bfab4e;
    vertical-align: top;
    text-align: left;
    width: 15%;
    overflow: visible;
    position: relative;
    color: #fff;
    padding: 20px 10px 20px 20px;
} 
table.entry th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #bfab4e;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.entry th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #bfab4e 10px solid;
        margin-top: -10px;
    }
} 
table.entry td {
    background: #f8f8f8;
    padding: 20px 10px 20px 30px;
}
table.entry td li{padding-left: 0;}
table.entry td ul li::before{content:none;}

.btn-entry{
	border: 2px solid #eaeaea !important;
	background: #f86942;
	color: #ffffff;
	font-size: 22px !important;
	font-weight: bold;
	margin: 0 0 18px 0 !important;
	width: 290px;
	text-align: center;
	padding: 0.3em 0;
}

.btn-entry2 {
  border: 2px solid #eaeaea !important;
  background: #3cb37a !important;
  color: #ffffff;
  font-size: 22px !important;
  font-weight: bold;
  margin: 0 0 18px 0 !important;
  width: 290px;
}
.btn-entry a, .btn-entry2 a {
  color: #ffffff;
  display: block;
    padding: 12px 0;
}
.btn-entry:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #f86942 !important;
  background: #f86942 !important;
  color: #ffffff;
}
.btn-entry2:hover, .btn-outline2:active, .btn-outline2:focus {
  border: 2px solid #3cb37a !important;
  background: #3cb37a !important;
  color: #ffffff;
}

.btn-caution{
	margin: 25px 0 !important;
}
.btn-caution a{
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	text-decoration: none;
	display: block;
	max-width: 250px;
	background: #a94542;
	color: #fff;
	margin: auto;
	padding: 10px 30px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
	outline: none;
	transition: ease .2s;
}
.btn-caution a:hover{color:#fff;}
.btn-caution a span{
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: 600;
}
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#333;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}
.bgskew:hover::before {
  animation: skewanime .5s forwards;
}
@keyframes skewanime {
  100% {
    left:-10%;
  }
}
.waku{
    border: 4px solid #808000;
    padding: 12px;
    background: #fff;
    margin: 20px 0;
}
.waku-red{
    background: #f5e1dc;
    padding: 20px 20px 5px;
    margin: 20px 0;
}
.entry-inner-tb{
	margin: 8px 8px 15px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.entry-inner-tb th:after{
content:none;
}
.entry-inner-tb thead th{
    position: static;
    background: beige;
    color: #333;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.entry-inner-tb tbody th {
	background: #fff;
	color: #333;
	text-align: center;
	position: static;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.entry-inner-tb tbody td{
    background: #fff;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

@media screen and (max-width: 590px) {
	table.entry>tbody>tr>th,
	table.entry>tbody>tr>td {
		display: block;
		width: 100%;
		padding:10px;
	}
	table.entry th:after{content:none;}
	.btntop-entry {
		  width: 100%;
	}
	.section ul.kaki li {
		font-size: 16px;
		font-weight: 700;
		color: #333;
	}
	.section_ttl_entry {font-size: 22px;}
	.waku {font-size: 16px !important;}
	
	.table-scroll{overflow-x: scroll;}
	.table-scroll table.entry-inner-tb {width: 100%;font-size: 90%;}
	table.entry td{padding-left: 0;}
	.entry-inner-tb{font-size: 15px;line-height: 1.5;}
	.entry-inner-tb tbody th{padding: 10px;font-size: 90%;}
	.entry-inner-tb tbody td{padding: 10px !important;}
}

.red-waku{
    border: 5px solid rgba(194, 24, 91, 0.63);
}
.red-waku-inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
.red-waku-inner h4{
    color: #AD1457;
}
body.home .red-waku p{
	text-align: left;
}
.red-waku02{}
.red-waku02 .red-waku-inner {
	border: 1px solid rgba(194, 24, 91, 0.63);
	background: #fff;
	width: 100%;
	padding: 30px 5%;
	margin-bottom: 20px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
							               list-info
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* .m-menu
-------------- */
.m-menu{
    margin:20px 0;
    padding-bottom: 40px;
    text-align: center;
    overflow: hidden;
}
.m-menu li{
    float: left;
    height: 80px;
    margin: 0 12px;
    position: relative;
}
.m-menu li a{
    display: block;
    width: 85px;
    font-size:18px !important;
    line-height:85px !important;
    text-align:center !important;
    text-decoration: none;
		display: block;
		border-radius: 50%;
		background: #74af31;
		color: #fff !important;
		font-weight: 700;
    overflow:hidden !important;
    word-wrap:normal !important;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.m-menu li a:hover{
    opacity: 0.6;
}
.m-menu li a span {
  position: absolute;
  top: 65%;
  left: 59%;
  width: 12px;
  height: 12px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.gossip-list-section {
	margin: 0;
	padding: 32px 0;
	background: url(img/bg-paper.jpg) repeat 0 0;
}
.list_container {
	clear: both;
	width: 94%;
	max-width: 1030px;
	margin: 0 auto;
	overflow: hidden;
}
.shoplist {
    margin-top: 40px;
    padding-top:30px;
    clear: both;
}
.shoplist_ttl{
    position: relative;
    display: inline-block;
    padding: 0 55px;
    /*margin: 0;*/
}
.shoplist_ttl:before, .shoplist_ttl:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.shoplist_ttl:before {left:0;}
.shoplist_ttl:after {right: 0;}

.shop_unit{
	overflow: hidden;
	width: 19%;
	min-height: 280px;
	float: left;
	margin: 0 0.5% 10px 0.5%;
	background: #fff;
	position: relative;
}
p.shop_unit_ttl,  p.shop_unit_area {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 1.6;
}
.shop_unit_shop {
    font-weight: 700;
    color:#f96842;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0.3em;
}
.shop_unit > a {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 10px
}
.shop_unit > a:after {
    position: absolute;
    right: 10px;
    bottom: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #b2bbba;
}
.shop_unit_img{
    margin-bottom: 8px;
    width: 195px;
    height: 146px;
}
.shop_unit_img img{
    object-fit: cover;
    height: 146px;
    width: 100%;
}
.shop_unit_cnt {
	width: 90%;
	height: 90px;
	margin: auto;
	position: relative;
}
.shop_unit_ttl {
    margin-bottom: 5px;
    font-weight: 700;
}
.shop_unit_area {
    margin-bottom: 0px;
}
.s-comment {
	line-height: 1.4;
	padding: 0 0;
	margin: 0;
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tag_ico{
    padding: 5px 12px;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1;
    background: #eae8e1;
    text-align: center;
    position: absolute;
    bottom: 0;
	left: 5%;
    width: 90%;
}
.taiken{
	position: absolute;
	top: 5px;
	right: 5px;
}
.shop_unit .sns{
	position: absolute;
	right: 0;
	bottom: 5px;
}
.shop_unit .sns img{
	max-width: 30px;
	margin: 0;
}

@media screen and (max-width: 768px) {
   .shop_unit {
        overflow: hidden;
        width: 24%;
        float: left;
        margin: 0 0.5% 10px 0.5%;
    }

}
@media screen and (max-width: 590px) {
    .m-menu li {
        height: 80px;
        margin: 0 12px 12px 0;
        position: relative;
    }
    .shop_unit {
        overflow: hidden;
        width: 30%;
        float: left;
        margin: 0 1% 30px 1%;
    }
    .shop_unit {
        overflow: hidden;
        width: 47%;
        float: left;
        margin: 0 1% 10px 1%;
	height: 320px;
    }
    .m-menu li a {
        width: 70px;
        line-height: 70px !important;
        font-size: 16px !important;
    }
}
/*申込フォーム*/
.contact h3{
	margin-top: 30px;
	font-size: 22px;
}
.boxarea {
	width: 15% !important;
}
.textarea02 {
	width: 60% !important;
}
.contact .form{
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 18px;
}
.contact .form dd{
	line-height: 1.5;
}
input[type="text"],select,textarea,input[type="file"]{margin: 6px 0;}
.mw_wp_form_confirm .confir-no {
  display: none;
}
@media screen and (max-width: 590px) {
	.contact .form {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.boxarea {width: 20% !important;}
	#zip.boxarea {width: 50% !important;}
}

/*開催登録*/
.kaisai-toroku{
    width: 90%;
    max-width: 780px;
    margin: 20px auto 0 auto;
    padding: 40px 40px 20px;
    border: 3px solid #d67497;
}
.kaisai-toroku h3{
    font-size: 20px;
    color: #a94542;
    margin: 0 0 15px 0;
    text-align: center;
}
button[type="submit"] {
	padding: 6px 50px;
	border: none;
	line-height: normal;
	background: #66992c;
	color: #ffffff;
	margin-top: 12px;
}

/*ギャラリー*/
body.gallery .m-menu{padding: 60px 0 10px 0;}
ul.ph_gallery{
	display:-webkit-box;
	  display:-ms-flexbox;
	  display:flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}
ul.ph_gallery li{
	width: calc((100% - 6%) / 4);
	margin-right: 2%;
}
ul.ph_gallery li:nth-of-type(4n){margin-right: 0;}
ul.ph_gallery li img{
	height: 165px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 18px;
}
body.gallery .center{
	text-align: center;
	}
body.gallery .shoplist_ttl {margin-bottom:30px;}
body.gallery .shoplist_ttl a{font-size: 28px;color:#222;}

.container-L{
	width: 100%;
	max-width:1100px;
	margin:0 auto;
}
.height80{
    height: 80px;
}
@media screen and (min-width: 641px){	
  body.gallery .m-menu.mb30 { margin-bottom:30px !important;}
}
@media screen and (max-width: 640px){
	ul.ph_gallery li{width: calc((100% - 2%) / 2);}
	ul.ph_gallery li:nth-of-type(2n){margin-right: 0;}
	ul.ph_gallery li img{
	height: 145px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
	}
.gossip-embed-container{padding-bottom: 100%;}
.section_header_ttl{margin-bottom: 20px;}
.alignright.col-sm-5{padding: 0;}
}

/*-パソコンにはパソコン用のスマホにはスマホ用の改行を作る-
 お問い合わせ・<br class="br-sp">ご相談-*/
@media screen and (min-width: 591px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 590px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}
.dl-box{
    background: whitesmoke;
    padding: 20px 8%;
}
.dl-box .wp-block-columns{margin-bottom: 0 !important;}
.dl-box h3{
    font-size: 20px;
    margin-bottom: 0;
}
.dl-box .wp-block-button__link{
    background-color: #f96842;
    width: 300px;
}
@media screen and (max-width: 768px){
  .dl-box .wp-block-columns{gap: 15px;}
  .dl-box .wp-block-column {text-align: center;display: flex;justify-content: center;}
}
@media screen and (max-width: 320px){
  .dl-box .wp-block-button__link{width: 260px;padding: 12px 5px;}
}