@charset "utf-8";
/*
Name: dekiwaku
Description:
Version: 1.0
*/

/* ************************************************ 
*	tito 260304追加
* ************************************************ */
.fixed-apply-btn {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 9999;
	display: inline-block;
	padding: 12px 24px;
	background: rgba(255, 145, 0, 1.0);
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	border: 1px solid rgba(255, 255, 255, 1.00);
	border-radius: 30px;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.fixed-apply-btn.visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.fixed-apply-btn:hover {
	opacity: 0.9;
	color: rgba(255, 255, 255, 1.00);
}
.standout {
	background: rgba(255, 255, 255, 1.00);
	padding: 2rem 2rem 2rem 2rem;
	border-radius: 20px;
	border: 4px solid firebrick;
	margin: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
	.fixed-apply-btn {
		right: 1.0rem;
		bottom: 1.0rem;
		font-size: 14px;
	}
}

/* ************************************************ 
*	申し込みフォーム用
* ************************************************ */
.form_d {
	border: 1px solid #dddddd;
	border-radius: 20px;
	padding: 2.5rem;
	background: #fff;
}
pre {
	font-size: 16px;
	margin: 1.5rem 0 0 0;
	border-radius: 10px;
}
table.inquiry_d {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
table.inquiry_d input[type=text], table.inquiry_d input[type=email], table.inquiry_d input[type=tel], table.inquiry_d input[type=url], table.inquiry_d textarea {
	font-size: 16px;
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #FFF;
	z-index: 0;
	padding: 0.8rem;
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.0);
}
table.inquiry_d th {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
	vertical-align: top;
	padding: 2rem 2rem 2rem 0rem;
	width: 25%;
	border-bottom: dotted 1px #dddddd;
}
table.inquiry_d td {
	font-size: 16px;
	line-height: 200%;
	padding: 2rem 0rem;
	border-bottom: dotted 1px #dddddd;
}
table.inquiry_d ul {
	margin: 1rem 0 1rem 0;
	padding: 0 0 0 1rem;
}
table.inquiry_d ul li {
	line-height: 200%;
	margin: 0 0 1rem 0;
}
.group-member {
	margin-top: 2rem;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
.group-member label {
	font-weight: 600;
}
.group-member label[for="member1"], .group-member label[for="member2"], .group-member label[for="member3"], .group-member label[for="member4"], .group-member label[for="member5"] {
	background: rgba(222, 222, 222, 0.5);
	padding: 0.5rem 1rem;
	border-radius: 10px;
}
.group-member input, .group-member select {
	margin-bottom: 0.5rem;
}
.verticallist .wpcf7-list-item {
	display: block;
}
.submitbtn_d {
	text-align: center;
	margin: 2rem auto 0rem auto;
}
.soushinbtn_d {
	text-align: center;
	background: rgba(169, 190, 11, 1.0);
	border: none;
	border-radius: 10px;
	padding: 1.5rem 5rem;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.soushinbtn_d:hover {
	background: rgba(169, 190, 11, 0.6);
	color: #fff;
	transition: 0.6s;
}
/**************/
@media screen and (max-width: 767px) {
	.form_d {
		border: none;
		border-radius: 0;
		padding: 0;
		background: none;
	}
	pre {
		font-size: 14px;
		margin: 1.5rem 0 0 0;
		border-radius: 10px;
	}
	table.inquiry_d {
		width: 100%;
		margin: 1.5rem 0px 10px 0px;
	}
	table.inquiry_d input[type=text], table.inquiry_d input[type=email], table.inquiry_d input[type=tel], table.inquiry_d input[type=url], table.inquiry_d textarea {
		font-size: 14px;
		width: 100%;
		border: 1px solid #dddddd;
		border-radius: 10px;
		background: #FFF;
		z-index: 0;
		padding: 0.8rem;
		-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
		box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.0);
	}
	.inquiry_d th, .inquiry_d td {
		display: block;
		width: 100% !important;
		border-top: none !important;
	}
	table.inquiry_d th {
		font-size: 14px;
		line-height: 200%;
		text-align: left;
		vertical-align: middle;
		padding: 1rem 0rem 1rem 1rem;
		background: rgba(0, 0, 0, 0.05);
		border-bottom: dotted 1px #dddddd;
	}
	table.inquiry_d td {
		font-size: 14px;
		line-height: 200%;
		padding: 1rem 0rem;
		border-bottom: dotted 1px #dddddd;
	}
	table.inquiry_d ul {
		margin: 1rem 0 1rem 0;
		padding: 0 0 0 1rem;
	}
	table.inquiry_d ul li {
		line-height: 200%;
		margin: 0 0 1rem 0;
	}
	.submitbtn_d {
		text-align: center;
		margin: 2rem auto 0rem auto;
	}
	.soushinbtn_d {
		width: 100% !important;
		padding: 1.5rem 2rem;
		font-size: 1.2em;
	}
}
/* ************************************************ 
*	基本設定
* ************************************************ */
.grecaptcha-badge {
	visibility: hidden;
}
body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	/*background: #f2f2f2;*/
	color: rgba(33, 33, 33, 1.0);
	line-height: 220%;
	-webkit-text-size-adjust: 100%;
	background-color: rgba(237, 228, 218, 1.0);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*フェードイン*/
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.fadein {
	opacity: 0;
	transform: translate(0, 75px);
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/* リンク */
a {
	color: rgba(33, 33, 33, 1.0);
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:hover {
	color: rgba(33, 33, 33, 1.0)
}
a:active, a:focus {
	outline: 0;
}
/* 画像 */
img {
	border: 0;
	padding: 0px;
	margin: 0px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 10px auto 10px auto;
}
img.alignright {
	padding: 0px;
	margin: 0 0 10px 15px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 15px 10px 0;
	display: inline;
}
p img {
	margin: 10px 0px 10px 0px;
}
/* Zoom In  */
.img_wrap {
	overflow: hidden;
}
.img_wrap img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img_wrap a:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
div.wp-caption {
	margin: 0px 0px 10px 0px;
}
div.alignright img {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
div.alignleft img {
	padding: 0px;
	margin: 0px 15px 0px 0px;
}
.wp-caption-text {
	text-align: center;
	font-size: 11px;
}
/* フロート */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* リスト */
ol {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	list-style: decimal;
}
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: disc;
}
li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li a {
	color: #B1B1B1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
li a:hover {
	color: #B1B1B1;
}
/* ************************************************ 
*	全体Wrapper
* ************************************************ */
.wrapper {
	margin: 70px auto 0px auto;
	max-width: 1080px;
	padding: 0px 10px;
	_width: 1080px;
}
.wrapper-2 {
	margin: 70px auto 0px auto;
	max-width: 1080px;
	padding: 0px 10px;
	_width: 1080px;
}
.wrapper-ab {
	margin: 0;
	max-width: 100%;
	padding: 0;
	_width: 100%;
}
.adj-head {
	padding-top: 0px;
}
.width100-gr {
	background-color: #f6f6f6;
}
#main aside {
	background-color: #f6f6f6;
}
#blocks li {
	background-color: #f8f8f8;
	height: 100px;
}
/* ************************************************ 
*	head bar
* ************************************************ */
#headbar {
	color: rgba(255, 255, 255, 1.0);
	font: normal 12px;
	height: 35px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0;
	left: 0;
	width: 100%;
	/* min-width: 480px; match the min-width of the body in head.css */
	background: rgba(255, 255, 255, 0.0);
	border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
}
.sec_head {
	float: left;
	color: rgba(255, 255, 255, 1.0);
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 4px 20px 5px 20px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
.sec_lang a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #000;
}
ul.head_r {
	float: right;
	list-style: none;
	width: auto;
	cursor: pointer;
	margin: 5px 30px 0px 0px;
	vertical-align: middle;
}
ul.head_r li {
	list-style: none;
	display: inline;
	width: auto;
	margin: 0px 3px;
	vertical-align: middle;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
ul.head_r li.head_r_sns img {
	width: 18px;
}
ul.head_r li.head_r_en {
	margin-left: 5px;
	padding: 0px 0px 0px 10px;
	background: url(images/list-w.png) no-repeat 0 50%;
}
ul.head_r li.head_r_en a {
	font-size: 12px;
	color: rgba(255, 255, 255, 1.0);
}
ul.head_r li.head_r_en a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/* ************************************************ 
*	ヘッダー
* ************************************************ */
#header {
	width: 100%;
	background: none;
	position: absolute;
	/*position: fixed;*/
	top: 0;
	z-index: 99;
	padding: 0px 0px 0px 0px;
	height: 180px;
}
.header {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	top: 0;
	padding: 0px 0px 0px 0px;
	height: 180px;
}
.sticky-header {
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 99999;
	transition: 0.25s;
	background: rgba(255, 255, 255, 0.9);
}
.headline {
	/**/
	background: rgba(204, 204, 204, 1.00);
	width: 100%;
	height: 5px;
}
/*btm fix link---------*/
.btm_fix {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 160px;
	border: 2px rgba(255, 255, 255, 1.0) solid;
	/*border-radius: 6px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.head-cont-tel {
	font-size: 18px;
	font-style: italic;
	color: rgba(33, 33, 33, 1.00);
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px auto 0px auto;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
}
.tel-adj {
	font-style: italic;
	padding-top: 10px;
}
.head-cont-f a {
	color: #FFF;
	background: rgba(33, 33, 33, 1.0) url("./images/ico-store-w.svg") no-repeat 15px 11px / 16px 16px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 6px 20px 6px 40px;
	/*border-radius: 5px;*/
}
.head-cont-f:hover > a, .head-cont-f a:hover {
	background: rgba(33, 33, 33, 0.6) url("./images/ico-store-w.svg") no-repeat 15px 11px / 16px 16px;
}
/*---------btm fix link*/
/* ************************************************ 
*	トップナビゲーション
* ************************************************ */
.sec_lang {
	float: right;
	text-align: right;
	margin: 0px 0px 0px 10px;
	letter-spacing: 0.03em;
}
/*entry link---------*/
ul.list-gos-02 {
	list-style: none;
	margin: 0px 0px 0px 0px;
	font-size: 0;
}
ul.list-gos-02 li {
	list-style: none;
	display: block;
	position: relative;
	color: #FFF;
	background: rgba(169, 190, 11, 1.0);
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
	border-radius: 0px 0px 0px 30px;
}
.mark-entry img {
	width: 190px;
	margin: 0px auto 25px auto;
}
.mark-entry2 img {
	width: 100px;
	margin: 0px auto 15px auto;
}
ul.list-gos-03 {
	list-style: none;
	margin: 0px 0px 0px 0px;
	font-size: 0;
}
ul.list-gos-03 li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin: 0 0;
}
ul.list-gos-03 li a {
	color: #FFF;
	background: rgba(33, 33, 33, 1.00);
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
	height: 70px;
}
ul.list-gos-03 li:hover > a, ul.list-gos-03 li a:hover {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(33, 33, 33, 1.0);
}
/*-----------entrystore link*/
#header h1.logo {
	float: left;
	text-align: left;
	margin: 50px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}
