@charset "utf-8";
/* CSS Document */
/*--------------------------------------

園詳細ページ(detail.php) CSS

--------------------------------------*/

/*--------------------------------------
全体の枠
--------------------------------------*/
.detail_wrap{
	width:1120px;
	margin:0 auto;
	background-image: url(../img/detail/chevron_bottom.png);
	background-position: center bottom 235px;
	background-repeat: no-repeat;
}

/*--------------------------------------
共通
--------------------------------------*/
.tabin-btn{
	color: #fff;
	width: 475px;
	height:70px;
	font-size:20px;
	font-weight:bold;
	line-height:3.5;
	margin: 30px auto;
	background-repeat: no-repeat, no-repeat;
	border-radius:5px;
	display:block;
	background-position: 10px 50%, 432px 50%;
	text-align: center;
}

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb{
	margin-top:23px;
	margin-left:20px;
	font-size:14px;
}
.breadcrumb li{
	display:inline-block;
	margin-right:25px;
	position:relative;
	vertical-align:middle;
}
.breadcrumb li:after{
	content:">";
	position:absolute;
	bottom:3px;
	left:25px;
}
.breadcrumb li:nth-child(2):after{
	left: 95px !important;
	bottom:1px;
}
.breadcrumb li:last-child:after{
	content:"";
}
/*--------------------------------------
コンテンツ
--------------------------------------*/
.en_contents{
	width: 1080px;
	margin-top: 30px;
	margin-left:20px;
	border: solid 1px #D1D1D1;
}

.en_contents2{
	width: 1080px;
	margin-top: 30px;
	margin-left:20px;
	border: solid 1px #D1D1D1;
}

.volunteer-box{
	border-top: solid 5px #ff836a;
}

/*-------------------
コンシェルジュのオススメ
-------------------*/
.concierge{
	width: 768px;
	background-color: #FFFBEA;
	border: 1px solid #ffc800;
	border-radius: 5px;
	margin: 20px auto 0 auto;
    padding-bottom: 20px;
}

.concierge .concierge-txt-wrap{
	width: 95%;
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    border-bottom: 1px dashed #3e3a39;
    padding-bottom: 10px;
}

.concierge-txt-in strong{
	color: #FFA200;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.concierge .thumbnail-area{
	width: 170px;
    display: flex;
    justify-content: flex-start;
}

.thumbnail-in{
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 100px;
    position: relative;
    margin-right: 15px;
}

.thumbnail-area figure{
	width: 21px;
    position: absolute;
    top: 5px;
    left: 8px;
}

.thumbnail-area figure img{
	width: 100%;
    object-fit: cover;
}

.profile-area em{
    font-size: 13px;
    color: #CAC8C7;
}

