@charset "UTF-8";
/*===========================================================================*/
/*common*/
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html ,body ,div ,span ,applet ,object ,iframe ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p ,blockquote ,pre ,a ,abbr ,acronym ,address ,big ,cite ,code ,del ,dfn ,em ,img ,ins ,kbd ,q ,s ,samp ,small ,strike ,strong ,sub ,sup ,tt ,var ,b ,u ,i ,center ,dl ,dt ,dd ,ol ,ul ,li ,fieldset ,form ,label ,legend ,table ,caption ,tbody ,tfoot ,thead ,tr ,th ,td ,article ,aside ,canvas ,details ,embed ,figure ,figcaption ,footer ,header ,hgroup ,menu ,nav ,output ,ruby ,section ,summary ,time ,mark ,audio ,video ,input ,textarea {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	box-sizing:border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
ol ,ul {
	list-style:none;
}
blockquote ,q {
	quotes:none;
}
blockquote:before ,blockquote:after ,q:before ,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	table-layout: fixed;
}
img{
	max-width:100%;
	height:auto;
	display:block;
	vertical-align:top;
}

@keyframes key1{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-10px);}
}
/* 基本スタイル
---------------------------------------------------------------------------- */
html {
	height:100%;
}
body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing:0;
	color:#000;
}
a#top { position: absolute; top: 0px; }
a { text-decoration: none; }
a.alpha { display: block; }
a.alpha:hover { filter: alpha(opacity=100); -moz-opacity:1; opacity:1; }
.txt-c{
	text-align:center;
}
.txt-r{
	text-align:right;
}
.txt-s{
	font-size:0.75em;
}
.txt-red{
	color:#e50012;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out; 
}
a img:hover { filter: alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; }

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.waku{
	overflow: hidden;
}
.waku::after {
	content: "";
	display: table;
	clear: both;
}
.clearfix::after{
	content: "";
	display: table;
	clear: both;
}
.fas {
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	font-family:"Font Awesome 6 Free",sans-serif;
	font-weight:900;
}
@font-face {
	font-family:"Font Awesome 6 Free";
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url("../webfonts/fa-solid-900.eot");
	src:url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
	url("../webfonts/fa-solid-900.woff2") format("woff2"),
	url("../webfonts/fa-solid-900.woff") format("woff"),
	url("../webfonts/fa-solid-900.ttf") format("truetype"),
	url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
}
/* ハック
---------------------------------------------- */
/* height100% hack */
body > #container {
	height:auto;
}
/* リンク
---------------------------------------------- */
a {
	color:#352300;
	overflow:hidden;
	outline:none;
	transition: all .3s;
}
a:hover {
	color:#ff384f;
	text-decoration: none;
	cursor: pointer;
}
/* その他
---------------------------------------------- */
.youtube,
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom:20px;
}
.youtube:last-child {
	margin-bottom:0px;
}
.youtube iframe,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content iframe{
	width: 100%;
}
.ggmap,
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed,
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.by-author{
	display:none;
}
.nocomments{
	display:none;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
body .linkcard{
	margin:16px 0;
}
body .lkc-external-wrap{
	width:100%;
	max-width:620px;
	margin:0 auto;
	background:#fafaf4;
	border-radius:12px;
}
body .lkc-external-wrap .lkc-card{
	padding:12px;
}
body .lkc-external-wrap .lkc-excerpt{
	padding-top:10px;
}

.link-card-area.top{
	padding:24px;
	background:#fafaf4;
}
.link-card-area.top .link-card-ttl{
	font-weight:bold;
	color:#eb6877;
}
.link-card-area.top .lkc-external-wrap{
	background:#fff;
}