@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック	Medium', meiryo, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	letter-spacing: 0.015em;
	line-height: 2em;
	color: #656565;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

a {
	text-decoration: none;
	color: #959dae;
}

.postinfo {
	background: #f3f3f3;
	padding-left: 10px;
}

#wrapper, #site-header, #site-contents, #site-footer {
	width: 100%;
}

.header-main, .contents, .footer-content {
	
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.nosidebar {
width: 100% !important;
}

.site-header-ad, .main-content {
	width: calc(100% - 396px); /* max: 774px */
	padding-left: 15px;
	padding-right: 15px;
}

.site-branding, .sidebar {
	width: 396px;
	padding-left: 15px;
	padding-right: 15px;
}

#site-footer {
	margin-top: 90px;
	background: #333;
}

.footer-column {
	width: calc(33.333333% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	background-color: white;
	margin-top: -90px;
	-moz-box-shadow: 0 1px 3px #d0d0d0;
	-webkit-box-shadow: 0 1px 3px #d0d0d0;
	box-shadow: 0 1px 3px #d0d0d0;
}

@media screen and (max-width: 991px) {
	.footer-column:nth-child(2), .footer-column:nth-child(3) {
		margin-top: 30px;
	}
}

#site-contents {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* SITE LOGO */
.site-branding h1, .site-branding p {
	margin:0;
	padding:0;
}

@media screen and (max-width: 991px) {
	.site-branding {
		position:fixed;
		top: 0;
		left: 0;
		margin: 0 60px;
		width: calc(100% - 120px);
		max-width: calc(100% - 120px) !important;
		padding: 0;
		z-index: 999999;
		text-align: center;
	}
	.site-branding h1 a {
		background-position: center top !important;
		padding-top: 60px !important;
	}
	.site-description {
		display: none;
	}
}

.site-header-ad {
	margin: 0;
	padding: 0;
}

/* MENU */

.toggle-menu i, .toggle-search i {
	height: 26px;
	width: 22px;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.header-menu {
	height: 60px;
	background-color: white;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

@media screen and (max-width: 991px) {
	.header-menu {
		position:fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
	}
	.site-header-ad {
		margin-top: 72px;
	}
	.header-search {
		position:fixed;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 99999;
	}
}

.menulist {
	position: relative;
}

.menulist li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menulist li a {
	display: block;
	text-transform: uppercase;
	/*font-family: "Montserrat", sans-serif;*/
	font-size: 11px;
	color: #565656;
	margin: 0 26px;
	line-height: 60px;
}

.menulist li.current-menu-parent > a, .menulist li.current-menu-item > a {
	color: #959dae;
}

@media screen and (min-width: 992px) {
	.menulist > li.menu-item-has-children:after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border: solid transparent;
		border-width: 4px;
		border-top-color: #BBBDC2;
		bottom: 10px;
		margin: auto;
		left: 0;
		right: 0;
	}
	.menulist li {
		position: relative;
		display: inline-block;
	}
	.menulist li .sub-menu {
		background-color: #fff;
		width: 200px;
		position: absolute;
		top: 100%;
		left: 10px;
		border: 1px solid #e7e7e9;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.menulist li .sub-menu li {
		display: block;
	}
	.menulist li .sub-menu li a {
		margin: 0;
		line-height: 40px;
		font-size: 10px;
		padding: 0 15px;
		border-bottom: 1px dashed #e7e7e9;
	}
	.menulist li .sub-menu li:last-child a {
		border: 0;
	}
	.menulist li .sub-menu .sub-menu {
		top: -1px;
		left: 100%;
	}
	.menulist li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
	}
}


.toggle-menu {
  position: absolute;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  border-right: 1px solid #eceef2;
}

.toggle-menu .item {
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  background-color: #565656;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toggle-menu.toggle-active .item {
  background-color: #959dae;
}

.submenu-toggle {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-left: 1px dashed #e7e7e9;
  float: right;
  cursor: pointer;
  margin-top: -40px;
  font-size: 18px;
}

.back-mb {
  background-color: #f5f6f9;
}

@media screen and (max-width: 991px) {
	.navigation {
		position: fixed;
		width: 260px;
		height: auto;
		top: 60px;
		bottom: 0;
		z-index: -1;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		background-color: #fff;
		box-shadow: 0 100px 0 0 #fff;
		overflow: hidden;
		overflow-y: auto;
		border-right: 1px solid rgba(0, 0, 0, 0.05);
		transform: translateX(-100%);
	  	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.navigation.navigation-active {
		transform: translateX(0);
	}

	.header-logo {
		display: block;
	}
	
  .toggle-menu {
    display: block;
  }

  .menulist li a {
    line-height: 40px;
    border-bottom: 1px dashed #e7e7e9;
    margin: 0;
    padding: 0 15px;
  }
  .menulist li .sub-menu {
    position: absolute;
    background-color: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
  .menulist li .sub-menu.sub-menu-active {
    transform: translateX(0);
  }
}

.toggle-search {
	position: absolute;
	display: none;
}


.content img {
	width: 100%;
	height: auto;
}

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

.footer-navigation ul {
	margin: 0;
	padding: 0;
}

.footer-navigation ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-name, .copy, .footer-navigation {
	padding-left: 15px;
	padding-right: 15px;
}

#wrapper {
	overflow: hidden;
	z-index: 9;
	background-color: #f5f6f9;
}

.site-contents {
	margin-top: 50px;
	margin-bottom: 20px;
}

article, .page-content, .sub-content, .page-header, .widget {
	background-color: white;
	padding: 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
	.site-header-ad,
	.main-content,
	.site-branding,
	.sidebar,
	.footer-column {
		width: 100%;
		float: none !important;
	}
	.navigation {
		position: fixed;
		width: 260px;
		height: auto;
		top: 60px;
		bottom: 0;
		z-index: -1;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0 100px 0 0 #fff;
		overflow: hidden;
		overflow-y: auto;
		border-right: 1px solid rgba(0, 0, 0, 0.05);
		transform: translateX(-100%);
		transition: all 0.3s ease;
	}
	.navigation.navigation-active {
		transform: translateX(0);
	}

	.header-logo {
		display: block;
	}
	
	.toggle-menu {
		display: block;
	}

	.menulist li a {
		line-height: 40px;
		border-bottom: 1px dashed #e7e7e9;
		margin: 0;
		padding: 0 15px;
	}
}

.site-header-ad p {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 728px;
	height: 90px;
border: 1px solid #666;
}

.site-widget {
	width: calc(100% - 30px);
	margin: 15px;
}

/* POST LIST */

.post-list { 
	display: flex;
	flex-wrap: wrap;
}
.post-thumbnail {
	position: relative;
	width: 100%;
	margin-top: 15px;
}

.post-thumbnail-list {
	position: relative;
	width: 180px;
	height: 56.25%;
	margin-right: 20px;
}

.post-thumbnail:before, .post-thumbnail-list:before {
    content:"";
    display: block;
	padding-top: 56.25%;
}

.post-thumbnail > div, .post-thumbnail-list > div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.post-content-list {
	position: relative;
	width: calc(100% - 200px);
	min-width: 200px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

@media screen and (max-width: 460px) {
.post-content-list {
	position: relative;
	width: 100%;
	border: 0;
	padding: 0;
}
}

.post-content-list h2, .post-content-list p {
	margin: 0;
}


/*
@media screen and (max-width: 991px) {
	.post-thumbnail {
		width: 50%;
		height: 56.25%;
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
	}
}
*/

article img {
	max-width: 100%;
	height: auto;
}

img.wp-post-image {
	width: 100%;
	height: auto;
}

img.size-thumb180 {
	width: 180px;
	height: auto;
}

img.size-medium {
	width: 60%;
	height: auto;
}

img.size-large {
	width: 80%;
	height: auto;
}

img.size-full {
	width: 100%;
	height: auto;
}

.widget img {
	width: 100%;
	max-width: 336px;
	height: auto;
}

.widget_google_translate_widget img {
	width: auto;
}



.moretext a {
	color: white;
	display: block;
	width: 100%;
	padding: 8px;
	line-height: 1.4;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-top: 5px;
	background: blue;
}

article .sub-content, article article {
	margin: 0;
	border-bottom: 1px solid #ddd;
}



/* PAGE NAVI */
.pagenavi dt, .pagenavi dd {
	display: inline-block;
	margin: 0;
}

.pagenavi dt {
	width: 70px;
}

.pagenavi dd {
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* NEXT PAGE NAVI */
.nextpagelink {
	width: 100%;
	padding: 0;
	text-align: center;
}

.nextpagelink li {
	display: inline-block;
	padding: 2px 10px;
	font-size: 90%;
	color: #fff;
	background: #5ab546;
	-moz-box-shadow: 0 1px 3px #d0d0d0;
	-webkit-box-shadow: 0 1px 3px #d0d0d0;
	box-shadow: 0 1px 3px #d0d0d0;
	text-shadow: 1px 1px 0 #6bc657;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* TAG CLOUD */
.tagcloud a {
display: inline-block;
padding: 2px 10px;
font-size: 90%;
color: #fff;
background: #5ab546;
-moz-box-shadow: 0 1px 3px #d0d0d0;
-webkit-box-shadow: 0 1px 3px #d0d0d0;
box-shadow: 0 1px 3px #d0d0d0;
text-shadow: 1px 1px 0 #6bc657;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

/* Related Article */

.related_posts {
	width: 100%;
}

.carousel ul {
	margin: 0;
	padding: 0;
}

.carousel li {
	list-style: none;
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-top: 1px solid #ebebeb;
}

.carousel li .top {
	width: 90px;
	height: 70px;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	}

.carousel li .top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.carousel li .bottom {
	width: calc(100% - 100px);
}

.carousel h3, .carousel p {
	margin: 0;
	line-height: 1.5;
}

@media screen and (max-width: 991px) {
	.related_posts {
		border-top: 1px solid #ebebeb;
		margin-left: -15px;
		width: calc(100% + 30px);
	}
	
	.related_posts .carousel {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		background-color: #f8f8f8;
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	.related_posts .carousel::-webkit-scrollbar {
		display: none;
	}
	
	.carousel ul {
		display: flex;
	}
	
	.carousel li:last-child {
		margin-right: 15px;
	}

	.carousel li {
		width : 180px;
		margin: 8px;
		padding: 0;
		display: block;
		background: #fff;
		border: 0;
		border-radius: 2px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}
 
	.carousel li .top {
		margin: 0;
		width: 180px;
		height: 140px;
		overflow: hidden;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}

	.carousel li .top img {
		display: block;
		width: 100%;
		height: auto;
	}

	.carousel li .bottom {
		width: calc(100% - 14px);
		margin: 7px;
	}

	.carousel li .bottom h3 {
		margin: 0;
	}
	
	.carousel li .bottom p {
		line-height: 1.2em;
	}
	
	.carousel li .excerpt {
		display: none;
	}
}

.new-section {
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 10;
}

.new {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #6ec5d5;
	font-size: 10px;
	padding: 8px 2px 0 2px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 38px;
	text-transform: uppercase
}

/* Admin */
@media screen and (max-width: 991px) { .admin-bar .header-menu, .admin-bar .site-branding { top: 32px; } .admin-bar .navigation { top: 92px; }}
@media screen and (max-width: 782px) { .admin-bar .header-menu, .admin-bar .site-branding { top: 46px; } .admin-bar .navigation { top: 106px; }}
@media screen and (max-width: 600px) { #wpadminbar { position: fixed; }}

/* BREADCRUMB */
#breadcrumb ul { margin: 0; padding: 0; line-height: 1.2em; }
#breadcrumb li { display: inline-block; list-style: none; }

/* CALLENDER */
.widget_calendar #calendar_wrap { position: relative; }
.widget_calendar #wp-calendar { width: 100%; background-color: #fff; }
.widget_calendar #wp-calendar caption { position: relative; background-color: #eceef2; text-align: center; font-family: "Montserrat", sans-serif; font-size: 12px; line-height: 40px; text-transform: uppercase; color: #444; z-index: 9; letter-spacing: 0.1em; }
.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td { text-align: center; border: 1px solid #eceef2; padding: 3px 6px; font-size: 12px; text-transform: uppercase; }
.widget_calendar #wp-calendar th#today, .widget_calendar #wp-calendar td#today { color: #959dae; font-weight: 700; }
.widget_calendar #wp-calendar thead th { color: #585858; padding: 6px; font-size: 14px; } /* font-family: "Montserrat", sans-serif; */
.widget_calendar #wp-calendar tbody td a { color: #333; font-weight: 700; }
.widget_calendar #wp-calendar tbody td a:hover { color: #959dae; }
.widget_calendar #wp-calendar tfoot { border: 1px solid #eceef2; border-top: 0; }
.widget_calendar #wp-calendar tfoot td { border: 0; padding: 6px; font-size: 12px; }
.widget_calendar #wp-calendar tfoot td a { color: #888; }
.widget_calendar #wp-calendar tfoot td a:hover { color: #959dae; }
.widget_calendar #wp-calendar tfoot td#prev { text-align: left; }
.widget_calendar #wp-calendar tfoot td#next { text-align: right; }

/* CATEGORY */
.widget_categories ul {
	margin:0;
	padding: 0;
}

.widget_categories .cat-item {
	display: inline-block;
	width: 47%;
	padding: 3px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 2px;
	list-style: none;
	margin: 2px;
}

.widget_categories .cat-item:hover {
	background: #efefef;
}


.entry-footer {
	width: 100%;
}

.entry-footer:before {
	content: '';
	display: table;
	clear: both;
}

/* SNS */
#footer_menu li a {
	display: inline-block;
	list-style: none;
	padding: 4px 10px 4px 10px;
	margin: 10px;
	/*width: 32px;*/
	height: 32px;
	background: #999;
	border-radius: 16px;
	line-height: 23px;
	font-size: 14px;
}

/*
#footer_menu li:nth-child(2) a {
	color: #fff;
	background: #4267b2;
}

#footer_menu li:nth-child(3) a {
	color: #fff;
	background: #1da1f2;
}
+/

#sidebar{
	position: relative;
}
#follow{
	position: absolute;
	top: 120px;
	left: 15px;
	width: 366px;
	height: auto;
}


/* PAGETOP */
#pagetop2{
	position: fixed;
	right: calc(50% - 585px);
	bottom: 15px;
	z-index: 9999;
}
@media screen and (max-width: 1200px) {
	#pagetop2{ right: 15px; }
}

#pagetop2 a{
    display: block;
    padding: 3px;
/*    background: #1EA6BB;
    color:#fff; */
    text-decoration: none;
}

/* SCROLL AD */
#scroll_box{
	position: relative;
	width: 366px;
}
@media screen and (max-width: 991px) {
	#scroll_box{
		width: 100%;
	}
}

/* WELCART */
div#cart {
	overflow-x: auto;
}

div#cart table#cart_table {
	min-width: 500px;
}

div.loopimg {
	display: none;
}

/*Pagenation*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}




.youtube {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
 
.youtube iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}

.googlemap {
 position: relative;
 width: 100%;
 padding-top: 65%;
}
 
.googlemap iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}


ul.socialBtn {
    clear: both;
    list-style: none;
    margin: 10px 0;
    text-align: center;
}
ul.socialBtn:after {
    content: '';
    clear: both;
    display: table;
}
ul.socialBtn li {
    float: left;
    width: 25%;
}
ul.socialBtn li a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    letter-spacing: .05em;
    font-size: 16px;
}
ul.socialBtn li a.twitter {background: #1da1f2;}
ul.socialBtn li a.facebook {background: #3b5998;}
ul.socialBtn li a.google {background: #db4437;}
ul.socialBtn li a.line {background: #00b900;}
ul.socialBtn li a.pocket {background: #ee4056;}
ul.socialBtn li a.hatena {background: #00a4de;}
ul.socialBtn li a.feedly {background: #51b139;}
ul.socialBtn li a.rss {background: #ffa500;}
ul.socialBtn li a:before {
    position: relative;
    bottom: -1px;
	font-family: "Font Awesome 5 Brands";
    display: inline;
    margin-right: 5px;
    line-height: 1;
}
ul.socialBtn li a.twitter:before {content: "\f099";}
ul.socialBtn li a.facebook:before {content: "\f09a";}
ul.socialBtn li a.google:before {content: "\f2b3";}
ul.socialBtn li a.line:before {content: "\f3c0";}
ul.socialBtn li a.pocket:before {content: "\f265";}
ul.socialBtn li a.hatena:before {content: "\e901";}
ul.socialBtn li a.feedly:before {content: "\e900";}
ul.socialBtn li a.rss:before {content: "\f143";}
 
@media screen and (max-width: 959px) {
    ul.socialBtn li a {
        font-size: 20px;
    }
    ul.socialBtn li a span {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
    }
    ul.socialBtn li a:before {
        margin-right: 0;
    }
 
}






.roll {
  display  : inline-block;
  animation: rollkAnime 2s linear infinite;
  color    : #6666ff;
  font-size: 160%
}
@keyframes rollkAnime{
   50% {
         color    : #66ff66;
         transform: rotateX(180deg);
       }
  100% {
         color    : #6666ff;
         transform: rotateX(360deg);
       }
}




.gazousize2{
	width: 140px;
	height: auto;
}


/*ポイントの表示用のCSS*/
.point100 {
	text-shadow: 2px 2px 3px #ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 19px;
    color: #FF0000;
    margin: 0 0px;
    line-height: 100px;
	 border-radius: 20px;
}

.youtube {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
 
.youtube iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}

/*カード幅の調整のCSS*/
.resizeimage img { width: 100%; }