.thumbnail-area strong{
	color: #ffa200;
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.concierge-txt{
    width: 95%;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
}

/*-------------------
園名
-------------------*/
.en_name{
	background-color:#F7F6F2;
	border-bottom:solid 1px #D1D1D1;
	padding:10px 0;
	position: relative;
}
.en_name .form-icon,
.en_name h2{
	margin-right:15px;
	vertical-align:middle;
}
.en_name .form-icon{
	padding-left:17px;
	margin-bottom: 15px;
}
.en_name h2{
	font-size:22px;
	font-weight:bold;
	margin-left: 20px;

}
.en_name .form-icon_float{
	float: left;
	margin-right:10px;
	vertical-align:middle;
}
.en_name .form-icon_float{
	padding-left:17px;
	margin-bottom: 15px;
}

.online-t-tag{
	float: left;
	width: 200px;
	height: 35px;
	margin-left: 10px;
}

/*新着マーク*/
.new-mark{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #FE4958;
    border-radius: 3px;
    color: #FE4958;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

/*-------------------
園の基本情報
-------------------*/
.en_headline{
    display: flex;
    justify-content: space-between;
	margin:30px 25px 0 25px;
}
.en_headline .left{
	width: 432px;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: 333px;
    object-fit: contain;
}

.en_headline .left .fair_banner{
	margin-top:18px;
}
.en_headline .right{
	width:570px;
	margin-left:30px;
}
.en_headline .right h3{
	color:#1AAAB5;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
}

.en_headline .right .update-txt{
    font-size: 14px;
    margin: 0 auto 10px auto;
}

.en_headline .right p{
	margin-top:20px;
	font-size:14px;
	line-height:1.5;
}
.en_headline .right table{
	width:570px;
	margin-top:30px;
	border:solid 1px #D2D2D2;
	font-size: 14px;
}
.en_headline .right table tr{
	border-bottom:solid 1px #D2D2D2;
}
.en_headline .right table tr:last-child{
	border-bottom:none;
}
.en_headline .right table .bd{
	border-right:solid 1px #D2D2D2;
	border-left:solid 1px #D2D2D2;
}
.en_headline .right table th,
.en_headline .right table td{
	text-align:left;
}
.en_headline .right table td{
	font-size:14px;
	padding-left:10px;
}
.child_td,
.staff_td{
	width:78px;
}
.tel_td,
.site_td{
	width:203px;
}
.en_headline .right table th{
	width:98px;
	font-size:15px;
	font-weight:bold;
	padding:20px 0 15px 55px;
	background-position: left 10px top 5px;
	background-repeat: no-repeat;
	border-right:solid 1px #D2D2D2;
	background-color:#F7F6F2;
}
.en_headline .right table .access{
	background-image: url(../img/detail/access_icon.png);
	background-position: 10px 6px;
}
.en_headline .right table .child{
	background-image: url(../img/detail/person_number_icon.png);
	background-position: 10px 6px;
}
.en_headline .right table .tel{
	background-image: url(../img/detail/tel_icon.png);
	background-position: left 8px top 6px;
	padding-left:55px;
}
.en_headline .right table .staff{
	background-image: url(../img/detail/person_number2_icon.png);
	background-position: 10px 6px;
}
.en_headline .right table .site{
	background-image: url(../img/detail/homepage_icon.png);
	background-position: left 8px top 6px;
	padding-left:55px;
}
.en_headline .right table .tel_td,
.en_headline .right table .site_td{
	padding-left:10px;
}
.en_headline .right table .site_td span{
	display: inline-block;
	width: 145px;
	border: solid 3px #FFC801;
	border-radius: 30px;
	color: #C49E0D;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	padding: 5px 10px;
	background: url(../img/detail/chevron_y.png) no-repeat 95% 50% /5%;
}
/* リンク */
.text_link{
	text-decoration:underline;
	color:#00F;
	}
/* 姉妹園リンク */
.sister_en_link{
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #00bcd4;
	transition: .4s;
}
.sister_en_link:hover {
  background: #1ec7bb;
}

/*-------------------
PR動画
-------------------*/

/*ログイン時*/
.prmovie-login{
	width: 895px;
	height: 274px;
	background-color: #c2f4f9;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: center;
}

.prmovie-login .prmovie-title{
	width: 369px;
	margin: 90px 40px 0 0;
}

.prmovie-login iframe{
	margin-top: 16px;
}

/*ログアウト時*/
.prmovie-logout{
	width: 895px;
	height: 274px;
	background-color: #c2f4f9;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: center;
}

.prmovie-logout .title-area{
	width: 369px;
	margin: 70px 40px 0 0;
}

.title-area p:nth-of-type(2){
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.prmovie-logout .frame-area{
	width: 430px;
	background-image: url("../img/detail/iframe-img.jpg");
	background-repeat: no-repeat;
	margin-top: 16px;
}

.movie_pr_area{
	width: 430px;
	height: 180px;
	background-image: url("../img/detail/iframe-img.jpg");
	background-repeat: no-repeat;
	margin-top: 20px;
}

.movie_pr_area p{
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}

.movie_pr_area .prmovie-icon{
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.movie_pr_area ul{
	width: 80%;
	margin: 20px auto 0 auto;
}

.movie_pr_area li{
	width: 150px;
	height: 40px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 40px;
	display: block;
	text-align: center;
}
.movie_pr_area li:nth-of-type(1){
	background-color: #fe4958;
	margin: 0 20px 0 0;
}
.movie_pr_area li:nth-of-type(1) a{
	color: #fff;
	display: block;
}
.movie_pr_area li:nth-of-type(2){
	background-color: #4cd8e5;
}
.movie_pr_area li:nth-of-type(2) a{
	color: #3e3a39;
	display: block;
}

.prmovie-btn{
	display: flex;
}

/*PR動画*/
.pr-wrap{
	margin-top: 10px;
	width: 350px;
	background-color: #F7F6F2;
	border: 5px;
	margin: 0 auto;
	text-align: center;
	margin: 0;
    padding-bottom: 10px;
}

.pr-wrap p{
	color: #1EA8B3;
	text-align: left;
	text-indent: 20px;
	font-weight: bold;
	margin: 5px 0;
	padding-top: 5px;
}

/*ボタン設定*/
.frame-area ul{
	margin: 70px 0 0 100px;
}

.frame-area li{
	width: 240px;
	height: 47px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 47px;
	display: block;
	text-align: center;
}

.frame-area li:nth-of-type(1){
	background-color: #fe4958;
	margin-bottom: 20px;
}

.frame-area li:nth-of-type(1) a{
	color: #fff;
	display: block;
}

.frame-area li:nth-of-type(2){
	background-color: #4cd8e5;
}

.frame-area li:nth-of-type(2) a{
	color: #3e3a39;
	display: block;
}

/*-------------------
タブ切り替え
-------------------*/
.disnon{
	display:none;
}
.tab_list{
	width:1030px;
	margin:30px 0 0 30px;
	position:relative;
	top:5px;
}
.tab_list li{
	font-size:15px;
	font-weight:bold;
	color:#4CD8E5;
	box-sizing:border-box;
	/*width:135px;*/
	width:125px;
	padding:13px 0 10px 0;
	border:solid 1px #4CD8E5;
	text-align:center;
	float:left;
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	cursor:pointer;
}
.tab_list li#senior{
	font-size:15px;
	font-weight:bold;
	color:#4CD8E5;
	box-sizing:border-box;
	/*width:200px;*/
	width:125px;
	padding:13px 0 10px 0;
	border:solid 1px #4CD8E5;
	text-align:center;
	float:left;
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	cursor:pointer;
}
.tab_list .select{
	background-color: #4CD8E5;
	color:#fff;
	padding-top:17px;
	position:relative;
	bottom:5px;
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	cursor: default;
}
.tab_list #senior.select{
	background-color: #4CD8E5;
	color:#fff;
	padding-top:17px;
	position:relative;
	bottom:5px;
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	cursor: default;
}
.tab_list_btm{
	width:1030px;
	margin:0 0 0 30px;
	padding-bottom:43px;
	position:relative;
	bottom:2px;
}
.tab_list_btm li{
	font-size:15px;
	font-weight:bold;
	color:#4CD8E5;
	box-sizing:border-box;
	/*width:135px;*/
	width:125px;
	padding:13px 0 10px 0;
	border:solid 1px #4CD8E5;
	text-align:center;
	float:left;
	border-radius: 0 0 3px 3px / 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
	cursor:pointer;
}
.tab_list_btm li#senior_bottom{
	font-size:15px;
	font-weight:bold;
	color:#4CD8E5;
	box-sizing:border-box;
	/*width:200px;*/
	width:125px;
	padding:13px 0 10px 0;
	border:solid 1px #4CD8E5;
	text-align:center;
	float:left;
	border-radius: 0 0 3px 3px / 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
	cursor:pointer;
}
.tab_list_btm .select{
	background-color: #4CD8E5;
	color:#fff;
	padding-bottom:15px;
	position:relative;
	top:0;
	border-radius: 0 0 3px 3px / 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
	cursor: default;
}
.tab_list_btm #senior_bottom.select{
	background-color: #4CD8E5;
	color:#fff;
	padding-bottom:15px;
	position:relative;
	top:0;
	border-radius: 0 0 3px 3px / 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
	cursor: default;

}

