@CHARSET "UTF-8";

.main_img{
	height: 513px;
    margin: -16px auto;
    position: relative;
    width: 100%;
}
.main_img .text-image {
    position: absolute;
    top: 50px;
    width: 960px;
}
.main_img  a.bannerlink {
    position: absolute;
/*
    top: 110px;
    right: 195px;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px 12px;
    background-color: #8fc31f;
*/
/*
    display: inline-block;
    border-radius: 60px;
    padding: 15px 35px 19px;
    background-color: #ebce00;
*/
    bottom: 60px;
    left: 50%;
    margin-left: -218.5px;
/*    border: 5px solid #ebdd6c;*/
}
.main_img  a.bannerlink img{
/*    width: 230px;*/
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.information{
	background-image: url("../images/main_bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    z-index: 20;
    position: relative;
}
.information:before {
    position: absolute;
    content: "";
    width: 960px;
    height: 60px;
    top: -60px;
    left: 50%;
    margin-left: -480px;
	background-image: url("../images/t_ttl_bg.png"),url("../images/t_ttl_bg2.png"),url("../images/t_ttl_bg3.png");
    background-position: 735px top, 815px top, 895px top;
    background-repeat: no-repeat,no-repeat,no-repeat;
}
.information header{
	height: 47px;
}
.information header h2{
	left: 5px;
    position: relative;
    top: -28px;
}
.information article {
    background-color: #ddf3fc;
    border-radius: 4px;
    box-shadow: 0 -5px 0 0 #eef9fe;
    padding: 5px;
    width: 100%;
}
.information article a{
	background-color: #fff;
    background-image: url("../images/arrow_pink_right.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    border-radius: 3px;
    display: block;
    line-height: 50px;
    overflow: hidden;
    padding: 0 40px;
    width: 795px;
	}
.information article a:hover{
	opacity: 1;
	}
.information article time{

}
.information article span{
	padding-left: 30px;
    text-decoration: underline;
}
.information .link{
	background-image: url("../images/arrow_pink_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    padding-right: 35px;
    position: absolute;
    right: 10px;
    top: 65px;
}
.careArea01{
    padding: 0 0px;
}
.careTextContent01{
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    border: 5px solid #ddf3fc;
    border-radius: 20px;
    margin-bottom: 30px;
}

.careText01{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #784622;
}
.careText02{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #784622;
}
.careText02 a{
    color: #ee87b4;
}



.advertisement {
    margin-top: 40px;
}
.advertisement ul {
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    text-align: center;    
}
.advertisement li {
    width: 100%;
    text-align: center;
    border: 5px solid #fce7f0;
    border-radius: 20px;
    padding: 10px 0;
    background-color: #ee87b4;
    color: #fff;
}
.advertisement li .small {

}
.advertisement li .small:nth-of-type(n+2) {
    padding-left: 1em;
}
.advertisement li .big {
    display: block;
    font-size: 1.5em;
}
.ie .advertisement {
    font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.advertisement li a.underber {
    display: block;
    padding: 0 1em;
    text-decoration: underline;
}
.advertisement li a.underber .sp-br {
    
}
.advertisement li a.underber:hover {
    text-decoration: underline !important;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.recruit_link {
    margin-top: 40px;
}
.recruit_link ul {
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    text-align: center;    
}
.recruit_link li:first-child {
    width: 100%;
    border: 5px solid #8fc31f;
/*
    border-top-left-radius : 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius : 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
*/
    border-radius: 20px;
    padding: 5px 0;
    line-height: 2;
    text-align: center;
}
.recruit_link li:last-child {
    display: table;
    width: 100%;
}
.recruit_link li:last-child a {
    display: table-cell;
    width: 50%;
    padding: 10px 0;
    color: #fff;
}
.recruit_link li:last-child a:first-child {
    border: 5px solid #ebdd6c;
/*
    border-bottom-left-radius : 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
*/
    border-radius: 20px;
    background-color: #ebce00;
}
.recruit_link li:last-child a:last-child {
    border: 5px solid #c7e18f;
/*
    border-bottom-right-radius : 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
*/
    border-radius: 20px;
    background-color: #8fc31f;
}
.recruit_link span:nth-child(n+2){
    padding-left: 1em;
} 

.ie .recruit_link {
    font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.blog_about{
	margin-top:40px;
}
.top_left_contents{
	border-top: 5px solid #fce7f0;
    float: left;
    min-width: 480px;
    width: 50%;
}
.top_left_contents header{
	background-color: #f6c3d9;
    height: 90px;
    position: relative;
}
.top_left_contents header::after {
    background-image: url("../images/top/blog_bg.png");
    background-position: right bottom;
    background-repeat: repeat-x;
    background-size: auto 7.75px;
    bottom: -6.75px;
    content: "";
    display: block;
    height: 7.75px;
    left: 0;
    position: absolute;
    width: 100%;
}
.top_left_contents header .inner{
	margin: 0 0 0 auto;
    width: 480px;
	}
.top_left_contents header h2{
	font-size: 24px;
    font-weight: 500;
    line-height: 90px;
    padding-left: 148px;
}
.top_left_contents header p{
    /* background-image: url(../images/top/blog_ttl_bg.png); */
    background-image: url(../images/t_ttl_bg.png);
    background-position: 7px 25px;
    background-repeat: no-repeat;
    bottom: -2px;
    color: #fff;
    height: 85px;
    left: 0;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    width: 128px;
    z-index: 10;
    padding-left: 75px;
}
.top_left_contents header a{
	background-color: #fff;
    background-image: url("../images/arrow_pink_right.png");
    background-position: 125px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    border-radius: 5px;
    line-height: 30px;
    position: absolute;
    right: 23px;
    text-align: center;
    top: 32px;
    width: 140px;
}
.top_left_contents header a:hover{
	opacity:1;
}
.top_left_contents .blog_list{
	float: right;
    margin-top: 30px;
    padding-right: 20px;
    width: 480px;
}
.top_left_contents .blog_list > li{
	border-bottom: 2px dashed #f6c3d9;
    padding: 20px 0;
}
.top_left_contents .blog_list li .thum{
	//background-image: url("../images/top/blog_thum.gif");
    background-size: cover;
    float: left;
    height: 107px;
    width: 160px;
}
.top_left_contents .blog_list li .text{
	float: right;
    width: 280px;
}
.top_left_contents .blog_list li .text h3{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: -0.3em;
    text-decoration: underline;
}
.top_left_contents .blog_list li .text .blog_category{
	margin: 5px 0 0 -5px;
}
.top_left_contents .blog_list li .text .blog_category li{
	background-color: #77cff4;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 5px 0 0 5px;
    padding: 1px 5px;
}
.top_left_contents .blog_list li .text p{
	margin-top: 10px;
}
.top_left_contents .blog_list li .text time{
	color: #bba390;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}



.top_right_contents{
	border-top: 5px solid #ddf3fc;
    float: right;
    min-width: 480px;
    width: 50%;
}
.top_right_contents header{
	background-color: #aae1f8;
    height: 90px;
    position: relative;
}
.top_right_contents header:after{
	background-image: url("../images/top/about_bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 7.75px;
    bottom: -6.75px;
    content: "";
    display: block;
    height: 7.75px;
    left: 0;
    position: absolute;
    width: 100%;
}
.top_right_contents header .inner{
	margin: 0 auto 0 0 ;
    width: 480px;
	}
.top_right_contents header h2{
	font-size: 24px;
    font-weight: 500;
    line-height: 90px;
    padding-left: 168px;
}
.top_right_contents header p{
/*
	background-image: url("../images/top/blog_ttl_bg.png");
    bottom: -8px;
    color: #54c3f1;
    height: 59px;
    left: 20px;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    width: 128px;
    z-index: 10;
*/
/*    background-image: url(../images/top/blog_ttl_bg.png);*/
    background-image: url(../images/t_ttl_bg2.png);
    background-position: 24px 25px;
    background-repeat: no-repeat;
    bottom: -2px;
    color: #fff;
    height: 85px;
    left: 0;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    width: 128px;
    z-index: 10;
    padding-left: 92px;
}
.top_right_contents header a{
	background-color: #fff;
    background-image: url("../images/arrow_pink_right.png");
    background-position: 125px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 23px;
    text-align: center;
    top: 32px;
    width: 140px;
}
.top_right_contents dl{
/*
	background-image: url("../images/top/human2.png");
    background-position: 380px 20px;
    background-repeat: no-repeat;
*/
    margin-top: 50px;
    padding-left: 20px;
}
.top_right_contents dt{
	color: #54c3f1;
    font-size: 20px;
    margin-top: 55px;
    line-height: 1;
    font-weight: 500;
}
.top_right_contents dl dt:first-child{
	margin-top: 0;
}
.top_right_contents dd{
    color: #000000;
}

.top_right_contents dd ul{
	margin-top: 20px;
}
.top_right_contents dd li{
	padding-left: 1em;
    text-indent: -1em;
}
.top_right_contents dd p{

}
.top_right_contents dd p.cc{
	font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1;
}
.top_right_contents dd p.sign{
	margin-top: 20px;
}
.top_right_contents .message{
	margin-top: 40px;
/*	background-color: #ebdd6c;*/
    background-color: #fce7f0;
    border-radius: 5px;
    padding: 15px 20px;
    width: 460px;
    position: relative;
}
.top_right_contents .message:after{
/*
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fce7f0;
    border-image: none;
    border-style: solid;
    border-width: 0 20px 40px;
    content: "";
    position: absolute;
    right: 15px;
    top: -20px;
    width: 0;
*/
}
.top_right_contents .link {
    margin-top: 40px;
    width: 460px;
    padding: 10px 0;
    color: #fff;
    border: 5px solid #ebdd6c;
    border-radius: 20px;
    background-color: #ebce00;
    display: block;
    text-align: center;
    font-size: 22px;
}
.top_right_contents #maps{
	margin-top: 40px;
	width: 460px;
	height: 160px;
}

/*----------------------------------------
 _画面の横幅が640pxまで
----------------------------------------*/
@media screen and (max-width:640px) {

.main_img {
    width: 640px;
    height: 513px;
}

.main_img .text-image {
    overflow: hidden;
    top: 70px;
    width: 100%;
}
.main_img .text-image img{
	width: 150%;
	margin-left:-25%;
}  
.main_img a.bannerlink {
/*
    top: 122px;
    right: 35px;
    padding: 2.5px 20px 5px;
*/
    bottom: 85px;
}
    
.information:before {
    width: 640px;
    margin-left: -320px;
    background-position: 415px top, 495px top, 575px top;
}
.information .inner{
	padding: 0 20px;
}

.information article {
	border-radius: 10px;
    box-shadow: 0 -10px 0 0 #eef9fe;
    margin-top: 5px;
    padding: 10px 10px 65px;
}

.information article a {
    background-color: #fff;
    background-image: none;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    font-size:26px;
}
.information article time {
    display: block;
    line-height: 1;
}
.information article span {
    padding-left: 0;
}
.information .link {
    background-position: 575px center;
    background-size: auto auto;
    bottom: 10px;
    display: block;
    height: auto;
    left: 20px;
    padding-right: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: auto;
    width: 600px;
}

.careArea01{
    padding: 0 0px;
}
.careTextContent01{
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    border: 5px solid #ddf3fc;
    border-radius: 20px;
    margin-bottom: 30px;
}

.careText01{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #784622;
}
.careText02{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #784622;
}
.careText02 a{
    color: #ee87b4;
}

    
.advertisement {
    margin-top: 40px;
}
.advertisement .inner {
    padding: 0 20px;
}
.advertisement ul {
    width: 600px;
    font-size: 48px;
}
.advertisement li {
    padding: 20px 0;
    font-size: 42px;
}
.advertisement li .small:nth-of-type(n+2) {
    display: block;
    padding-left: 0;
}
.advertisement li a.underber .sp-br {
    display: block;
}

.recruit_link {
    margin-top: 40px;
}
.recruit_link ul {
    width: 600px;
    font-size: 48px;
}
.recruit_link li:first-child {
/*    padding: 10px 0;*/
    padding: 20px 0;
    line-height: 1.5;
    font-size: 42px;
}
.recruit_link li:last-child {
    display: block;
    width: 100%;
}
.recruit_link li:last-child a {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.recruit_link li:last-child a:first-child {
/*
    border-bottom-left-radius : 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
*/
}
.recruit_link li:last-child a:last-child {
/*
    border-bottom-left-radius : 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
*/
}

.recruit_link .br {
    display: block;
}
.recruit_link span:nth-child(n+2){
    padding-left: 0;
}
.recruit_link span:last-child{
    padding-left: 1em;
}
    
.top_left_contents {
    border-top: 10px solid #fce7f0;
    float: none;
    min-width: auto;
    width: 100%;
}
.top_left_contents header {
    height: 180px;
}
.top_left_contents header::after {
    background-position: center bottom;
    background-size: auto auto;
    bottom: -15px;
    height: 16px;
}
.ios .top_left_contents header::after {
    bottom: -15px;
    height: 16px;
}
.top_left_contents header .inner {
    margin: auto;
    padding: 0 20px;
    width: 100%;
}

.top_left_contents header h2 {
    font-size: 48px;
    line-height: 180px;
    padding-left: 0;
}
.top_left_contents header a {
    background-image: url("../images/arrow_pink_right.png");
    background-position: 250px center;
    background-size: auto auto;
    line-height: 60px;
    right: 20px;
    top: 60px;
    width: 280px;
}

.top_left_contents .blog_list {
	float: none;
    margin-top: 50px;
    padding: 0 20px;
    width: 100%;
}
.top_left_contents .blog_list > li {
    border-bottom: 4px dashed #f6c3d9;
    padding: 40px 0;
}
.top_left_contents .blog_list li .thum {
    height: 133px;
    width: 200px;
}
.top_left_contents .blog_list li .text {
    width: 380px;
}
.top_left_contents .blog_list li .text h3 {
    font-size: 32px;
}
.top_left_contents .blog_list li .text .blog_category {
    margin: 25px 0 0 -5px;
}
.top_left_contents .blog_list li .text .blog_category li {
    font-size: 24px;
}

.top_left_contents .blog_list li .text p {
    font-size: 24px;
    margin-top: 30px;
}
.top_left_contents .blog_list li .text time {
    font-size: 24px;
    margin-top: 15px;
}


.top_right_contents {
    border-top: 10px solid #ddf3fc;
    float: none;
    margin-top: 40px;
    min-width: auto;
    width: 100%;
}
.top_right_contents header::after {
    background-size: auto auto;
    bottom: -16px;
    height: 16px;
    width: 100%;
}
.ios .top_right_contents header::after {
    bottom: -15px;
    height: 16px;
}
.top_right_contents header {
    height: 180px;
}
.top_right_contents header .inner {
    margin: auto;
    width: 100%;
}
.top_right_contents header h2 {
    font-size: 48px;
    line-height: 180px;
    padding-left: 20px;
}


.top_right_contents dl {
    background-position: 490px 200px;
    margin-top: 100px;
    padding: 0 20px;
}
.top_right_contents dt {
    font-size: 40px;
    margin-top: 65px;
}
.top_right_contents dd p.cc {
    font-size: 32px;
    margin-top: 40px;
}

.top_right_contents dd p.sign {
    margin-top: 60px;
}
.top_right_contents dd ul {
    margin-top: 40px;
}
.top_right_contents dd p.cc+ul {
/*	width: 450px;*/
}

.top_right_contents .message::after {
	display: none;
}
.top_right_contents .message {
    margin-top: 60px;
    width: 100%;
}
    
.top_right_contents .link {
    margin: 40px auto 0;
    width: 600px;
    padding: 10px 0;
    font-size: 40px;
}
.top_right_contents .link span {
    display: block;
}

.top_right_contents #maps {
    height: 208px;
    margin-top: 80px;
    width: 100%;
}
.top_right_contents #maps img{
	height: auto;
    width: 100%;
	}

}