/* ↓全ページ共通↓　*/
h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
p{
	
}
h1{
	font-size:2em;
}
h2 {
	position: relative;
	padding: 0.2em;
	margin-bottom: 1em;
	text-align: center;
}
h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 4px;
	content: '';
	border-radius: 4px;
	background: #A2D2FF;
}
h3 {
	width: 300px;
	padding: 0.6em;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
h3:before,
h3:after {
	position: absolute;
	content: '';
}
h3:after {
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-top: 2px solid #A2D2FF;
	border-left: 2px solid #A2D2FF;
}
h3:before {
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	border-right: 2px solid #A2D2FF;
	border-bottom: 2px solid #A2D2FF;
}
@media (max-width : 1280px ){
body {	
	font-size: 0.9em;
}
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

/* ↓--------------------コンテンツ幅--------------------↓　*/
#contents {
	width: 100%;
	padding-top:72px; 
	margin: 0 auto;
	float: center;
	text-align: left;
}
.base{
	background-color: #FEF9EF;
}
.accent01{
	background-color: #FF865E;
}
.accent02{
	background-color: #FEE440;
}
@media (max-width : 1280px ){
#contents {
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	float: center;
	text-align: left;
}
}
#sdgs{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
}
/* ↓--------------------施設紹介--------------------↓　*/
#facility{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
}
.fa_parent {
	display: flex;
	padding: 16px 0;
	margin: 0 auto 2em;
}
.fa_parent:last-child  {
	margin: 0 auto;
}

.fa_child{
	width: 49%;
	padding: 0 8px;
}
.fa_child img{
	width: 100%;
	margin: 0 auto;
}

@media (max-width : 1280px ){
.fa_parent {
	display: block;
}
.fa_child {
	width: 98%;
}	
}


/* ↓--------------------よくある質問--------------------↓　*/
#question{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
}
.accordion {

}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
	display: none;
}
/* 見出しボタン部分 */
.accordion-open {
	display: block;
	padding: 10px 80px 10px 10px;
	background: #FEF9EF	;
	cursor: pointer;
	margin: 5px 0;
	position: relative;
}
/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
	content: '';
	width: 20px;
	height: 3px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
/* アイコンのー */
.accordion-open::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}
/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
	transform: translateY(-50%) rotate(0);
}
/* アコーディオン中身部分 */
.accordion-inner {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	transition: 0.5s;
	/* 表示速度の設定 */
	cursor: pointer;
}
/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
	height: auto;
	opacity: 1;
	padding: 10px;
}
/* ↑ここまで共通 */
/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
	position: relative;
}
.accordion_qa .Q::before,
.accordion_qa .A::before {
	font-size: 1.5em;
	display: block;
	position: absolute;
	top: -.6em;
	left: -1.3em;
}
.accordion_qa .Q::before {
	content: 'Q.';
}

.accordion_qa .A::before {
	content: 'A.';
}
.accordion_qa .accordion-open {
	padding-left: 2.5em;
}
.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
	height: auto;
	opacity: 1;
	padding: 10px 10px 10px 2.5em;
}
/* Q&A追加ここまで */
/* 中にいろいろ入れたいとき */
.accordion-box {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	transition: 1s;
}
.accordion-hidden:checked+.accordion-open+.accordion-box {
	height: auto;
	opacity: 1;
	padding: 10px;
}

/* ↓--------------------ご入居までの流れ--------------------↓　*/
#flow{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
}
.flow table {
	border-collapse: collapse;
	width: 100%;
}
.fl_table th,
.fl_table td{
	padding: 1em;
	box-sizing:border-box;
}
.fl_table th {
	width: 10em;
	background: #FEF9EF	;
}
@media screen and (max-width: 640px) {
.fl_table {
	width: 100%;
}
table.fl_table th,
table.fl_table td {
	display: block;
	width: 100%;
	border-bottom:none;
}
.fl_table tr:last-child{
}
}