/*-------------------
タブ内コンテンツ
-------------------*/
.content_wrap{
	width:1028px;
	border:solid 1px #4BD9E5;
	margin-left:30px;
	padding-bottom:20px;
}

/*グラフ*/
.graph_wrap{
	margin:27px 0 0 18px;
}
#graph,
#graph2{
	border:solid 1px #4CD8E5;
	border-radius:10px;
	width:483px;
	background-color:#fff;
	padding:0 0 40px 0;
	margin:0 0 20px 0;
	animation-delay: 2s;
	float:left;
}
#graph2{
	margin-left:20px;
}
#graph h3,
#graph2 h3{
	margin:0 0 20px 0;
	padding:20px 0;
	background-color:#F7F6F2;
	border-radius:10px;
	background-repeat: no-repeat;
	background-position: left 17px center;
	padding-left:67px;
	color:#1BA9B7;
	font-size:20px;
	font-weight:bold;
}
#graph .class{
	background-image: url(../img/detail/person_number_icon.png);
}
#graph .remark,
#graph2 .remark{
	margin-top: 40px;
	padding: 0 0 0 67px;
	background-color: transparent;
	background-image: url(../img/detail/class_title.png);
	height:38px;
	line-height:2;
}
#graph .remark_text,
#graph2 .remark_text{
	margin:0 25px;
	line-height:1.5;
	font-size: 14px;
}
#graph2 .staff{
	background-image: url(../img/detail/person_number2_icon.png);
}
#graph h3 .graph_title,
#graph2 h3 .graph_title{
	position:relative;
	bottom:8px;
	left:10px;
	font-weight:800;
}

#graph ol,
#graph2 ol{
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}
#graph li
,#graph2 li{
	padding:0;
	float:left;
	display:inline;
	margin-top:20px;
}
#graph li .title
,#graph2 li .title{
	font-size:18px;
	font-weight:bold;
	margin-left:25px;
	color:#323232;
}
#graph li img{
	display:block;
}

.tab_in_btn{
	margin-top: 20px;
}
/*-------------------
園の概要
-------------------*/
.overview .title01{
	font-size:20px;
	font-weight:bold;
	color:#1EA8B3;
	background-image: url(../img/detail/summary_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	height: 41px;
	line-height:2.2;
	margin:23px 0 0 24px;
}
.overview dl{
	border-bottom:solid 1px #D2D2D2;
	border-left:solid 1px #D2D2D2;
	border-right:solid 1px #D2D2D2;
	margin:20px;
	background-color:#F7F6F2;
	font-size: 14px;
}
.overview dt,
.overview dd{
	display:block;
	float:left;
	border-top:solid 1px #D2D2D2;
	padding:18px 0 18px 20px;
	line-height:1.5;
}
.overview dt:last-child{
	border-top:none;
}
.overview dt{
	width:180px;
	color:#1CAAB6;
	font-weight:bold;
}
.overview dd{
	width:745px;
	background-color:#fff;
	padding-right:20px;
}

.overview .sns-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sns-box img{
    margin-left: 0 !important;
    margin-bottom: 15px;
}

.overview dd img{
	vertical-align:middle;
	margin-left:20px;
}
.overview .doing{
	border: 3px solid #FFC801;
	width:857px;
	border-radius:10px;
	margin:0 auto;
	padding:20px 0;
}
.doing h3 {
	width:130px;
	float:left;
	margin:45px 0 0 30px;
}
.doing .text {
	width:670px;
	float:right;
	line-height:1.5;
	font-size: 14px;
}

.overview .flow{
	border: 3px solid #FFC801;
	width:857px;
	border-radius:10px;
	margin:0 auto;
	margin-top:15px;
	padding:20px 0;
}

.overview .flow h4 {
	width:130px;
	float:left;
	margin:10px 0 0 10px;
}

.overview .flow .flow04-img{
	margin-left: 20px;
}

.overview .flow .text {
	width:670px;
	float:right;
	line-height:1.5;
	font-size: 14px;
	padding-top:10px;
}

/*-------------------
募集要項
-------------------*/
.recruit h3{
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	line-height:2;
	padding-left:50px;
	color:#1BA9B7;
	font-size:20px;
	font-weight:bold;
	margin:20px 0 0 20px;
}
.recruit .title01{
	background-image: url(../img/detail/recruit/guide_title.png);
}
.recruit .title02{
	background-image: url(../img/detail/recruit/allowance_title.png);
}
.recruit .title03{
	background-image: url(../img/detail/recruit/content_title.png);
}
.recruit .title04{
	background-image: url(../img/detail/recruit/image_title.png);
}
.recruit dl{
	margin:20px 20px 0 20px;
	border-left:solid 1px #D2D2D2;
	border-right:solid 1px #D2D2D2;
	border-bottom:solid 1px #D2D2D2;
	background-color:#F7F6F2;
	font-size: 14px;
}
.recruit dt,
.recruit dd{
	border-top:solid 1px #D2D2D2;
	float:left;
	padding:18px 20px 18px 20px;
	line-height:1.5;
}
.recruit dt{
	width:160px;
	color:#1BA8B9;
	font-weight:bold;
}
.recruit dd{
	width:745px;
	background-color:#fff;
}
.recruit .salary{
	width:600px;
}

.maternity-leave {
    font-size: 9px;
}

.recruit .salary tr{
	border-bottom:solid 1px #1CAAB8;
}
.recruit .salary .head{
	background-color:#B1ECF0;
}
strong{
	font-weight:bold;
}
.recruit .salary th,
.recruit .salary td{
	padding:15px 0;
	text-align:center;
}
.recruit .salary .graduate{
	background-color:#F7F6F2;
	width:80px;
}

.balloon{
	width:598px;
	border:solid 1px #D2D2D2;
	position: relative;
	background: #B1ECF2;
	border: 1px solid #D2D2D2;
	margin-top:30px;
	border-radius:5px;
}
.balloon p{
	margin:15px 20px;
}
.balloon:after, .balloon:before {
	bottom: 100%;
	left: 68%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.balloon:after {
	border-color: rgba(177, 236, 242, 0);
	border-bottom-color: #B1ECF2;
	border-width: 15px;
	margin-left: -15px;
}
.balloon:before {
	border-color: rgba(210, 210, 210, 0);
	border-bottom-color: #D2D2D2;
	border-width: 16px;
	margin-left: -16px;
}
.schedule{
	width:750px;
}
.schedule tr{
	text-align:left;
	margin-top:15px;
	display:block;
}
.schedule th,
.schedule td{
	font-size:14px;
}
.schedule th{
	width:200px;
	height:40px;
	background-color:#B1ECF0;
	line-height:3;
	padding-left:20px;
}
.schedule td{
	width:550px;
	background-color:#F7F6F2;
	padding-left:20px;
}

.recruit .flow,
.recruit .flow2{
	border: 3px solid #FFC801;
	width:857px;
	border-radius:10px;
	margin:0 auto;
	margin-top:15px;
	padding:20px 0;
}

.recruit .flow h4 {
	width:130px;
	float:left;
	margin:10px 0 0 10px;
}

.recruit .flow2 h4 {
	width: 248px;
    display: block;
	margin: 0 auto;
    text-align: center;
}

.recruit .flow .flow04-img,
.recruit .flow2 .flow04-img{
	margin-left: 20px;
}

.recruit .flow .text {
	width:670px;
	float:right;
	line-height:1.5;
	font-size: 14px;
	padding-top:10px;
}

.recruit .flow2 .text2 {
	width: 95%;
	line-height: 1.5;
	font-size: 14px;
    margin: 0 auto;
	padding-top: 10px;
}

/*-------------------
園見学情報
-------------------*/
#tour-message-wrap{
	width: 100%;
	margin: 0 auto;
}

#tour-message-wrap .tour-message-in{
	width: 90%;
	background-color: #d6f9fb;
	border-radius: 5px;
	margin: 30px auto 0 auto;
	padding: 20px 0;
}