.logo img {
	width: 120px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
#nav {
	float: right;
	width: 650px;
	margin: 50px 30px 0px 0px;
	z-index: 1;
	padding: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.0);
}
#nav ul {
	list-style: none;
	margin: auto;
}
.main-navigation {
	margin: 0 auto;
	position: relative;
}
ul.nav-menu, div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
	position: relative;
	margin: 0 0;
}
.nav-menu li a {
	color: rgba(255, 255, 255, 1.00);
	display: block;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	margin: 0px 5px 0px 5px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/*
.nav-menu li:hover > a,
.nav-menu li a:hover {
    background: none;
	border-bottom: 1px rgba(255,255,255,0.8) dotted;
}
*/
.nav-menu li a::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: rgba(255, 255, 255, 0.6);
	transition: width 0.5s;
}
.nav-menu li:hover a::before {
	width: 100%;
}
.nav-menu .sub-menu, .nav-menu .children {
	/*background: #eee;*/
	background: none;
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0px;
}
ul.nav-menu ul.sub-menu {
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	width: 340px;
}
ul.nav-menu ul.sub-menu li {
	float: left;
	width: 150px;
}
/*ul.nav-menu ul a,
.nav-menu ul ul a {
    color: rgba(255,255,255,1.00);
    margin: 0;
    width: 150px;
}*/
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	/*background: none;*/
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {
	display: block;
	/*background: #eee;*/
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .nav-menu .current-post-ancestor > a {
	color: rgba(255, 255, 255, 1.00);
	/*background: none;
	border-bottom: 1px rgba(255,255,255,0.8) dotted;*/
}
.nav-menu .current_page_item > a::before, .nav-menu .current_page_ancestor > a::before, .nav-menu .current-menu-item > a::before, .nav-menu .current-menu-ancestor > a::before, .nav-menu .current-post-ancestor > a::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.6);
}
.nav-menu li.homebtn {
	display: none;
}
/* ************************************************ 
*	トップナビゲーション stickey
* ************************************************ */
#header h1.logo02 {
	float: left;
	width: 110px;
	text-align: left;
	margin: 10px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}
