@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: #483f3f;
}
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 ,
.entry-content h5{
	line-height:1.62;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
small{
	vertical-align: baseline;
	font-size:0.72em;
}
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;
}

.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;
}

/* Zen Old Minch */
.zen-old-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-style: normal;
}
.zen-old-mincho_BK {
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}


.text-justify{
	text-align: justify;
	text-justify: inter-ideograph;
}
/* 基本スタイル
---------------------------------------------------------------------------- */
body {
	width: 100%;
	max-width:1920px;
	margin: 0 auto !important;
	color: #483f3f;
	font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
	"Helvetica Neue",
    Arial,
    sans-serif;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	line-height:2;
	text-rendering: optimizeSpeed;
	font-size: clamp(14px, 1.1vw, 16px);
	min-height: 100vh;
}
/*基準を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 .6s;
	text-decoration: none;
}
.entry-contents a {
	text-decoration: underline;
}
.information-box a {
	text-decoration: underline;
}
a:hover {
	color: #ffe220;
	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%;
}