.tour-message-in .tour-message-contents{
	width: 95%;
	display: flex;
	margin: 0 auto;
	position: relative;
}

.tour-message-txt{
	width: 630px;
	border-right: 1px solid #1baad7;
	padding-right: 20px;
}

.tour-message-title{
	color: #1baab7;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

.tour-message-title img{
	margin-right: 15px;
}

.tour-message-title strong{
	position: absolute;
	top: 13px;
}

.tour-message-txt p:last-of-type{
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

.tour-message-name{
	width: 84px;
    color: #1baab7;
    font-size: 14px;
	position: absolute;
    top: 50%;
    right: 124px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tour-message-name p:first-of-type{
	font-weight: bold;
	margin: 0 0 15px 0;
}

.tour-message-img{
	width: 106px;
	position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tour-message-img img{
	width: 106px;
	height: 106px;
	border-radius: 50px;
	object-fit: cover;
}

.tour h3{
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	line-height: 2;
	padding-left: 50px;
	color: #1BA9B7;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 20px;
	background-image: url(../img/detail/tour/field_trip_title.png);
}
.tour dl{
	border-left:solid 1px #D2D2D2;
	border-right:solid 1px #D2D2D2;
	border-bottom:solid 1px #D2D2D2;
	margin:20px;
	background-color:#F7F6F2;
	font-size: 14px;
}
.tour dt,
.tour dd{
	border-top:solid 1px #D2D2D2;
	padding:20px;
	float:left;
}
.tour dt{
	width:160px;
	color:#1DA9B8;
	font-weight:bold;
}
.tour dd{
	width:745px;
	background-color:#fff;
}

.tour .date li{
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:20px;
	line-height:1.5;
}
.tour .date li:nth-child(1){
	float: left;
}
.tour .date li:nth-child(2){
	float: right;
	margin-right:40px;
}
.tour .date li:nth-child(3){
	float: left;
}
.tour .date li:nth-child(4){
	float: right;
	margin-right:40px;
}
.tour .date li div{
	float:left;
}
.tour .date li div.img{
	width:24px;
	margin-right:5px;
}
.tour .date li div.text{
	width:260px;
}

.tour .flow{
	border: 3px solid #FFC801;
	width:857px;
	border-radius:10px;
	margin:0 auto;
	padding:20px 0;
}
.tour .flow h4 {
	width:130px;
	float:left;
	margin:10px 0 0 10px;
}
.tour .flow .text {
	width:670px;
	float:right;
	line-height:1.5;
	font-size: 14px;
	padding-top:10px;
}

.tour-btn{
	background-color: #53E166;
	background-image: url("../img/detail/field_trip_button_icon.png"),url("../img/detail/chevron-white.svg");
	margin-top:100px;
	margin-bottom:54px;
}

/*-------------------
1日体験情報
-------------------*/
.oneday h3{
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	line-height: 2;
	padding-left: 50px;
	color: #1BA9B7;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 20px;
	background-image: url(../img/detail/oneday/field_trip_title.png);
}
.oneday dl{
	border-left:solid 1px #D2D2D2;
	border-right:solid 1px #D2D2D2;
	border-bottom:solid 1px #D2D2D2;
	margin:20px;
	background-color:#F7F6F2;
	font-size: 14px;
}
.oneday dt,
.oneday dd{
	border-top:solid 1px #D2D2D2;
	padding:20px;
	float:left;
}
.oneday dt{
	width:160px;
	color:#1DA9B8;
	font-weight:bold;
}
.oneday dd{
	width:745px;
	background-color:#fff;
}

.oneday .date li{
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:20px;
	line-height:1.5;
}
.oneday .date li:nth-child(1){
	float: left;
}
.oneday .date li:nth-child(2){
	float: right;
	margin-right:40px;
}
.oneday .date li:nth-child(3){
	float: left;
}
.oneday .date li:nth-child(4){
	float: right;
	margin-right:40px;
}
.oneday .date li div{
	float:left;
}
.oneday .date li div.img{
	width:24px;
	margin-right:5px;
}
.oneday .date li div.text{
	width:260px;
}

.oneday .flow{
	border: 3px solid #FFC801;
	width:857px;
	border-radius:10px;
	margin:0 auto;
	padding:20px 0;
}
.oneday .flow h4 {
	width:130px;
	float:left;
	margin:10px 0 0 10px;
}
.oneday .flow .text {
	width:670px;
	float:right;
	line-height:1.5;
	font-size: 14px;
	padding-top:10px;
}

/*-------------------
採用試験
-------------------*/
.exam h3{
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	line-height: 2;
	padding-left: 50px;
	color: #1BA9B7;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 20px;
}
.exam .title01{
	background-image: url(../img/detail/exam/test_title.png);
}
.exam .title02{
	background-image: url(../img/detail/exam/counter_title.png);
}
.exam dl{
	margin:20px;
	border-left:solid 1px #D2D2D2;
	border-right:solid 1px #D2D2D2;
	border-bottom:solid 1px #D2D2D2;
	background-color:#F7F6F2;
	font-size: 14px;
}
.exam dt,
.exam dd{
	border-top:solid 1px #D2D2D2;
	padding:20px;
	float:left;
}
.exam dt{
	width:160px;
	color:#1DA9B8;
	font-weight:bold;
}
.exam dd{
	width:745px;
	background-color:#fff;
    line-height: 23px;
}
.exam p{
	text-align:center;
}

.recruit-schedule-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.exam .date li{
	width: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:20px;
	line-height:1.5;
}

.exam .date li div{
	float:left;
}
.exam .date li div.img{
	width:24px;
	margin-right:5px;
}
.exam .date li div.text{
	width:260px;
}
.exam p:last-child{
	margin-top:100px;
	margin-bottom:54px;
}
.exam .list li{
	background-image: url(../img/detail/exam/list.gif);
	background-repeat: no-repeat;
	background-position: left top 8px;
	padding-left:15px;
	margin-bottom:10px;
	line-height:1.5;
}
.exam .flow{
	border: 3px solid #FFC801;
	width:857px;
	border-radius:10px;
	margin:0 auto;
	padding:20px 0;
}
.exam .flow h4 {
	width:130px;
	float:left;
	margin:10px 0 0 10px;
}
.exam .flow .text {
	width:670px;
	float:right;
	line-height:1.5;
	font-size: 14px;
	padding-top:10px;
}

.exam .end{
	/*width: 90%;
	display: block;
	text-align: center;
	margin: auto;*/
}

.exam-btn{
    background-color: #ff8c9d;
    background-image: url(../img/detail/test_button_icon),url(../img/detail/chevron-white.svg);
}

/*-------------------
センパイ
-------------------*/
.senior h3{
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	line-height: 2;
	padding-left: 50px;
	color: #1BA9B7;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 20px;
	background-image: url(../img/detail/senior/interview_title.png);
}
.senior_wrap{
	margin: 20px;
	background-color: #D6F9FB;
	padding:60px 0;
}
.headline .img,
.headline .text{
	float:left;
	margin-left:40px;
}
.headline .img p {
	display:table-cell;
	widht:410px;
	height:254px;
	text-align:center;
	vertical-align:middle;
}
.headline .img p img {
	width:auto;
	height:auto;
	max-width:410px;
	max-height:256px;
	vertical-align:middle;
}
.headline .text{
	width:465px;
	height:256px;
}
.headline .text .bd{
	background-color:#4CD8E5;
	width:465px;
	height:5px;
	display:block;
	border-radius:5px;
}
.headline .text h4{
	margin:45px 23px 0 23px;
}
.headline .text h4 .job,
.headline .text h4 .career{
	float:left;
}
.headline .text h4 .job{
	/*width:145px;*/
	padding:0 10px;
	height:57px;
	text-align:center;
	line-height:2.2;
	border:solid 1px #4CD8E5;
	font-size:30px;
	font-weight:bold;
	color:#1DABB7;
	display:block;
	margin-right:17px;
}
.headline .text h4 .career{
	color:#343237;
	font-size:23px;
	line-height:2.7;
}
.headline .text h5{
	font-size:17px;
	font-weight:bold;
	margin:45px 23px 0 23px;
}
.headline .text p{
	margin:10px 23px 0 23px;
}
.headline .text .bd:last-child{
	margin-top:53px;
}
.interview_wrap{
	margin:40px;
}
.interview_wrap h5{
	font-weight: bold;
	font-size: 19px;
	background-image: url(../img/detail/senior/balloon_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 44px;
	padding-left:59px;
	line-height:2.3;
}
.interview_wrap p{
	padding-bottom:40px;
	font-size: 14px;
	margin: 40px 0 30px 59px;
	line-height: 1.5;
	background-image: url(../img/detail/senior/interview_deco.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
/*-------------------
ボランティア・アルバイト情報
-------------------*/
.en_name .v-bai-recruit:after{
    position: absolute;
    content: " ";
	display: block;
    top: -20px;
	left: 955px;
	background: url(../img/detail/baito-link.png) no-repeat 0 0;
    background-size: 113px;
	width: 113px;
	height:113px;
}

.part-pause {
    width: 547px;
    height: 36px;
    line-height: 20px;
    background-image: url(../img/volunteer/pain.svg);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    background-color: #F5F5F5;
    background-size: 4%;
    color: #3e3a39;
    font-size: 14px;
    padding: 4px 20px 4px 57px;
    border-radius: 5px;
    margin: 5px auto 20px auto;
    text-align: left !important;
}

.infection-control-txt {
    color: #1EA8B3;
    text-align: left !important;
    margin: 10px 10px 10px 20px;
}

.part{
	width:1019px;
	margin: 0 auto;
}

.part #part_midashi{
	width:90%;
	height: 113px;
	margin: 20px auto 0 auto;
	text-align: center;
	background-image: url(../img/detail/baito-link.png);
	background-repeat: no-repeat;
	position: relative;
	}

.part #part_midashi p{
	width: 857px;
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	line-height: 30px;
	vertical-align: middle;
	position: absolute;
  	top: 50%;
  	left: 560px;
  	-webkit-transform: translate(-50%, -50%); /* Safari用 */
  	transform: translate(-50%, -50%);
}

.content_wrap .part-in{
	padding-bottom: 30px;width: 990px;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fcb4b8), color-stop(80%, #fedcde));
  background: -webkit-linear-gradient(left, #fcb4b8 20%, #fedcde 80%);
  background: linear-gradient(90deg, #fcb4b8 20%, #fedcde 80%);
	margin: 0 auto 30px auto;
	padding-top: 30px;
}

.part h3{
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	line-height: 2.5;
	padding-left: 50px;
	color: #FF8287;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 20px 20px;
	background-image: url(../img/detail/baito-title.png);
	text-indent: 15px;
}
.part dl{
	border-left:solid 1px #D2D2D2;
	border-right:solid 1px #D2D2D2;
	border-bottom:solid 1px #D2D2D2;
	margin:20px;
	background-color:#F7F6F2;
	font-size: 14px;
}
.part dt,
.part dd{
	border-top:solid 1px #D2D2D2;
	padding:20px;
	float:left;
}
.part dt{
	width:160px;
	color:#FF8287;
	font-weight:bold;
}
.part dd{
	width:708px;
	background-color:#fff;
}
.part p{
	text-align:center;
}
.part ul{
	width:745px;
	display:inline-block;
	/*padding:50px 15px 50px 0;*/
}
.part .date li{
	/*width: 650px;*/
	float: left;
	/*background-repeat: no-repeat;
	background-position: left top;*/
	margin-bottom:20px;
	line-height:1.5;
}

.part .flow{
	border: 3px solid #FFC801;
	width:857px;
	border-radius:10px;
	margin:0 auto;
	padding:20px 0;
}
.part .flow h4 {
	width:130px;
	float:left;
	margin:10px 0 0 10px;
}
.part .flow .text {
	width:670px;
	float:right;
	line-height:1.5;
	font-size: 14px;
	padding-top:10px;
}

.part .part-application-btn{
	width: 385px;
	text-align: center;
	margin: 0 0 0 280px;
}

.part-btn{
	background-color: #FF8287;
	background-image: url(../img/detail/baito-button.png),url(../img/detail/chevron-white.svg);
}


/*-------------------
実習情報（オプション）
-------------------*/
.jissyu h3{
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	line-height: 2;
	padding-left: 50px;
	color: #1BA9B7;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 20px;
}

/* 実習ギャラリー */
.jissyu-gallery{
	width: 90%;
	margin: 30px auto 0 auto;
}

.jissyu-gallery ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.jissyu-gallery ul li img{
	width: 300px;
	object-fit: cover;
}

/* お世話係からのメッセージ */
#jissyu-message-wrap{
	width: 100%;
	margin: 0 auto;
}

#jissyu-message-wrap .jissyu-message-in{
	width: 925px;
	background-color: #d6f9fb;
	border-radius: 5px;
	margin: 30px auto 0 auto;
	padding: 20px 0;
}

.jissyu-message-in .jissyu-message-contents{
	width: 95%;
	display: flex;
	margin: 0 auto;
	position: relative;
}

.jissyu-message-txt{
	width: 630px;
	border-right: 1px solid #1baad7;
	padding-right: 20px;
}

.jissyu-message-title{
	color: #1baab7;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}


.jissyu-message-title img{
	margin-right: 15px;
}

.jissyu-message-title strong{
	position: absolute;
	top: 13px;
}

.jissyu-message-txt p:last-of-type{
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

.jissyu-message-name{
	width: 84px;
    color: #1baab7;
    font-size: 14px;
	position: absolute;
    top: 50%;
    right: 124px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jissyu-message-name p:first-of-type{
	font-weight: bold;
	margin: 0 0 15px 0;
}

.jissyu-message-img{
	width: 106px;
	position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jissyu-message-img img{
	width: 106px;
	height: 106px;
	border-radius: 50px;
	object-fit: cover;
}

.jissyu .title01{
	background-image: url(../img/detail/exam/test_title.png);
}
.jissyu .title02{
	background-image: url(../img/detail/exam/counter_title.png);
}
.jissyu .title03{
	background-image: url(../img/detail/jissyu/jissyu-title.png);
}
.jissyu dl{
	margin:20px;
	border-left:solid 1px #D2D2D2;
	border-right:solid 1px #D2D2D2;
	border-bottom:solid 1px #D2D2D2;
	background-color:#F7F6F2;
	font-size: 14px;
}
.jissyu dt,
.jissyu dd{
	border-top:solid 1px #D2D2D2;
	padding:20px;
	float:left;
}
.jissyu dt{
	width:160px;
	color:#1DA9B8;
	font-weight:bold;
}
.jissyu dd{
	width:745px;
	background-color:#fff;
}

.jissyu .date li{
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:20px;
	line-height:1.5;
}
.jissyu .date li:nth-child(1){
	float: left;
}
.jissyu .date li:nth-child(2){
	float: right;
	margin-right:40px;
}
.jissyu .date li:nth-child(3){
	float: left;
}
.jissyu .date li:nth-child(4){
	float: right;
	margin-right:40px;
}
.jissyu .date li div{
	float:left;
}
.jissyu .date li div.img{
	width:24px;
	margin-right:5px;
}
.jissyu .date li div.text{
	width:260px;
}

.jissyu .list li{
	background-image: url(../img/detail/exam/list.gif);
	background-repeat: no-repeat;
	background-position: left top 8px;
	padding-left:15px;
	margin-bottom:10px;
	line-height:1.5;
}
.jissyu .flow{
	border: 3px solid #FFC801;
	width:857px;
	border-radius:10px;
	margin:0 auto;
	padding:20px 0;
}
.jissyu .flow h4 {
	width:130px;
	float:left;
	margin:10px 0 0 10px;
}
.jissyu .flow .text {
	width:670px;
	float:right;
	line-height:1.5;
	font-size: 14px;
	padding-top:10px;
}

.jissyu .end{
	width: 90%;
	display: block;
	text-align: center;
	margin: auto;
}

.jissyu-btn{
	background-color: #FEC901;
	background-image: url("../img/detail/jissyu-button.png"),url("../img/detail/chevron-white.svg");
}

/*よくある質問*/
.qanda-box h4{
    margin-left: 0 !important;
}

.qanda-box h4 img{
    width: 100%;
}

.qanda-box h5{
    display: block;
    background: #4CD8E5;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}

.qanda-box article{
    display: flex;
    margin: 20px 0 10px 0;
}

.qanda-box article p{
    color: #1BA8B9;
    font-weight: bold;
    line-height: 30px;
}

/*-------------------
お気に入り追加、園見学参加、採用試験応募 ボタン
-------------------*/
.subscription{
	width: 1080px;
	border: solid 1px #D2D2D2;
	margin:68px 0 0 20px;
}
.subscription ul{
	width:332px;
	display:inline-block;
	text-align:center;
	padding:50px 15px 50px 0;
}
.subscription ul:first-child{
	margin-left:23px;
}
.subscription li:first-child{
	color:#616161;
}
.subscription .btn01,
.subscription .btn02,
.subscription .btn03{
	color:#fff;
	width:320px;
	height:70px;
	font-size:20px;
	font-weight:bold;
	line-height:3.5;
	margin-top:30px;
	padding-left:15px;
	border-radius:5px;
	display:block;
}
/*園見学・採用試験準備中用*/
.subscription .btn02_prepar,
.subscription .btn03_prepar{
	color:#fff;
	width:320px;
	height:70px;
	font-size:20px;
	font-weight:bold;
	line-height:3.5;
	margin-top:30px;
	padding-left:15px;
	border-radius:5px;
	display:block;
}
.subscription .btn_check{
	/*display: inline-block;
	color:#fff;
	width:320px;
	height:70px;
	font-size:20px;
	font-weight:bold;
	line-height:3.5;
	margin-top:30px;
	padding-left:15px;
	background-color:#4CD8E5;
	border-radius:5px;
	position: relative;*/
	}
/*.subscription .interest_btn{
	width: 137px;
	height: 70px;
	text-align: left;
	background-color: #4CD8E5;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background-image: url(../img/enlist/interest_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	border-radius:3px;
	padding-left:75px;
	letter-spacing:2px;
	display:block;
}*/
.subscription .interest_btn{
	display: inline-block;
	color:#fff;
	width:320px;
	height:70px;
	font-size:20px;
	font-weight:bold;
	line-height:3.5;
	margin-top:30px;
	padding-left:15px;
	background-color:#4CD8E5;
	border-radius:5px;
	position: relative;
	position:relative;
	background-color: #4CD8E5;
	background-image: url(../img/enlist/interest_icon.png);
	background-repeat:no-repeat;
	background-position:15px 13px;
	}
.subscription .interested_btn{
	display: inline-block;
	color:#fff;
	width:320px;
	height:70px;
	font-size:20px;
	font-weight:bold;
	line-height:3.5;
	margin-top:30px;
	padding-left:15px;
	background-color:#FF8C9D;
	border-radius:5px;
	position: relative;
	position:relative;
	background-color: #4CD8E5;
	background-image: url(../img/enlist/interested_icon.png);
	background-repeat: no-repeat;
	background-position:15px 13px;
	}
/*.subscription .btn01{
	background-color: #4CD8E5;
	background-image: url(../img/detail/interest_button_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}*/
/*.subscription .interest_btn .btn01{
	background-color: #4CD8E5;
	background-image: url(../img/detail/interest_button_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}
.subscription .interested_btn .btn01{
	background-color: #4CD8E5;
	background-image: url(../img/enlist/interested_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}*/
.subscription .btn02{
	background-color: #53E166;
	background-image: url(../img/detail/field_trip_button_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}
.subscription .btn03{
	background-color: #FF8C9D;
	background-image: url(../img/detail/test_button_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}
.subscription .btn02_prepar{
	background-color: #ccc;
	background-image: url(../img/detail/field_trip_button_icon_glay.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}
.subscription .btn03_prepar{
	background-color: #ccc;
	background-image: url(../img/detail/test_button_icon_glay.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}

/*--------------------------------------
おすすめアルバイト園情報
--------------------------------------*/
#suggest-wrap{
    width: 100vw;
    background: #EBFBFA;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 60px;
    padding: 60px 0;
}

#suggest-wrap h2{
    width: 1030px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 0 30px 50px;
}

#suggest-wrap h2 img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    position: absolute;
    top: 10px;
    left: 0;
}

.suggest-in{
    width: 1120px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.suggest-in .suggest-content{
    width: 250px;
    background: #fff;
    padding-bottom: 20px;
}

.suggest-in figure{
    width: 250px;
    height: 165px;
    display: block;
    overflow:hidden; 
}

.suggest-in figure img{
    width: 100%;
    height: 165px;
    object-fit: cover;
    transition:1s all;
}

.suggest-in h3{
    width: 90%;
    height: 50px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin: 20px auto;
}

.suggest-in .suggest-txt{
    width: 90%;
    font-size: 12px;
    line-height: 25px;
    margin: 20px auto 15px auto;
}

.suggest-in .suggest-btn{
    width: 90%;
    background: #4CD8E5;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}

.suggest-link{
    display: block;
}

.suggest-link:hover h3{
    color: #18AAB7;
    transition: all 0.5s ease-in-out;
}

.suggest-link:hover img{
    transform:scale(1.2,1.2);
    transition:1s all;
}

.suggest-in .interest_btn{
    background: url(../img/enlist/interest_icon.png) 10px 5px / 25px 25px no-repeat #4CD8E5;
}
.suggest-in .interested_btn{
    background: url(../img/enlist/interested_icon.png) 10px 5px / 25px 25px no-repeat #4CD8E5;
}

.owl-item{
    width: 250px !important;
    margin: 0 11px !important;
}

/*--------------------------------------
固定コンテンツ
--------------------------------------*/
#top-bar{
	margin: 0 auto;
}
.fixed-top {
	width: 100%;
	height: 50px;
	background: rgba(247,246,242,0.9);
	position: fixed;
	top: 0px;
	z-index:9999;
}
.enname_button_wrapper{
	width: 1085px;
	margin:5px auto;
}
/*.fixed-top ul{
	width: 1120px;
	margin:5px auto;
	padding:0;
	list-style:none;
}*/
.fixed-top ul li{
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
.fixed-top .en_name_fixed{
	float:left;
	font-size: 13px;
	font-weight: 800;
	line-height: 22px;
	color: #333;
	margin-left:5px;
}
.fixed-top .button_fixed{
	float:right;
}
.fixed-top .button{
	display: inline-block;
	width: 130px;
	height: 34px;
	text-align:center;
	text-decoration:none;
	font-weight: 800;
	font-size:14px;
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 34px;
	letter-spacing: 0.1em;
	-webkit-transition: none;
	transition: none;
}
.fixed-top .button_like{
	display: inline-block;
	text-align:center;
	text-decoration:none;
	font-weight: 800;
	font-size:14px;
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 34px;
	letter-spacing: 0.1em;
	-webkit-transition: none;
	transition: none;
}
.fixed-top .like a.interest_btn{
	width:105px;
	height: 34px;
	display: block;
	color: #fff;
	background-color: #4cd8e5;
	box-shadow: 0 3px 0 #1baab7;
	margin: 3px 10px 10px 0;
	border-radius: 4px;
	background-image: url(../img/enlist/interest_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size:25px 25px;
	padding-left:25px;
}
.fixed-top .like a.interested_btn{
	width:105px;
	height: 34px;
	display: block;
	color: #fff;
	background-color: #4cd8e5;
	box-shadow: 0 3px 0 #1baab7;
	margin: 3px 10px 10px 0;
	border-radius: 4px;
	background-image: url(../img/enlist/interested_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size:25px 25px;
	padding-left:25px;
}
.fixed-top .field{
	background-color: #53E166;
	box-shadow: 0 3px 0 #51AB5D;
	margin:3px 10px 10px 0 ;
}

.fixed-top .field a{
	color: #fff !important;
}

.fixed-top .join{
	background-color: #ff8c9d;
	box-shadow: 0 3px 0 #fe4958;
	color: #fff;
	margin: 3px 0;
}

.fixed-top .join a{
	color: #fff;
}

/**/
.fixed-top .field_prepar{
	background-color: #ccc;
	box-shadow: 0 3px 0 #999;
	margin:3px 10px 10px 0 ;
}
.fixed-top .join_prepar{
	background-color: #ccc;
	box-shadow: 0 3px 0 #999;
	margin: 3px 0;
}

/*--------------------------------------
フッターバナー一覧
--------------------------------------*/
.footer-banner{
	background-color: #EAFBFA;
	margin:100px auto 0 auto;
	padding: 50px 0;
}

.footer-banner .footer-in{
	width: 1120px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

.footer-in .catch-in{
	width: 90%;
    background-image: url(../img/footer/diagonal-line1.png),url(../img/footer/diagonal-line2.png);
    background-position: left,right;
    background-repeat: no-repeat,no-repeat;
    background-size: 3%,3%;
    margin: 0 auto 20px auto;
}

.footer-in .catch-in p {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
}
