@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-wrap: break-word;
	overflow-wrap: break-word;
	vertical-align:top;
}
.entry-content p,
.entry-content p span,
.entry-content p strong,
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 ,
.entry-content h5 ,
.entry-content h6 ,
.entry-content blockquote ,
.entry-content pre ,
.entry-content a{
	vertical-align:baseline;
	color: #565c62;
}
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 ,
.entry-content h5{
	line-height:1.6;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="email"],
input[type="tel"],
textarea{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]{
	appearance: none;
}
select::-ms-expand {
	display: block;
}
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;
	width:100%;
}
img{
	border:0;
	max-width:100%;
	height:auto;
}
.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")
}

.by-author{
	display:none;
}
.nocomments{
	display:none;
}
.entry-content figcaption{
	padding:0.5em !important;
	font-style: normal !important;
}
.entry-content a{
	text-decoration: underline;
}
.slick-track{
	margin-bottom:0 !important;
}
.pankuzu-area .breadcrumbs .current-item{ 
	display:none; 
}
/* Zen Old Minch */
.zen-old-mincho-regular {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.zen-old-mincho-medium {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.zen-old-mincho-semibold {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
.zen-old-mincho-bold {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
 }
.zen-old-mincho-black {
	font-family: "Zen Old Mincho", serif;
	font-weight: 900;
	font-style: normal;
}
/* Marcellus */
.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

/* 基本スタイル
---------------------------------------------------------------------------- */
body {
	width: 100%;
	max-width:1920px;
	margin: 0 auto !important;
	background: #f6f8fa;
	color: #565c62;
	font-family:"游ゴシック", YuGothic,"メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-feature-settings: "palt";
	letter-spacing: 0;
	line-height:1.92;
	text-rendering: optimizeSpeed;
	font-size: clamp(10px, 1vw, 1.1rem);
	min-height: 100vh;
	font-weight: 500;
}
/*基準を1rem=16pxに設定*/
html {
	height:100%;
	font-size:1vw;
	scroll-behavior: smooth;
}
body #container {
	height: 100%;
	max-width:1920px;
	margin:0 auto;
	width: 100%;
}

.txt-c{
	text-align:center;
}
.txt-r{
	text-align:right;
}
.txt-s{
	font-size:0.7rem;
}
.waku{
	overflow: hidden;
}
.waku::after {
	content: "";
	display: table;
	clear: both;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.clearboth {
	clear: both;
	height: 1px;
}

/* リンク
---------------------------------------------- */
a {
	color: #565c62;
	overflow: hidden;
	outline: none;
	transition: all .3s;
	text-decoration: none;
}
.entry-contents a {
	text-decoration: underline;
}
.information-box a {
	text-decoration: underline;
}
a:hover {
	color: #008bab;
	text-decoration: none;
}

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:hover img { filter: alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; }

/* ハック
---------------------------------------------- */
/* height100% hack */
body > #container {
	height:auto;
}
/* その他
---------------------------------------------- */
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height: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%;
}




