@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;
	box-sizing:border-box;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
}
.entry-content p,
.entry-content p span,
.entry-content p strong,
.entry-content h5 ,
.entry-content h6 ,
.entry-content blockquote ,
.entry-content pre ,
.entry-content a{
	vertical-align:baseline;
}
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 {
	vertical-align:baseline;
}

.entry-content a{
	text-decoration: underline;
	transition: all .3s;
}
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 ,
.entry-content h5{
	line-height:1.62;
	font-weight:bold;
}
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;
}

img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
input[type="text"],
input[type="submit"],
textarea{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.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")
}
/* 基本スタイル
---------------------------------------------------------------------------- */
html {
	height:100%;
}
h1,h2,h3,h4{
	font-weight: bold;
}

a#top { position: absolute; top: 0px; }

a.alpha { display: block; }
a.alpha:hover { filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; }


.txt-c{
	text-align:center;
}
.txt-r{
	text-align:right;
}
.txt-s{
	font-size:0.7em;
}
.txt-red{
	color:#e80000;
}
.txt-blue {
	color:#40a7d7;
  }

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.waku{
	overflow: hidden;
	zoom: 1;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* ハック
---------------------------------------------- */
/* letter-spacing hack */
@media screen {
  br {
		letter-spacing:0;
  }
}
/* height100% hack */
body > #container {
	height:auto;
}

/* リンク
---------------------------------------------- */
a {
	color:#2d3a3d;
	overflow:hidden;
	outline:none;
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	color:#ff4a03;
	text-decoration: none;
	cursor: pointer;
}


/* その他
---------------------------------------------- */
.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
	margin-bottom:30px;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

video{
  width:100%;
}
video iframe{
  width:100%;
  height:auto;
}
.entry-content iframe{
  width: 100%;
}
.entry-content iframe{
  width: 100%;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-bottom:30px;
}
.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;
}




