@charset "UTF-8";
.gloabal {
	color: red;
}

:root {
	--base-z-index: 1;
	--container-width: 940px;
	--container-x-space: 16px;
	--main-color: #1a3652;
	--main-color2: #007394;
}

/*!
Theme Name: bee
Theme URI: http://vanidesign.blog.fc2.com/blog-entry-8.html
Description: WPを作成する際の基本テンプレート
Version: 1.3
Author: Vanillate
Author URI: http://vanillate.com/
*/
.contentsbox:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}

.contentsbox {
	display: inline-block;
}

#side-sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-top: 200px;
}

#side-sns li {
	width: 47%;
}

#side-sns li img {
	max-width: 100%;
	height: auto;
	width: auto;
}

li.m-test ul {
	display: none;
}

body {
	margin: 0;
	font: 14px "Lucida Sans", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", Osaka;
	text-align: center;
	background: #fafafa;
}

#body_inner {
	padding-top: var(--header-height);
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	border-bottom: 1px dashed #ccc;
}

#header .menu ul {
	margin: 0px;
	padding: 0px;
}

#header .page_item {
	margin: 0px 1px 0px 0px;
	padding: 3px;
	min-width: 150px;
	list-style: none;
	float: left;
	text-align: center;
	background: #eee;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px 1px 0px 0px;
	padding: 3px;
	min-width: 150px;
	list-style: none;
	float: left;
	text-align: center;
	background: #eee;
}

#side_nav {
	margin: 0px;
	padding: 0px;
}

#side_nav li {
	list-style: none;
}

#contents {
	width: min(var(--container-width), 100%);
	margin: 0 auto;
	padding: 0 var(--container-x-space);
}

#side {
	width: 220px;
	float: left;
	padding-top: 20px;
	position: fixed;
}

.blog_info ul {
	padding: 0px;
	margin: 0px;
}

.blog_info li {
	font-size: 11px;
	list-style: none;
	float: left;
	padding-right: 10px;
	color: #8f8f8f;
}

.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.avatar {
	float: left;
}

.comment-content {
	margin-left: 50px;
}

.reply {
	margin-left: 50px;
	margin-bottom: 20px;
}

article.comment {
	font-size: 12px;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}

.comment_form_over label {
	font-size: 11px;
}

.comment_form_over p {
	margin: 0px;
	padding: 0px;
}

input#author {
	width: 260px;
	border: 1px solid #ccc;
	height: 18px;
}

input#email {
	width: 260px;
	border: 1px solid #ccc;
	height: 18px;
}

input#url {
	width: 545px;
	border: 1px solid #ccc;
	height: 18px;
}

.comment-form-author {
	float: left;
}

.comment-form-email {
	float: right;
}

textarea#comment {
	width: 545px;
	border: 1px solid #ccc;
	height: 100px;
}

.title {
	margin: 20px 0px 5px 0px;
}

#comments-title {
	margin: 20px 0px 5px 0px;
}

#reply-title {
	margin: 50px 0px 10px 0px;
}

.widget-area ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.logged-in-as {
	font-size: 12px;
}

#nameandurl {
	padding-top: 10px;
	margin-bottom: 20px;
}

#textbox {
	padding-top: 10px;
}

.blog_description {
	font-size: 12px;
	margin-bottom: 20px;
	color: gray;
}

/* @group wp表示でよく使う装飾 */
.post strong {
	color: maroon;
}

.post em {
	color: gray;
}

.post blockquote {
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 16px;
	font-style: italic;
	color: gray;
}

.post code {
	color: teal;
	font-family: "Courier New";
}

.thecontent ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.thecontent ul li {
	list-style: none;
	background: url(images/tick.gif) no-repeat 0 4px;
	padding-left: 13px;
}

/* @end */
.item {
	width: 220px;
	background: #1a3652;
	margin-bottom: 20px;
	color: #8f8f8f;
	text-align: left;
}

.item.w2 {
	width: 460px;
}

.w1_not_thumb {
	background: #f1e7c6;
	height: 220px;
	overflow: hidden;
}

.thecontent {
	color: #8f8f8f;
	margin: 10px 10px 0px 10px;
	font-size: 12px;
}

.item .cal {
	display: none;
	font-size: 11px;
	margin: 10px 10px 0px 10px;
}

.item h2.title {
	margin: 10px 10px 0px 20px;
	font-size: 16px;
}

.item li.cat {
	background: none;
}

.item li.tag {
	background: none;
}

.item .blog_info li {
	padding-left: 0px;
	font-size: 11px;
}

.item .blog_info {
	margin: 10px 10px 10px 20px;
}

.item a {
	color: #8f8f8f;
	text-decoration: none;
}

.item a:hover {
	text-decoration: underline;
}

