@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&display=swap');

/*	レイアウト
---------------------------------*/
body {
	position: relative;
	width: 100%;
	line-height: 1.8;
	color: #121212;
	font-family: 'Noto Sans JP', sans-serif;
	counter-reset: section;
}
#wrapper {
	overflow: hidden;
}

/*	ヘッダー
---------------------------------*/
header {
	position: relative;
	width: 100%;
	border-top: 3px solid #f98e1c;
	z-index: 10001;
}
.hd-inr {
	margin: 0 auto 20px;
	max-width: 1200px;
}
.hd-logo {
	position: relative;
	margin: 15px 0;
}
.hd-logo h1 {
	margin: 0 40px 0 0;
}
.hd-logo li {
	margin: 0 15px 0 0;
}
.hd-info {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin: 0 0 0 auto;
}
.hd-tel {
	padding: 0 15px 16px 0;
	text-align: right;
	line-height: 1;
}
.hd-tel a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
}
.hd-tel a strong {
	font-size: 24px;
	font-weight: 600;
}
.hd-tel a:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 28px;
	background: url(../img/cmn/icon_hd_tel.png) no-repeat center center;
	background-size: contain;
}
.hd-sub-nav {
	margin: 0 15px 15px 0;
}
.hd-sub-nav li {
	margin: 0 0 0 10px;
}
.hd-sub-nav li a {
	position: relative;
	padding: 0 0 0 15px;
	font-size: 14px;
}
.hd-sub-nav li a::before {
	content: "●";
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 10px;
	color: #c8d746;
}
.hd-mail {
	margin: 0;
	width: 140px;
	height: 97px;
	background: #f98e1c;
	border-radius: 0 0 10px 10px;
	color: #fff;
}
.hd-mail a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1;
}
.hd-mail a span {
	font-size: 14px;
}
.hd-mail a span:after {
	display: block;
	content: "";
	margin: 15px auto 0;
	width: 25px;
	height: 20px;
	background: url(../img/cmn/icon_hd_mail.png) no-repeat center center;
	background-size: contain;
}
@media screen and (max-width:1200px) {
.hd-inr {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media screen and (max-width: 1199px) {
.hd-logo {
	display: block;
}
.hd-logo h1 {
	margin: 0 15px 10px 0;
}
}
@media screen and (max-width: 1023px) {
.hd-inr {
	padding: 15px;
}
.hd-logo ul {
	display: none;
}
.hd-info {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin: 0 0 0 auto;
}
.hd-tel {
	display: none;
}
.hd-sub-nav {
	display: none;
}
.hd-mail {
	display: none;
}
}
@media screen and (max-width: 767px) {
.hd-inr {
	margin: 0;
}
.hd-logo {
	margin: 0;
}
.hd-logo h1 {
	margin: 0 15px 0 0;
	width: 234px;
}
.hd-logo h1 img {
	display: block;
}
}

/*	フッター
---------------------------------*/
footer {
	position: relative;
	background: url(../img/cmn/bg_ft_nav.png) no-repeat center top;
}
.ft-guide {
	padding: 70px 0 60px;
}
.ft-info {
	text-align: center;
}
.ft-info h2 {
	margin: 0 0 15px;
}
.ft-info p {
	font-size: 1rem;
	line-height: 2;
}
.ft-nav {
	margin: 0;
	padding: 0;
}
.ft-nav ul {
	margin: 0 35px 0 0;
}
.ft-nav li {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	font-size: 1rem;
	line-height: 1;
}
.ft-nav li::before {
	content: "●";
	position: absolute;
	top: 4px;
	left: 0;
	font-size:10px;
	color: #c8d746;
}
.ft-nav li.parent {
	position: relative;
	margin: 0 0 20px;
}
.ft-nav li:last-of-type {
	margin-bottom: 0;
}
.ft-nav li strong {
	font-weight: 500;
}
.ft-nav-sub p {
	padding: 10px 0 0;
}
.ft-nav-sub p small {
	display: block;
	position: relative;
	padding: 0 0 0 15px;
	font-size: 1rem;
	font-weight: 300;
}
.ft-nav-sub p small::before {
	content: "- ";
	position: absolute;
	left: 0;
}
.ft-link {
	padding: 60px 0 20px;
	background: #f9f9f4;
}
.ft-link li {
	margin: 0 27px 30px 0;
	width: calc(100% / 4 - 20.25px);
}
.ft-link li:nth-of-type(4n) {
	margin-right: 0;
}
.ft-sns {
	padding:0 0 20px;
	background: #f9f9f4;
}
.ft-sns li {
	margin: 0 8px 10px 0;
}
.ft-copyright {
	position: relative;
	padding: 10px 15px;
	background: #f98e1c;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}
@media screen and (max-width: 1199px) {
.ft-info {
	margin: 0 0 30px;
	width: 100%;
}
.ft-nav {
	width: 100%;
	-webkit-justify-content:center;
	justify-content:center;
}
}
@media screen and (max-width: 1023px) {
.ft-nav ul {
	margin: 0 15px 0 0;
}
}
@media screen and (max-width: 767px) {
.btn-pagetop{
	display: none !important;
}
.ft-pagetop a {
	display: block;
	width: 100%;
	height: 70px;
	background: url(../img/cmn/icon_pagetop_sp.png) no-repeat center center /32px auto;
	background-color: #f98e1c;
}
footer {
	position: relative;
	background: url(../img/cmn/bg_ft_nav_sp.png) no-repeat center top /120% auto;
}
.ft-guide {
	padding: 50px 0;
}
.ft-info {
	margin: 0 auto;
	max-width: 270px;
}
.ft-info h2 {
	margin: 0 0 15px;
}
.ft-info p {
	font-size: 0.875rem;
	line-height: 2;
}
.ft-nav {
	display: none;
}
.ft-link {
	padding: 45px 0 35px;
}
.ft-link li {
	margin: 0 auto 15px;
	width: 100%;
	max-width: 300px;
	text-align: center;
}
.ft-link li:nth-of-type(4n) {
	margin-right: auto;
}
.ft-sns {
	padding:0 0 50px;
}
.ft-sns li {
	margin: 0 15px 0 0;
}
.ft-copyright {
	font-size: 0.625rem;
}
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	margin: 0 auto 15px;
	padding: 0;
	max-width: 1000px;
}
.pc-nav > ul {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0;
	padding: 0 15px;
	width: 16.66%;
	height: 40px;
	flex-shrink: 0;
}
.pc-nav > ul > li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 2px;
	height: 40px;
	border-right: 1px dotted #cccccc;
}
.pc-nav > ul > li.last:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 2px;
	height: 40px;
	border-right: 1px dotted #cccccc;
}
.pc-nav > ul > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1;
}
.pc-nav > ul > li a span {
	display: inline-block;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}
