@charset "UTF-8";

/* 共通
------------------------------------------------------------*/
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

html{
	font-size: 62.5%;
	overflow-y: scroll;
}

body{
	color: #4c4c4c;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 1240px;
	font-weight: 500;
	position: relative;
}


body.bottomBg{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-image: url("../img/bottom_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 1400px;
}

/* 高解像度ディスプレイ（Retina）対応 */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    body.bottomBg {
        background-image: url("../img/bottom_bg@2x.png");
    }
}

/* loader
------------------------------------------------------------*/
.loader{
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
}

.loader div{
	margin: -32px 0 0 -32px;
	position: absolute;
	top: 50%;
	left: 50%;
}

/* part
------------------------------------------------------------*/
.pc{
	display: block !important;
}

.sp{
	display: none !important;
}

.txtIndent{
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
	text-align: left !important;
}

img{
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

a:hover{ 
	opacity: .6;
}

.cf::after{
	content: "";
	display: block; 
	clear: both; 
}

p:not(:last-child){
	margin-bottom: 20px;
}

.fontRounded{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.1em;
  -webkit-transform:rotateZ(0.03deg);
  transform:rotateZ(0.03deg);
}


.outLink{
	position: relative;
	padding-right: 24px;
	transition: .4s ease-out;
	font-weight: 700;
}

.outLink:hover{
	opacity: .6;
	text-decoration: none;
}
	
.outLink::after{
	content: "";
  width: 14px;
  height: 14px;
	background: url("../img/i_outlink_brown.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
  top: calc(50% - 8px);
	right: 0;
}

.weight700{
	font-weight: 700;
}

/* margin
------------------------------------------------------------*/
.imgMb{
	margin-bottom: 40px;
}

/* btn
------------------------------------------------------------*/
/* btnmoreGreen
------------------------------------------------------------*/
.btnmoreGreen{
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	background: #84c83d;
	border-radius: 30px;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	padding: 19px 69px;
	opacity: 1 !important;
	border: 2px solid #84c83d;
	line-height: 1;
}

.btnmoreGreen:hover::after{
	background: url("../img/arrow_8x11_green.png") no-repeat;
	right: 15px;
}

.btnmoreGreen:hover{
	color: #84c83d;
	background: none;
	border: 2px solid #84c83d;
}

.btnmoreGreen::after{
	content: "";
	background: url("../img/arrow_8x11.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 11px;
	top: calc(50% - 6px);
	right: 15px;
}

/* 見出し
------------------------------------------------------------*/
h3{
	font-size: 3.4rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.1em;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

h3::after{
	content: "";
	background: #84c83d;
	border-radius: 5px;
	display: block;
	height: 10px;
	opacity: .6;
	width: calc(100% + 12px);
	position: relative;
	top: -20px;
	left: -6px;
	z-index: -1;
}

h4.square{
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: block;
	text-align: left;
	z-index: 10;
	line-height: 1;
	margin-bottom: 15px;
}

h4.square::before{
	content: "";
	background: #84c83d;
	margin-right: 10px;
	height: 14px;
	width: 14px;
	display: inline-block;
	top: -1px;
	left: 0;
	position: relative;
	border-radius: 3px;
}

h4.bg{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: left;
	display: block;
	background: #f5f5f5;
	padding: 15px;
	border-radius: 10px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

h5.square{
	font-size: 2.0rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
}

h5.square::before{
	content: "";
	background: #84c83d;
	margin-right: 6px;
	height: 12px;
	width: 12px;
	display: inline-block;
	top: -1px;
	left: 0;
	position: relative;
	border-radius: 3px;
}

.squareBrown{
	font-size: 2.0rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.squareBrown::before{
	content: "";
	background: #6f4e27;
	margin-right: 6px;
	height: 12px;
	width: 12px;
	display: inline-block;
	top: 11px;
	left: 0;
	position: absolute;
	border-radius: 3px;
}

.squareBrown + p{
	padding-left: 20px;
}

.txtSquare{
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.txtSquare::before{
	content: "";
	background: #84c83d;
	height: 12px;
	width: 12px;
	display: inline-block;
	top: 10px;
	left: 0;
	position: absolute;
	border-radius: 3px;
}

/* ttl
------------------------------------------------------------*/
.subTtl{
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.subTtl span{
	padding-bottom: 6px !important;
	line-height: 2.6 !important;
	border-bottom: 2px dashed #84c83d !important;
}

.ttlGreen{
	font-size: 2.0rem;
	color: #84c83d;
	font-weight: 600;
}

.ttlBrown{
	font-size: 2.0rem;
	color: #6f4e27;
	font-weight: 600;
	margin-bottom: 10px !important;
}

/* multiTxt
------------------------------------------------------------*/
.multiTxt{
	text-align: center;
}

.multiTxt p,
.multiTxt ul li{
	text-align: left;
}

.multiTxt p,
.multiTxt ul li,
.multiTxt h5{
	text-align: left;
}

/* flex
------------------------------------------------------------*/
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.between{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex .imgBox{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
}

.flex.x2 > ul,
.flex.x2 > div{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	max-width: 48%;
}

.flex.x2 > ul:first-child,
.flex.x2 > div:first-child{
	margin-right: 2%;
}

/* float
------------------------------------------------------------*/
.floatBox .fr{
	margin: 0 0 0 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* list-style
------------------------------------------------------------*/
ol.decimal{
	padding-left: 20px;
}

ol.decimal > li{
	list-style: decimal;
}

ol.decimal li:not(:last-child){
	margin-bottom: 20px;
}

ul.disc{
	padding-left: 20px;
}

ul.disc > li{
	list-style: disc;
}

ul.disc li:not(:last-child){
	margin-bottom: 10px;
}

/* ①～⑤
------------------------------------------------------------*/
.bgNumber {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bgNumber li {
  font-size: 1.8rem;
  padding-left: 35px;
  position: relative;
	text-align: left;
	line-height: 1.4;
}

.bgNumber li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #6f4e27;
  border: 1px solid;
	font-weight: 600;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  color: #fff;
  font-size: 85%;
  line-height: 25;
  position: absolute;
  top: 0;
	bottom: 0;
  left: 0;
	right: 0;
}

/* table
------------------------------------------------------------*/
table {
	width: 100%;
}

table th,
table td{
	padding: 20px;
	text-align: left;
}

table th{
	font-weight: 600;
	width: 20%;
	background: #f0ece8;
}

table.solid tr{
	border-top: 1px solid #6f4e27;
}

table.solid tr:last-child{
	border-bottom: 1px solid #6f4e27;
}

table ul.square li{
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

table ul.square li:not(:first-child){
	margin-top: 10px;
}

table ul.square li:first-child{
	margin-top: 0;
}

.tableA{
	width: 100%;
	table-layout: fixed;
}

.tableA th,
.tableA td{
	font-size: 1.8rem;
	padding: 15px;
	border: 1px solid #6f4e27;
	text-align: center;
}

.tableA th {
	color: #fff;
	background: #6f4e27;
}

.tableA tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}

.tableA td {
	background: #fff;
}

.tableX2 > div{
	-ms-flex-preferred-size: calc(50% - 40px);
	flex-basis: calc(50% - 40px);
	max-width: calc(50% - 40px);
}

.tableB th{
	background-color: #f0ece8;
	border-left: 1px dotted #6f4e27;
}

.tableB th:first-child{
	border-left: none;
}

.tableB td{
	background: #fff;
	border-bottom: 1px solid #6f4e27;
	border-left: 1px dotted #6f4e27;
}

.tableB td:first-child{
	border-left: none;
}

.tableB:not(:last-child){
   margin-bottom: 80px;
}

.tableNest dl{
	display: flex;
}

.tableNest dl dt{
	font-weight: 700;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
}

.tableNest dl dd{
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
	max-width: 80%;
}

/* dotted
------------------------------------------------------------*/
.dotted dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dotted dl:not(:last-of-type){
	border-bottom: 1px dotted #ccc;
}

.dotted dl dt,
.dotted dl dd{
	padding: 5px;
}

.dotted dl dt{
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	max-width: 30%;
}

.dotted dl dd{
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	max-width: 70%;
}

.square > li{
	font-size: 1.8rem;
	letter-spacing: normal;
	font-weight: 500;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin-top: 20px;
	position: relative;
	padding-left: 20px;
}

.square > li::before{
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	background: #84c83d;
	border-radius: 3px;
}

.square > li:first-child{
	margin-top: 0;
}

/* 矢印
------------------------------------------------------------*/
.arrowBlack{
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	color: #4c4c4c;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1;
}

.arrowBlack::before,
.arrowBlack::after{
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrowBlack::before{
	left: 4px;
	width: 13px;
	height: 1px;
	background: #333;
}

.arrowBlack::after{
	left: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.txtIndent .arrowBlack{
	padding: 0 0 0 40px;
	text-indent: 0em;
}

/* bg
------------------------------------------------------------*/
.bgGray{
	background: #f5f5f5;
	padding: 30px;
	border-radius: 20px;
}

.bgWhite{
	margin-top: 40px;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}

.bgBrown{
	margin-top: 40px;
	background: #f0ece8;
	padding: 30px;
	border-radius: 20px;
}

/* header
------------------------------------------------------------*/
header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: .4s;
  padding: 20px 30px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 1200px;
  z-index: 1000;
}

header .logo{
	width: 260px;
	display: block;
	margin-right: auto;
}

header.headerWhite{
  background: #fff;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
}

header.headerWhite .logo{
  content: "";
  background: url("../img/logo_green.svg") no-repeat top center / cover;
  width: 176px;
  height: 50px;
  display: inline-block;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.none{
  display: none;
}

.headerBox{
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerL{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-right: 15px;
}

/* nav
------------------------------------------------------------*/
nav .gNav{
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 1vw;
}

nav .gNav > li{
  position: relative;
  text-align: center;
}

nav .gNav > li > a{
	font-size: clamp(1.3rem, 1vw, 1.5rem);
  font-weight: 600;
  padding: 13px 0.6vw 10px 0.6vw;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity .4s ease-out !important;
  transition: opacity .4s ease-out !important;
}

.headerWhite nav .gNav > li > a{
  color: #4c4c4c;
}

nav .gNav > li.ac > a{
  color: #84c83d;
}

nav .gNav > li:hover > a{
  color: #84c83d;
  background: #f1fae7;
  padding: 13px 0.6vw 10px 0.6vw;
  opacity: 1;
  border-radius: 5px;
}

nav .subNav{
  width: max-content;
  background: #84c83d;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .4s;
  z-index: 100;
  border-radius: 5px;
}

nav .subNav::before{
  content: "";
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #84c83d transparent;
  display: block;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 10px);
}

nav .subNav li{
  width: 100%;
}

nav .subNav li:not(:last-of-type){
  border-bottom: 1px solid #fff;
}

nav .subNav li a{
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  transition: .4s;
  display: block;
}

nav .subNav li a:hover {
  opacity: .6;
}

@media all and (-ms-high-contrast: none) {
    nav .subNav {
    min-width: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

nav .gNav > li:hover > .subNav{
  opacity: 1;
  visibility: visible;
}

#menuBtn{
  display: none;
}

header .headerR ul{
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .headerR ul .tel{
	font-size: 1.4rem;
	text-align: right;
	color: #fff;
	margin-right: 20px;
}

header .headerR ul .tel span{
	font-size: 2.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	color: #f2428d;
}

header .headerR ul .tel span::before{
	content: "";
	background: url("../img/i_tel.svg") no-repeat;
	width: 18px;
	height: 19px;
	margin-right: 6px;
	display: inline-block;
	position: relative;
}

header .headerR ul .ctaBtn a{
	font-size: 1.4rem;
	border-radius: 30px;
	font-weight: 600;
	color: #fff;
	background: #f2428d;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	box-sizing: border-box;
	height: 50px;
	width: 150px;
	opacity: 1;
	border: 2px solid #f2428d;
}

header .headerR ul .ctaBtn a::before{
	content: "";
	background: url("../img/i_mail.svg") no-repeat;
	display: inline-block;
	width: 18px;
	height: 13px;
	margin: 0 8px -1px 0;
}

header .headerR ul .ctaBtn a:hover{
	color: #f2428d;
	border: 2px solid #f2428d;
	background: none;
	line-height: 46px
}

header .headerR ul .ctaBtn a:hover::before{
	background: url("../img/i_mail_pink.svg") no-repeat;
}

header.headerWhite .headerR ul .tel{
	color: #4c4c4c;
}

/* snsArea
------------------------------------------------------------*/
/*
.snsArea{
	text-align: center;
	margin-bottom: 90px;
}

.snsArea .inner{
	max-width: 880px;
	width: 100%;
}

.snsArea .txt{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 50px;
}

.snsArea .snsBtn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.instaBtn{
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
	font-size: 2.4rem;
	border-radius: 40px;
	letter-spacing: 0.05em;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	background: url("../img/insta_bg.png") no-repeat;
	line-height: 74px;
	box-sizing: border-box;
	height: 74px;
	width: 400px;
}
	
.instaBtn:hover{
  color: #da2d7b;
	background: url("../img/insta_bg_hover.png") no-repeat top center;
	width: 400px;
	height: 74px;
	opacity: 1;

}

.instaBtn::before{
	content: "";
	background: url("../img/i_insta_white.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin: 0 12px 3px 0;
}

.instaBtn:hover::before{
	background: url("../img/i_insta_hover.svg") no-repeat;
}

.instaBtn::after{
	content: "";
	background: url("../img/arrow_16x12_white.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
}

.instaBtn:hover::after{
	background: url("../img/arrow_16x12_insta.png") no-repeat;
	right: 20px;
}

.fbBtn{
	font-size: 2.4rem;
	display: inline-block;
	color: #fff;
	background: #1877f2;
	border-radius: 40px;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	line-height: 70px;
	box-sizing: border-box;
	height: 74px;
	width: 400px;
	opacity: 1;
	border: 2px solid #1877f2;
}

.fbBtn:hover{
	color: #1877f2;
	border: 2px solid #1877f2;
	background: none;
	opacity: 1;
	line-height: 70px;
}

.fbBtn::before{
	content: "";
	background: url("../img/i_facebook_white.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin: 0 12px 4px 0;
}

.fbBtn:hover::before{
	background: url("../img/i_facebook_hover.svg") no-repeat;
}

.fbBtn::after{
	content: "";
	background: url("../img/arrow_16x12_white.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
}

.fbBtn:hover::after{
	content: "";
	background: url("../img/arrow_16x12_fb.png") no-repeat;
}
*/

/* ctaArea
------------------------------------------------------------*/
.contents + .ctaArea.sub{
	padding-top: 20px;
}

.ctaArea{
	padding: 60px 4vw 0;
}

.ctaArea.sub{
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
}

.ctaArea .inner{
	max-width: 100%;
}

.ctaArea .ctaBox{
	text-align: center;
	background: #fff;
	border-radius: 20px;
	border: 5px solid #84c83d;
	padding: 72px 120px;
}

.ctaArea .ctaBox h3{
	font-size: 2.8rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.05em;
	display: inline-block;
	text-align: left;
	z-index: 10;
	position: relative;
	margin-bottom: 0;
  -webkit-transform:rotate(0.03deg);
  transform:rotate(0.03deg);
}

.ctaArea .ctaBox h3::after{
	content: none;
}

.ctaArea .ctaBox ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ctaArea .ctaBox ul li {
  flex-basis: 48%;
	max-width: 48%;
}

.ctaArea .ctaBox ul li:first-child {
  margin-right: 2vw;
}

.ctaArea .ctaBox ul li p{
	font-size: 1.8rem;
	font-weight: 600;
}

.dlBtn{
	font-size: 2.2rem;
	display: inline-block;
	color: #fff;
	background: #84c83d;
	border-radius: 40px;
	letter-spacing: 0.05em;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	line-height: 70px;
	height: 74px;
	width: 100%;
	opacity: 1 !important;
	border: 2px solid #84c83d;
}

.dlBtn:hover::after{
	background: url("../img/arrow_16x12_green.png") no-repeat;
	right: 20px;
}

.dlBtn:hover{
	color: #84c83d;
	background: #fff;
	border: 2px solid #84c83d;
	line-height: 70px;
}

.dlBtn::after{
	content: "";
	background: url("../img/arrow_16x12_white.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
}

.tourBtn{
	font-size: 2.2rem;
	display: inline-block;
	color: #fff;
	background: #f2428d;
	border-radius: 40px;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	line-height: 70px;
	box-sizing: border-box;
	height: 74px;
	width: 100%;
	opacity: 1 !important;
	border: 2px solid #f2428d;
}

.tourBtn::after{
	content: "";
	background: url("../img/arrow_16x12_white.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
}

.tourBtn:hover{
	color: #f2428d;
	background: #fff;
	border: 2px solid #f2428d;
	line-height: 70px;
}

.tourBtn:hover::after{
	background: url("../img/arrow_16x12_pink.png") no-repeat;
	right: 20px;
}

.ctaArea:not(.sub) .ctaBox{
	padding: 80px 4vw;
}

.ctaArea:not(.sub) .ctaBox .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ctaArea:not(.sub) .ctaBox h3{
	flex-basis: 30%;
	max-width: 30%;
}

.ctaArea:not(.sub) .ctaBox ul{
	margin-left: 4%;
	flex-shrink: 0;
	flex-basis: 66%;
	max-width: 66%;
}

.ctaArea:not(.sub) .ctaBox ul li {
  flex-basis: 48%;
	max-width: 48%;
}

/* footer
------------------------------------------------------------*/
footer{
	padding: 100px 4vw 120px;
}

footer .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
	max-width: 100%;
}

footer .footerLeft{
	flex-basis: 80%;
	max-width: 80%;
}

footer .footerLeft .menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	width: 100%;
	justify-content: space-between;
}

footer .footerLeft .menu ul{
	-ms-flex-negative: 0;
  flex-shrink: 0;
	min-width: 250px;
}

footer .footerLeft ul.menuBox li:not(:first-child){
	margin-top: 20px;
}

footer .footerLeft .menu a{
	color: #474747;
	text-decoration: none;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

footer .footerLeft .menu > ul{
	margin-top: 25px;
}

footer .footerLeft .menu ul > li{
	font-size: 1.6rem;
	font-weight: 600;
}

footer .footerLeft .menu ul > li ul.nest li{
	font-size: 1.3rem;
	margin-top: 0;
}

footer .footerLeft .menu ul > li ul.nest li a::before{
	content: "-";
	margin-right: 4px;
}

footer .footerRight{
	padding: 0 0 0 70px;
	margin-top: 25px;
	border-left: 1px dotted #474747;
	flex-shrink: 0;
}

footer .footerRight ul{
	height: 100%;
}

footer .footerRight ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .footerRight p{
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 15px;
}

footer .footerRight a.logo{
	display: inline-block;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

footer .footerRight address{
	font-size: 1.4rem;
	font-weight: 600;
}

footer .footerRight .copy{
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0;
}

/* mynaviBnr
------------------------------------------------------------*/
.mynaviBnr {
	display: block;
	position: fixed;
	right: 5.2vw;
	bottom: 30px;
	z-index: 9999;
  transition: all 0.5s;
}

.mynaviBnr a {
  display: block;
}

.mynaviBnr a img{
  border-radius: 5px;
  border: 1px solid #009de8;
}

.closeBtn {
  color: #fff;
  background: #009de8;
  font-size: 100%;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  width: 1.5em;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  position: absolute;
  right: 0;
  top: -8px;
  left: -8px;
  padding-top: 1px;
}

.hidden {
	opacity: 0;
	visibility: hidden;
}

/* pagetop
------------------------------------------------------------*/
.pagetop{
	display: none;
	position: fixed;
	right: calc(2.6vw - 25px);
	bottom: 5vh;
	z-index: 1000;
}

.pagetop a{
	line-height: 46px;
	width: 50px;
	background: #84c83d;
	display: block;
	text-align: center;
	border: 2px solid #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.pagetop span{
	width: 12px;
	height: 16px;
	display: inline-block;
}

.pagetop span::after{
	content: "";
	background: url("../img/arrow_16x12_white.png") no-repeat;
	background-size: contain;
	display: inline-block;

	position: absolute;
	width: 12px;
	height: 16px;
	top: 16px;
	right: calc(50% - 6px);
	-webkit-transform: rotate( -90deg );
	transform: rotate( -90deg );
}

/* kv
------------------------------------------------------------*/
#kv{
	height: 100vh;
	position: relative;
	overflow: hidden;
}

#kv .bxslider li{
	height: 100vh;
}

#kv .bxslider li img{
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

#kv::before{
	content: "";
	background: url(../img/circle_deco_560x560_white.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 560px;
	height: 560px;
	bottom: -265px;
	left: -230px;
	z-index: 100;
 	animation: rotate-anime 100s linear infinite;
}

#kv::after{
	content: "";
	background: url(../img/circle_deco_280x280_white.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 280px;
	height: 280px;
	top: 90px;
	right: 30px;
	z-index: 100;
	animation: rotate-anime 100s linear infinite;
}

#kvDeco::before{
	content: "";
	background: url(../img/circle_deco_196x196_white.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 196px;
	height: 196px;
	top: 140px;
	left: 70px;
	z-index: 100;
	animation: rotate-anime 100s linear infinite;
}

#kvDeco::after{
	content: "";
	background: url(../img/circle_deco_196x196_white.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 196px;
	height: 196px;
	bottom: 50px;
	right: 120px;
	z-index: 100;
	animation: rotate-anime 100s linear infinite;
}

@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

.catch{
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: calc(50% - 45px);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	pointer-events: none;
}

/* scroll
------------------------------------------------------------*/
.scroll span{
	font-size: 1.0rem;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 80px;
  z-index: 100;
  padding: 0 0 61px;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
	text-decoration: none;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.scroll span::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 46px;
  background: #fff;
	animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* home
------------------------------------------------------------*/
/* bnrArea
------------------------------------------------------------*/
.bnrArea{
	width: 100%;
	margin: 0 auto;
}

.bnrArea a{
	color: #fff;
	display: block;
	text-decoration: none;
	position: relative;
}

.bnrArea a:hover{
	opacity: 1;
}

.bnrArea a figure{
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	transition: .4s;
}

.bnrArea a:hover figure img {
	transform: scale(1.08);
}

.bnrArea a figure img{
	transition: .4s;
}

.bnrArea .txtArea{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 100;
}

.bnrArea .txtArea .ttl{
	font-size: 3.8rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.1em;
}

.bnrArea .btnMore{
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	line-height: 1;
	text-decoration: none;
	margin: 0 auto;
	padding: 19px 69px;
	font-weight: bold;
	position: relative;
	background: none;
}

.bnrArea .btnMore::after{
	content: "";
	background: url("../img/arrow_8x11.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 11px;
	top: calc(50% - 6px);
	right: 15px;
}

/* home bnrBggreen
------------------------------------------------------------*/
.home .bnrBggreen{
	padding: 140px 4vw;
	background: #f1fae7;
	position: relative;
	display: block;
}

.home .bnrBggreen::before{
	content: "";
	background-image: linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 8px 1px;
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 10px 0;
	pointer-events: none;
}

.home .bnrBggreen .bnrArea{
	max-width: initial !important;
	position: relative;
}

.bnrArea.line::after{
	content: "";
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 15px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
  top: 50%;
  left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	pointer-events: none;
}

/* home houjin
------------------------------------------------------------*/
.bnrhoujin {
  margin-bottom: 150px;
}

/* home hoiku
------------------------------------------------------------*/
.home .hoikuArea .hoikuBg{
	width: 100%;
	height: 744px;
	background: url("../img/home_hoiku_bg.jpg") no-repeat center top / cover;
	position: relative;
	z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.home .hoikuArea .hoikuBg{
		background: url("../img/home_hoiku_bg@2x.jpg") no-repeat center top / cover;
	}
}

.home .hoikuArea .hoikuBox{
	padding: 0 4vw;
}

.home .hoikuArea .inner{
	background: #fff;
	margin-top: -250px;
	position: relative;
	text-align: center;
	border-radius: 40px 40px 0 0;
	max-width: 100%;
	padding: 70px 80px 0;
}

.home .hoikuArea .listWrap .list{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto 40px;
}

.home .hoikuArea .list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home .hoikuArea .list li{
	position: relative;
}

.home .hoikuArea .list h4{
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	background: #6f4e27;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.05em;
	display: inline-block;
	text-align: center;
	z-index: 10;
	padding: 8px 0;
	width: 260px;
	border-radius: 5px;
	position: relative;
}

.home .hoikuArea .list .txtArea h4::after{
	content: "";
	background: url(../img/balloon_parts.svg) no-repeat;
	width: 14px;
	height: 9px;
	left: calc(50% - 7px);
	display: inline-block;
	position: absolute;
	bottom: -8px;
}

.home .hoikuArea .list .txtPic{
	position: relative;
}

.home .hoikuArea .list .txtPic p{
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 50px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
}

.home .hoikuArea .list .txtPic p.kohitsujiTxt{
	top: -53px;
	left: -23px;
}

.home .hoikuArea .list .txtPic p.higashitateishiTxt{
	top: -52px;
	left: -14px;
}

.home .hoikuArea .list .txtPic p.hondenTxt{
	top: -54px;
	left: -4px;
}

.home .hoikuArea .list figure{
  width: 210px;
  height: 210px;
  margin: 72px auto;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 30px;
  border: 6px solid #84c83d;
}
 
.home .hoikuArea .list figure img{
  max-width: 280px;
  margin: -38px 0 0 -38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home .hoikuArea .list a:hover figure img {
	transform: scale(1.08) rotate(-45deg);
}

.home .hoikuArea .list a figure img{
	-webkit-transition: .4s;
	transition: .4s;
}

.home .hoikuArea .list li::before{
	content: "";
	background: #84c83d;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	bottom: 84px;
	right: 40px;
	border-radius: 50%;
	z-index: 1000;
	pointer-events: none;
}

.home .hoikuArea .list li::after{
	content: "";
	background: url("../img/arrow_8x11.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 11px;
	bottom: 98px;
	right: 54px;
	z-index: 1000;
}

/* btnW400
------------------------------------------------------------*/
.btnW400{
	font-size: 2.4rem;
	display: inline-block;
	color: #fff;
	background: #84c83d;
	border-radius: 40px;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	line-height: 70px;
	height: 74px;
	width: 400px;
	opacity: 1 !important;
	border: 2px solid #84c83d;
}

.btnW400:hover::after{
	background: url("../img/arrow_16x12_green.png") no-repeat;
	right: 20px;
}

.btnW400:hover{
	color: #84c83d;
	background: #fff;
	border: 2px solid #84c83d;
	line-height: 70px;
}

.btnW400::after{
	content: "";
	background: url("../img/arrow_16x12_white.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
}

/* home bnrWrap
------------------------------------------------------------*/
.bnrWrap{
	padding: 120px 4vw;
	display: block;
}

.bnrWrap + .bnrWrap{
	padding-top: 60px;
}

.bnrWrap .bnrArea{
	max-width: initial !important;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.bnrWrap.deco .bnrArea::before{
	content: "";
	background: url("../img/circle_deco_pink.svg") no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 300px;
	height: 300px;
	top: -125px;
	right: -100px;
	z-index: 100;
}

.bnrWrap.deco .bnrArea::after{
	content: "";
	background: url("../img/circle_deco_green.svg") no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 300px;
	height: 300px;
	bottom: -125px;
	left: -100px;
	z-index: 100;
}

/* 下層ページ
---------------------------------------------------------------------------------*/
/* h2Wrap
------------------------------------------------------------*/
.h2Wrap {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.h2Wrap.hojinWrap { background-image: url("../hojin/img/h2.jpg"); }

.h2Wrap.aboutWrap { background-image: url("../hojin/img/h2_about.jpg"); }

.h2Wrap.hoikuWrap { background-image: url("../hoiku/img/h2.jpg"); }

.h2Wrap.kohitsujiWrap { background-image: url("../hoiku/img/h2_kohitsuji.jpg"); }

.h2Wrap.higashitateishiWrap { background-image: url("../hoiku/img/h2_higashi_tateishi.jpg"); }

.h2Wrap.hondenWrap { background-image: url("../hoiku/img/h2_honden.jpg"); }

.h2Wrap.gakudouWrap { background-image: url("../gakudou/img/h2.jpg"); }

.h2Wrap.kosodateWrap { background-image: url("../kosodate/img/h2.jpg"); }

.h2Wrap.byogojihoikuWrap { background-image: url("../byogojihoiku/img/h2.jpg"); }

.h2Wrap.kaigoWrap { background-image: url("../kaigo/img/h2.jpg"); }

.h2Wrap.dayserviceWrap { background-image: url("../kaigo/img/h2_dayservice.jpg"); }

.h2Wrap.chiikiWrap { background-image: url("../chiiki/img/h2.jpg"); }

.h2Wrap.newsWrap { background-image: url("../news/img/h2.jpg"); }

.h2Wrap.documentWrap { background-image: url("../document/img/h2.jpg"); }

.h2Wrap.contactWrap { background-image: url("../contact/img/h2.jpg"); }

.h2Wrap.privacyWrap { background-image: url("../privacy/img/h2.jpg"); }

.h2Wrap.sitemapWrap { background-image: url("../sitemap/img/h2.jpg"); }

.h2Wrap.downloadWrap { background-image: url("../download/img/h2.jpg"); }

.h2Wrap h2{
	font-size: 4.8rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	z-index: 10;
	position: relative;
	line-height: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.h2Wrap h2 span.smallTtl{
	font-size: 3.0rem;
	letter-spacing: 0.1em;
	margin-top: 35px;
	display: block;
}

.h2Wrap h2 span{
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}

.lineHeight1{
	line-height: 1;
}

/* アニメーション
------------------------------------------------------------*/
.h2Wrap::before{
	content: "";
	background: url(../img/circle_deco_560x560_white.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 560px;
	height: 560px;
	bottom: -265px;
	left: -230px;
	z-index: 100;
 	animation: rotate-anime 100s linear infinite;
}

.h2Wrap::after{
	content: "";
	background: url(../img/circle_deco_280x280_white.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 280px;
	height: 280px;
	top: 90px;
	right: 20px;
	z-index: 100;
	animation: rotate-anime 100s linear infinite;
}

.h2wrapDeco{
	position: relative;
	width: 100%;
	height: 100vh;
}

.h2wrapDeco::before{
	content: "";
	background: url(../img/circle_deco_196x196_white.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 196px;
	height: 196px;
	top: 140px;
	left: 70px;
	z-index: 100;
	animation: rotate-anime 100s linear infinite;
}

.h2wrapDeco::after{
	content: "";
	background: url(../img/circle_deco_196x196_white.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	width: 196px;
	height: 196px;
	bottom: 50px;
	right: 120px;
	z-index: 100;
	animation: rotate-anime 100s linear infinite;
}

/* pankuzu
------------------------------------------------------------*/
.pankuzu{
	background: #f5f5f5;
}

.pankuzu .inner{
	padding: 5px 0;
}

.pankuzu li{
	font-size: 1.2rem;
	color: #666;
	display: inline-block;
}

.pankuzu li:not(:first-child)::before {
	content: "";
	width: 4px;
	height: 4px;
	margin: 0 10px;
	display: inline-block;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pankuzu ul li a{
	color: #666;
	text-decoration: underline;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.pankuzu ul li a:hover{
	text-decoration: none;
	opacity: .6;
}

/* 共通
------------------------------------------------------------*/
.contents{
	padding: 100px 0;
}

.section{
	margin-bottom: 120px !important;
}

.section:last-child{
	margin-bottom: 0 !important;
}

.inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.w960{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.greenBg{
	margin: 80px 0 80px;
	text-align: center;
	background: #f1fae7;
	position: relative;
	display: block;
	padding: 80px 0;
}

.greenBg::before{
	content: "";
	background-image: linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 8px 1px;
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 10px 0;
	pointer-events: none;
}

.greenBg h4.bg {
	background: #fff;
}

/* 下層　メインの写真
------------------------------------------------------------*/
.mainBox{
	text-align: center;
	margin-bottom: 100px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

.mainBox .inner{
	max-width: 100%;
	width: 100%;
}

.mainBox .txt p{
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.4;
}

.mainBox figure{
	margin-bottom: 50px;
}

.radius0 img{
	border-radius: 0 !important;
}

.radius20 img{
	border-radius: 20px;
}

.boxMb{
	margin-bottom: 80px;
}

.square.listArea{
	background: #f0ece8;
	padding: 30px;
	border-radius: 20px;
}

.square.listArea li{
	text-align: left;
}

/* ■ dl 背景茶色
------------------------------------------------------------*/
.squareDl dt{
	font-size: 2.0rem;
	margin-top: 30px;
	letter-spacing: normal;
	font-weight: 600;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	position: relative;
	padding-left: 22px;
}

.squareDl dt::before{
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    background: #84c83d;
    border-radius: 3px;
}

.squareDl dt:first-child{
	margin-top: 0;
}

.squareDl dd{
	padding-left: 22px;
}

/* 関連リンク
------------------------------------------------------------*/
.relatedArea{
	text-align: center;
}

.relatedArea .bnrBox.txtX1{
	justify-content: center;
}


/* 関連リンク　バナー 2つ
------------------------------------------------------------*/
.relatedArea{
	text-align: center;
}

.relatedArea .bnrBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bnrBox.x2Box .bnrBtn{
	display: inline-block;
	flex-basis: 48% !important;
	max-width: 48% !important;
}

.bnrBtn a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: .4s;
	width: 100%;
}

.bnrBtn a:hover{
	opacity: 1;
}

.bnrBtn a::after{
	content: "";
	background: #3b2b18;
	opacity: .6;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
}

.bnrBtn a figure {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	width: 100%;
}

.bnrBtn a:hover figure img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.bnrBtn a figure img{
	-webkit-transition: .4s;
	transition: .4s;
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 256px;
}

.bnrBtn .txtArea{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 100;
	display: inline-block;
	padding: 30px;
}

.bnrBtn .txtArea .ttl{
	font-size: 3.4rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}

.bnrBtn .btnMore{
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	line-height: 1;
	text-decoration: none;
	margin: 0 auto;
	padding: 16px 60px;
	font-weight: bold;
	position: relative;
	background: none;
}

.bnrBtn .btnMore::after{
	content: "";
	background: url("../img/arrow.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 12px;
	top: calc(50% - 6px);
	right: 15px;
}

.bnrBtn .txt580{
	width: 580px;
	margin-top: 20px;
	text-align: left;
}

/* 関連リンク バナー　3つ
------------------------------------------------------------*/
.relatedArea .bnrBox .bnrBtn{
	flex-basis: 30%;
	max-width: 30%;
}

.bnrBox h4{
	font-size: 2.6rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.05em;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
	z-index: 1;
	margin-bottom: 20px;
}

.relatedArea .bnrBtn:nth-of-type(n+4){
	margin-top: 60px;
}

.bnrBtn .txt{
	text-align: left;
	margin-top: 20px;
}

/* tableと写真
------------------------------------------------------------*/
.tableImg{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tableImg > div{
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	max-width: calc(50% - 20px);
}

/* 年間行事
------------------------------------------------------------*/
.eventArea{
	text-align: center;
}

.eventBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.eventBox dl{
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
	max-width: calc((100% - 60px) / 3);
	margin-right: 30px;
}

.eventBox dl:nth-child(3n){
	margin-right: 0;
}

.eventBox dl:nth-child(n+4){
	margin-top: 40px;
}

.eventBox dl dt{
	font-size: 2.0rem;
  position: relative;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 10px 0;
  width: 100%;
  background: #f1fae7;
	font-weight: 600;
	border-radius: 10px;
}

.eventBox dl dt:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f1fae7;
}

.eventBox dl dd{
	text-align: left;
}

/* フロー
------------------------------------------------------------*/
.enterArea{
	text-align: center;
	background: #f1fae7;
	position: relative;
	display: block;
	padding: 80px 0;
}

.enterArea::before{
	content: "";
	background-image: linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 8px 1px;
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 10px 0;
	pointer-events: none;
}

.enterArea .inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.balloonFlow > li{
	background: #fff;
	position: relative;
	border-radius: 10px;
}

.balloonFlow > li:not(:last-child){
  margin-bottom: 40px;
}

.balloonFlow > li dl{
  width: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
	
	border: 3px solid #84c83d;
	border-radius: 10px;
}

.balloonFlow > li:not(:last-child) dl::after{
	border-color: #fff transparent transparent transparent;
	border-width: 15px;
	margin-top: -1px;
}

.balloonFlow > li:not(:last-child) dl::before{
	border-color: #84c83d transparent transparent transparent;
	border-width: 18px;
	margin-top: 0px;
}

.balloonFlow > li:not(:last-child) dl::before,
.balloonFlow > li:not(:last-child) dl::after{
	left: 50%;
	top: 100%;
	border-style: solid;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 100;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.balloonFlow > li dl dt{
  font-size: 2.0rem;
  font-weight: 600;
  color: #6f4e27;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
	max-width: 250px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  margin-right: 2vw;
  text-align: center;
	letter-spacing: 2px;
	line-height: 1.8;
}

.balloonFlow > li dl dt .icon{
  font-size: 1.4rem;
  color: #fff;
	background: #6f4e27;
  padding: 5px 10px;
  margin-bottom: 15px;
	border-radius: 30px;
  display: block;
  position: relative;
  z-index: 100;
}

.balloonFlow > li dl dd{
	text-align: left;
	width: 100%;
}

.enterArea .ttlBrown{
	font-size: 2.0rem;
	color: #6f4e27;
	font-weight: 600;
	margin-bottom: 10px;
}

.enterArea .square.listArea{
	background: #fff;
	padding: 0;
}

.flowTxtimg {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flowTxtimg .txtBox {
	max-width: 70%;
	flex-basis: 70%;
	margin-right: 5%;
}

.flowTxtimg figure {
	max-width: 15%;
	flex-basis: 15%;
}

.flowTxtimg figure img{
	border-radius: 8px;
}

/* 各ページ
------------------------------------------------------------*/
/* 法人紹介
------------------------------------------------------------*/
.hojinArea .philosophy .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hojinArea .philosophy .inner .imgBox{
	flex-basis: 48%;
	max-width: 48%;
}

.hojinArea .philosophy .inner .txtBox{
	flex-basis: 48%;
	max-width: 48%;
}

.hojinArea .philosophy .txtBox .bgNumber li:not(:last-child){
	margin-bottom: 25px;
}

.hojinArea .vision{
	text-align: center;	
}

.hojinArea .vision figure{
	margin-bottom: 60px;
}

.hojinArea .vision .bgNumber{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hojinArea .message{
	margin: 80px 0 80px;
	text-align: center;
	background: #f1fae7;
	position: relative;
	display: block;
	padding: 80px 0;
}

.hojinArea .message::before{
	content: "";
	background-image: linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 8px 1px;
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 10px 0;
	pointer-events: none;
}

.hojinArea .message .inner{
	max-width: 800px;
	text-align: center;
}

.hojinArea .message p{
	text-align: left;
}

.hojinArea .map{
	text-align: center;
}

.hojinArea .map iframe{
	width: 100%;
	margin: 0 auto;
	height: 400px;
	border-radius: 20px;
	border: none;
	display: block;
}

/* 情報公開
------------------------------------------------------------*/
.aboutArea .inner{
	max-width: 800px;
	width: 100%;
	text-align: center;
}

.aboutArea h3{
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.aboutArea .documentArea{
	padding-top: 30px;
}

.aboutArea .documentArea:not(:last-child){
	border-bottom: dotted 1px #ccc;
	padding-bottom: 30px;
}

.aboutArea .documentArea ul li{
	border: 1px solid #6f4e27;
	border-radius: 50px;
}

.aboutArea .documentArea ul li{
	margin-bottom: 10px;
}

.aboutArea .documentArea ul li a{
	color: #6f4e27;
	display: block;
	padding: 15px 60px;
	position: relative;
	text-decoration: none;
	border-radius: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.aboutArea .documentArea ul li a:hover{
	background : #6f4e27;
	opacity: 1;
	color: #fff;
}

.aboutArea .documentArea ul li a::before{
	content: "";
	width: 20px;
	height: 24px;
	background: url(../img/i_document_brown.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: calc(50% - 13px);
	right: 15px;
	pointer-events: none;
	z-index: 10;
	transition: .3s;
}

.aboutArea .documentArea ul li a:hover::before{
	width: 20px;
	height: 24px;
	background: url(../img/i_document_white.svg) no-repeat;
	background-size: contain;
}

.aboutArea .documentArea ul li a.dlIcon::before{
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/i_download_brown.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	right: 15px;
	pointer-events: none;
	z-index: 10;
	transition: .3s;
}

.aboutArea .documentArea ul li a.dlIcon:hover::before{
	width: 20px;
	height: 20px;
	background: url("../img/i_download_white.svg") no-repeat;
	background-size: contain;
}


/* 組織
------------------------------------------------------------*/
.organizationBox .inner{
	max-width: 960px;
	width: 100%;
	text-align: center;
}

/* lightbox
------------------------------------------------------------*/
.lightboxWrap{
	width: 450px;
	margin: 0 auto;
}

/* 地域活動
------------------------------------------------------------*/
.chiikiArea .bgBrown{
	padding: 50px;
}

.chiikiArea .bgBrown{
	text-align: center;
}

.chiikiArea .bgBrown .squareDl{
	text-align: left;
}

/* readmoreArea 
------------------------------------------------------------*/
.readmoreArea{
	text-align: center;
}

.readmoreArea .picLabel{
	position: relative;
}

.readmoreArea .picLabel .brownLabel{
	font-size: 1.4rem;
	position: absolute;
	background: #6f4e27;
	color: #fff;
	border-radius: 20px;
	padding: 2px 20px 1px;
	right: 15px;
	bottom: 15px;
	z-index: 10;
}

.readmoreArea h4{
	margin-bottom: 20px;
	text-align: center;
}

.readmoreArea h4 span.dashed{
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.4;
	padding-bottom: 5px;
	border-bottom: 2px dashed #84c83d;
}

.readmoreArea .flex{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  margin-bottom: 80px;
}

.readmoreArea .flex::after{
  content: "";
  display: block;
  width: 375px;
}

.readmoreArea .flex > div{
	flex-basis: 375px;
	max-width: 375px;
}

.readmoreArea .mb{
	margin-bottom: 60px;
}

.readmore{
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0 0 20px 20px;
}

.readmore:nth-child(n+4){
	margin-top: 60px;
}

.readmore figure img{
	border-radius: 20px 20px 0 0;
}

.readmoreContent{
	position: relative;
	overflow: hidden;
	height: 150px;
	background: #fff;
	padding: 10px 20px 60px 20px;
	border-radius: 0 0 20px 20px;
	text-align: left;
}

.readmoreContent::before{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 50px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
	border-radius: 0 0 20px 20px;
}

/* 続きを読むボタン */
.readmoreLabel{
	display: table;
	bottom: 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 10;
	padding: 10px 20px;
	background: #84c83d;
	border: solid 2px #84c83d; 
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.readmoreLabel:hover{
	cursor: pointer;
	background: #fff;
	color: #84c83d;
	box-sizing: border-box;
	border: solid 2px #84c83d; 
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
}

.readmoreLabel:before{
	content: '続きを読む';
}

.readmoreLabel:hover:before{
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
}

.readmoreCheck{
	display: none;
}

.readmoreCheck:checked ~ .readmoreLabel{
	position: absolute;
	bottom: 15px;
}

.readmoreCheck:checked ~ .readmoreLabel:before{
	content: '閉じる';
}

.readmoreCheck:checked ~ .readmoreContent{
	height: auto;
}

.readmoreCheck:checked ~ .readmoreContent::before{
	display: none;
}

/* 園の一日（保育園）(学童保育園)
------------------------------------------------------------*/
.onedayArea{
	text-align: center;
}

.onedayArea .flex{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.onedayArea .flex.x5 > div{
	-ms-flex-preferred-size: calc((100% - 120px) / 3);
	flex-basis: calc((100% - 120px) / 3);
	max-width: calc((100% - 120px) / 3);
	margin-right: 40px;
}

.onedayArea .flex.x4 > div{
	-ms-flex-preferred-size: calc((100% - 120px) / 4);
	flex-basis: calc((100% - 120px) / 4);
	max-width: calc((100% - 120px) / 4);
	margin-right: 40px;
}

.onedayArea .flex.x5 > div img,
.onedayArea .flex.x4 > div img{
	border-radius: 50%;
}

.onedayArea .flex.x5 > div:nth-child(3n){
	margin-right: 0;
}

.onedayArea .flex.x4 > div:nth-child(4n){
	margin-right: 0;
}

.onedayArea .flex.x5 > div:nth-child(n+4){
	margin-top: 50px;
}

.onedayArea .flex > div .txt{
	margin-top: 20px;
}

.onedayArea .flex > div .txt p{
	font-weight: 600;
}

.onedayArea h4{
	padding-bottom: 2px;
	font-size: 2.2rem;
	border-bottom: 2px dashed #84c83d;
	color: #84c83d;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	display: inline-block;
}

.onedayArea h4 + p{
	margin-top: 10px;
}

.onedayArea .imgTxt{
	margin-top: 80px;
}

.onedayArea .imgTxt li{
background: #f0ece8;
	padding: 30px;
	border-radius: 20px;
}

.onedayArea .imgTxt li:not(:first-child){
	margin-top: 60px;
}

.onedayArea .imgTxt li figure{
	max-width: 380px;
	-ms-flex-preferred-size: 380px;
	flex-basis: 380px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.onedayArea .imgTxt li .txtBox{
	text-align: left;
}

/* 概要
------------------------------------------------------------*/
.overview{
	text-align: center;
}

.overview .tableMap{
	width: calc(100% - 120px);
	margin: 0 auto;
}

.overview .tableMap .flex li{
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.overview .tableMap .flex li:first-of-type{
	margin-right: 40px;
}

.overview .map iframe{
	width: 100% !important;
	height: 100%;
	border-radius: 20px;
	border: none;
	display: block;
}

.overview .map.h350 iframe{
	margin-top: 60px;
	height: 350px;
}

.overview .tableA{
	margin-bottom: 80px;
}

/* こひつじ東四つ木学童保育クラブ
------------------------------------------------------------*/
.contents .gakudouArea .map iframe{
	width: 580px;
	height: 320px;
	border-radius: 20px;
	border: none;
	display: block;
}

/* かるがも
------------------------------------------------------------*/
.txtX2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.txtX2 > div{
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.listX2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.listX2 > * {
	width: calc((100% - 20px) / 2)
}

.listX2 > *:not(:nth-child(even)) {
	margin-right: 20px
}

.listX2 > *:nth-child(n+3) {
	margin-top: 10px
}

@media screen and (max-width: 834px) {
	.listX2 > * {
		width: 100%
	}

	.listX2 > *:nth-child(n) {
		margin-right: 0
	}

	.listX2 > *:nth-child(n+2) {
		margin-top: 10px
	}
}

.txtLarge {
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* わらび～
------------------------------------------------------------*/
.radiusImgbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	gap: 40px;
}

.radiusImgbox figure {
	flex-basis: 24%;
	max-width: 24%;
}

.radiusImgbox figure img{
	border-radius: 50%;
}

.radiusImgbox p {
	text-align: left !important;
	font-size: 2rem;
}

/* かるがも・わらび～
------------------------------------------------------------*/
.listBnr {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.listBnr .bgWhite {
  padding: 20px 20px 20px 40px; 
  -ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	max-width: calc(50% - 20px);
  margin-top: 0;
}

.listBnr .bnr {
  -ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	max-width: calc(50% - 20px);
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  height: 100%;
}

.listBnr .bnr a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: .4s;
}

.listBnr .bnr a:hover {
	opacity: 1;
}

.listBnr .bnr a figure {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.listBnr .bnr a:hover figure img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.listBnr .bnr a figure img {
	-webkit-transition: .4s;
	transition: .4s;
}

.listBnr .bnr .txtArea {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 100;
	display: inline-block;
	padding: 30px;
}

.listBnr .bnr .txtArea .ttl {
	font-size: 3.4rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}

.listBnr .bnr .btnOutline {
	font-size: 1.8rem;
	display: inline-block;
	color: #fff;
  letter-spacing: 0.05em;
	border: 2px solid #fff;
	border-radius: 30px;
	line-height: 1;
	text-decoration: none;
	margin: 0 auto;
	padding: 16px 60px;
	font-weight: bold;
	position: relative;
	background: none;
}

.listBnr .bnr .btnOutline::after {
	content: "";
  width: 14px;
  height: 14px;
	background: url("../img/i_outlink.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
  top: calc(50% - 8px);
	right: 15px;
}

.listBnr .bnr .txtArea .ttl span.fsSmall{
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 10px;
}

/* こひつじデイサービス わが家
------------------------------------------------------------*/
.staffArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.staffArea li{
	-ms-flex-preferred-size: calc(50% - 40px);
	flex-basis: calc(50% - 40px);
	max-width: calc(50% - 40px);
}

.staffArea li:nth-child(n+3){
	margin-top: 80px;
}

.staffArea li .staffBox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.staffArea li .staffBox .staffImg{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.staffArea li .staffBox .staffTxt{
	padding-left: 20px;
	width: 100%;
}

.staffArea li .staffBox .staffTxt .jobIcon{
	background: #84c83d;
	padding: 2px 10px;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
}

.staffArea li .staffBox .staffTxt p.name{
	border-bottom: 2px solid #84c83d;
}

.staffArea li .staffBox .staffTxt dl{
	display: flex;
}

.staffArea li .staffBox .staffTxt dl:not(:first-child){
	margin-top: 10px;
}

.staffArea li .staffBox .staffTxt dl dt{
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.staffArea li .staffBox .staffTxt dl dd{
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.staffArea li .message{
	position: relative;
	display: inline-block;
	padding: 15px;
	max-width: 100%;
	width: 100%;
	border: solid 3px #ccc;
	box-sizing: border-box;
	border-radius: 10px;
}

.staffArea li .message::before{
	content: "";
	position: absolute;
	top: -24px;
	left: 20%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	z-index: 2;
}

.staffArea li .message::after{
	content: "";
	position: absolute;
	top: -30px;
	left: 20%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #ccc;
	z-index: 1;
}

.staffArea li .message p{
	margin: 0;
	padding: 0;
}

.squareBox .flexImg:not(:last-child){
	margin-bottom: 40px;
}

.flexImg{
	display: flex;
	justify-content: space-between;
}

.flexImg li.img{
	flex-shrink: 0;
	margin-left: 30px;
}

.facilityBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.facilityBox li{
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.facilityBox li:not(:first-child){
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.facilityBox li:nth-child(n+3){
	margin-top: 40px;
}
	
.facilityBox li h4{
	display: block;
}

.facilityBox li h5{
	padding-bottom: 4px;
	border-bottom: 2px dashed #84c83d;
	margin-bottom: 10px;
}

.facilityBox li figure{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 20px;
}

/* accordion
------------------------------------------------------------*/
.accordionBox + h3{
	margin-top: 100px;
}

.accordionBox .accordion{
	text-align: left;
} 

.accordionBox .accordion dt{
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 25px 25px 25px 60px;
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}

.accordionBox .accordion dt p{
	margin: 0;
}

.accordionBox .accordion dt > span.qaIcon,
.accordionBox .accordion dd > span.qaIcon{
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-size: 2.4rem;
	line-height: 1;
	display: inline-block;
	text-align: center;
	color: #84c83d;
	font-weight: 700;
}

.accordionBox .accordion dt > span{
	top: calc(50% - 2px);
}

.accordionBox .accordion dd{
	background: #f5f5f5;
	font-size: 1.8rem;
	padding: 25px 45px 25px 60px;
	position: relative;
}

.accordionBox .accordion dd{
	display: none;
}

.accordionIcon{	
	display: inline-block;
	transition: all .4s;
	margin:0;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 25px;
	top: calc(50% - 12px);
}

.accordionIcon span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background: #333;
}

.accordionIcon span:nth-of-type(1){
	top: 11px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordionIcon span:nth-of-type(2){
	top:11px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordionIcon.active span:nth-of-type(1){
	display: none;
}

.accordionIcon.active span:nth-of-type(2){
	top: 11px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* contact
------------------------------------------------------------*/
.contactBody .h2Wrap.contactWrap{
	height: 30vh;
}

.contactBody .contents{
	padding: 50px 0;
}

.contactBody .h2Wrap::before{
	content: none;
}

.contactArea .inner{
	max-width: 960px;
}

.contactArea .inner .txtWrap{
	background: #fff;
	text-align: center;
	padding: 40px;
	border-radius: 20px;
}

.contactBody footer {
	padding: 40px 4vw 80px;
}

footer .footerRight{
	padding-left: 0;
	border-left: none;
}

.contactBody footer .inner {
	text-align: center;
	justify-content: center;
}

.contactArea .inner .txtWrap .ttl{
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.contactArea .inner .contactBox{
	margin-bottom: 40px;
}

.contactArea .inner .contactBox .txt{
	margin-bottom: 25px;
}

form table input,
form textarea,
form select{
  width: 100%;
	background: #f0ece8;
  padding: 5px 10px;
  border: none;
	border-radius: 6px;
}

form textarea{
	min-height: 200px;
	width: 100% !important;
	resize: vertical;
}

form table{
	margin-bottom: 40px;
}

form table tr{
	border-top: 1px solid #6f4e27;
}

form table th{
	font-weight: 600;
	width: 28%;
	vertical-align: top;
	background: none;
}

form input[type=radio],
form input[type=checkbox] {
  display: none;
}

.formIcon{
	font-size: 1.1rem;
	color: #fff;
	background: #d13838;
	padding: 3px 10px;
	margin-right: 8px;
}

.formIcon.option{
	background: #84c83d;
}

table .formIcon{
	margin-left: 10px;
	margin-right: 0;
	float: right;
}

form .placeholder{
	font-size: 1.2rem;
	color: #666;
	margin-top: 8px;
	display: inline-block;
}

form label .checkIcon,
form label .radioIcon{
	line-height: 20px;
	width: 20px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

form label .checkIcon::after,
form label .radioIcon::after{
	content: "";
	background: #fff;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	display: block;
	border: 2px solid #ccc;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}

form label .checkIcon::before{
	content: "";
	position: absolute;
	border: solid #84c83d;
	border-width: 0 3px 3px 0;
	width: 7px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -11px;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	z-index: 10;
}

form input[type=checkbox]:checked ~ .checkIcon::before{
	opacity: 1;
}

form label .radioIcon::after{
  border-radius: 50%;
}

form label .radioIcon::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #84c83d;
  margin-top: -5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 10;
}

form input[type=radio]:checked ~ .radioIcon::before{
	opacity: 1;
}

form label.agree{
  background: #f0ece8;
  padding: 20px 25px;
  display: inline-block;
	margin-bottom: 40px;
	border-radius: 6px;
}

.radioWrap label{
	margin-right: 20px;
}

form .checkArea,
form .radioArea{
	cursor: pointer;
}

.post .placeholder{
	display: inline-block;
}

.contactBtn{
	font-size: 2.4rem;
	display: inline-block;
	color: #fff;
	background: #84c83d;
	border-radius: 40px;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	line-height: 70px;
	height: 74px;
	width: 400px;
	opacity: 1 !important;
	border: 2px solid #84c83d;
}

.contactBtn:hover::after{
	background: url("../img/arrow_16x12_green.png") no-repeat;
	right: 20px;
}

.contactBtn:hover{
	color: #84c83d;
	background: #fff;
	border: 2px solid #84c83d;
	line-height: 70px;
}

.contactBtn::after{
	content: "";
	background: url("../img/arrow_16x12_white.png") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
}

.telBox{	
	font-size: 1.4rem;
	text-align: center;
	color: #4c4c4c;
}

.telBox span{
	font-size: 3.2rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	color: #f2428d;
}

.telBox span::before{
	content: "";
	background: url("../img/i_tel.svg") no-repeat top center / contain;
	width: 22px;
	height: 23px;
	top: 1px;
	margin-right: 9px;
	display: inline-block;
	position: relative;
}

/* デイサービス　（よくあるご質問）
------------------------------------------------------------*/
.accordionArea{
	text-align: center;
	background: #f1fae7;
	position: relative;
	display: block;
	padding: 80px 0;
}

.accordionArea::before{
	content: "";
	background-image: linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #84c83d, #84c83d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 8px 1px;
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 10px 0;
	pointer-events: none;
}

.accordionArea .inner{
	width: calc(100% - 120px);
	margin: 0 auto;
}

/* プライバシーポリシー
------------------------------------------------------------*/
.privacyArea .inner{
	max-width: 800px;
}

.privacyArea .inner h3{
	font-size: 2.8rem;
	margin-bottom: 15px;
}

.privacyArea .inner h3:not(:first-child){
	margin-top: 40px;
}

.privacyArea .inner h3 + p{
	margin: 0;
}

/* サイトマップ
------------------------------------------------------------*/
.sitemapArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sitemapBox:not(:last-of-type){
	 margin-right: 80px;
}

.sitemapBox > ul:nth-child(2){
	 margin-top: 80px;
}

.sitemapBox:not(:last-of-type){
	 margin-right: 80px;
}

.sitemapArea .sitemapBox > ul > li:not(:first-child){
	margin-top: 20px;
}

.sitemapBox h3{
	font-size: 1.8rem;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	position: relative;
	margin-bottom: 0;
}

.sitemapBox h3::before{
	content: "";
	background: #6f4e27;
	margin-right: 6px;
	height: 12px;
	width: 12px;
	display: inline-block;
	top: -1px;
	left: 0;
	position: relative;
	border-radius: 3px;
}

.sitemapBox h3::after{
	content: none;
}

.sitemapBox a{
	color: #6f4e27;
	text-decoration: none;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.sitemapBox a:hover{
	text-decoration: none;
}

.sitemapBox .nest li::before{
	content: "-";
	margin-right: 5px;
}

/*fooer
==================================================================================================================================================================================================================*/
@media screen and (max-width: 1700px){
footer .footerLeft .menu ul{
	width: calc(100% / 3);
	min-width: 250px;
}

footer .footerLeft .menu::after{
	content: "";
	width: calc(100% / 3);
	min-width: 524px;
	}
}

/* SP
------------------------------------------------------------*/
@media screen and (max-width: 600px){
  
  *{
    -webkit-appearance: none;
  }

  body{
    min-width: inherit;
  }
  
  body.bottomBg{
		background-image: url("../img/bottom_bg_sp.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
  }
  
  img{
    width: 100%;
  }

  .inner{
    width: 90%;
    margin: 0 5%;
  }

  .pc{
    display: none !important;
  }

  .sp{
    display: block !important;
  }
	
	/* part
	------------------------------------------------------------*/
	.flex.x2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex.x2 > ul,
	.flex.x2 > div{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.flex.x2 > ul:first-child,
	.flex.x2 > div:first-child{
		margin-right: 0;
		margin-bottom: 20px;
	}

	/* part
	------------------------------------------------------------*/
	.weight700{
		text-align: left;
	}
	
	/* multiTxt
	------------------------------------------------------------*/
	.multiTxt{
		text-align: left;
	}


  /* 見出し
  ------------------------------------------------------------*/
  h3{
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  h3::after{
    content: none;
  }

  .greenLine{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(132, 200, 61, .5)));
    background: linear-gradient(transparent 60%, rgba(132, 200, 61, .5) 40%);
  }
	
	h4.bg{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	
	/* table
	------------------------------------------------------------*/
	table.solid th,
	table.solid td{
		padding: 10px;
	}

	table.solid th{
		width: 100%;
		display: block;
	}
	
	table.solid td{
		width: 100%;
		display: block;
	}
	
	.tableA th,
	.tableA td{
		font-size: 1.2rem;
		padding: 5px;
	}
	
	/* bg
	------------------------------------------------------------*/
	.bgGray{
		padding: 20px;
	}

	.bgWhite{
		padding: 20px;
		width: 90%;
		margin: 20px auto 0;
	}

	.bgBrown{
		margin-top: 40px;
		padding: 20px;
	}
	
	
/* 年間行事
------------------------------------------------------------*/
.eventArea{
	text-align: center;
}

.eventBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.eventBox dl{
	-ms-flex-preferred-size: calc((100% - 60px) / 2);
	flex-basis: calc((100% - 60px) / 2);
	max-width: calc((100% - 60px) / 2);
	margin-right: 30px;
}

.eventBox dl:nth-child(2n){
	margin-right: 0 !important;
}	
	
.eventBox dl:nth-child(3n){
	margin-right: 30px;
}
	
.eventBox dl:nth-child(4n){
	margin-right: 0;
}
	
.eventBox dl:nth-child(n+3){
	margin-top: 30px;
}


 
  /* header
  ------------------------------------------------------------*/
  header{
    width: 100%;
    height: 70px;
    position: fixed;
    padding: 15px 5%;
    min-width: inherit;
    z-index: 10000;
  }

  header .logo{
    width: 36vw;
    z-index: 10000;
    position: relative;
  }

  header.headerWhite .logo{
    background: url("../img/logo_green.svg") no-repeat top center / contain;
    width: 36vw;
    z-index: 10000;
    position: relative;
  }

  .headerL{
    display: block;
    height: initial;
  }

  /* nav
  ------------------------------------------------------------*/
  nav{
    width: 100%;
    display: none;
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    height: 100vh;
    text-align: center;
    background: #fff;
    z-index: 1000;	
  }

  nav .gNav{
    display: block;
    padding-left: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
		width: 90%;
		margin: 0 auto;
  }

  nav .gNav > li{
    position: relative;
		border-bottom: 1px solid #6f4e27;
  }

  nav .gNav > li > a{
    padding: 10px 0 10px 0;
    color: #4c4c4c;
  }

  .headerWhite nav .gNav > li > a{
    color: #4c4c4c !important;
  }

	nav .gNav > li.ac > a {
		color: #84c83d !important;
	}
	
  nav .subNav {
    display: none;
  }

  #navToggle{
    display: block;
    width: 30px;
    position: absolute;
    top: 26px;
    right: 5%;
    z-index: 10000;
  }

  #navToggle div{
    position: relative;
    height: 22px;
  }

  #navToggle span{
    display: block;
    height: 2px;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
  }

  header.headerWhite #navToggle span{
    background: #474747;
  }

  #navToggle span:nth-child(1){
    top: 0px;
  }

  #navToggle span:nth-child(2){
    top: 10px;
  }

  #navToggle span:nth-child(3){
    top: 20px;
  }

  .open #navToggle span:nth-child(1){
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #navToggle span:nth-child(2){
    width: 0;
    left: 50%;
  }

  .open #navToggle span:nth-child(3){
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  header.open #navToggle span{
    background: #474747;
  }

  header.open h1 a img{
    display: none !important;
  }

  header.open .logo{
    background: url(../img/logo_green.svg) no-repeat top center / contain;
    width: 36vw;
    z-index: 10000;
    position: relative;
    height: 50px;
    display: inline-block;
  }

  header .headerR ul{
    display: block;
  }

  header .headerR ul .tel{
    display: none;
  }

  header .headerR ul .ctaBtn a{
    font-size: 1.1rem;
    line-height: 32px;
    height: 36px;
    width: 116px;
    margin: 4px 46px 0 0;
  }

  header .headerR ul .ctaBtn a::before{
    background-size: contain;
    width: 17px;
    height: 12px;
    margin: 0 6px -1px 0;
  }

  header .headerR ul .ctaBtn a:hover{
    line-height: 32px
  }
  
  /* 共通　ctaArea
  ------------------------------------------------------------*/
  .ctaArea {
    padding: 40px 5% 0;
		width: 90%;
		margin: 0 auto;
  }
	
	.ctaArea.sub{
		padding: 40px 0 0;
	}
  
  .ctaArea .ctaBox{
    padding: 20px 5%;
  }

  .ctaArea .ctaBox .inner{
    margin: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
  }
  
  .ctaArea .ctaBox h3{
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .ctaArea .ctaBox ul{
    display: block;
  }

	.ctaArea .ctaBox ul li{
    max-width: 100%;
		flex-basis: 100%;
  }
	
  .ctaArea .ctaBox ul li:first-child{
    margin: 0 0 30px 0;
  }

  .ctaArea .ctaBox ul li p{
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .dlBtn{
    font-size: 1.6rem;
    line-height: 56px;
    height: 60px;
    width: 250px;
  }

  .dlBtn:hover{
    line-height: 56px;
  }

  .dlBtn::after{
    width: 10px;
    height: 14px;
    top: calc(50% - 7px);
    right: 15px;
  }

  .dlBtn:hover::after{
    width: 10px;
    height: 14px;
    top: calc(50% - 7px);
    right: 15px;
    background-size: contain;
  }

  .tourBtn{
    font-size: 1.6rem;
    line-height: 56px;
    box-sizing: border-box;
    height: 60px;
    width: 250px;
  }

  .tourBtn::after{
    width: 10px;
    height: 14px;
    top: calc(50% - 7px);
    right: 15px;
  }

  .tourBtn:hover{
    line-height: 60px;
  }

  .tourBtn:hover::after{
    width: 10px;
    height: 14px;
    top: calc(50% - 7px);
    right: 15px;
    background-size: contain;
  }
	
	.ctaArea:not(.sub) .ctaBox{
		padding: 20px 5%;
	}

	.ctaArea:not(.sub) .ctaBox .inner{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ctaArea:not(.sub) .ctaBox h3{
		flex-basis: 100%;
		max-width: 100%;
	}

	.ctaArea:not(.sub) .ctaBox ul{
		margin-left: 0;
		flex-basis: 100%;
		max-width: 100%;
	}

	.ctaArea:not(.sub) .ctaBox ul li {
		flex-basis: 100%;
		max-width: 100%;
	}
  
  /* footer
  ------------------------------------------------------------*/
  footer {
    padding: 30px 5% 80px;
  }
  
  footer .inner{
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .footerLeft{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-right: none;
    margin-bottom: 30px;
  }

  footer .footerLeft .menu{
    display: block;
  }

  footer .footerLeft .menu .menuBox li{
    padding: 5px;
  }

  footer .footerLeft ul.menuBox li:not(:first-child){
    margin-top: 0;
  }

  footer .footerLeft .menu a{
    color: #474747;
    text-decoration: none;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
  }

  footer .footerLeft .menu > ul{
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  footer .footerLeft .menu > ul:nth-child(n+5){
    margin-top: 0;
  }

  footer .footerLeft .menu > ul:last-child li:not(:last-child){
    margin-bottom: 0;
  }

  footer .footerLeft .menu ul > li{
    font-size: 1.4rem;
    font-weight: 600;
		margin-bottom: 0 !important;
  }

  footer .footerLeft .menu ul > li{
    padding: 5px;
    border-bottom: 1px dotted #999;
  }

  footer .footerLeft .menu .menuBox:first-child li:first-of-type{
    border-top: 1px dotted #999;
  }

  footer .footerLeft .menu ul > li ul.nest li{
    width: calc(100% / 2);
    display: none;
  }

  footer .footerLeft .menu ul > li ul.nest li a::before{
    content: "-";
    margin-right: 4px;
  }

  footer .footerRight{
    width: 100%;
    text-align: center;
		border: none;
		padding: 0;
  }

  footer .footerRight > p{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
  }

  footer .footerRight a.logo{
    display: inline-block;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
  }

  footer .footerRight address{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 30px;
  }

  footer .footerRight .copy{
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
  }

	/* mynaviBnr
	------------------------------------------------------------*/
	.mynaviBnr {
		bottom: 70px;
	}

  /* pagetop
  ------------------------------------------------------------*/
  .pagetop{
    right: 10px;
    bottom: 20px;
  }

  .pagetop a{
    line-height: 36px;
    width: 40px;
  }

  .pagetop span{
    width: 10px;
    height: 14px;
  }

  .pagetop span::after{
    width: 10px;
    height: 14px;
    top: 13px;
    right: calc(50% - 6px);
  }
  
  /* home
  ------------------------------------------------------------*/
  /* kv
  ------------------------------------------------------------*/
  #kv{
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  #kv .bxslider li{
    height: 100vh;
  }

  #kv .bxslider li img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }

  #kv::before{
    content: none;
  }

  #kv::after{
    content: none;
  }

  #kvDeco::before{
    width: 180px;
    height: 180px;
    left: -90px
  }

  #kvDeco::after{
    width: 180px;
    height: 180px;
    right: -90px;
  }

  .catch{
    display: inline-block;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    /*奇数から偶数で書き出す*/

    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 70%;
  }

  .scroll span{
    left: 10px;
    padding: 0 0 50px;
  }

  .scroll span::after{
    height: 38px;
  }
  
  /* bnrArea
  ------------------------------------------------------------*/
  .bnrArea{
    max-width: 100%;
  }

  .bnrArea a figure img{
    width: 100%;
    height: 260px;
    object-fit: cover;
  }

  .bnrArea .txtArea .ttl{
    font-size: 2.6rem;
  }

  .bnrArea .btnMore{
    padding: 16px 50px;
  }
  
  /* home bnrBggreen
  ------------------------------------------------------------*/
  .home .bnrBggreen{
    padding: 40px 5%;
  }
  
  /* home houjin
  ------------------------------------------------------------*/
  .bnrhoujin {
    margin-bottom: 40px;
  }

  /* home bnrWrap
  ------------------------------------------------------------*/
  .bnrWrap{
    padding: 4px 5%;
    display: block;
  }

  .bnrWrap + .bnrWrap{
    padding-top: 40px;
  }

  .bnrWrap.deco .bnrArea::before{
    width: 150px;
    height: 150px;
    top: -85px;
    right: -60px;
  }

  .bnrWrap.deco .bnrArea::after{
    width: 150px;
    height: 150px;
    bottom: -85px;
    left: -60px;
    z-index: 100;
  }

  /* home hoiku
  ------------------------------------------------------------*/
  .home .hoikuArea .hoikuBg{
    width: 100%;
    height: 200px;
  }

  .home .hoikuArea .hoikuBox{
    padding: 0;
  }

  .home .hoikuArea .inner{
    margin-top: -70px;
    border-radius: 20px;
    max-width: 100%;
    padding: 30px 0 0 0;
    margin-bottom: 40px;
  }

  .home .hoikuArea .listWrap .list{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .home .hoikuArea .list{
    display: block;
  }

  .home .hoikuArea .list li{
    position: relative;
  }

  .home .hoikuArea .list h4{
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    background: #6f4e27;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: center;
    z-index: 10;
    padding: 8px 0;
    width: 260px;
    border-radius: 5px;
    position: relative;
  }

  .home .hoikuArea .list .txtArea h4::after{
    content: "";
    background: url(../img/balloon_parts.svg) no-repeat;
    width: 14px;
    height: 9px;
    left: calc(50% - 7px);
    display: inline-block;
    position: absolute;
    bottom: -8px;
  }

  .home .hoikuArea .list .txtPic{
    position: relative;
  }

  .home .hoikuArea .list .txtPic p{
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 50px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
  }

  .home .hoikuArea .list .txtPic p.kohitsujiTxt,
  .home .hoikuArea .list .txtPic p.higashitateishiTxt,
  .home .hoikuArea .list .txtPic p.hondenTxt{
    top: -64px;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .home .hoikuArea .list figure{
    width: 190px;
    height: 190px;
    margin: 80px auto 60px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 30px;
    border: 6px solid #84c83d;
  }

  .home .hoikuArea .list figure img{
    width: 400px;
    height: auto;
    object-fit: cover;
    margin: -48px 0 0 -48px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .home .hoikuArea .list a:hover figure img {
    transform: scale(1.08) rotate(-45deg);
  }

  .home .hoikuArea .list a figure img{
    -webkit-transition: .4s;
    transition: .4s;
  }

  .home .hoikuArea .list li::before{
    content: "";
    background: #84c83d;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
		bottom: 76px;
    right: 40px;
    border-radius: 50%;
    z-index: 1000;
    pointer-events: none;
  }

  .home .hoikuArea .list li::after{
    content: "";
    background: url("../img/arrow_8x11.png") no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 11px;
		bottom: 91px;
    right: 54px;
    z-index: 1000;
  }

  /* ボタン btnW400
  ------------------------------------------------------------*/
  .btnW400{
    font-size: 1.6rem;
    border-radius: 40px;
    line-height: 56px;
    height: 60px;
    width: 250px;
  }

  .btnW400:hover{
    line-height: 56px;
  }

  .btnW400::after{
    width: 10px;
    height: 14px;
    top: calc(50% - 7px);
  }
 

  /* 下層ページ
  ---------------------------------------------------------------------------------*/
  /* h2Wrap
  ------------------------------------------------------------*/
  .h2Wrap h2{
    font-size: 2.4rem;
		top: 66%;
		line-height: 1.2;
  }

  .h2Wrap h2 span.smallTtl{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-top: 16px;
  }

  .h2Wrap h2 span{
    font-size: 2.0rem;
    letter-spacing: 0.05em;
  }

  .lineHeight1{
    line-height: 1;
  }

  /* アニメーション
  ------------------------------------------------------------*/
	.h2Wrap{
		background-size: contain;
		height: 180px !important;
	}
	
	.h2Wrap::before{
    content: none;
  }

  .h2Wrap::after{
    content: none;
  }
	
	.h2wrapDeco{
		height: 100%;
	}

  .h2wrapDeco::before{
    width: 80px;
    height: 80px;
    left: -20px;
		 top: 100px;
  }

  .h2wrapDeco::after{
    width: 80px;
    height: 80px;
    right: -30px;
		top: -60px;
  }
	
	.h2wrapDeco .scroll{
		display: none;
	}
  
	/* pankuzu
	------------------------------------------------------------*/
	.pankuzu{
		overflow-x: scroll;
		display: block;
	}
	
	.pankuzu .inner {
		width: 100%;
		white-space: nowrap;
	}
	
	/* 共通
	------------------------------------------------------------*/
	.contents{
		padding: 40px 0;
	}
	
	.section{
		margin-bottom: 40px !important;
	}
	
	/* 下層　メインの写真
	------------------------------------------------------------*/
	.mainBox{
		width: 90%;
	}
	
	.mainBox .inner{
		width: 100% !important;
		margin: 0 auto;
	}
	
	.mainBox figure{
		margin-bottom: 20px;
	}
	
	.mainBox .txt p{
		text-align: left;
		font-size: 1.6rem;
	}
	
	.greenBg{
		margin: 40px 0 40px;
		padding: 40px 0;
	}

	/* フロー
	------------------------------------------------------------*/
	.enterArea{
		margin: 40px 0 40px;
		padding: 40px 0;
	}
	
	.balloonFlow{
		margin: 0 auto;
		width: 90%;
	}

	.balloonFlow > li:not(:last-child){
		margin-bottom: 30px;
	}

	.balloonFlow > li dl{
		padding: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.balloonFlow > li dl dt{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.flowTxtimg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flowTxtimg .txtBox {
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.flowTxtimg figure {
		max-width: 100%;
		flex-basis: 100%;
	}

	/* 関連リンク　バナー 2つ
	------------------------------------------------------------*/
	.bnrBox.x2Box .bnrBtn{
		display: inline-block;
		flex-basis: 100% !important;
		max-width: 100% !important;
	}

	.bnrBtn:not(:first-child) {
		margin-top: 30px;
	}
	
	/* 関連リンク バナー　3つ
	------------------------------------------------------------*/
	.relatedArea .bnrBox .bnrBtn{
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/* 各ページ
	------------------------------------------------------------*/
	/* 法人紹介
	------------------------------------------------------------*/
	.hojinArea .philosophy .inner{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hojinArea .philosophy .inner .imgBox {
		margin-bottom: 20px;
		flex-basis: 100%;
		max-width: 100%;
	}

	.hojinArea .philosophy .inner .txtBox{
		text-align: center;
		flex-basis: 100%;
		max-width: 100%;
	}

	.hojinArea .vision{
		text-align: center;	
	}

	.hojinArea .vision figure{
		margin-bottom: 60px;
	}

	.hojinArea .vision .bgNumber{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hojinArea .vision .bgNumber li:not(:last-child){
		margin-bottom: 25px;
	}
	
	.hojinArea .message{
		margin: 40px 0 40px;
		padding: 40px 0;
	}

	.hojinArea .map iframe{
		height: 240px;
	}

	/* 情報公開
	------------------------------------------------------------*/
	.aboutArea .inner{
		width: 90%;
	}

	.aboutArea h3{
		font-size: 2.8rem;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}

	.aboutArea .documentArea{
		padding-top: 30px;
	}

	.aboutArea .documentArea:not(:last-child){
		border-bottom: dotted 1px #ccc;
		padding-bottom: 30px;
	}

	.aboutArea .documentArea ul li{
		border: 1px solid #6f4e27;
		border-radius: 50px;
	}

	.aboutArea .documentArea ul li a{
		color: #6f4e27;
		display: block;
		padding: 15px 60px;
		position: relative;
		text-decoration: none;
		border-radius: 50px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	/* 組織
	------------------------------------------------------------*/
	.organizationBox .inner{
		width: 90%;
	}
	
	/* lightbox
	------------------------------------------------------------*/
	.lightboxWrap{
		width: 100%;
	}
	
	/* 概要
	------------------------------------------------------------*/
	.overview .tableMap{
		width: 90%;
		margin: 0 auto;
	}

	.overview .tableMap .flex{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.overview .tableMap .flex li{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.overview .tableMap .flex li:first-of-type{
		margin: 0 0 20px 0;
	}
	
	/* readmoreArea 
	------------------------------------------------------------*/
	.readmoreArea .flex > div{
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.readmore:nth-child(n+2){
		margin-top: 40px;
	}
	
	/* 園の一日（保育園）(学童保育園)
	------------------------------------------------------------*/
	.onedayArea{
		text-align: center;
	}

	.onedayArea .flex{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.onedayArea .flex.x5 > div{
		-ms-flex-preferred-size: calc((100% - 40px) / 2);
		flex-basis: calc((100% - 40px) / 2);
		max-width: calc((100% - 40px) / 2);
		margin-right: 20px;
	}

	.onedayArea .flex.x4 > div{
		-ms-flex-preferred-size: calc((100% - 40px) / 2);
		flex-basis: calc((100% - 40px) / 2);
		max-width: calc((100% - 40px) / 2);
		margin-right: 20px;
	}

	.onedayArea .flex.x5 > div:nth-child(2n){
		margin-right: 0;
	}

	.onedayArea .flex.x4 > div:nth-child(2n){
		margin-right: 0;
	}

	.onedayArea .flex.x5 > div:nth-child(n+3){
		margin-top: 40px;
	}

	.onedayArea .flex.x4 > div:nth-child(n+3){
		margin-top: 40px;
	}
	
	.onedayArea .flex.x5 > div:nth-child(3n){
		margin-right: 20px;
	}
	
	.onedayArea .flex.x5 > div:nth-child(5n){
		margin-right: 0
	}

	.onedayArea .flex > div .txt{
		margin-top: 20px;
	}

	.onedayArea h4{
		font-size: 1.6rem;
		background: transparent !important;
	}
	
	.onedayArea .imgTxt{
		margin-top: 40px;
	}

	.onedayArea .imgTxt li{
		padding: 20px;
	}

	.onedayArea .imgTxt li:not(:first-child){
		margin-top: 20px;
	}

	.onedayArea .imgTxt li figure{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-ms-flex-negative: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.onedayArea .imgTxt li .txtBox{
		text-align: left;
	}

	/* かるがも・わらび～
	------------------------------------------------------------*/
	.listBnr {
		width: 90%;
		margin: 40px auto 0
	}

	.listBnr .bgWhite {
		padding: 20px 20px 20px 40px; 
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin: 0 0 20px 0;
	}

	.listBnr .bnr {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.listBnr .bnr a figure img{
		object-fit: cover;
    font-family: "object-fit: cover;";
		width: 100%;
		height: 256px;
	}

	.listBnr .bnr .txtArea .ttl{
		font-size: 3rem;
	}
	
	.listBnr .bnr .txtArea .ttl span.fsSmall{
		font-size: 1.6rem;
	}
	
	/* かるがも
	------------------------------------------------------------*/
	.txtX2{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 32px;
	}

	.txtX2 > div{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.txtLarge {
		font-size: 1.8rem;
	}
	
	/* わらび～
	------------------------------------------------------------*/
	.radiusImgbox{
		gap: 20px;
	}

	.radiusImgbox figure {
		flex-basis: 40%;
		max-width: 40%;
		min-width: 120px;
	}

	.radiusImgbox p {
		font-size: 1.6rem;
	}

  /* contact
	------------------------------------------------------------*/
	form table th{
		display: block;
		width: 100%;
		background: #f0ece8;
	}
	
	form table td{
		display: block;
		width: 100%;
	}

	.contactBtn{
		height: 74px;
		width: 80%;
		font-size: 1.8rem;
	}

	form .radioArea{
		display: block;
		width: 100%;
		margin: 0 0 8px 0;
	}
	
	.radioWrap label{
		margin-right: 0;
		display: block;
	}
	
	.radioWrap label{
		margin-right: 0;
		display: block;
	}
	
	.contactArea .inner .txtWrap .ttl{
		font-size: 2rem;
		margin-bottom: 24px !important;
	}
	
	.contactBody footer {
		padding: 0 4vw 80px;
	}

	/* サイトマップ
	------------------------------------------------------------*/
	.sitemapArea{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.sitemapBox{
		 margin-top: 20px;
	}

	.sitemapBox:not(:last-of-type){
		 margin-right: 0;
	}
}