.search_form_input {
	border: 0;
	padding: 8px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	border: solid 1px #ccc;
	margin: 0 0 0px;
	width: 180px;
}

#side h1 {
	width: 198px;
	text-align: center;
	margin-bottom: 10px;
}

.sidebar_menu {
	width: 198px;
}

.sidebar_menu .copy {
	font-size: 11px;
	color: #ccc;
	margin-top: 30px;
}

#side_nav li {
	padding: 8px;
	border-bottom: 1px solid #ccc;
}

.thumb_big img {
	width: 940px;
	height: auto;
	display: block;
}

.post_contents {
	background: #fff;
	margin: 20px 0px;
	width: 940px;
}

.post_title {
	background: #1a3652;
	padding: 20px;
	text-align: left;
}

.post_title h2 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	color: #8f8f8f;
}

.blog_info .cal {
	display: none;
}

#main_page .thecontent {
	font-size: 14px;
	color: #666;
	margin: 20px;
}

.nav-below {
	width: 100%;
	padding: 20px 0px;
}

.nav-previous,
.nav-next {
	display: block;
}

.nav-previous {
	float: left;
	padding-left: 20px;
}

.nav-next {
	float: right;
	padding-right: 20px;
}

#comments {
	padding: 20px;
}

.title.page {
	margin-bottom: 5px;
	color: white;
}

a img {
	border: 0;
}

img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
	font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: var(--base-z-index);
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.modal__container {
	background-color: rgba(255, 255, 255, 0.15);
	padding: 8px;
	max-width: calc(100vw - 20px);
	max-height: 100vh;
	margin-top: 18vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}
.modal__container * {
	box-sizing: border-box;
}

.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	box-sizing: border-box;
}

.modal__close {
	margin-left: auto;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.modal__header .modal__close:before {
	content: "✕";
}

.modal__content {
	margin-top: 6px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}
.modal__content .search_form_input {
	width: 50vw;
	padding: 10px;
	font-size: 16px;
}

.modal__btn {
	font-size: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 0.25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}
.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--base-z-index);
	width: 100%;
	height: var(--header-height);
	background: #fff;
	border-bottom: 1px solid #fefefe;
}
@media (min-width: 992px) {
	.site-header {
		position: sticky;
	}
}
.site-header__inner {
	box-sizing: border-box;
	width: min(100%, var(--container-width));
	margin-right: auto;
	margin-left: auto;
	padding: 15px 0 0;
}
@media (max-width: 991px) {
	.site-header__inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.top-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.4;
}
.top-header__inner {
	width: min(100%, var(--container-width));
	padding: 0 var(--container-x-space);
}

.header-logo {
	margin-right: auto;
}
.header-logo__wrap {
	display: flex;
	align-items: center;
}
@media (min-width: 992px) {
	.header-logo__wrap {
		margin: 0 0 16px;
	}
}
.header-logo__title {
	line-height: 1;
}
/*@media (min-width: 992px) {
	.header-logo__title img {
		width: 200px;
		height: 30px;
	}
}*/
.header-logo__title img {
	width: 650px;
	height: auto;
}
@media (min-width: 992px) {
	.header-logo__title img {
		width: auto;
		height: 30px;
	}
}

.header-sns + .header-search {
	padding-top: 7px;
	padding-left: 17px;
}
@media (min-width: 992px) {
	.header-sns + .header-search {
		margin-left: 17px;
	}
}

.header-search.header-search--btn {
	outline: none;
	border: 0;
	background: none;
	cursor: pointer;
}


.header-search.header-search--btn{
	font-size: 2.8em;
	color: #222;
}
@media (min-width: 992px) {
	
	.header-search.header-search--btn{
		font-size: 1.4em;
	}
}

.header-social ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	font-size: 3em;
	list-style: none;
}
.header-social ul > li:not(:last-child) {
	margin-right: 20px;
}