@media screen and (max-width:1023px) {
.pc-nav {
	display: none;
}
}


/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav,
.sp-contact {
	display:none;
}
@media screen and (max-width: 1023px) {
header nav.sp-nav {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 70px 15px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 0.875rem;
	font-weight: 400;
	z-index: 1002;
	visibility: hidden;
	overflow: auto;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
/* ナビゲーション アニメーション */
header.open nav.sp-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
header nav.sp-nav a {
	color:#333;
}
header nav.sp-nav a * {
	transition: 0s;
}
header nav.sp-nav > ul {
	display: block;
	position :relative;
	margin: 0 0 50px;
	width: 100%;
}
header nav.sp-nav > ul > li {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	text-align: left;
	line-height: 1;
}
header nav.sp-nav > ul > li.parent {
	padding: 0;
}
header nav.sp-nav > ul > li li {
	padding: 12px 0;
}
header nav.sp-nav > ul > li.parent > a,
header nav.sp-nav > ul li strong,
header nav.sp-nav > ul li br {
	display: none;
}
/*ハンバーガーボタン*/
header .navToggle {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background: #f98e1c;
	cursor: pointer;
	z-index: 10001;
}
header .navToggle div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 25px;
	height: 16px;
}
header .navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #fff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
header .navToggle span:nth-child(1) {
	top: 0;
}
header .navToggle span:nth-child(2) {
	top: 7px;
}
header .navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
header.open .navToggle span {
}
header.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
header.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.sp-contact {
	display: flex;
}
.sp-contact p {
	margin: 0 8px;
}
.sp-tel {
	margin: 40px 0 20px;
	padding: 0;
	text-align: center;
	line-height: 1;
}
.sp-tel a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
}
.sp-tel a strong {
	font-size: 24px;
	font-weight: 600;
}
.sp-tel a:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 28px;
	background: url(../img/cmn/icon_hd_tel.png) no-repeat center center;
	background-size: contain;
}
.sp-mail {
	margin: 0 auto;
	padding: 0;
	max-width: 320px;
	text-align: center;
	line-height: 1;
}
.sp-mail a {
	display: block;
	position: relative;
	padding: 0;
	text-align: center;
	font-size: 14px;
	border: 1px solid #666;
	line-height: 60px;
}
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.contents-inr.small {
	max-width: 1100px;
}
@media screen and (max-width:1100px) {
.contents-inr.small {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media screen and (max-width:1200px) {
.contents-inr {
	padding-left: 15px;
	padding-right: 15px;
}
}

/*	汎用ボタン
---------------------------------*/
.ttl-cmn01 {
	margin: 0 auto 50px;
	padding: 0 0 25px;
	background: url(../img/cmn/bg_ttl_line01.png) no-repeat center bottom;
	text-align: center;
}
.ttl-cmn01 span {
	font-size: 1.875rem;
	font-weight: 500;
}
.ttl-cmn02 {
	margin: 0 auto 10px;
}
.ttl-cmn02 span {
	position: relative;
	padding: 0 0 0 20px;
	font-size: 1.5rem;
	font-weight: 500;
}
.ttl-cmn02 span::before {
	content: "●";
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 10px;
	color: #c8d746;
}
.ttl-cmn03 {
	margin: 0 0 10px;
}
.ttl-cmn03 span {
	display: inline-block;
	position: relative;
	padding: 0 0 30px;
	min-width: 270px;
	background: url(../img/cmn/bg_ttl_line02.png) no-repeat left bottom;
	font-size: 1.875rem;
	font-weight: 500;
	color: #f98e1c;
	line-height: 1.5;
}
.ttl-cmn03 small {
	display: inline-block;
	position: relative;
	margin: 0 0 0 20px;
	font-size: 1.3125rem;
	color: #333;
}
.ttl-cmn04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 200px;
	background: url(../img/cmn/bg_ttl01.png) no-repeat left center / contain;
}
.ttl-cmn04 span {
	display: inline-block;
	padding: 0 0 10px 30px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}
.ttl-cmn04.center span {
	padding: 0 30px 10px;
	width: 100%;
	max-width: 180px;
	text-align: center;
}
@media screen and (max-width:767px) {
.ttl-cmn01 {
	margin: 0 auto 30px;
	padding: 0 0 15px;
	background-size: 100% auto;
}
.ttl-cmn01 span {
	font-size: 1.125rem;
}
.ttl-cmn02 span {
	padding: 0 0 0 20px;
	font-size: 1rem;
}
.ttl-cmn02 span::before {
	content: "●";
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 10px;
	color: #c8d746;
}
.ttl-cmn03 {
	margin: 0 0 10px;
}
.ttl-cmn03 span {
	padding: 0 0 20px;
	min-width: 100%;
	font-size: 1.125rem;
}
.ttl-cmn03 small {
	font-size: 0.875rem;
}
.ttl-cmn04 {
	width: 100%;
	height: 100px;
	background: url(../img/cmn/bg_ttl01.png) no-repeat left center / contain;
}
.ttl-cmn04 span {
	display: inline-block;
	padding: 0 0 10px 30px;
	font-size: 0.9378rem;
	font-weight: 500;
	line-height: 1.5;
}
.ttl-cmn04.center span {
	padding: 0 10px 5px;
	width: 100%;
	max-width: 90px;
	text-align: center;
}

}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
}
.btn-cmn01 a {
	display: inline-block;
	position: relative;
	padding: 0;
	width: 100%;
	background: #f98e1c;
	border: 2px solid #f98e1c;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 56px;
	color: #fff;
}
.btn-cmn01.icon a {
	background: #f36b7e;
	border-color: #f98e1c;
}
.btn-cmn01.icon span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 48px;
}
.btn-cmn01.icon span::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translatey(-50%);
	width: 28px;
	height: 30px;
	background: url(../img/top/icon_press01.png) no-repeat center center /contain;
}
.btn-cmn02 {
	margin: 10px 0 0;
}
.btn-cmn02 a {
	display: inline-block;
	position: relative;
	padding: 0 0 5px;
	border-bottom: 1px solid #333;
	font-size: 16px;
}
@media screen and (max-width:767px) {
.btn-cmn01 {
	max-width: 320px;
}
.btn-cmn01 a {
	border-radius: 3px;
	font-size: 14px;
	line-height: 46px;
}
.btn-cmn01.icon span {
	padding: 0 0 0 24px;
}
.btn-cmn01.icon span::before {
	width: 14px;
	height: 15px;
}
.btn-cmn02 {
	margin: 5px 0 0;
}
.btn-cmn02 a {
	font-size: 13px;
}
}

