@charset "UTF-8";
/* CSS Document */

#main_contents {
	font-family: "M PLUS Rounded 1c","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#main_contents_naka {
	background-image: url("../img/eiyo_bg.jpg");
	background-repeat: repeat-y;
	font-size: 16px;
	    padding: 30px 10px 0!important;
}

#eiyouIntroWrap{
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

#eiyouIntroWrap #eiyouHeader h1{
	margin-bottom: 36px;
	padding-left: 0;
	background: none;
	border: none;
}

.eiyouMenuWrap {
	display: flex;
	justify-content: space-around;
	padding: 15px 0px 20px;
}

.eiyouMenu img {
	filter: drop-shadow(3px 3px 3px #aaa);
}

#eiyouShigoto {
	margin: 50px 0;
}

.eiyouShigotoTxt {
	width: 384px;
	margin: 0 auto;
	text-align: justify;
}

.eiyouShigotoTxt  h3 {
	font-size: 20px;
	margin: 30px 0 15px;
	text-align: center;
}

.eiyouShigotoTxt p {
	letter-spacing: 0.1em;	
}

.eiyouShigotoTxt .shituchou {
	text-align: right;
	margin: 20px 0 0px;
}

.eiyouShigotoTxt .shituchou span {
	font-size: 20px;
	margin-left: 20px;
}

#eiyouKanri {
	padding: 0 45px;
	background-image: url("../img/eiyoukanri_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 1163px;
}

#eiyouKanri h2 {
	margin-bottom: 30px;
}

.eiyouInnerWrap, .eiyouInnerKeikakuWrap {
	display: flex;
	justify-content: space-between;
	width: 420px;
	margin: 15px 0px 15px 7px;
}

.eiyouInnerWrap .eiyouInnerTxt {
	width: 47%;
	box-sizing: border-box;
}

.eiyouInnerTxt h3 {
	width: 100%;
	color: #595757;
	font-size: 20px;
	font-weight: 500; 
	background-color: #fce4d9;
	border-radius: 8px;
	border: solid 1.5px #ee793f;
}

.eiyouInnerWrap .eiyouInnerTxt p {
	color: #231815;
    line-height: 1.8em;
    letter-spacing: 0.01em;
	margin-top: 15px;
	text-align: justify;
}

#eiyouKanri>.eiyouInnerTxt {
	margin-top: 18px;
	margin-left: 7px;
}

#eiyouKanri>.eiyouInnerTxt p {
	margin: 18px 0; 
	text-align: justify;
	color: #231815;
    line-height: 1.8em;
    letter-spacing: 0.01em;
}

.eiyouInnerKeikakuWrap .eiyouInnerKeikaku {
	width: 48%;
	margin-bottom: 10px;
	text-align: left;
}

.eiyouInnerKeikakuWrap .eiyouInnerKeikaku p{
	margin-left: 29px;
	font-size: 14px;
	text-align: justify
}

.eiyouInnerKeikakuWrap .eiyouInnerKeikaku .keikakuImg1, .eiyouInnerKeikakuWrap .eiyouInnerKeikaku .keikakuImg2 {
	 margin: 15px auto 0;
    position: relative;
    left: 50px;
}

 .eiyouInnerKeikakuWrap .eiyouInnerKeikaku .keikakuImg2 {
	 margin: 7px auto 0;
}

/*popup_start*/

.eiyouPopup{
	position: relative;
	margin-top: 20px;
	width: 104%;
	background-image: url("../img/eiyoukanri_img07.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 238px;
}

.item_wrapper:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.item {
	width: 150px;
	height: 150px;
	padding: 20px;
	float: left;
	list-style: none!important;
}

.popupbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
}

.popup_wrapper {
	width: 500px;
	position: fixed;
	z-index: 11;
	text-align: center;
	display: none;
}

.popup_wrapper .popup {
	position: relative;
	
}

.popup_wrapper .img {
	display: inline-block;
	width: 500px;
}

.popup_wrapper .caption {
	padding: 20px 0;
	font-size: 18px;
	color: #000;
}

.popup_wrapper .close_btn {
line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ccc;
    margin: -30px -30px 0 0;
    font-size: 35px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding-left: 2px;
}

#popup01 {
	position: absolute;
	top: 115px;
	left: 40px;
}

#popup02 {
	position: absolute;
	top: 60px;
	right: 100px;
}

/*popup_end*/

#eiyouOneday {
	margin: 60px 0 30px;
}

.onedayInnerWrap01, .onedayInnerWrap02 {
	margin: 30px 0;
}

.onedayH3 {
	font-size: 22px;
		color: #64a056;
}

.onedayH3 {
	text-align: left;
	position:relative;
	padding: 0em 0.2em 0.2em 1.7em;
	letter-spacing: 0.15em;
}

.onedayH3::before {
	position:absolute;
	content:'';
	top: 0.3em;
	left: 0.7em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #64a056;
}

#eiyouOneday .onedayListWrap {
	display: flex;
	width: 435px;
	margin: 0 auto;
}

#eiyouOneday ul{
	margin-right: 40px;
}

#eiyouOneday .onedayInnerWrap02 ul{
	margin-right: 16px;
}

.ml37 {
	margin-left: 37px;
}

#eiyouOneday ul li {
  position: relative;
	text-align: left;
	margin-bottom: 5px;
}

#eiyouOneday ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: .3em;
  left: -1.2em;
  width: 15px;
  height: 15px;
  background-color: #92bc89;
  border-radius: 100%;
}

#eiyouTeam {
	margin-bottom: 30px;
}

.teamH3{
	margin-bottom: 20px;
}

.teamInnerWrap {
	background-image: url("../img/eiyouTeam_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 470px;
}

.teamInnerH4 {
	padding-top: 25px;
	padding-bottom: 10px;
	margin-left: -40px;
}

.teamInnerWrap p{
	width: 415px;
	margin: 0 auto 10px;
	text-align: justify;
}

.toTop {
	display: block;
	margin-bottom: 20px;
}