/* @override 
	http://localhost/mspx/wp-content/themes/mil/style.css?var=250118 */



html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-font-smoothing: antialiased;
	background-color: #f9f8f7;
}

* {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, figcaption, legend, button, table, caption, tr, th, td, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 1.6em;
}

h1 {
	font-size: 19px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}


a {
	outline: none;
}

a:hover,
a:active {
	color: #e04f2c;
	text-decoration: underline;
}

input,
textarea {
	-webkit-font-smoothing: antialiased;
}

input[type=search] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}


/* common */
/* --main-seach-- */

.main-search form {
	display: block;
	max-width: 600px;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
}


.main-search .search-button {
	display: block;
	width: 60px;
	height: 50px;
	margin: -26px 0 0;
	padding: 0;
	background: none;
	border: none;
	border-left: 1px solid #ddd;
	position: absolute;
	top: 50%;
	right: 0;
}


.genericon-search {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" ><path d="M14.7,13.3L11,9.6c0.6-0.9,1-2,1-3.1C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1.2,0,2.2-0.4,3.1-1l3.7,3.7L14.7,13.3z M2.5,6.5c0-2.2,1.8-4,4-4s4,1.8,4,4s-1.8,4-4,4S2.5,8.7,2.5,6.5z"/></svg>');
	width: 30px;
	height: 30px;
}

#search-form .genericon-search {
	margin-left: 13px;
}

.main-search .search-field {
	display: block;
	width: 100%;
	padding: 15px 65px 15px 20px;
	margin: 0;
	background: #fff;
	border: 5px solid #20bf48;
	border-radius: 0;
	font-size: 1rem;
	-moz-box-shadow: inset 0 1px 2px #aaa9a9;
	box-shadow: inset 0 1px 2px #aaa9a9;
}

.main-search .search-button .genericon {
	display: block;
	font-size: 32px;
	text-align: center;
}

.main-search .search-button:hover {
	color: #e93000;
	cursor: pointer;
}

/* --Document setup */

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

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

body a,
.main-menu a,
.main-menu li::after,
.blog-title a,
.content form input,
.content form textarea,
.sticky-post,
.search-submit,
.more-link,
#infinite-handle span,
.main-menu>.menu-item-has-children a,
.main-menu>.menu-item-has-children>a::after {
	color: #111;
	text-decoration: none;
}


/* Structure- */

.new {
	font-size: 10px;
	color: white;
	margin-left: 5px;
	padding: 1px 2px;
	position: relative;
	bottom: 3px;
	font-weight: bold;
	border-radius: 2px;
	text-indent: 10px;
	background-color: #f27373;
}

.wrapper {
	display: block;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}


/* -Header-- */
.header {
	padding: 10px 0 0;
	border-top: 5px solid #20b044;
	text-align: center;
}

.header-wrapper {
	position: relative;
	border-top: 10px solid #1da03e;
	background-color: #6cd364;
}

.header-heats {
	position: absolute;
	top: 18px;
	color: #fff;
	display: block;
	right: 20px;
}


.header-heats a {
	color: #fff;
	display: inline-block;
	height: auto;
}

.header-heats a:active:hover {
	text-decoration: none;
	color: #f27373;
}

.mylist-count {
	font-size: 14px;
	font-weight: bold;
}


/* Navigation */

.nav-unshown {
	display: none;
}

.page-navi {
	display: block;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#breadcrumb ol {
	float: right;
}

#breadcrumb {
	display: inline-block;
}

#breadcrumb .home {
	display: none;
}

#breadcrumb ol li {
	display: inline-block;
	border-top-color: black;
}

#breadcrumb ol li {
	color: #555;
	margin-right: 2px;
	margin-left: 0;
}

#breadcrumb .none {
	display: none;
}



/* logo cloud  */