/*	汎用テーブル
---------------------------------*/
.tbl-cmn01 {}
.tbl-cmn01 table {
	width: 100%;
}
.tbl-cmn01 table tr:nth-of-type(odd) {
	background: #f2f2f2;
}
.tbl-cmn01 table tr th {
	padding: 15px 15px 15px 50px;
	width: 155px;
	text-align: left;
	font-weight: 500;
}
.tbl-cmn01 table tr td {
	padding: 15px 15px 15px 50px;
}
@media screen and (max-width:767px) {
.tbl-cmn01 table tr th {
	padding: 10px 10px 10px 30px;
	width: 115px;
	font-size: 0.875rem;
}
.tbl-cmn01 table tr td {
	padding: 10px 10px 10px 30px;
	font-size: 0.875rem;
}
}

/*	汎用リスト
---------------------------------*/
.list-cmn01 {}
.list-cmn01 li {
	position: relative;
	margin: 0 0 5px;
	padding: 0 0 0 1em;
}
.list-cmn01 li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/*	汎用レイアウト（2並び）
---------------------------------*/
.layout-cmn-box01 {
}
.layout-cmn-box01-item {
	margin: 0;
	width: calc(100% / 2 - 20px);
	font-size: 1rem;
}
@media screen and (max-width:1023px) {
.layout-cmn-box01-item {
	margin: 0;
	width: 100%;
	font-size: 0.875rem;
}
.layout-cmn-box01-item img {
	display: block;
	margin: 0 auto 20px;
}
}