@media (min-width: 992px) {
.header-social ul {
	font-size: 1.4em;
	padding-top: 7px;
	padding-right: 4px;
}
	.header-social ul > li:not(:last-child) {
		margin-right: 10px;
	}
}
.header-social ul > li > a {
	color: var(--link-color, #222);
}
.header-social ul > li > a:hover {
	color: var(--link-hover-color, #555);
}
.header-social ul > li.instagram > a {
	display: block;
}

.header-social ul > li .fa-brands:before{
	color: #222;
}


.header-social ul > li.youtube > a {
	display: block;
}

.header-nav {
	display: none;
}
@media (min-width: 992px) {
	.header-nav {
		display: block;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.header-nav__wrap {
		display: flex;
	}
}
.header-nav li {
	position: relative;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.header-nav a {
	color: #333;
	display: block;
	padding: 0.7em 0.5em;
	position: relative;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.header-nav a:hover {
	color: var(--main-color);
}

/* submenu link */
.header-nav li li,
.header-nav li:last-child {
	border: 0;
	list-style: none;
}

.header-nav ul ul {
	padding: 0 0 0 1em;
	transition: opacity 0.3s ease-in-out;
}

.header-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 992px) {
	.header-menu {
		display: flex;
		column-gap: 20px;
	}
}
.header-menu li {
	position: relative;
}
.header-menu li > a {
	font-size: 26px;
	line-height: 1.5;
}
@media (min-width: 992px) {
	.header-menu li > a {
		font-size: 15px;
	}
}

/* js動作部
---------------------------------------------*/
.sub-menu-toggle {
	background: transparent;
	border: 0;
	box-shadow: none;
}

/* 子要素メニュー展開トグルボタン */
.sub-menu-toggle {
	--line-width: 20px;
	--line-thick: 2px;
	--line-color: #333;
	color: #333;
	display: block;
	right: 0;
	padding: 0.5em;
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	cursor: pointer;
}
.sub-menu-toggle::before {
	/* 記号 */
	position: absolute;
	top: 50%;
	right: var(--line-width);
	transform: translate(0, -50%);
	display: block;
	width: var(--line-width);
	height: var(--line-thick);
	background: var(--line-color);
	content: "";
}
.sub-menu-toggle::after {
	position: absolute;
	top: 50%;
	right: calc(var(--line-width) + var(--line-width) / 2 - var(--line-thick));
	transform: translate(0, -50%);
	display: block;
	width: var(--line-thick);
	height: var(--line-width);
	background: var(--line-color);
	content: "";
}

/* サブメニュー展開時 */
.sub-menu-toggle.is-active::after {
	display: none;
}

.sub-menu {
	display: none;
}

@media (min-width: 992px) {
	.sub-menu-toggle {
		display: none;
	}
}
@media (min-width: 992px) {
	/* とりあえずmenuを横にする */
	.header-nav li {
		border: 0;
		display: inline-block;
	}

	/* これでsubmenuのリストが縦になる */
	.header-nav li li {
		display: block;
	}

	/* 子要素のリンク */
	.header-nav li li a {
		background: #fff;
		width: 190px;
	}

	/* 子要素リンクのホバー時 */
	.header-nav li li a:hover {
		background: var(--main-color);
		color: #fff;
	}

	.header-nav ul ul {
		border: 1px solid #ddd;
		left: -999em;
		opacity: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99;
	}

	.header-nav ul ul ul {
		left: -999em;
		top: 0;
		z-index: 100;
	}

	.header-nav li:hover > ul,
.header-nav li:focus > ul {
		display: block;
		left: auto;
		opacity: 1;
	}

	.header-nav ul ul li:hover > ul,
.header-nav ul ul li:focus > ul {
		display: block;
		left: 100%;
		top: -1px;
		/* border 1px分調整 */
		opacity: 1;
	}
}
/*-------------------------------------------
*
* Hamburger menu icon.
*
---------------------------------------------*/
.menu-toggle__bar:before, .menu-toggle__bar:after, .menu-toggle__bar {
	background-color: #222;
	border-radius: 4px;
	content: "";
	display: block;
	height: 3px;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	width: 40px;
}

.menu-toggle-button {
	box-sizing: border-box;
	box-shadow: none;
	border: 0;
	margin-right: 8px;
	padding: 12px;
	background: transparent;
	cursor: pointer;
}
@media (min-width: 992px) {
	.menu-toggle-button {
		display: none;
	}
}

.menu-toggle {
	background: transparent;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	height: 35px;
	padding: 0;
}
.menu-toggle * {
	box-sizing: border-box;
}

.menu-toggle__box {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 40px;
}

.menu-toggle__bar {
	position: relative;
	transition-property: transform;
}
.menu-toggle__bar:before, .menu-toggle__bar:after {
	position: absolute;
}
.menu-toggle__bar:before {
	top: 15px;
	transition-property: opacity, transform;
}
.menu-toggle__bar:after {
	top: 30px;
	transition-property: transform;
}

.menu-toggle-button.is-active .menu-toggle--slider .menu-toggle__bar {
	transform: translate3d(0, 13px, 0) rotate(45deg);
}
.menu-toggle-button.is-active .menu-toggle--slider .menu-toggle__bar:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}
.menu-toggle-button.is-active .menu-toggle--slider .menu-toggle__bar:after {
	transform: translate3d(0, -30px, 0) rotate(-90deg);
}

.wpcf7-form {
	width: min(100%, 400px);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
	max-width: 100%;
	width: 311px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #777;
	padding: 6px;
}
@media (min-width: 992px) {
	.u-sp-only {
		display: none;
	}
}

@media (max-width: 991px) {
	.u-pc-only {
		display: none;
	}
}