.logoimg {
	height: 50%;
	max-height: 60px;
	width: 100%;
	left: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-cloud ul {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

.logo-cloud li {
	box-sizing: border-box;
	border: 1px solid #eee;
	height: 100px;
	margin-top: 0%;
	margin-left: -1px;
	margin-bottom: -1px;
	padding: 5px 5px 0;
	width: 12.6%;
}

a.tag-cloud-link {
	top: 50%;
	bottom: 50%;
}

.logoimg img {
	max-width: 100%;
	max-height: 100%;
}

.logo-cloud p {
	text-align: center;
	margin-bottom: 0;
	margin-top: 3px;
	line-height: 1.3em;
	padding-top: 10px;
	font-size: 12px;
	color: #555;
}

/* nav menus - */

nav input {
	display: none;
}


/* state - */

.state {
	display: block;
	margin: 20px 0;
	color: #555;
	padding: 5px 5px 0 0;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

h1 span, .state span {
	color: #555;
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
}


.content {
	margin: 20px 10px;
	font-size: 15px;
}

.content.error {
	margin: 150px 20px;
}

.content.single-post {
	margin-top: 10px;
}

.content.tagdescription {
	border-top: 1px dashed #555;
	font-size: 13px;
	padding-top: 40px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.content.tagdescription p {
	margin-bottom: 0;
}

.adsense {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	min-height: 350px;
}

.mag20 {
	margin-top: 20px;
}

.pc_twin {
	display: block;
	margin-top: 20px;
}

.twin {
	display: inline-block;
	margin: 0 15px;
}

/* Post Header - */
.title-logo {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.title-logo img {
	object-fit: cover;
	vertical-align: middle;
	max-width: 150px;
	max-height: 150px;
	zoom: 50%;
}

.post-title {
	padding-top: 10px;
	padding-bottom: 10px;

}

.single-title {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

h1.cat_title {
	margin: 30px 0 20px;
}

.single-title h1 {
	display: inline-block;
}

.single-title h1 span {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}

.single-title-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.heart {
	display: inline-block;
	margin-right: 20px;
	margin-left: 15px;
}

.post-title form {
	display: inline-block;
}

h3.post-title {
	display: inline-block;
}

address {
	line-height: 2.5em;
	margin-bottom: 40px;
	padding-bottom: 5px;
}

address a {
	margin-right: 20px;
	display: inline-block;
}

address .googlemap {
	margin-left: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	font-size: 14px;
	padding: 3px 8px 3px 0;
	border-radius: 100vh;
}

address .phone {
	display: inline-block;
}

ul.border li {
	margin: 10px 0;
	border-bottom: 1px solid #eee;
}

/* --ken page-- */

div.city_index {
	margin-bottom: 50px;
}

div.chid_shop_list {
	margin-bottom: 50px;

}

/* --Single Post- */

.heart-count {
	font-size: 14px;
	color: #999;
	font-weight: bold;
}

.single-gallery img,
.archive-gallery img {
	height: 230px;
	object-fit: cover;
	max-width: 300px;
	max-height: 230px;
	display: inline-block;
	margin-right: 6px;
	background-color: #fafaf8;
}

.single_img {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.single_img {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.single_img i.fas.fa-search-plus {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 10px;
	border-radius: 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	width: 30px;
	height: 30px;
}

.post-flyer-list ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.post-flyers {
	display: block;
	padding-top: 20px;
}

.post-flyer-list li {
	border: 1px solid #ddd;
	padding: 6px 12px 5px;
	border-radius: 16px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #fff;
}

.post-flyer-list li::before {
	content: "⬇";
	color: #e47e7e;
}

time {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}

#zoomImg li {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}

figure.single-figure {
	margin: 20px 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.single-area {
	padding: 10px 18px 0;
	min-height: 220px;
	float: left;
	width: 155px;
}

.single-area img {
	object-fit: cover;
	display: block;
	border: 1px solid #ddd;
	width: 150px;
	height: 150px;
}

.single-area p {
	width: 150px;
	font-size: 14px;
	display: inline-block;
	padding-top: 3px;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 制限したい行数が3の場合 */
	overflow: hidden;
	margin-bottom: 0;
}

.single-area .new {
	margin-right: 5px;
	margin-left: 0;
}


.flyers {
	border-bottom: 1px solid #ddd;
	text-align: center;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	margin-top: 20px;
	background-color: #fff;
}

.jpg_view {
	display: block;
	margin: 10px 0;
	padding: 10px 0;
}

.jpg_view_old {
	display: block;
	margin-bottom: 5px;
	line-height: 2em;
}

.jpg_view span a,
.jpg_view_old span a {
	padding: 0 20px 3px;
	font-size: 12px;
	bottom: 5px;
	position: relative;
	margin: 0 5px;
	color: #555;
	background-color: #fff;
	border: 1px solid #999;
}

h5.date {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}


.single_old {
	margin: 0 0 50px;
}

.single_old li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.ex_flyers {
	display: block;
	text-align: center;
}

.ex_flyers ul {
	display: inline-block;
}


@media (max-width:600px) {
	.ex_flyers ul {
		width: 350px;
	}

	.single-area {
		padding: 8px;
	}

}

@media (max-width:330px) {
	.ex_flyers ul {
		width: 310px;
	}

	.single-area {
		padding: 0px;
	}
}

/* --Post Content-- */

p,
.page-content blockquote,
.page-content ul,
.page-content ol,
.page-content address,
.page-content dl,
.page-content pre {
	line-height: 170%;
	margin-bottom: 1.5em;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin: 40px 0 20px;
}


.page-content input[type="text"],
.page-content input[type="tel"],
.page-content input[type="url"],
.page-content input[type="email"],
.page-content input[type="password"],
.page-content textarea {
	padding: 16px;
}



/* topics - */

.topics {
	margin: 50px 0;
}

.menu-item-object.boder {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

/* -Footer */

.footer {
	background-color: #eae5e3;
}

.footer_img {
	background: url(images/footer_town.png) repeat-x 10px 0;
	height: 50px;
	margin-top: 50px;
}

.menu-footer-container ul {
	font-size: 13px;
	text-align: center;
}

.menu-footer-container li {
	margin-right: 20px;
	display: inline-block;
	margin-top: 5px;
}

.copyright {
	padding: 30px 0 50px;
	text-align: center;
	font-size: 12px;
	color: #222;
}

.footer_logo {
	text-align: center;
	margin-bottom: 15px;
	padding-top: 20px;
	border-top: 2px solid #bce8bd;
}

/* -Media icon */

span.pay {
	display: inline-block;
	margin-bottom: 5px;
	text-indent: -1000px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: 100% auto;
}

.paypay {
	width: 80px;
	background: url(images/pay.png) 0 0 no-repeat;
}

.rakutenpay {
	width: 80px;
	background: url(images/pay.png) 8px -26px no-repeat;
}

.merpay {
	width: 80px;
	background: url(images/pay.png) 10px -84px no-repeat;
}

.aupay {
	width: 80px;
	background: url(images/pay.png) 2px -160px no-repeat;
}

.origami {
	width: 80px;
	background: url(images/pay.png) 0 -54px no-repeat;
}

.linepay {
	width: 80px;
	background: url(images/pay.png) 6px -110px no-repeat;
}

.dharai {
	width: 80px;
	background: url(images/pay.png) 8px -139px no-repeat;
}


/* @end */

@media (min-width:601px) {

	.adsense {
		text-align: center;
		min-height: 280px;
	}

	.main-menu {
		text-align: center;
		position: relative;
		display: block;
		border-bottom: 1px solid #ddd;
	}

	.main-menu li {
		display: inline-block;
		position: relative;
	}

	.menu-item-has-children {
		border-radius: 10px 10px 0px 0;
		background-color: #fff;
	}

	.main-menu label {
		color: #000;
	}

	.menu-item-has-children:hover {
		background-color: #fefcfa;
		font-weight: normal;
	}

	.main-menu>li {
		padding: 10px 20px 5px;
		font-size: 13px;
	}

	.main-menu a {
		display: inline-block;
		padding: 10px 0;
		position: relative;
		text-align: center;
	}


	.main-menu li:hover>a {
		cursor: pointer;
		color: #e93000;
	}

	.main-menu ul {
		position: absolute;
		display: block;
		left: -9999px;
		opacity: 0;
		z-index: 999;
		padding-top: 16px;
		/*transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;*/
		top: 25px;
	}

	.main-menu>li>ul:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1000;
		top: 0px;
		left: 50%;
		margin-left: -8px;
		border: 8px solid transparent;
		border-bottom-color: #e93000;
	}

	.main-menu ul .menu-item-has-children::after {
		content: "";
		display: block;
		border: 6px solid transparent;
		border-left-color: rgba(255, 255, 255, 0.4);
		position: absolute;
		z-index: 1001;
		right: 10px;
		top: 50%;
	}

	.main-menu ul .menu-item-has-children:hover::after {
		border-left-color: #222;
		right: -12px;
	}

	.main-menu ul li {
		width: 160px;
		background: #fff;
		text-align: center;
		border-bottom: 1px solid #ddd;
		position: relative;
	}

	.main-menu ul li a {
		display: block;
		box-sizing: border-box;
	}

	.main-menu ul li a:hover {
		background-color: #f1f1f1;
	}

	.main-menu ul>li:last-child>a {
		border-bottom-width: 0;
	}

	.main-menu>li:hover>ul {
		opacity: 1;
		left: 50%;
		margin-left: -81px;
	}

}


/* city */

div.post-city {
	background-color: #fff;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	margin: 20px 0;
}

.archive-gallery {
	padding: 8px;
}

.scroll-box {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
	height: 243px;
}

.scroll-box::-webkit-scrollbar {
	overflow: hidden;
	width: 5px;
	background: #deded3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.scroll-box::-webkit-scrollbar:horizontal {
	height: 6px;
}

.scroll-box::-webkit-scrollbar-button {
	display: none;
}

.scroll-box::-webkit-scrollbar-piece {
	background: #deded3;
}

#scrollbar02::-webkit-scrollbar-piece:start {
	background: #deded3;
}

.scroll-box::-webkit-scrollbar-thumb {
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #feaa20;
}

.scroll-box::-webkit-scrollbar-corner {
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #feaa20;
}

.city_group {
	display: block;
}


.city_index ul {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.city_index li {
	font-size: 14px;
	flex-basis: 70px;
	border-radius: 100vh;
	text-align: center;
	position: relative;
	margin: 5px;
	width: 70px;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px #20bf48;
	box-shadow: 0 0 5px #20bf48;
	height: 70px;
	line-height: 5mm;
}


li.group_name {
	background-color: #999;
	line-height: 70px;
	color: #fff;
	-moz-box-shadow: none;
	box-shadow: none;

}

.city_index li a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 85px;
}

.city_index li a span {
	display: block;
}

/* Post Inner - */


figcaption {
	font-size: 14px;
	display: -webkit-box;
	margin-bottom: 10px;
	margin-left: 5px;
}

.post-title-set {
	display: block;
	border-bottom: 1px dashed #000;
	margin-right: 10px;
	margin-left: 10px;
	padding: 15px 0 10px;
	position: relative;
	font-size: 16px;
}

.post-title-set li {
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}

.post-title-set li:before {
	content: "●";
	color: red;
}

i.fas.fa-caret-right {
	color: #e93000;
}

.city_box {
	margin-bottom: 10px;
	margin-top: 15px;
}


/* --tag  */
.ken_index {
	margin-top: 20px;
}

.ken_index ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.ken_index li {
	font-size: 14px;
	flex-basis: 60px;
	border-radius: 30px;
	text-align: center;
	position: relative;
	margin: 4px;
	height: 60px;
	width: 0;
	line-height: 60px;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px #20bf48;
	box-shadow: 0 0 5px #20bf48;

}

.ken_index li a {
	display: block;
}

.tag_fly_title {
	display: flex;
	border-top: 1px dashed #000;
	padding-top: 10px;
}

.post-shop>address {
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
}

.city_box ul li {
	margin: 5px;
	font-size: 14px;
}

.post-categories {
	margin-top: 10px;
	font-size: 14px;
	display: block;
}

.post-categories ul {
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}

.post-categories li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post-categories a {
	border-radius: 100vh;
	text-align: center;
	padding: 5px 10px;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px #20bf48;
	box-shadow: 0 0 5px #20bf48;
	display: block;
}

.post-categories.genre a {
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	background-color: #ddd;

}

.post-categories .genre a {
	-moz-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
	background-color: #20bf48;
	color: #fff;
}

.cat_return {
	text-align: center;
	display: block;
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 15px;
}

.cat_return a {
	padding: 10px 20px;
}


.post-shop {
	margin-top: 15px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	padding: 10px 5px 2px 10px;
	background-color: #fff;
}

li.cat-return a {
	background-color: #999;
	color: #fff;
	-moz-box-shadow: none;
	box-shadow: none;
}


.post-shop p {
	font-size: 14px;
	padding: 0;
	margin: 5px .0px 5px 15px;
}

.post-shop p:nth-child(n+2) {
	border-top: 1px dashed silver;
}

.tag_text {
	flex: 1;

}

.tag_img {
	margin: 0 10px 10px 15px;
	width: 100px;
}

.tag_img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

div.noflyer {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.noflyer h4 {
	margin: 5px 0;
}


/* top page & index navi */

.index-menu {
	display: inline-block;
}

.top_ken {
	display: inline-block;
	max-width: 600px;
	width: 100%;
}

.menu-item-object {
	color: #10ae28;
	text-align: left;
	border-bottom: 1px solid #20bf48;
	margin-top: 20px;
	margin-bottom: 5px;
}

.menu-item-object:before {
	content: "▼";
}


.index-menu .sub-menu {
	max-height: none;
	border-top: 1px solid #ddd;
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 20px;
}

.index-menu ul.sub-menu li {
	display: inline-block;
}

.tag-cloud {
	margin-top: 50px;
	margin-bottom: 50px;
}

.content-top {
	padding: 10px;
	text-align: center;
}

.logo_top img {
	max-width: 70%;
	margin-top: 5px;
	margin-bottom: 50px;
}

.archive-navigation a:hover {
	border: 1px solid #fecdc0;
}

.next.page-numbers,
.prev.page-numbers {
	margin-right: 10px;
	margin-left: 10px;
}

.page-numbers {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	position: relative;
	padding: 7px 12px;
	background-color: #fff;
}

.index_section {
	margin-top: 10px;
	margin-bottom: 80px;

}

.count_main_blue {
	display: inline-block;
	padding: 16px;
	width: 200px;
	border: 2px solid #b0cbf6;
	color: #3572d4;
	margin-bottom: 10px;
}


.count_main_red {
	display: inline-block;
	width: 200px;
	border: 2px solid #fb9b8f;
	color: #f3604d;
	margin-top: 10px;
	padding: 16px;
}

.count {
	border-radius: 3px;
	margin: 0 5px;
	padding: 0 3px;
	color: #000;
	font-size: 18px;
}

/*index logo cloud--*/
.logoimg-index {
	height: 50%;
	max-height: 60px;
	width: 100%;
}

.logo-cloud-index ul {
	display: flex;
	flex-wrap: wrap;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.logo-cloud-index li {
	box-sizing: border-box;
	border: 1px solid #eee;
	height: 60px;
	margin-top: 0%;
	margin-left: -1px;
	margin-bottom: -1px;
	padding: 5px 5px 0;
	width: 100px;
	background-color: #fff;
}

.logoimg-index img {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	position: relative;
	margin-bottom: 0;
}


/* form */


.page-content {
	margin: 50px 10px;
	font-size: 15px;

}


.page-content input,
.page-content textarea {
	font-family: 'Lato', Helvetica, sans-serif;
	display: block;

}

.page-content input[type="submit"] {
	display: inline-block;

}

.page-content input[type="text"],
.page-content input[type="tel"],
.page-content input[type="url"],
.page-content input[type="email"],
.page-content input[type="password"],
.page-content textarea {
	width: 100%;
	border: 1px solid #ddd;
	color: #111;
	background: #fafafa;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1em;
}


.page-content textarea {
	height: 180px;
	line-height: 140%;
}


.page-content input[type="submit"],
.page-content input[type="reset"],
.page-content input[type="button"] {
	padding: 16px 20px;
	margin: 0;
	border: none;
	border-radius: 3px;
	background: #111;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;


}

.page-content input[type="submit"]:active,
.page-content input[type="reset"]:active,
.page-content input[type="button"]:active {
	background: #888282;

}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin: 50px 0 10px;
}

.page-content h3 {
	font-size: 1.0em;
	position: relative;
	display: inline-block;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding: 7px 20px;
	max-width: 100%;
	color: #555;
	background: #f1f1f1;
	border-radius: 15px;

}

.page-content h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f1f1f1;

}

.page-content h4 {
	font-size: 1.25em;
}


.page-content hr {
	border-top: 2px dotted silver;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.page-content ul,
.page-content ol {
	margin: 0px;
}


/* form */

blockquote:before,
blockquote:after {
	content: "";
}


.page-content blockquote {
	padding: 30px 30px 30px 90px;
	background: #fafafa;
	border: 1px solid #ddd;
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}

.page-content blockquote p {
	font-style: italic;
}

.page-content blockquote:after {
	content: '”';
	width: 90px;
	font-family: 'Georgia', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	position: absolute;
	top: 31px;
	left: 0px;
}

/* mylist */

span.my_heart {
	color: #f27373;
}

::selection {
	background: #1d1d1d;
	color: #FFF;
}

span.post-title a:hover {
	text-decoration: none;
	background-color: rgba(225, 225, 225, 0.3);
	border-radius: 2px;
}

span.today_fly {
	font-size: 11px;
	background-color: #fef2a8;
	padding: 1px 1px 0 3px;
	color: #555;
}


.page-title {
	height: auto;
	padding-top: 20px;
}


.archive-navigation {
	margin-top: 60px;
	display: block;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	text-align: center;
}

.mylist.state {
	margin-bottom: 0;
}

.mylisttxt {
	background-color: #e7e6e6;
	padding: 15px 10px;
	font-size: 14px;
	margin-top: 30px;
}

.mylisttxt li {
	list-style: inside;
	margin-left: 5px;
}

@media (max-width: 600px) {

	/* search - */
	.main-search form {
		display: block;
		max-width: 80%;
	}

	.main-search .search-field {
		padding: 10px 60px 10px 10px;
		margin: 0;
		background: #fff;
		border: 4px solid #20bf48;
		border-radius: 0;
		font-size: 1rem;
		-moz-box-shadow: inset 0 1px 2px #aaa9a9;
		box-shadow: inset 0 1px 2px #aaa9a9;
	}

	.main-search .search-button {
		height: 40px;
		margin-top: -20px;
	}

	/* navi mobile  - */
	#drawer {
		position: relative;
		bottom: 40px;
		left: 10px;
		display: inline-block;
	}

	#nav-open {
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
	}

	#nav-close {
		display: none;
		position: fixed;
		z-index: 90;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		/*transition: .3s ease-in-out;*/
	}

	.main-menu {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 90%;
		max-width: 200px;
		height: 100%;
		background: #5dac20;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
	}

	#nav-open span,
	#nav-open span:before,
	#nav-open span:after {
		position: absolute;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #333;
		display: block;
		content: '';
		cursor: pointer;
	}

	#nav-open span:before {
		bottom: -8px;
	}

	#nav-open span:after {
		bottom: -16px;
	}

	#nav-input:checked~#nav-close {
		display: block;
		opacity: .5;
	}

	#nav-input:checked~.main-menu {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
		transition: .3s ease-in-out;
	}

	/* Menus mobile - */

	.main-menu {
		font-size: 0.9em;
	}

	.main-menu label {
		border-bottom: 1px solid #5dac20;
		display: block;
		padding: 10px;
		font-weight: bold;
		color: #fff;
	}

	.main-menu label::before {
		content: "▼";
		color: #e04f2c;
		margin-right: 5px;
	}

	.main-menu li {
		display: block;
		position: relative;
	}

	.main-menu>li {
		padding: 10px 0;
		background-color: #20bf48;
	}

	.main-menu a {
		padding: 10px 0;
		text-align: center;
	}

	.main-menu ul {
		background-color: #fff;
	}

	.main-menu ul li {
		border-bottom: 1px solid #eee;
	}

	.main-menu ul li a {
		display: block;
	}

	/*	ul.sub-menu {
			max-height: 0;
			overflow: hidden;
			/*transition: all 0.6s;*!/
		}*/

	.sub-check:checked+.sub-label+ul.sub-menu {
		max-height: 30em;
		opacity: 1;
	}

	.header {
		align-items: center;
		display: flex;
		justify-content: center;
		max-width: 100%;
	}

	.toggles {
		background: none;
		border: none;
		height: 0;
	}

	/* logo cloud - */
	.logo-cloud li {
		height: 100px;
		width: 25%;
	}

	.logo-cloud-index ul {
		justify-content: center;
		width: auto;
	}

	.logo-cloud p {
		font-size: 11px;
		padding-top: 5px;
	}

	.logo-cloud-index li {
		width: 24%;
	}

	/* header - */
	.header img {
		width: 150px;
		bottom: 2px;
	}


	/* Footer */

	.footer .widgets {
		width: 100%;
		float: none;
	}

}

/*!
	* Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
	* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
	*/

i.far,
i.fas {
	margin-right: 2px;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas,
.break {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

i.h1 {
	top: 8px;
	position: relative;
	cursor: pointer;
}

.fa-home {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z"/></svg>');
	position: relative;
	top: 1px;
	width: 16px;
}

.fa-heart {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffff" viewBox="0 0 512 512"><path d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"/></svg>');
	width: 23px;
}

.fa-heart:active {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23f27373" viewBox="0 0 512 512"><path d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"/></svg>');
}

.heart-fill {
	content: url('data:image/svg+xml;utf8,<svg fill="%23999" height="32" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"/></svg>');
}

.heart-fill.liked {
	content: url('data:image/svg+xml;utf8,<svg fill="%23f27373" height="32" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"/></svg>');
}

.heart-fill.liked.action {
	animation: anime_01 0.4s;
}

@keyframes anime_01 {
	50% {
		top: -10px;
	}
}

.fa-dot-circle {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2310ae28" viewBox="0 0 512 512"><path d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"/></svg>');
	width: 18px;
	position: relative;
	top: 2px;
}

.fa-store {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2310ae28" viewBox="0 0 616 512"><path d="M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z"/></svg>');
	width: 21px;
	position: relative;
	top: 2px;
}

.fa-store-slash {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2310ae28" viewBox="0 0 640 512"><path d="M121.51,384V284.2a119.43,119.43,0,0,1-28,3.8,123.46,123.46,0,0,1-17.1-1.2,114.88,114.88,0,0,1-15.58-3.6V480c0,17.7,13.59,32,30.4,32H505.75L348.42,384Zm-28-128.09c25.1,0,47.29-10.72,64-27.24L24,120.05c-30.52,53.39-2.45,126.53,56.49,135A95.68,95.68,0,0,0,93.48,255.91ZM602.13,458.09,547.2,413.41V283.2a93.5,93.5,0,0,1-15.57,3.6,127.31,127.31,0,0,1-17.29,1.2,114.89,114.89,0,0,1-28-3.8v79.68L348.52,251.77a88.06,88.06,0,0,0,25.41,4.14c28.11,0,53-13,70.11-33.11,17.19,20.11,42.08,33.11,70.11,33.11a94.31,94.31,0,0,0,13-.91c59.66-8.41,88-82.8,56.06-136.4L521.55,15A30.1,30.1,0,0,0,495.81,0H112A30.11,30.11,0,0,0,86.27,15L76.88,30.78,43.19,3.38A14.68,14.68,0,0,0,21.86,6.19L3.2,31.45A16.58,16.58,0,0,0,5.87,53.91L564.81,508.63a14.69,14.69,0,0,0,21.33-2.82l18.66-25.26A16.58,16.58,0,0,0,602.13,458.09Z"/></svg>');
	width: 21px;
	position: relative;
	top: 2px;
}


.fa-phone {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23777" viewBox="0 0 512 512"><path d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"/></svg>');
	width: 14px;
}


.fa-desktop {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z"/></svg>');
	width: 16px;
}


.fa-calendar-alt {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" fill="%23777" viewBox="0 0 448 512"><path d="M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"/></svg>');
	position: relative;
	top: 3px;
	left: 3px;
	width: 14px;
}

.fa-history {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" fill="%23777" viewBox="0 0 512 512"><path d="M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z"/></svg>');
	position: relative;
	top: 2px;
	left: 3px;
	width: 14px;
}


.fa-search-plus:before {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" fill="white" viewBox="0 0 512 512"><path d="M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z"/></svg>');
}

.fa-bullseye {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2310ae28" viewBox="0 0 496 512"><path d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z"/></svg>');
	position: relative;
	top: 5px;
	width: 22px;
}


.break {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%233fc0ea" d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"></path></svg>');
	position: relative;
	top: 3px;
	width: 14px;
	height: 18px;
	margin-left: 5px;
}

/*sync-alt(fontawesome)*/
i.sync-alt {
	content: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="sync-alt" class="svg-inline--fa fa-sync-alt fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23777" d="M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z"></path></svg>');
	position: relative;
	top: 3px;
	width: 14px;
	height: 18px;
	margin: 0 5px;
}


/**** sns *****/
.sns_box {
	display: block;
	margin-right: 10px;
	margin-top: 20px;
}

.sns_box ul {
	text-align: right;
	margin-right: 10px;
}

.sns_box li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.icon-twitter {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 1800 1800"><path d="m1014.2 805.8 446.7-519.3h-105.9l-387.9 450.9-309.8-450.9h-357.3l468.5 681.8-468.5 544.6h105.9l409.6-476.2 327.2 476.2h357.3zm-145 168.5-47.5-67.9-377.7-540.2h162.6l304.8 436 47.5 67.9 396.2 566.7h-162.6z" fill="white"/></svg>');
	width: 25px;
	background-color: #000;
	border-radius: 100vh;
}

.icon-facebook {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%232c60cd" viewBox="0 0 512 512"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg>');

	position: relative;
	width: 26px;
}

.icon-pdf {
	content: url('images/pdf.svg');
	position: relative;
	width: 32px;
	top: 3px;
}

.icon-googlemap {
	content: url('images/google-maps-2020-icon.svg');

	position: relative;
	width: 24px;
	top: 5px;
}