/*	汎用レイアウト（タイトル　写真＋テキスト）
---------------------------------*/
.layout-cmn-box02 {
}
.layout-cmn-box02 + .layout-cmn-box02 {
	margin: 80px 0 0;
}
.layout-cmn-box02-ttl {
	width: 270px;
}
.layout-cmn-box02-ttl .btn-cmn01{
	margin-top:30px;
}
.layout-cmn-box0202-ttl {
	width: 250px;
}
.layout-cmn-box02-about {
	width: calc(100% - 320px);
}
.layout-cmn-box0202-about {
	width: calc(100% - 300px);
}
.layout-cmn-box02-txt {
	padding: 20px 0 0;
}
figure + .layout-cmn-box02-txt {
	width: calc(100% - 380px);
}
.layout-cmn-box02-txt p:not(:last-of-type) {
	margin: 0 0 1.5em;
}
.layout-cmn-box02 .colbox {
	padding: 25px 30px;
	background: #f2f2f2;
}
.layout-cmn-list01-box {
	padding: 20px;
	border: 5px solid #e5e5e5;
}
.layout-cmn-list01-box h4 {
	margin: 0 0 30px;
	text-align: center;
}
.layout-cmn-list01-box h4 span {
	display: inline-block;
	padding: 0;
	min-width: 180px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
}
@media screen and (max-width:1023px) {
.layout-cmn-box02 figure {
	width: 50%;
	text-align: center;
}
.layout-cmn-box02 + .layout-cmn-box02 {
	margin: 60px 0 0;
}
.layout-cmn-box02-ttl {
	width: 100%;
}
.layout-cmn-box02 .btn-cmn01.tb-display{
	margin-top: 50px;
}
.layout-cmn-box02-ttl .btn-cmn01{
	display:none;
}
.layout-cmn-box0202-ttl {
	width: 100%;
}
.layout-cmn-box02-about {
	margin: 30px 0 0;
	width: 100%;
}
.layout-cmn-box0202-about {
	margin: 30px 0 0;
	width: 100%;
}
.layout-cmn-box02-txt {
	padding: 20px 0 0;
}
figure + .layout-cmn-box02-txt {
	width: 50%;
}
.layout-cmn-box02-txt p:not(:last-of-type) {
	margin: 0 0 1.5em;
}
.layout-cmn-box02 .colbox {
	padding: 25px 30px;
	background: #f2f2f2;
}
.layout-cmn-list01-box {
	padding: 10px;
	border: 5px solid #e5e5e5;
}
.layout-cmn-list01-box h4 {
	margin: 0 0 20px;
	text-align: center;
}
.layout-cmn-list01-box h4 span {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
}
}
@media screen and (max-width:767px) {
.layout-cmn-box02 figure {
	width: 100%;
	text-align: center;
}
.layout-cmn-box02 + .layout-cmn-box02 {
	margin: 50px 0 0;
}
.layout-cmn-box02 .btn-cmn01.tb-display{
	margin-top: 30px;
}
.layout-cmn-box02-ttl .btn-cmn01{
	display:none;
}
.layout-cmn-box0202-ttl {
	width: 100%;
}
.layout-cmn-box02-about {
	width: 100%;
	font-size: 0.875rem;
}
.layout-cmn-box0202-about {
	width: 100%;
	font-size: 0.875rem;
}
.layout-cmn-box02-txt {
	padding: 0;
	font-size: 0.875rem;
}
figure + .layout-cmn-box02-txt {
	padding: 20px 0 0;
	width: 100%;
}
.layout-cmn-box02-txt p:not(:last-of-type) {
	margin: 0 0 1.5em;
}
.layout-cmn-box02 .colbox {
	padding: 15px 20px;
}
.layout-cmn-list01-box {
	padding: 10px;
	border: 3px solid #e5e5e5;
	font-size: 0.875rem;
}
.layout-cmn-list01-box h4 {
	margin: 0 0 20px;
}
.layout-cmn-list01-box h4 span {
	font-size: 1rem;
	min-width:100%;
}
}

