@charset "UTF-8";

/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.contents .wrap{
	margin-top: 70px;
}

section{
    width: 1100px;
    margin:0 auto 110px;	
}
section:last-child{
    margin:0 auto 90px;	
}

.scenery {
    background-image: url(../img/scenery_bg.jpg);
}

.office h2{
	margin-bottom: 50px;
}
.contents .namibg {
    background: #f6f6f6;
    padding: 25px 0 30px;
	position: relative;
	width: 100%;
}
.contents .namibg .inner {
	width: 1100px;
	margin: 0 auto;	
}
.contents .namibg:before,
.contents .namibg:after{
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    width: 100%;
}
.contents .namibg:before{
    background: url(../../assets/img/nami_bg01.png);
    top: -44px;
}
.contents .namibg:after{
    background: url(../../assets/img/nami_bg02.png);
    bottom: -44px;
}

/* ----------------------------------------------------------------
day_flow
---------------------------------------------------------------- */
.contents .day_flow h2{
    background: url(../img/h2_img12.png) no-repeat top center;
    margin-bottom: 30px;
}
.contents .day_flow dl{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.contents .day_flow dl dt{
    display: inline-block;
    background: #808080;
    font-size: 19px;
    padding: 7px 25px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.contents .day_flow dl dd.nosp01 {
    display: inline-block !important;
    margin-left: 20px;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
}
.contents .day_flow dl dd.nopc01 {
    display: none;
}
.contents .graph .box {
    width: 1100px;
    border: solid 2px #ffe960;
    border-radius: 10px;
    box-sizing: border-box;
	    padding-bottom: 15px;
}
.contents .graph .box  h3 {
    color: #666666;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    background: #ffe960;
    border-radius: 8px 8px 0 0 / 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
}
.contents .graph .box ul {
    overflow: hidden;
	    padding: 15px 0px 0 0;
}
.contents .graph .box ul li{
    text-align: center;
    float: left;
	position: relative;
}
.contents .graph .box ul.list02{
margin-top: 10px;
}
.contents .graph .box ul.list01 li,
.contents .graph .box ul.list02 li{
    width: 156px;
}
.contents .graph .box ul li:after{
    content: url(../img/work_img05_2.png);
    position: absolute;
    top: 0;
    right: -11px;
}
.contents .graph .box ul.list01 li:after{
    content: url(../img/work_img05_3.png);
    position: absolute;
    top: 0;
    right: -11px;
}
.contents .graph .box ul.list02 li:last-child:after{
    content: none;
}
.contents .graph .box ul li .timetxt{
    font-size: 25px;
    color: #ff921e;
	    margin: 0;
	margin-bottom: 10px;
}
.contents .graph .box ul li:nth-child(even)  .timetxt{
    color: #fbb800;
}
.contents .graph .box ul li .sub{
    font-size: 15px;
    color: #4d4d4d;
    margin: 0;
    padding-top: 6px;
}
.contents .graph .box ul li .top0{
    padding-top: 0;
}
/* ----------------------------------------------------------------
work_down
---------------------------------------------------------------- */
.contents .work_down h2{
    background: url(../img/h2_img13.png) no-repeat top center;
	margin-bottom: 30px;
}
.contents .work_down .dounny .indent{
    z-index: 10;
}
.contents .work_down .dounny span::after {
    z-index: 0;
}
.contents .work_down .dounny .indent:after{
display: none;
}
.contents .work_down .subtxt{
    text-align: center;
	    margin-bottom: 30px;
}
.contents .work_down ul{
overflow: hidden;
}
.contents .work_down ul li{
    width: 250px;
    float: left;
		margin-right: 20px;
}
.contents .work_down ul li:last-child{
	margin-right: 0;
}
.contents .work_down ul li p{
    width: 250px;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    background: #ffd0a5;
    padding: 8px 0px;
    margin-top: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
}
/* ----------------------------------------------------------------
wage
---------------------------------------------------------------- */
.contents .wage {
    padding-top: 100px;
    padding-bottom: 15px;
    height: 455px;
    background: url(../../assets/img/wage_img01.jpg) no-repeat top right;
    background-size: cover;
    width: 100%;
    margin-top: -85px;
}
.contents .wage h2{
    background: url(../../assets/img/h2_img03.png) no-repeat top center;
	    margin-bottom: 30px;
}
.contents .wage .maintxt{
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
}
.contents .wage .note{
    text-align: center;
    font-size: 13px;
}
.contents .wage p {
    color: #333;
    text-shadow:
        0 1px 0 #fffff6,
        1px 0 0 #fffff6,
        0 -1px 0 #fffff6,
        -1px 0 0 #fffff6,
        -1px -1px 0 #fffff6,
        1px -1px 0 #fffff6,
        -1px 1px 0 #fffff6,
        1px 1px 0 #fffff6
        ;
}

/* ----------------------------------------------------------------
レスポンシブ
---------------------------------------------------------------- */
@media screen and (max-width: 767px) {
/*　共通　 スマホ*/
section {
    margin: 0 auto 60px;
}
section:last-child{
    margin: 0 auto 40px;
}
.scenery {
    background-image: url(../img/scenery_bg_s.jpg);
}
.contents .namibg:before, .contents .namibg:after {
    height: 21px;
    background-size:47px;
}
.contents .namibg:before {
    top: -21px;
}
.contents .namibg:after {
    bottom: -21px;
}
.contents .wrap {
    margin-top: 30px;
}
.contents section h2 {
    background-size: 45px;
    margin-bottom: 20px;
}
.contents .day_flow{
    width: 95%;
}
.contents .namibg {
    padding: 20px 0 20px;
}
.contents .namibg .inner {
    width: 95%;
	}	

/* -----day_flow----- */
.contents .day_flow dl dd.nosp01 {
    display: none !important;
}
.contents .day_flow dl dd.nopc01 {
    display: block;
}
.contents .day_flow h2 {
    padding-top: 42px !important;
    background-size: 38px;
    margin-bottom: 20px;
}
.contents .day_flow dl {
    margin-top: 0px; 
    margin-bottom: 30px;
}
.contents .day_flow dl dt {
    display: block;
    font-size: 17px;
    padding: 6px 0px;
    margin-bottom: 10px;
}
.contents .day_flow dl dd {
    display: block;
    margin-left: 0px;
    font-size: 20px;
    line-height: 1.7;
}
.contents .graph .box h3 {
    font-size: 17px;
    padding: 6px 0;
}
.contents .graph .box {
     width: 100%;
}
.contents .day_flow .note {
margin-bottom: 0;
}
.contents .graph .box ul {
    padding: 20px 0px;
}
.contents .graph .box ul.list01 li,
.contents .graph .box ul.list02 li{
    width: 95%;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 23px;
}
.contents .graph .box ul li .timetxt {
    line-height: 1;
display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
	    font-size: 25px;
	margin-right: 10px
}
.contents .graph .box ul li .sub {
    font-size: 17px;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
}
.contents .graph .box ul.list01 li:after,
.contents .graph .box ul.list02 li:after{
    content: url(../img/work_img06.png);
    position: absolute;
    right: 50%;
    top: 43px;
    margin-right: -18px;
}
.contents .graph .box ul.list01{
padding-bottom: 0;
}
.contents .graph .box ul.list02 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.contents .graph .box ul li:before{
    content: "";
    display: block;
    position: absolute;
    background: url(../../assets/img/line_gry.png);
    height: 7px;
    width: 100%;
    bottom: -4px;
}
.contents .graph .box ul.list02 li:last-child{
margin-bottom: 0;
	padding-bottom: 0;
}
.contents .graph .box ul.list02 li:last-child:before{
    background:transparent;
}
	
/* -----work_down----- */	
.contents .work_down h2 {
    padding-top: 43px !important;
    background-size: 54px;
	    margin-bottom: 20px;
}	
.contents .work_down .dounny {
    font-size: 17px;
    margin-bottom: 20px;
}	
.contents .work_down .subtxt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 0;
}	
.contents .work_down ul li {
    width: 100%;
}
.contents .work_down ul li:last-child{
    margin-bottom: 0%;
}
.contents .work_down ul li img{
    width: 100%;
}
.contents .work_down ul li p {

    width: 100%;
    font-size: 15px;
    margin: 0px 0 20px;
}
.contents .work_down ul li:last-child p {
	margin-bottom: 0;
}

/* -----wage----- */
.contents .wage {
    padding: 85px 0 40px !important;
    height: auto;
    background: #fffff3;
}
.contents .wage h2 {
    padding-top: 40px !important;
    background-size: 45px !important;
	margin-bottom: 20px;
}	
.contents .wage .maintxt {
    font-size: 17px;
    line-height: 1.7;
    width: 95%;
    margin: 0 auto;
}
.contents .wage .note {
    margin-bottom: 0;
}	
#work_down_top{
padding-top: 62px;
margin-top: -62px;
}
	
	
	
}