.logo02 img {
	width: 110px;
}
.sticky-box {
	position: relative;
	width: 100%;
}
#nav2 {
	float: right;
	width: 650px;
	margin: 18px 30px 0px 0px;
	padding: 0px;
	z-index: 1;
	text-align: center;
	background: rgba(255, 255, 255, 0.0);
}
#nav2 ul {
	list-style: none;
	margin: auto;
}
.main-navigation2 {
	margin: 0 auto;
	position: relative;
}
#nav2 ul.nav-menu, #nav2 div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
#nav2 .nav-menu li {
	display: inline-block;
	position: relative;
	margin: 0 0;
}
#nav2 .nav-menu li a {
	color: #333;
	display: block;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	margin: 0px 5px 0px 5px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.0));
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/*
#nav2 .nav-menu li:hover > a,
#nav2 .nav-menu li a:hover {
    background: none;
	border-bottom: 1px rgba(33,33,33,0.6) dotted;
}
*/
#nav2 .nav-menu li a::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: rgba(33, 33, 33, 0.6);
	transition: width 0.5s;
}
#nav2 .nav-menu li:hover a::before {
	width: 100%;
}
#nav2 .nav-menu .sub-menu, #nav2 .nav-menu .children {
	background: rgba(255, 255, 255, 0.5);
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
}
#nav2 .nav-menu .sub-menu ul, #nav2 .nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
#nav2 ul.nav-menu ul.sub-menu {
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
	width: 340px;
}
#nav2 ul.nav-menu ul.sub-menu li {
	float: left;
	width: 150px;
}
#nav2 ul.nav-menu ul a, #nav2 .nav-menu ul ul a {
	color: rgba(33, 33, 33, 1.00);
}
#nav2 ul.nav-menu ul a:hover, #nav2 .nav-menu ul ul a:hover {
	/*background: none;*/
}
#nav2 ul.nav-menu li:hover > ul, #nav2 .nav-menu ul li:hover > ul {
	display: block;
}
#nav2 .nav-menu .current_page_item > a, #nav2 .nav-menu .current_page_ancestor > a, #nav2 .nav-menu .current-menu-item > a, #nav2 .nav-menu .current-menu-ancestor > a, #nav2 .nav-menu .current-post-ancestor > a {
	color: rgba(33, 33, 33, 1.00);
	/*background: none;
	border-bottom: 1px rgba(33,33,33,0.6) dotted;*/
}
#nav2 .nav-menu .current_page_item > a::before, #nav2 .nav-menu .current_page_ancestor > a::before, #nav2 .nav-menu .current-menu-item > a::before, #nav2 .nav-menu .current-menu-ancestor > a::before, #nav2 .nav-menu .current-post-ancestor > a::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(33, 33, 33, 0.6);
}
#nav2 .nav-menu li.homebtn {
	display: none;
}
/* ************************************************ 
*	ヘッダー（SPフルスクリーンナビゲーション）
* ************************************************ */
.sp-header {
	display: none;
}
/*menu*/
.menusec .menu {
	height: 20px;
	position: absolute;
	left: 20px;
	top: 25px;
	width: 25px;
	z-index: 999999;
	cursor: pointer;
}
.menusec .menu__line {
	background: rgba(190, 190, 190, 1.00);
	/*background: rgba(255,255,255,1.0);*/
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menusec .menu__line--center {
	top: 9px;
}
.menusec .menu__line--bottom {
	bottom: 0;
}
.menusec .menu__line--top.active {
	top: 8px;
	transform: rotate(45deg);
	background: rgba(33, 33, 33, 1.00);
}
.menusec .menu__line--center.active {
	transform: scaleX(0);
	background: rgba(33, 33, 33, 1.00);
}
.menusec .menu__line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
	background: rgba(33, 33, 33, 1.00);
}
/*gnav*/
.menusec .gnav {
	background: rgba(255, 255, 255, 0.9);
	display: none;
	top: 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99998;
}
.menusec .gnav__wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}
.menusec ul.gnav__menu {
	width: 100%;
}
.menusec ul.gnav__menu li {
	list-style: none;
	text-align: left;
	margin: 25px;
}
.menusec ul.gnav__menu li ul {
	list-style: none;
	text-align: left;
	margin: 15px 0px -15px 15px;
}
.menusec ul.gnav__menu li ul.sub-menu li {
	margin: 0px 0px 15px 0px;
	display: inline-table;
	width: 30%;
}
.menusec ul.gnav__menu li ul.sub-menu li a {
	list-style: none;
	text-align: left;
	color: rgba(33, 33, 33, 0.5);
}
/*3列
.menusec ul.gnav__menu {
	display: table;
	width: 100%;
}
.menusec ul.gnav__menu > li {
    display: table-cell;
    float: left;
    width: 33%;
}*/
/*2列
.menusec ul.gnav__menu {
	display:table;
	width:50%;
}
.menusec ul.gnav__menu > li:nth-child(2n+1) {
    clear: both;
}
.menusec ul.gnav__menu > li {
    display: table-cell;
    float: left;
    width: 50%;
}*/
.menusec ul.gnav__menu > li a {
	color: rgba(33, 33, 33, 1.00);
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.08em;
	padding: 0px;
	text-decoration: none;
	transition: .5s;
}
.menusec ul.gnav__menu > li a:hover {
	color: rgba(33, 33, 33, 0.5);
}
/*
.menusec .gnav__menu__item{
    margin: 20px 0;
	list-style: none;
}
.menusec .gnav__menu__item a{
    color: rgba(255,255,255,1.00);
    font-size: 16px;
    font-weight: normal;
	letter-spacing: 0.05em;
    padding: 20px;
    text-decoration: none;
    transition: .5s;
}
.menusec .gnav__menu__item a:hover{
    color: rgba(255,255,255,0.6);
}*/
/* ************************************************ 
*	TOP メッセージ
* ************************************************ */
.top_msg {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 50px 0px;
	background: url("./images/CIM02_2_2_tane.png");
	background-size: 1920px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(237, 228, 218, 1.0);
	overflow: hidden;
	clear: both;
}
.top_msg_box {
	width: 1080px;
	margin: 0px auto 0px auto;
}
.top_msg_box img {
	border-radius: 20px;
}
.top_msg_photo {
	width: 30%;
	float: right;
	margin: 0px 0px 20px 30px;
}
.top_msg_tex {}
.top_msg_tex p {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 220%;
	margin: 0px 0px 0px 0px;
}
.top_msg02 {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 0px 0px;
	background: url("./images/CIM02_2_3_tane.png");
	background-size: 1920px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 1.0);
	height: auto;
	clear: both;
}
.titl_sub {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0 0 5px 0;
}
h2.title_02 {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin: 0 0 50px 0;
}
.top_msg_tex02 {
	margin: 0px 0px 60px 0px;
}
.top_msg_tex02 p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 220%;
	margin: 0px 0px 0px 0px;
}
.top_msg_photo02 {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
h3.title_03 {
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 130%;
	background: url("./images/mk_dekiwaku_bw.svg") no-repeat top center / 100px 50px;
	padding: 70px 0px 0px 0px;
	margin: 0px auto 50px auto;
}
.ph-left {
	float: left;
	margin: 20px 20px 20px 0px;
	width: 50%;
}
.top_msg_box .ph-circle {
	width: 240px;
	/*    height: 240px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 54% 36%;*/
}
.box_staff {
	margin: 60px 0px 20px 0px;
}
.box_staff p {
	font-size: 14px;
}
.top_msg03 {
	width: 100%;
	max-width: 1920px;
	margin: -100px auto 0px auto;
	padding: 120px 0px 50px 0px;
	background: url("./images/CIM02_2_5_tane.png");
	background-size: 1920px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(237, 228, 218, 1.0);
	height: auto;
	clear: both;
}
.top_msg_photo03 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.top_msg_box .top_msg_photo03 img {
	border-radius: 20px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: block;
}
.top_msg_photo03_box {
	width: 100%;
	background: rgba(255, 255, 255, 1.00);
	padding: 1.8rem;
	margin: 0px 0px 0px 0px;
	border-radius: 0px 0px 20px 20px;
}
.top_msg_photo03_box p {
	font-size: 14px;
}
h4.title_04 {
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 130%;
	margin: 0px auto 10px auto;
}
.top_msg_photo03_tl {
	width: 80%;
	margin: 50px auto 50px;
	font-size: 18px;
	font-weight: 600;
}
.top_msg_photo03_tl2 {
	width: 80%;
	margin: 50px auto 1em;
	text-align: center;
	line-height: 2;
	font-size: 18px;
}
.top_msg_photo03_tl2 strong {
	font-size: 21px;
}
.top_msg_photo03_p1 {
	margin-bottom: 3em;
	text-align: center;
	font-size: 18px;
}
.top_msg04 {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 0px 0px;
	background: url("./images/CIM02_2_6_tane.png");
	background-size: 1920px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 1.0);
	height: auto;
	clear: both;
}
.img_cott {
	float: right;
	width: 335px;
	margin: 0px 0px 20px 20px;
}
h5.title_05, p.title_05 {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 130%;
	margin: 0px auto 10px auto;
}
.top_msg_tex03 {
	margin: 0px 0px 100px 0px;
}
.top_msg_imgadj {
	width: 350px;
	margin: -80px 0px -30px 350px;
}
/* time-schedule */
.time-schedule {
	min-width: 91%;
	max-width: 91%;
	list-style: none;
	margin: 0 auto 0 6em;
	padding-left: 20px;
	border-left: 2px solid rgba(202, 202, 202, 1.0);
	box-sizing: border-box;
}
.time-schedule li {
	width: 100%;
	margin: 0 0;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.time-schedule span.day {
	width: 6em;
	display: inline-block;
	margin-left: -6rem;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	background: rgba(39, 39, 39, 1.00);
	border-radius: 20px;
	color: rgba(255, 255, 255, 1.00);
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.time-schedule span.time {
	width: 5em;
	display: inline-block;
	margin-left: -8em;
	padding: 0 0;
	margin-top: 10px;
	vertical-align: top;
	position: relative;
	text-align: right;
	box-sizing: border-box;
}
.time-schedule span.time::after {
	content: "";
	position: absolute;
	right: -32px;
	top: 8px;
	background: rgba(169, 190, 11, 1.0);
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.time-schedule .sch_box {
	display: inline-block;
	width: 100%;
	margin-left: 40px;
	padding: 5px 0px 15px 10px;
	vertical-align: middle;
	background: none;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(220, 220, 220, 1.00);
}
.time-schedule .sch_title {
	font-size: 16px;
	font-weight: 700;
}
.time-schedule .sch_tx {
	font-size: 16px;
	font-weight: 400;
}
.sch_r {
	float: right;
}
.sch_r img {
	width: 230px;
	/*margin-top: -30px;*/
}
.sch_stex {
	float: right;
	font-size: 14px;
	margin: 0px 0px 0px 15px;
}
.sch_img img {
	width: 230px;
	margin: 10px 10px 0px 0px;
}
.sch_box_w {
	width: 48%;
}
.sch_title_w {
	font-size: 16px;
	font-weight: 700;
	background: rgba(169, 190, 11, 0.3);
	padding: 0.2rem 1rem;
	border-radius: 0px;
}
.sch_img_w img {
	width: 230px;
	margin: 15px 10px 5px 0px;
}
.sch_tx_w {
	font-size: 16px;
	font-weight: 400;
}
.sch_box_k {
	width: 48%;
}
.sch_title_k {
	font-size: 16px;
	font-weight: 700;
	background: rgba(250, 236, 29, 0.3);
	padding: 0.2rem 1rem;
	border-radius: 0px;
}
.sch_img_k img {
	width: 230px;
	margin: 15px 10px 5px 0px;
}
.sch_tx_k {
	font-size: 16px;
	font-weight: 400;
}
.top_msg05 {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	padding: 220px 0px 50px 0px;
	background: url("./images/CIM02_2_9_tane.png");
	background-size: 1920px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(237, 228, 218, 1.0);
	height: auto;
	clear: both;
}
.map-adj iframe {
	width: 100%;
	height: 450px;
	margin-top: 30px;
}
.top_msg06 {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 0px 0px;
	background: url("./images/CIM02_2_11_tane.png");
	background-size: 1920px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 1.0);
	height: auto;
	clear: both;
}
.top_msg07 {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	padding: 220px 0px 50px 0px;
	background: url("./images/CIM02_2_10_tane.png");
	background-size: 1920px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(237, 228, 218, 1.0);
	height: auto;
	clear: both;
}
table.faq {
	width: 100%;
	margin: 0px 0px 30px 0px;
	/*border-left: 3px solid rgba(169,190,11,1.0);*/
	border-collapse: collapse;
}
table.faq th {
	width: 50px;
	padding: 12px 0px 8px 0px;
	font-weight: bold;
	text-align: center;
	color: rgba(169, 190, 11, 1.0);
	border-bottom: none;
}
table.faq td {
	padding: 12px 10px 12px 0px;
	font-weight: normal;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
	border-collapse: collapse;
}
table.faq tr:last-child td {
	border-bottom: none;
}
table.faq th.col01, table.faq td.col01 {
	color: rgba(169, 190, 11, 1.0);
	color: rgba(175, 28, 78, 1.0);
}
table.faq th.col02, table.faq td.col02 {
	color: #CD4465;
}
table.faq th.col03, table.faq td.col03 {
	font-weight: bold;
}
table.faq th.col04, table.faq td.col04 {
	color: rgba(175, 28, 78, 1.0);
}
/* ************************************************ 
*	レイアウト
* ************************************************ */
.cont-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.item02 {
	width: 48%;
	margin-bottom: 30px;
}
.cont-wrap02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.item03 {
	width: 31%;
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 1.00);
	border-radius: 20px;
}
.item03-2 {
	width: 25%;
	margin-bottom: 30px;
}
.item03-3 {
	width: 55%;
	margin-bottom: 30px;
}
.item03-4 {
	width: 20%;
	margin-bottom: 30px;
}
.item02:nth-child(n+3) {
	margin-top: 30px;
}
.item40 {
	width: 35%;
	margin-bottom: 30px;
}
.item60 {
	width: 60%;
	margin-bottom: 30px;
}
/* ************************************************ */
.link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 60px;
	color: rgba(33, 33, 33, 1.00);
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: 0.3s;
	margin: 40px 0px;
	border: 1px solid rgba(33, 33, 33, 0.7);
}
.link_btn a:hover {
	color: rgba(33, 33, 33, 1.00);
}
.btn06 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: rgba(33, 33, 33, 0.7);
}
.btn06 a:hover {
	background-color: rgba(33, 33, 33, 0.1);
	border: 1px solid rgba(33, 33, 33, 0.7);
}
.btn06 a:hover::after {
	border-color: #333 #333 transparent transparent;
}
/* */
p {
	font-size: 16px;
	color: rgba(33, 33, 33, 1.0);
	line-height: 220%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
p a {
	color: rgba(33, 33, 33, 1.0);
	text-decoration: underline;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
p a:hover {
	color: #B1B1B1;
}
p a:active, a:focus {
	outline: 0;
}
/* ************************************************ 
*	フッターエリア
* ************************************************ */
#footer {
	max-width: 1920px;
	background: url("./images/CIM02_2_12.png");
	background-size: 1920px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: rgba(237,228,218,1.0);
	color:rgba(33,33,33,1.00); 
	clear:both;
	width:100%;
	font-size: 16px;
	margin: 0px auto 0px auto;
	/*padding: 150px 0 35px 0;*/
	padding: 50px 0 100px 0;
}
.footer-inner {
	margin: 0px auto 0px auto;
	max-width: 1080px;
	_width: 1080px;
}
.footer-main {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.footer-sup {
	width: 0%;
	float: right;
	margin: 0px 0px 30px 0px;
}
#footlogo {
	text-align: center;
	position: relative;
	margin: 0px 0px 50px 0px;
	padding: 0 0 0 0;
}
#footlogo img {
	margin: 0px 0px 0px 0px;
	width: 250px;
}
.footer-nav {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
.footer-navbox {
	width: auto;
	margin: 0px 0px 5px 0px;
	text-align: center;
}
#footer ul.footer-navleft {
	list-style: none;
}
#footer ul.footer-navleft li {
	list-style: none;
	display: inline;
	background: url("./images/list.png") no-repeat 0px 4px;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 10px 5px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1.5rem;
}
#footer ul.footer-navleft li a, #footer ul.footer-navright li a {
	color: rgba(33, 33, 33, 1.00);
}
#footer ul.footer-navleft li a:hover, #footer ul.footer-navright li a:hover {
	color: rgba(33, 33, 33, 0.6);
}
.footer-btm {
	letter-spacing: 0.05em;
}
.footer-btm a {
	color: rgba(33, 33, 33, 1.00);
	text-decoration: underline;
}
.footer-btm a:hover {
	color: rgba(33, 33, 33, 1.00);
}
#sociallink {
	text-align: center;
	position: relative;
	margin: 0px auto 10px auto;
	padding: 0 0 0 0;
}
#sociallink img {
	width: 30px;
	margin: 0px 2px 0px 2px;
}
#sociallink a {
	opacity: 1.0;
}
#sociallink img.ytb {
	width: 35px;
	margin: 4px 2px 0px 2px;
}
.footer-sup-tl {
	color: rgba(33, 33, 33, 1.00);
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
ul.footer-sup-list li {
	border: solid 1px #efefef;
}
#copyright {
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.copyright_logo {
	margin: 0px auto 5px auto;
}
.copyright_logo img {
	width: 160px;
}
/* コンタクトフォーム用 */
.contact_staff_pc {
	display: block;
	width: 30%;
	float: right;
	margin: -30px 0px 10px 10px;
}
.contact_staff_sp {
	display: none;
}
table.inquiry {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
table.inquiry input[type=text], table.inquiry input[type=email], table.inquiry input[type=tel], table.inquiry input[type=url], table.inquiry textarea {
	width: 100%;
	border: 1px solid #DEDEDE;
	background: #FFF;
	z-index: 0;
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.0);
}
.inquiry th {
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	padding: 10px;
	width: 30%;
	/*background:#f7f7f7;*/
	border-bottom: dotted 1px #DEDEDE;
}
.inquiry td {
	font-size: 16px;
	padding: 10px;
	border-bottom: dotted 1px #DEDEDE;
}
/* 必須の調整 */
.haveto {
	font-size: 7pt;
	padding: 5px;
	background: #ff9393;
	color: #fff;
	border-radius: 2px;
	margin-right: 2px;
}
/* 任意の調整 */
.any {
	font-size: 7pt;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 2px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
	display: block;
}
/* 送信ボタンのデザイン変更 */
.submitbtn {
	text-align: center;
	margin: 20px auto 20px auto;
	padding-left: 30px;
}
.soushinbtn {
	text-align: center;
	background: rgba(255, 255, 255, 1.00);
	border: solid 1px #DEDEDE;
	padding: 15px 30px 15px 30px;
	font-size: 1.2em;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
	margin: 0;
}
.soushinbtn:hover {
	background: rgba(33, 33, 33, 1.0);
	color: #FFF;
	border: 1px solid rgba(33, 33, 33, 1.0);
}
/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 767px) {
	.contact_staff_pc {
		display: none;
	}
	.contact_staff_sp {
		display: block;
		width: 45%;
		float: right;
		margin: 0px 0px 0px 0px;
	}
	.inquiry th, .inquiry td {
		display: block;
		width: 100% !important;
		border-top: none !important;
	}
	.inquiry th {
		background: rgba(255, 255, 255, 0.2);
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #DEDEDE !important;
	}
	.submitbtn {
		text-align: center;
		margin: 20px auto 20px auto;
		padding-left: 0px;
	}
	.soushinbtn {
		width: 100% !important;
		margin: 0 auto;
		text-align: center;
	}
}
/* ************************************************ 
*   google map
* ************************************************ */
#map_custmomize {
	max-width: 100%;
	width: 100%;
	height: 500px;
	margin: 0px 0px 30px 0px;
	/*display: block;*/
	/*border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; */
}
#map_custmomize02 {
	max-width: 100%;
	width: 100%;
	height: 300px;
	/*display: block;*/
	/*border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; */
}
p.go_gmap {
	padding-top: 10px;
	padding-bottom: 5px;
}
.sp_top_map {
	margin-bottom: -50px;
}
/* ************************************************ 
*   トリミング
* ************************************************ */
.trim-feed {
	overflow: hidden;
	/*width: 300px;
    height: 300px;*/
	width: 100%; /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
	padding-top: 100%; /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
	position: relative;
	margin-bottom: 10px;
}
.trim-feed img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍まで */
	max-width: 150%;
	max-height: 150%;
}
/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* 画面の横幅が980px〜1240pxまで */
@media only screen and (min-width: 980px) and (max-width: 1240px) {
	.wrapper-2 {
		width: 95%;
	}
}
/* PC 画面の横幅が1920px以上 */
@media only screen and (min-width: 1920px) {}
/* 画面の横幅が960pxまで */
@media only screen and (max-width: 960px) {}
/* Tablet (Portrait) 画面の横幅が768px〜979pxまで */
@media only screen and (min-width: 768px) and (max-width: 979px) {}
/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 767px) {
	.sp_br {
		display: none;
	}
	/* ************************************************ 
*	基本設定
* ************************************************ */
	body {
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 14px;
		/*background: #f2f2f2;*/
		background: rgba(255, 255, 255, 1.00);
		color: rgba(33, 33, 33, 1.0);
		line-height: 220%;
		-webkit-text-size-adjust: 100%;
	}
	/* ************************************************ 
*	全体Wrapper
* ************************************************ */
	.wrapper {
		margin: 70px auto 0px auto;
		max-width: 90%;
		padding: 0px 10px;
		_width: 90%;
	}
	/* ************************************************ 
*	head bar
* ************************************************ */
	.sec_lang a:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #000;
	}
	/* ************************************************ 
*	ヘッダー
* ************************************************ */
	#header {
		width: 100%;
		background: none;
		position: absolute;
		/*position: fixed;*/
		top: 0;
		z-index: 99;
		padding: 0px 0px 0px 0px;
		height: auto;
	}
	.header {
		width: 100%;
		top: 0;
		padding: 0px 0px 0px 0px;
		height: 180px;
	}
	/*btm fix link---------*/
	.btm_fix {
		position: fixed;
		bottom: 30px;
		right: 30px;
		width: 160px;
		border: 2px rgba(255, 255, 255, 1.0) solid;
		/*border-radius: 6px;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.head-cont-tel {
		font-size: 18px;
		font-style: italic;
		color: rgba(33, 33, 33, 1.00);
		background: rgba(255, 255, 255, 0.8);
		text-align: center;
		padding: 5px 0px 5px 0px;
		margin: 0px auto 0px auto;
		border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	}
	.tel-adj {
		font-style: italic;
		padding-top: 10px;
	}
	.head-cont-f a {
		color: #FFF;
		background: rgba(33, 33, 33, 1.0) url("./images/ico-store-w.svg") no-repeat 15px 11px / 16px 16px;
		display: block;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.05em;
		text-decoration: none;
		text-align: center;
		margin: 0px auto 0px auto;
		padding: 6px 20px 6px 40px;
		/*border-radius: 5px;*/
	}
	.head-cont-f:hover > a, .head-cont-f a:hover {
		background: rgba(33, 33, 33, 0.6) url("./images/ico-store-w.svg") no-repeat 15px 11px / 16px 16px;
	}
	/*---------btm fix link*/
	/* ************************************************ 
*	トップナビゲーション
* ************************************************ */
	.sec_lang {
		float: right;
		text-align: right;
		margin: 0px 0px 0px 10px;
		letter-spacing: 0.03em;
	}
	/*entry link---------*/
	ul.list-gos-02 {
		list-style: none;
		margin: 0px 0px 0px 0px;
		font-size: 0;
	}
	ul.list-gos-02 li {
		list-style: none;
		display: block;
		position: relative;
		color: #FFF;
		background: rgba(169, 190, 11, 1.0);
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0.03em;
		text-decoration: none;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 20px 20px 20px 20px;
		border-radius: 0px 0px 0px 30px;
	}
	.mark-entry img {
		width: 120px;
		margin: 0px auto 20px auto;
	}
	.mark-entry2 img {
		width: 70px;
		margin: 0px auto 0px auto;
	}
	/*-----------*/
	#header h1.logo {
		float: left;
		text-align: left;
		margin: 50px 0px 0px 50px;
		padding: 0px 0px 0px 0px;
	}
	.logo img {
		width: 120px;
		filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
	}
	/* ************************************************ 
*	ヘッダー（SPフルスクリーンナビゲーション）
* ************************************************ */
	.sp-header {
		display: none;
	}
	/* ************************************************ 
*	TOP メッセージ
* ************************************************ */
	.top_msg {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 50px 0px 50px 0px;
		background: url("./images/CIM02_2_2_tane.png");
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		background-color: rgba(237, 228, 218, 1.0);
		overflow: hidden;
		clear: both;
	}
	.top_msg_box {
		width: 90%;
		margin: 0px auto 0px auto;
	}
	.top_msg_box img {
		border-radius: 20px;
	}
	.top_msg_photo {
		width: 100%;
		float: none;
		margin: 0px 0px 20px 0px;
	}
	.top_msg_tex {}
	.top_msg_tex p {
		text-align: left;
		font-size: 14px;
		font-weight: 600;
		line-height: 220%;
		margin: 0px 0px 0px 0px;
	}
	.top_msg02 {
		width: 100%;
		margin: -50px 0px 0px 0px;
		padding: 200px 0px 0px 0px;
		background: url("./images/CIM02_2_3sp.png");
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		height: auto;
		clear: both;
	}
	.titl_sub {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin: 0 0 5px 0;
	}
	h2.title_02 {
		font-size: 24px;
		font-weight: 900;
		letter-spacing: 0.05em;
		margin: 0 0 50px 0;
	}
	.top_msg_tex02 {
		margin: 0px 0px 60px 0px;
	}
	.top_msg_tex02 p {
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 220%;
		margin: 0px 0px 0px 0px;
	}
	.top_msg_photo02 {
		width: 100%;
		margin: 0px 0px 30px 0px;
	}
	h3.title_03 {
		text-align: center;
		font-size: 21px;
		font-weight: 900;
		letter-spacing: 0.05em;
		line-height: 130%;
		background: url("./images/mk_dekiwaku_bw.svg") no-repeat top center / 100px 50px;
		padding: 70px 0px 0px 0px;
		margin: 0px auto 50px auto;
	}
	.ph-left {
		float: left;
		margin: 20px 0px 20px 0px;
		width: 50%;
	}
	.top_msg_box .ph-circle {
		width: 160px;
		/*    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 54% 36%;*/
	}
	.box_staff {
		margin: 40px 0px 20px 20px;
	}
	.box_staff p {
		font-size: 12px;
	}
	.top_msg03 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 120px 0px 50px 0px;
		background: url("./images/CIM02_2_5sp.png?version=20230130");
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		background-color: rgba(237, 228, 218, 1.0);
		height: auto;
		clear: both;
	}
	.top_msg_photo03 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0;
	}
	.top_msg_box .top_msg_photo03 img {
		border-radius: 20px 20px 0px 0px;
		margin: 0px 0px 0px 0px;
		padding: 0;
		display: block;
	}
	.top_msg_photo03_box {
		width: 100%;
		background: rgba(255, 255, 255, 1.00);
		padding: 1.8rem;
		margin: 0px 0px 0px 0px;
		border-radius: 0px 0px 20px 20px;
	}
	.top_msg_photo03_box p {
		font-size: 14px;
	}
	h4.title_04 {
		font-size: 21px;
		font-weight: 900;
		letter-spacing: 0.03em;
		line-height: 130%;
		margin: 0px auto 10px auto;
	}
	.top_msg_photo03_tl {
		width: 80%;
		margin: 50px auto 50px;
		font-size: 18px;
		font-weight: 600;
	}
	.top_msg04 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 50px 0px 0px 0px;
		background: url("./images/CIM02_2_6sp.png");
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		height: auto;
		clear: both;
	}
	.img_cott {
		float: none;
		width: 100%;
		margin: 0px 0px 15px 0px;
	}
	h5.title_05 p.title_05 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.03em;
		line-height: 130%;
		margin: 0px auto 10px auto;
	}
	.top_msg_tex03 {
		margin: 0px 0px 100px 0px;
	}
	.top_msg_imgadj {
		width: 250px;
		margin: -50px auto 0px auto;
	}
	/* time-schedule */
	.time-schedule {
		min-width: 85%;
		max-width: 85%;
		list-style: none;
		margin: 0 auto 0 5em;
		padding-left: 30px;
		border-left: 2px solid rgba(202, 202, 202, 1.0);
		box-sizing: border-box;
	}
	.time-schedule li {
		width: 90%;
		margin: 0 0;
		padding: 0px 0px 10px 0px;
		position: relative;
	}
	.time-schedule span.day {
		width: 5em;
		display: inline-block;
		margin-left: -6rem;
		margin-bottom: 1rem;
		padding: 0.5rem 1rem;
		position: relative;
		text-align: center;
		box-sizing: border-box;
		background: rgba(39, 39, 39, 1.00);
		border-radius: 20px;
		color: rgba(255, 255, 255, 1.00);
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.1rem;
	}
	.time-schedule span.time {
		width: 4em;
		display: inline-block;
		margin-left: -8em;
		padding: 0 0;
		margin-top: 10px;
		vertical-align: top;
		position: relative;
		text-align: right;
		box-sizing: border-box;
	}
	.time-schedule span.time::after {
		content: "";
		position: absolute;
		right: -30px;
		top: 8px;
		background: rgba(169, 190, 11, 1.0);
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}
	.time-schedule .sch_box {
		display: inline-block;
		width: 100%;
		margin-left: 40px;
		padding: 5px 10px 15px 10px;
		vertical-align: middle;
		background: none;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(220, 220, 220, 1.00);
	}
	.time-schedule .sch_title {
		font-size: 14px;
		font-weight: 700;
	}
	.time-schedule .sch_tx {
		font-size: 14px;
		font-weight: 400;
	}
	.sch_r {
		float: none;
	}
	.sch_r img {
		width: 200px;
		margin-top: 10px;
	}
	.sch_stex {
		float: none;
		font-size: 14px;
		margin: 0px 0px 0px 0px;
	}
	.sch_img img {
		width: 200px;
		margin: 10px 10px 0px 0px;
	}
	.sch_box_w {
		width: 100%;
		margin-bottom: 20px;
	}
	.sch_title_w {
		font-size: 14px;
		font-weight: 700;
		background: rgba(169, 190, 11, 0.3);
		padding: 0.2rem 1rem;
		border-radius: 0px;
	}
	.sch_img_w img {
		width: 230px;
		margin: 15px 10px 5px 0px;
	}
	.sch_tx_w {
		font-size: 14px;
		font-weight: 400;
	}
	.sch_box_k {
		width: 100%;
	}
	.sch_title_k {
		font-size: 14px;
		font-weight: 700;
		background: rgba(250, 236, 29, 0.3);
		padding: 0.2rem 1rem;
		border-radius: 0px;
	}
	.sch_img_k img {
		width: 230px;
		margin: 15px 10px 5px 0px;
	}
	.sch_tx_k {
		font-size: 14px;
		font-weight: 400;
	}
	.top_msg05 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 100px 0px 50px 0px;
		background: url("./images/CIM02_2_9sp.png");
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		background-color: rgba(237, 228, 218, 1.0);
		height: auto;
		clear: both;
	}
	.map-adj iframe {
		width: 100%;
		height: 450px;
		margin-top: 20px;
	}
	.top_msg06 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 50px 0px 0px 0px;
		background: url("./images/CIM02_2_11.png");
		background-size: 1920px;
		background-position: top center;
		background-repeat: no-repeat;
		height: auto;
		clear: both;
	}
	.top_msg07 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 220px 0px 50px 0px;
		background: url("./images/CIM02_2_10.png");
		background-size: 1920px;
		background-position: top center;
		background-repeat: no-repeat;
		background-color: rgba(237, 228, 218, 1.0);
		height: auto;
		clear: both;
	}
	table.faq {
		width: 100%;
		margin: 0px 0px 30px 0px;
		/*border-left: 3px solid rgba(169,190,11,1.0);*/
		border-collapse: collapse;
	}
	table.faq th {
		width: 50px;
		padding: 12px 0px 8px 0px;
		font-weight: bold;
		text-align: center;
		color: rgba(169, 190, 11, 1.0);
		border-bottom: none;
	}
	table.faq td {
		padding: 12px 10px 12px 0px;
		font-weight: normal;
		border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
		border-collapse: collapse;
	}
	table.faq tr:last-child td {
		border-bottom: none;
	}
	table.faq th.col01, table.faq td.col01 {
		color: rgba(169, 190, 11, 1.0);
		color: rgba(175, 28, 78, 1.0);
	}
	table.faq th.col02, table.faq td.col02 {
		color: #CD4465;
	}
	table.faq th.col03, table.faq td.col03 {
		font-weight: bold;
	}
	table.faq th.col04, table.faq td.col04 {
		color: rgba(175, 28, 78, 1.0);
	}
	/* ************************************************ 
*	レイアウト
* ************************************************ */
	.cont-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.item02 {
		width: 100%;
		margin-bottom: 30px;
	}
	.cont-wrap02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.item03 {
		width: 100%;
		margin-bottom: 30px;
		background: rgba(255, 255, 255, 1.00);
		border-radius: 20px;
	}
	.item03-2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.item03-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.item03-4 {
		width: 100%;
		margin-bottom: 30px;
	}
	.item02:nth-child(n+3) {
		margin-top: 30px;
	}
	.item40 {
		width: 100%;
		margin-bottom: 30px;
	}
	.item60 {
		width: 100%;
		margin-bottom: 30px;
	}
	/* ************************************************ */
	.link_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 250px;
		height: 60px;
		color: rgba(33, 33, 33, 1.00);
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
		letter-spacing: 0.05em;
		transition: 0.3s;
		margin: 40px 0px;
		border: 1px solid rgba(33, 33, 33, 0.7);
	}
	.link_btn a:hover {
		color: rgba(33, 33, 33, 1.00);
	}
	.btn06 a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: rotate(45deg) translateY(-50%);
		width: 6px;
		height: 6px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: rgba(33, 33, 33, 0.7);
	}
	.btn06 a:hover {
		background-color: rgba(33, 33, 33, 0.1);
		border: 1px solid rgba(33, 33, 33, 0.7);
	}
	.btn06 a:hover::after {
		border-color: #333 #333 transparent transparent;
	}
	/* */
	p {
		font-size: 14px;
		color: rgba(33, 33, 33, 1.0);
		line-height: 220%;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}
	p a {
		color: rgba(33, 33, 33, 1.0);
		text-decoration: underline;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
	}
	p a:hover {
		color: #B1B1B1;
	}
	p a:active, a:focus {
		outline: 0;
	}
	/* ************************************************ 
*	フッターエリア
* ************************************************ */
	#footer {
		background: url("./images/CIM02_2_12.png");
		background-size: 1920px;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-color: rgba(237, 228, 218, 1.0);
		color: rgba(33, 33, 33, 1.00);
		clear: both;
		width: 100%;
		font-size: 14px;
		margin: 0px auto 0px auto;
		/*padding: 50px 0 35px 0;*/
		padding: 50px 0 100px 0;
	}
	.footer-inner {
		margin: 0px auto 0px auto;
		max-width: 90%;
		_width: 90%;
	}
	.footer-main {
		float: none;
		width: 100%;
		margin: 0px 0px 30px 0px;
	}
	.footer-sup {
		width: 0%;
		float: right;
		margin: 0px 0px 30px 0px;
	}
	#footlogo {
		text-align: center;
		position: relative;
		margin: 0px 0px 50px 0px;
		padding: 0 0 0 0;
	}
	#footlogo img {
		margin: 0px 0px 0px 0px;
		width: 250px;
	}
	.footer-nav {
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
	}
	.footer-navbox {
		width: auto;
		margin: 0px 0px 5px 0px;
		text-align: center;
	}
	#footer ul.footer-navleft {
		list-style: none;
	}
	#footer ul.footer-navleft li {
		list-style: none;
		display: inline;
		background: url("./images/list.png") no-repeat 0px 4px;
		padding: 0px 10px 0px 10px;
		margin: 0px 5px 10px 5px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.08em;
		line-height: 1.5rem;
	}
	#footer ul.footer-navleft li a, #footer ul.footer-navright li a {
		color: rgba(33, 33, 33, 1.00);
	}
	#footer ul.footer-navleft li a:hover, #footer ul.footer-navright li a:hover {
		color: rgba(33, 33, 33, 0.6);
	}
	.footer-btm {
		letter-spacing: 0.05em;
	}
	.footer-btm a {
		color: rgba(33, 33, 33, 1.00);
		text-decoration: underline;
	}
	.footer-btm a:hover {
		color: rgba(33, 33, 33, 1.00);
	}
	#sociallink {
		text-align: center;
		position: relative;
		margin: 0px auto 20px auto;
		padding: 0 0 0 0;
	}
	#sociallink img {
		width: 30px;
		margin: 0px 2px 0px 2px;
	}
	#sociallink a {
		opacity: 1.0;
	}
	#sociallink img.ytb {
		width: 35px;
		margin: 4px 2px 0px 2px;
	}
	.footer-sup-tl {
		color: rgba(33, 33, 33, 1.00);
		font-size: 16px;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	ul.footer-sup-list li {
		border: solid 1px #efefef;
	}
	#copyright {
		font-size: 12px;
		letter-spacing: 0.05em;
		text-align: center;
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	.copyright_logo {
		margin: 0px auto 5px auto;
	}
	.copyright_logo img {
		width: 160px;
	}
}
/* Mobile (Landscape) 画面の横幅が280px〜767pxまで */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 420px;
	}
	.wrapper-2 {
		width: 420px;
	}
	.cycle-slideshow {
		overflow: hidden;
		width: 95%;
		height: 280px;
		margin-bottom: -50px;
	}
	.footer-inner {
		width: auto;
	}
	.box_sns iframe {
		width: 100%;
		height: 500px;
		min-height: 500px;
	}
	#sidebar iframe {
		width: 100%;
		height: 500px;
		min-height: 500px;
	}
	.twothird iframe {
		width: 100%;
		height: auto;
	}
}
/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */
/* Twitter Timeline
---------------------------------------------------- */
.twitter-timeline {
	width: 100%;
	height: 300px;
}
/* Facebook Like Box
---------------------------------------------------- */
div.fb_iframe_widget, div.fb_iframe_widget iframe[style], div.fb_iframe_widget span {
	width: 100% !important;
}
/* YouTube embed
---------------------------------------------------- */
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.youtube iframe, .youtube object, .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 追加項目
---------------------------------------------------- */
.works-block h4 {
	margin-top: 15px;
}
/* 追加 ex-
---------------------------------------------------- */
dl.def_lst {
	width: 100%;
	margin: 0px 0px 30px 0px;
	border-top: 1px solid #efefef;
}
dt.def_lst_dt {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	font-weight: normal;
	float: left;
	clear: both;
	width: 15%;
	/*word-break: break-all;*/
	vertical-align: top;
	line-height: 190%;
}
dd.def_lst_dd {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	padding-left: 20%;
	margin-left: 0px;
	border-bottom: 1px solid #efefef;
	vertical-align: top;
	line-height: 190%;
}
h2.ttl_h2 {
	margin-top: 3em;
	margin-bottom: .7em;
	font-weight: normal;
	font-size: 140%;
}
h3.ttl_h3 {
	margin-top: 2em;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 100%;
}
.orbitvu-viewer {
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	dt.def_lst_dt {
		padding-top: 1em;
		padding-bottom: 1em;
		font-weight: bold;
		float: none;
		clear: both;
		width: 100%;
		/*word-break: break-all;*/
		vertical-align: top;
	}
	dd.def_lst_dd {
		padding-top: 0em;
		padding-bottom: 1em;
		padding-left: 0%;
		margin-left: 0px;
		border-bottom: 1px dotted #ccc;
		vertical-align: top;
	}
	h2.ttl_h2 {
		margin-top: 3em;
		margin-bottom: .7em;
		font-weight: normal;
		font-size: 140%;
	}
}