/*	汎用レイアウト（3並び）
---------------------------------*/
.layout-cmn-list01 {
}
.layout-cmn-list01-item {
	margin: 0 30px 40px 0;
	width: calc(100% / 3 - 20px);
	font-size: 1rem;
}
.layout-cmn-list01-item:nth-of-type(3n) {
	margin-right: 0;
}
.layout-cmn-list01-item figure {
	margin: 0 0 20px;
}
@media screen and (max-width:1023px) {
.layout-cmn-list01 {
}
.layout-cmn-list01-item {
	margin: 0 20px 30px 0;
	width: calc(100% / 2 - 10px);
	font-size: 1rem;
}
.layout-cmn-list01-item:nth-of-type(3n) {
	margin-right: 20px;
}
.layout-cmn-list01-item:nth-of-type(2n) {
	margin-right: 0;
}
.layout-cmn-list01-item figure {
	margin: 0 0 20px;
}
}
@media screen and (max-width:767px) {
.layout-cmn-list01 {
}
.layout-cmn-list01-item {
	margin: 0 10px 15px 0;
	width: calc(100% / 2 - 5px);
	font-size: 0.875rem;
}
.layout-cmn-list01-item:nth-of-type(3n) {
	margin-right: 10px;
}
.layout-cmn-list01-item:nth-of-type(2n) {
	margin-right: 0;
}
.layout-cmn-list01-item figure {
	margin: 0 0 10px;
}
}


/*	タイトルアイコン
---------------------------------*/
.bg-ttl-icon {
	background: no-repeat center bottom;
	background-size: 100% 10px;
}
.bg-ttl-icon.icon01 {
	background: no-repeat center bottom;
	background-size: 100% 10px;
	background-image: url(../img/cmn/bg_ttl_icon01.png);
}
.bg-ttl-icon.icon02 {
	background: no-repeat center bottom;
	background-size: 100% 10px;
	background-image: url(../img/cmn/bg_ttl_icon02.png);
}
.bg-ttl-icon.icon03 {
	background: no-repeat center bottom;
	background-size: 100% 10px;
	background-image: url(../img/cmn/bg_ttl_icon03.png);
}
.bg-ttl-icon.icon04 {
	background: no-repeat center bottom;
	background-size: 100% 10px;
	background-image: url(../img/cmn/bg_ttl_icon04.png);
}

/*	汎用アイコン
---------------------------------*/
.icon-cmn-list {
	margin: 0 0 15px;
}
.icon-cmn-list span {
	display: block;
	margin: 0 5px 5px 0;
	width: 80px;
	border: 1px solid #f98e1c;
	text-align: center;
	font-size: 16px;
	color: #f98e1c;
	line-height: 28px;
}
.icon-cmn-list span.curent {
	background: #f98e1c;
	color: #fff;
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
	margin: 0 auto 65px;
	width: 100%;
	max-width: 1200px;
	z-index: 0;
}
.main-img-inr {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	z-index: 100;
}
.main-img {
	position: relative;
	margin: 0;
	background: no-repeat center center;
	background-size: contain;
	height: 562px;
	overflow: hidden;
}
.main-img.img01 {
	background-image: url(../img/top/img_main01.png.webp);
}
.main-img.img02 {
	background-image: url(../img/top/img_main02.png.webp);
}
.main-img.img03 {
	background-image: url(../img/top/img_main03.png.webp);
}
.main-img.img04 {
	background-image: url(../img/top/img_main04.png.webp);
}
.main-img.img05 {
	background-image: url(../img/top/img_main05.png.webp);
}