/* ↓--------------------お知らせ--------------------↓　*/
#info{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
}
.in_parent {
	display: flex;
}
.in_child {
	margin: 0 auto;
	float: center;
}
@media (max-width : 1280px ){
.parent {
	display: wrap;
}
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#news{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
}
.news_frame{

}
.news_frame iframe{
	width: 100%;
	height: 10em;
	margin: 0 auto;
	padding: 0 1em;
	border: 1px solid #ccc;
}
.news_cont {
	text-align: left;
	line-height: 1.6;
	overflow: auto;
}
.news_cont dl {

}
.news_cont dt {
	float: left;
}
.news_cont dd {
	margin-left: 8em;
}

@media (max-width : 1280px ){
.new_cont dl{
	
}
.news_cont dt {

}
.news_cont dd {

}
}

/* ↓--------------------お問合せ--------------------↓　*/
#contact{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
}
.co_text{
	text-align: center;
}
.co_parent {
	display: flex;
	padding: 16px 0;
	margin: 0 auto;
}
.co_child{
	width: 49%;
	padding: 0 8px;
	text-align: center;
}
.co_tell{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
.co_btn{
	width: 80%;
	background: #FFFFFF;
	padding: 1.2em 1em;
	margin: 0 auto;
	border: solid 2px #A2D2FF;
	border-radius:100px;
}
.co_link{
	font-size: 1.2em;
	text-align: center;
}
@media (max-width : 1280px ){
.co_parent {
	display: block;
}
.co_child {
	width: 98%;
}
.co_text{
	text-align: left;
}
}
/* ↓--------------------会社概要--------------------↓　*/
#about{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
	text-align: center;
}
.ab_parent{
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 16px 0;
}
.ab_child{
	width: auto;
}
.ab_table{
	width: auto;
	text-align: left;
	padding: 0;
	margin: 0 0 0 2em;
}
.ab_table dl{
}
.ab_table dt{
	float: left;
}
.ab_table dd {
	margin-left: 6em;
}
@media (max-width : 1280px ){
.ab_parent {
	display: block;
}
.ab_child {
	width: 98%;
}
.ab_child img{
	width: 40%;
	margin: 0 auto;		
}	
}
/* ↓--------------------ヘッダー--------------------↓　*/
/* Navbar & Navmenu color */
:root {
	--background-navbar:#A2D2FF;
}

.header {
	width: 100%;
	height: 72px;
	background: var(--background-navbar);
	position: fixed;
	z-index: 999;
}
/* Nav items */
.he_menu {
	list-style: none;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	margin-top: 72px;
	padding: 0 0 10px 0;
	clear: both;
	background: var(--background-navbar);
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	transform: scale(1, 0);
	transform-origin: top;
}
/* Hamburger menu button */
.menu-btn:checked ~ .he_menu {
	transform: scale(1, 1);
	transform-origin: top;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger menbu text */
.he_menu a {
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 16px;
	text-transform: capitalize;
	color: #000000;
	opacity: 0;
	transition: 0.5s;
}
.he_menu li {
	border-bottom: 1px solid #FFFFFF;
	padding: 16px 0;
	margin: 0 64px;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
}
.menu-btn:checked ~ .he_menu a,
.menu-btn:checked ~ .he_menu li {
	opacity: 1;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu-btn {
	display: none;
}
.menu-icon {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 24px 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navicon {
	background: #000000;
	display: block;
	height: 3px;
	width: 28px;
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #000000;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
	top: 9px;
}
.navicon:after {
	bottom: 9px;
}
/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
	top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
	background: rgba(0, 0, 0, 0);
	transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */
/* Navbar Container */
.navtext-container {
	width: 100%;
	height: 72px;
	position: absolute;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Navbar Text */
.navtext {
	position: absolute;
	color: #000000;
}


/* ↓--------------------フッター--------------------↓　*/
.footer {
	text-align: center;
	padding: 30px;
	border-top: solid 1px #CCCCCC;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .fo_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .fo_menu li {
	margin: 0;
	padding: 0 24px;
}
.footer .copyright {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 0.6em;
}
a:hover {
  color: blue;
  font-weight: bold;
}

a {
  color: #222;
}

#oodc{
	width: 90%;
	max-width: 960px;
	margin: 1em auto 0;
	padding: 32px 0;
}