.no-webp .main-img.img01 {
	background-image: url(../img/top/img_main01.png);
}
.no-webp .main-img.img02 {
	background-image: url(../img/top/img_main02.png);
}
.no-webp .main-img.img03 {
	background-image: url(../img/top/img_main03.png);
}
.no-webp .main-img.img04 {
	background-image: url(../img/top/img_main04.png);
}
.no-webp .main-img.img05 {
	background-image: url(../img/top/img_main05.png);
}

.child-ttl {
	position: relative;
	margin: 0 auto 70px;
	width: 100%;
	max-width: 1200px;
	z-index: 100;
}
.child-ttl h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 2.25rem;
	font-weight: 600;
	color: #fff;
    text-shadow: 0 0 8px #000;
}
@media screen and (max-width:1023px) {
.main-img-otr {
	margin: 0 auto 35px;
}
.main-img {
	height: 46.83vw;
}
.child-ttl {
	position: relative;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 1200px;
	z-index: 100;
}
.child-ttl h2 {
	font-size: 1.5rem;
}
}
@media screen and (max-width:767px) {
.main-img-otr {
	margin: 0 auto 35px;
}
.main-img {
	height: 46.83vw;
}
.child-ttl {
	position: relative;
	margin: 0 auto 15px;
	width: 100%;
	max-width: 1200px;
	z-index: 100;
}
.child-ttl h2 {
	font-size: 1.25rem;
}
}

/*	トップページ
---------------------------------*/
/*	挨拶	*/
.top-greeting {
	position: relative;
	padding: 30px;
	width: 48.33%;
	max-width: 580px;
	background: url(../img/top/bg_greeting.png) no-repeat center top /cover;
}
.top-greeting::before {
	display: block;
	content: "";
	position: absolute;
	left: 30px;
	bottom: -65px;
	width: 140px;
	height: 120px;
	background: url(../img/top/icon_greeting.png) no-repeat center center /contain;
}
.top-greeting-txt {
	padding: 45px 25px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}
.top-greeting h2 {
	position: relative;
	margin: 0 0 40px;
}
.top-greeting h2 span {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}
.top-greeting p {
	margin: 0;
	font-size: 1.125rem;
	line-height: 3;
}
.top-movie {
	width: 48.33%;
	max-width: 580px;
}
.top-movie figure {
	margin: 0 0 30px;
	position: relative;
	padding-top: 60.34%;
}
.top-movie figure iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1023px) {
.top-greeting {
	margin: 0 auto 100px;
	padding: 30px;
	width: 100%;
}
.top-movie {
	margin: 0 auto;
	width: 100%;
	max-width: 580px;
}
}
@media screen and (max-width:767px) {
.top-greeting {
	padding: 15px;
}
.top-greeting::before {
	display: block;
	content: "";
	position: absolute;
	left: 20px;
	bottom: -45px;
	width: 93px;
	height: 80px;
	background: url(../img/top/icon_greeting.png) no-repeat center center /contain;
}
.top-greeting-txt {
	padding: 30px 15px;
	border-radius: 4px;
}
.top-greeting h2 {
	position: relative;
	margin: 0 0 20px;
}
.top-greeting h2 span {
	font-size: 1.0625rem;
}
.top-greeting p {
	font-size: 0.75rem;
	line-height: 2;
}
.top-movie figure {
	margin: 0 0 35px;
}
}

/*	アバウト	*/
.top-about {
	padding: 70px 0 60px;
}
.top-about figure {
	position: relative;
	margin: 0 0 40px;
}
.top-about h2 {
	margin: 0 0 35px;
	text-align: center;
	line-height: 2;
}
.top-about h2 span {
	font-size: 1.5rem;
	font-weight: 500;
}
.top-about-txt {
	padding: 30px;
	background: #f2f2f2;
	text-align: center;
}
.top-about-txt p {
	margin: 0 auto;
	max-width: 960px;
	font-size: 1rem;
	line-height: 2.5;
}
@media screen and (max-width: 767px) {
.top-about {
	padding: 50px 0 30px;
}
.top-about figure {
	position: relative;
	margin: 0 0 30px;
}
.top-about h2 {
	margin: 0 0 35px;
}
.top-about h2 span {
	font-size: 1.125rem;
}
.top-about-txt {
	padding: 20px;
}
.top-about-txt p {
	font-size: 0.875rem
}
}

/*	メニュー	*/
.top-menu {
	padding: 0 0 70px;
}
.top-menu li {
	margin: 0 20px 0 0;
	width: calc(100% / 4 - 15px);
}
.top-menu li:last-of-type {
	margin-right: 0;
}
.top-menu li:nth-of-type(2n) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
.top-menu {
	padding: 0 0 15px;
}
.top-menu li {
	margin: 0 auto 35px;
	width: 100%;
	text-align: center;
}
.top-menu li:last-of-type {
	margin-right: auto;
}
.top-menu li:nth-of-type(2n) {
	margin-top: 0;
}
}

/*	ガイド	*/
.top-guide {
	padding: 0 0 110px;
	background: url(../img/cmn/bg_line01.png) no-repeat center bottom;
}
.top-guide-sns {
	width: 33.33%;
	max-width: 400px;
}
.top-guide-box {
	padding: 30px 20px;
	width: 30.83%;
	max-width: 370px;
	border: 5px solid #e5e5e5;
}
.top-guide-box h3 {
	margin: 0 0 25px;
	text-align: center;
	line-height: 1;
	font-weight: 500;
}
.top-guide-box h3 small {
	display: block;
	margin: 0 0 10px;
	font-size: 1.125rem;
	font-weight: 500;
}
.top-guide-box h3 strong {
	display: inline-block;
	padding: 0 0 5px;
	min-width: 180px;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 10px;
	font-weight: 500;
}
.top-guide-box a + p {
	margin: 20px 0 10px;
}
.top-guide-box ul {
	margin: 0 0 15px;
}
.top-guide-box li {
	margin: 0 0 5px;
	width: calc(100% / 2 - 2.5px);
	border: 1px solid #f36b7e;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
	color: #f36b7e;
	line-height: 23px;
}
.top-guide-box h4 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
}
@media screen and (max-width: 1023px) {
.top-guide {
	padding: 0 0 60px;
	background: url(../img/cmn/bg_line01.png) no-repeat center bottom;
}
.top-guide-sns {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 400px;
}
.top-guide-box {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 370px;
}
}
@media screen and (max-width: 767px) {
.top-guide {
	padding: 0 0 35px;
	background: none;
}
.top-guide-box {
	margin: 0 auto 50px;
	padding: 30px 20px;
}
.top-guide-box h3 small {
	font-size: 0.875rem;
}
.top-guide-box h3 strong {
	font-size: 1.125rem;
}
.top-guide-box a + p {
	margin: 20px 0 10px;
	font-size: 0.875rem;
}
.top-guide-box ul {
	margin: 0 0 15px;
}
.top-guide-box li {
	width: 100%;
	border-radius: 5px;
	font-size: 10px;
	line-height: 28px;
}
.top-guide-box h4 {
	font-size: 0.9378rem;
}
}

/*	ご案内
---------------------------------*/
.about-feature {
	padding: 0 0 100px;
}
.about-overview {
	padding: 0 0 100px;
}
.about-access {
	padding: 0 0 100px;
}
.about-access-map figure {
	position: relative;
	padding: 60.34% 0 0;
}
.about-access-map figure iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about-access .list-cmn01 li:before{
	content: "●";
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 10px;
    color: #c8d746;
}
.about-facility {
	padding: 0 0 90px;
	background: url(../img/cmn/bg_line01.png) no-repeat center bottom;
}
@media screen and (max-width: 1023px) {
.about-access-map{
	margin-bottom:30px;
}
}
@media screen and (max-width: 767px) {
.about-feature {
	padding: 0 0 50px;
}
.about-overview {
	padding: 0 0 50px;
}
.about-access {
	padding: 0 0 50px;
}
.about-access .list-cmn01 li:before{
	top: 4px;
}
.about-facility {
	padding: 0 0 40px;
	background: url(../img/cmn/bg_line01.png) no-repeat center bottom;
}
}

/*	教育保育
---------------------------------*/
.education-list {
	padding: 0 0 100px;
	background: url(../img/cmn/bg_line01.png) no-repeat center bottom;
}
.education-list-about {
	margin: 0 0 100px;
	padding: 25px 30px;
	background: #f2f2f2;
}
.education-list-inr {
	margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
.education-list {
	padding: 0 0 50px;
	background: url(../img/cmn/bg_line01.png) no-repeat center bottom;
}
.education-list-about {
	margin: 0 0 30px;
	font-size: 0.875rem;
}
.education-list-inr {
	margin: 20px 0 0;
}
}

/*	園での生活
---------------------------------*/
.activity-flow {
	padding: 0 0 100px;
}
.activity-flow .ttl-cmn01 span{
	margin:0 20px 0 5em;
}
.activity-flow-graph figure {
	width: 32%;
}
.activity-event {
	padding: 0 0 100px;
}
.activity-event-slide {
	position: relative;
	margin: 0 auto 30px;
	padding: 50px 0;
	max-width: 1200px;
	overflow: hidden;
}
.activity-event-slide .bx-wrapper {
	margin: 0 auto;
	width: 300px;
}
.activity-event-slide .bx-viewport {
	overflow: visible!important;
}
.activity-event-slide .bx-controls-direction {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.activity-event-slide .bx-controls-direction a {
	position: absolute;
	top: -125px;
	width: 50px;
	height: 250px;
	text-indent: -9999px;
}
.activity-event-slide .bx-controls-direction a:hover {
	opacity: 1;
}
.activity-event-slide .bx-controls-direction a.bx-prev {
	background: url(../img/cmn/icon_left.png) no-repeat left center #fff;
	left: 0;
}
.activity-event-slide .bx-controls-direction a.bx-next {
	background: url(../img/cmn/icon_right.png) no-repeat right center #fff;
	right: 0;
}
.activity-event-slide li {
	margin: 0 30px 0 0;
	text-align: center;
}
.activity-event-slide li p {
	position: absolute;
	top: calc(100% + 15px);
	width: 100%;
	text-align: center;
}
.activity-event-list {
	border-left: 1px solid #ccc;
}
.activity-event-list-item {
	width: 33.33%;
	border: 1px solid #ccc;
	border-left: none;
}
.activity-event-list-item h4 {
	padding: 0 10px;
	background: #e5f3fa;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 50px;
}
.activity-event-list-item:nth-of-type(2n) h4 {
	background: #feffd5;
}
.activity-event-list-box {
	padding: 15px;
	text-align: center;
}
.activity-event-list-box p {
	margin: 0 20px;
}
.activity-event-list-box.flex-cnt {
	text-align: left;
}
.activity-food {
	padding: 0 0 100px;
	background: url(../img/cmn/bg_line01.png) no-repeat center bottom;
}
.activity-food .layout-cmn-list01 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.activity-food .layout-cmn-list01-item {
	margin: 0 30px 30px 0;
}
.activity-food .layout-cmn-list01-item:nth-of-type(3n) {
	margin-right: 0;
}
.activity-food .layout-cmn-list01-item figure {
	margin: 0;
	text-align: center;
}
.activity-food .layout-cmn-list01-item figure + p {
	margin: 20px 0 0;
	text-align: center;
}

@media screen and (max-width: 1023px) {
.activity-food .layout-cmn-list01-item {
	margin: 0 20px 20px 0;
}
.activity-food .layout-cmn-list01-item:nth-of-type(3n) {
	margin-right: 20px;
}
.activity-food .layout-cmn-list01-item:nth-of-type(2n) {
	margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.activity-flow {
	padding: 0 0 50px;
}
.activity-flow .ttl-cmn01 span {
    margin: 0;
    display: block;
}
.activity-flow .ttl-cmn01 small {
    font-size: 0.875rem;
}
.activity-flow-graph figure {
	margin: 0 0 25px;
	width: 100%;
	text-align: center;
}
.activity-event {
	padding: 0 0 50px;
}
.activity-event-slide {
	position: relative;
	margin: 0 auto 30px;
	padding: 50px 0;
}
.activity-event-slide .bx-wrapper {
	width: 260px;
}
.activity-event-slide .bx-controls-direction a {
	position: absolute;
	top: -109px;
	width: 50px;
	height: 217px;
}

.activity-event-slide li {
	margin: 0 15px 0 0;
}
.activity-event-list {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.activity-event-list-item {
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
}
.activity-event-list-item h4 {
	font-size: 1rem;
	line-height: 40px;
}
.activity-event-list-box {
	padding: 10px;
}
.activity-event-list-box p {
	margin: 0 10px;
}
.activity-food {
	padding: 0 0 50px;
}
.activity-food .layout-cmn-list01 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.activity-food .layout-cmn-list01-item {
	margin: 0 10px 20px 0;
}
.activity-food .layout-cmn-list01-item:nth-of-type(3n) {
	margin-right: 10px;
}
.activity-food .layout-cmn-list01-item:nth-of-type(2n) {
	margin-right: 0;
}
.activity-food .layout-cmn-list01-item figure + p {
	margin: 10px 0 0;
	font-size: 0.8125rem;
}
}

/*画像SP時スクロール*/
@media screen and (max-width: 767px){
.scroll{
	overflow-x: scroll;
}
.scroll img{
	max-width: 800px;
}
}
