@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html{
    margin-top:0 !important;
}
body{
    color:#373737;
    text-align:justify;
    font-family:'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width:641px){
    body{
        font-size:1em !important;
    }
    .spv{
        display:none;
    }
    .more{
        background:#bc0001;
        color:#fff;
        text-align:center;
        font-size:1.6em;
        font-weight:600;
        padding:1% 2%;
        width:50%;
        margin:2% 25%;
    }
}
@media screen and (max-width:640px){
    body{
        font-size:0.9em !important;
    }
    .pcv{
        display:none;
    }
    .sp-pad{
        padding:0 2%;
    }
    .more{
        background:#bc0001;
        color:#fff;
        text-align:center;
        font-size:1.6em;
        font-weight:600;
        padding:1% 2%;
        width:70%;
        margin:2% 15%;
    }
}
img{
    vertical-align:bottom;
}
a{
    text-decoration: none;
    color: #373737;
}
a:hover{
     filter: contrast(1.2);
}
.clear{
    clear:both;
}


/*-----------------------------
WIDTH
-----------------------------*/
.main-wid{
    max-width:1100px;
    margin:0 auto;
}
@media screen and (min-width:1150px){
    .main-wid{
        width: 100%;
        margin:0 auto;
    }
}
@media screen and (min-width:641px) and ( max-width:1149px){
    .main-wid{
        width: 98%;
        margin:0 auto;
    }
}
@media screen and (max-width:640px){
    .main-wid{
        width:100%;
        background:#f9f9f9;
        padding-bottom: 20px;
    }
}

/*-----------------------------
Column
-----------------------------*/
@media screen and (min-width:1001px){
    .main-col{
        float:left;
        width:70%;
        margin-right:2%;
        padding-bottom:20px;
    }
    .side-col{
        float:left;
        width:28%;
    }
}
@media screen and (max-width:1000px){
    .main-col{
        width:100%;
        padding-bottom:20px;
    }
    .side-col{
        display:none;
    } 
}
.side-col img{
    margin-bottom:2%;
}


/*-----------------------------
HEADER
-----------------------------*/
@media screen and (min-width:741px){
    .logo{
        float:left;
        width:424px;
        margin-top:10px;
        font-size:0.8em;
    }
    .logo img{
        margin-top:3px;
    }
    .tel{
        float:right;
        width:316px;
        margin-top:20px;
    }
     #masthead .clear{
        padding-bottom:5px;
    }
}
@media screen and (max-width:740px){
    .logo{
        float:left;
        width:63%;
        margin-left:2%;
        margin-right:2%;
        margin-top:10px;
    }
    .logo h1{
        margin:0px;
        padding:0px;
    }
    .logo h1 a{
        margin:0px;
        padding:0px;
    }
    .logo img{
        margin:0px;
        padding:0px;
        vertical-align: top;
    }
    .tel{
        float:right;
        width:33%;
        margin-top:10px;
        vertical-align: top;
    }
     #masthead .clear{
        padding-bottom:5px;
    }
}
@media screen and (max-width:430px){
.head-cntnet{height:40px;overflow:hidden;}
 }
#masthead{
    border-top:solid 5px #BC0001;
}
/*-----------------------------
タイトル
-----------------------------*/
.top-tit{
    /*border-bottom:solid 2px #bc0001;*/
    padding:0.8% 1%;
    box-sizing: border-box;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#F7F7F7));
    background: #f2eddb \9;
    border-bottom: 1px solid #c4c2ba;
    border-top:solid 2px #C80000;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.05), 0 0 0 1px #fff inset;
    margin-bottom: 20px;
    text-align: left;
}
.top-tit h2{
    margin-block-start: 0;
    margin-block-end: 0;
    margin:0;
}
.tit{
    background-image: url(../img/toptit01.png);
    background-size:auto 90%;
}
.subtit{
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #bc0001;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #bc0001;/*左線*/
}
@media screen and (min-width:641px){
    .tit-def{
        padding: 0 0 0 38px;
		background-repeat: no-repeat;
        font-size:1.2em;
        font-weight:600;
        color:#bc0001;
    }
    .tit-def_inter{
        padding: 0 0 0 38px;
		background-repeat: no-repeat;
        font-size:1.2em;
        font-weight:100;
        color:#bc0001;
    }
}
@media screen and (max-width:640px){
    .tit-def{
        padding: 0 0 0 25px;
        background-repeat: no-repeat;
        background-position: 0 5px;
        font-size:1.2em;
        font-weight:600;
        color:#bc0001;
        background-size:auto 60%;
    }
    .tit-def_inter{
        padding: 0 0 0 40px;
        background-repeat: no-repeat;
        background-position: 0 5px;
        font-size:1.3em;
        font-weight:100;
        color:#bc0001;
        background-size:auto 60%;
	}
    .top-tit{
        margin-bottom:10px !important;
        border-top:solid 2px #bc0001;
        border-bottom:solid 2px #bc0001;
    }
}

/*-----------------------------
広告枠スライド
-----------------------------*/
.frnt-wrap,.frnt-wrap2{
    font-size:0;
}
.top_btn{
    width:60%;
    margin:2% 20%;
}
.box_area table{
    border-collapse: separate;
    border-spacing: 0px 2px;
}
.box_area th{
    background-color:#bc0001;
    border:solid 1px #bc0001;
    color:#fff;
    padding:2%;
    text-align:center;
    width:30%;
    font-weight:100;
    font-size:0.9em;
}
.box_area td{
    border:solid 1px #bc0001;
    padding:2%;
    font-size:0.9em;
}

@media screen and (min-width:641px){
    .top-inline:nth-child(odd){
        margin:0 0px;
        font-size:16px;
        border:solid 1px #afafaf;
        padding:5px;
        border-radius:3px;
        vertical-align: top;
        width:24.5%;
    }
    .top-inline:nth-child(even){
        font-size:16px;
        border:solid 1px #afafaf;
        padding:5px;
        border-radius:3px;
        vertical-align: top;
    }
    .top-box_term{
        float:left;
        width:49%;
        margin:0.5% 1% 1.5% 0;
        border:solid 1px#F64702;
        padding:2px;
        text-align:center;
        font-size:0.2em;
        border-radius:3px;
        color:#F64702;
    }
}
@media screen and (max-width:640px){
    .box_area th{
         font-size:0.7em;
    }
    .box_area2 th {
        font-size: 0.7em;
    }
    .box_area td{
         font-size:0.8em;
    } 
    .top-inline{
        font-size:12px;
        border:solid 1px #afafaf;
        padding:5px;
        margin: 0 2px;
        border-radius:3px;
        vertical-align: top;
    }
    .top-box_term{
        float:left;
        width:49%;
        margin:0.5% 1% 1.5% 0;
        border:solid 1px #ffa200;
        padding:2px;
        text-align:center;
        font-size:9px;
        border-radius:3px;
        color:#ffa200;
    }
    .flo50.box_area:nth-child(odd){
        float:left;
        width:49%;
        margin: 0px;
        margin-right:1%;
    }
    .flo50.box_area:nth-child(even){
        float:right;
        width:49%;
        margin: 0px;
    }
    .flex-50 .flo50.box_area{
        float: none;
        width: 100%;
    }
}



/*-----------------------------
キンキンな特別情報
-----------------------------*/
.flo50{
    float:left;
    width:48%;
    margin:1%;
}



/*-----------------------------
TOP検索
-----------------------------*/
.top_search_wid{
    width:70%;
    margin:0 15%;
}
#s{
    float:left;
    width:80%;
    border:solid 1px #bc0001;
    border-radius:5px;
    padding:1%;
    height:40px;
}
.serch-btn{
    float:left;
    width:18%;
    margin-left:2%;
}
input[type="submit"]{
    background:#bc0001 ;
    color:#fff;
    border:solid 1px #bc0001;
    border-radius:5px;
    padding:1%;
    width:100%;
}
input[type="text"]:focus {
    outline: 0;
  }




/*-----------------------------
こだわりと味から検索
-----------------------------*/
.top-term,.chumoku-term{
    list-style:none;
    text-align: left;
    margin:0 0 0 2%;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
}
@media screen and (min-width:801px){
    .top-term li {
        display: inline-block;
        margin: 0 0 .4em 0.1em;
        padding: 0;
        vertical-align: top;
    }
}
@media screen and (max-width:800px){
    .top-term li {
        display: inline-block;
        /*margin: 0 0 .9em 1em;*/
        margin: 0 0 .4em 0.1em;
        padding: 0;
    }
    .top_search_wid{
        width:90%;
        margin:0 5%;
    }
}
.top-term li a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1.5em;
    background-color: #AA7850;
    border-radius:3px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    width:100%;
    text-overflow: ellipsis;
}
/*.top-term li a::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #ff7002 transparent transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    -webkit-transition: .2s;
    transition: .2s;
}*/
.top-term li a::after {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}
.top-term li span {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top-term li a:hover {
    background-color: #bc0001;
    color: #fff;
}
.top-term li a:hover::before {
    border-right-color: #bc0001;
}


/*-----------------------------
注目求人
-----------------------------*/
@media screen and (min-width:641px){
    .top-pick{
        width:32.666666666666%;
        margin:0.333333%;
        margin-bottom:10px;
        border:solid 1px #ddd;
        box-shadow:0px 2px 2px rgba(0,0,0,0.1);
        padding:5px;
        padding-bottom: 9%;
        border-radius:5px;
        font-size:14px;
        margin-bottom: 10px;
        position: relative;
    }
    .top-pick span{
        font-size:0.9em;
    }
}
@media screen and (max-width:640px){
    .top-pick{
        width:48%;
        margin:1%;
        border:solid 1px #ddd;
        box-shadow:0px 2px 2px rgba(0,0,0,0.1);
        border-radius:5px;
        font-size:16px;
        vertical-align: top;
        position: relative;
    }
    .top-pick-pad {
        padding:5px;
    }
    .top-pick span{
        font-size:0.6em;
    }
}
.flex-wrap{
    display: flex;
    align-items: stretch;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.pick-tit{
    font-size:1.2em;
    font-weight:600;
}


/*-----------------------------
注目求人
-----------------------------*/
.chumoku_box{
    width:99%;
    margin:0  0.5% 1% 0.5%;
    border-radius: 3px;-webkit-border-radius:3px;-moz-border-radius:3px;
}
.chumoku_box,.chumoku_box2{
    border:solid 1px #afafaf;
    padding:10px;
}
.chumoku_flo{
    float:left;
    width:42%;
    margin-right:3%;
}
.chumoku_flo2{
    float:left;
    width:55%;
}

@media screen and (max-width: 641px) {
    .chumoku_flo{
        float:left;
        width:100%;
    }
    .chumoku_box,.chumoku_box2{
        padding:0px;
        border:solid 1px #ddd;
        box-shadow:0px 2px 2px rgba(0,0,0,0.1);
        margin-bottom:10px;
    }
    .chumoku_flo2{
        float:none;
        width:100%;
    }
}


.chumoku-tit{
    font-size:1.4em;
    font-weight:600;
    color:#bc0001;
}
.chumoku_box2 .chumoku-tit{
    font-size:1.1em;
    font-weight:600;
    color:#bc0001;
}
.chumoku-tit span{
    color:#8e8e8e;
    font-weight:100;
    font-size:0.7em;
}

.chumoku_text{
    margin:2% 0 3%;
}

@media screen and (max-width: 641px) {
    .chumoku_text{
    clear: both;
    padding-top:5px;
    font-size: 1.1em;
    line-height: 1.5em;
    }
}


.chumoku_term{
    display:inline;
    margin:1%;
}
.box_area2 table{
    border-collapse: separate;
    border-spacing: 0px 2px;
}
.box_area2 th{
    background-color:#bc0001;
    border:solid 1px #bc0001;
    color:#fff;
    padding:1%;
    text-align:center;
    width:20%;
    font-weight:100;
}
.box_area2 td{
    border:solid 1px #bc0001;
    padding:1%;
    font-size:0.7em;
}
.chumoku_box2 .box_area table{
    font-size:0.8em;
}
.chumoku_box2 .box_area th{
    width:30%;
}


.movie-flo{
    float:left;
    width:33%;
    margin-right:2%;
    margin-left:2%;
}
.movie-flo2{
    float:left;
    width:63%;
}

/*-----------------------------
求人特集
-----------------------------*/
.feature-flo{
    float:left;
    width:23%;
    margin-right:2%;
    margin-bottom:5px;
}
.feature-flo2{
    float:left;
    width:73%;
}
.feature-tit{
    font-size:1.2em;
    font-weight:600;
}
.feature-tit a{
    color:#bc0001;
}
.feature-border{
    border:solid 1px #9c9c9c;
    margin:2% 0 2% 0;
}


/*-----------------------------
PADDING MARGIN
-----------------------------*/
.padt2{
    padding-top:2%;
}
.padb4{
    padding-bottom:4%;
}
.padb8{
    padding-bottom:8%;
}
.mart1{
    margin-top:1%;
}
.mart2{
    margin-top:2%;
}
.mart3{
    margin-top:3%;
}
.mart4{
    margin-top:4%;
}
.mart6{
    margin-top:6%;
}
.mart8{
    margin-top:8%;
}
.marb1{
    margin-bottom:1%;
}
.marb2{
    margin-bottom:2%;
}
.marb3{
    margin-bottom:3%;
}
.marb4{
    margin-bottom:4%;
}
.marb6{
    margin-bottom:6%;
}
.marb8{
    margin-bottom:8%;
}
.marl2{
    margin-left:2%;
}


/*-----------------------------
パソコンNAVIGATION
-----------------------------*/ 
.pcmenu{
	text-align: left;
    padding:0px;
    margin: 0px;
}
.pcmenu ul{
    list-style: none;
    position: relative;
    height: 3.75em; 
    background-color:#BC0001;
    width: 100%;
    padding:0px !important;
    margin: 0px !important;
}
.pcmenu li{
   position: relative;
    width: 14.28%;
    height: 100%;
    float: left;
}
.pcmenu li a{
    font-family: sans-serif;
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    font-size: 1em;
    line-height: 1.2em;
    padding-top:1.2em;
    text-align: center;
    }


.pcmenu li:hover > a,
.pcmenu ul:not( :hover ) > li.active > a {
    background-color:#de1f20;
    color: white;
}

.pcmenu li:not(:last-child){
    border-right: 1px solid #cc470d;
}

/*-----------------------------
スマートフォンNAVIGATION
-----------------------------*/ 
 /*
  * Link-style
  */
.menu a:link {
    color: #bf000a;
    text-decoration: none;
    font-size:14px;
}
.menu ul,
.menu ol {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-position: inside;
    padding: 0 8px;
}
.menu ul ul,
.menu ul ol,
.menu ol ol,
.menu ol ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.menu li {
    line-height: 150%;
    position: relative;
}
/*
* Menu styles: basic defaults
*/
.menu a{
color: #bf000a;
text-decoration: none;
}
.menu .container {
    margin: 0 auto;
    padding: 0;
}
.menu ul {
    list-style: none;
}
.menu a {
    line-height: 250%;
    border-bottom: none;
    display: block;
}

.menu > ul > li > a {
    background:#bf000a;
    color:rgb(248, 247, 247);
}
.menu li.open > a {
    color: #bf000a;
}



.white {
    color: #fff !important;
}
.menu > ul > li > ul > li {
    padding: 5px 0;
}
.menu > ul > li > ul > li > ul > li {
    padding: 5px 0;
}
.menu > ul > li > ul > li:not(:last-child) {
    border-bottom: #bf000a 1px dashed;
}
.menu > ul > li > ul > li > ul > li:not(:last-child) {
    border-bottom: #bf000a 1px dashed;
}
.menu > ul > li > ul > li > ul > li > ul > li:not(:last-child) {
    border-bottom: #bf000a 1px dashed;
}

.menu > ul > li > ul > li > ul > li > ul > li {
    white-space: nowrap !important;
}

.menu > ul > li > ul > li > ul > li > ul > li > div {
    float:left;
    width:31.2%;
    margin:0 0.4%;
    background: #fff;
    border-top:#bf000a 1px dashed;	
	white-space: nowrap;
    text-align:left !important;
}

.menu > ul > li > ul > li > ul > li > ul > li > div a {
    line-height: 250%;
    padding: 0 10px 0 10px;
    border-bottom: none;
    display: block;
    background: #BF000A;
    color: #fff !important;
}


.menu > ul > li:not(.open) > ul > li:last-child {
    border-bottom: #bf000a 1px solid;
}
.menu.vertical > ul > li > ul > li:last-child {
    border-bottom: #bf000a 1px solid;
}
.menu .mbnvbar-menu:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 2em;
    position: absolute;
    right: 16px;
}
.menu ul li.open > .mbnvbar-menu:before {
    content: '\f00d';
}
/**
.menu ul li a:not(:only-child):before {
    content: '\f196';
    font-family: 'FontAwesome';
    font-size: 2em;
    position: absolute;
    left: 16px;
}
.menu ul li.open > a:not(:only-child):before {
    content: '\f147';
}
**/

.menu ul li a[href="/"]:before,
.menu ul li a[href^="/index."]:before {
    content: '\f015';
    font-family: 'FontAwesome';
    font-size: 2em;
    font-size: 2em;
    position: absolute;
    left: 16px;
}

.menu.vertical {
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0 auto;
    border-top: #bf000a 1px solid;
    z-index: 100;
}
.menu.vertical .container {
    background-color: rgba(255,255,255,.95);
}
.menu.vertical > ul > li > a {
    text-align: right;
    border-bottom: #bf000a 1px solid;
    padding:6px 0;
    padding-right: 50px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

.menu.close ul ul {
    display: none;
}
.menu .open > ul {
}
.menu.horizontal {
    background-color: #FFFFFF;
    border-top: #bf000a 1px solid;
    border-bottom: #bf000a 1px solid;
}
.menu.horizontal ul ul li {
    background-color: #FFFFFF;
}
.menu.horizontal > ul {
    position: relative;
}
.menu.horizontal > ul > li {
    float: left;
    border-left: 1px #bf000a solid;
}
.menu.horizontal > ul > li:last-child {
    border-right: 1px #bf000a solid;
}
.menu.horizontal > ul > li > ul {
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 1;
    border: 1px #bf000a solid;
}
.menu.horizontal > ul > li > a.set {
    background-color: #FFFFFF;
}
    .menu.horizontal > ul > li > a:not(:only-child):before,
    .menu.horizontal ul li a[href="/"]:before,
    .menu.horizontal ul li a[href*="index."]:before {
        margin-left: 0;
}

.search-title {
    border-bottom: solid 2px #ccc;
    text-align: center;
    margin: -15px auto 30px;
    text-shadow: 0 0 black;
    line-height:80%;
}

.search-title span {
    background: #FFF;
    padding: 10px 20px;
    font-size: 18px;
    position: relative;
    top: 17px;
    text-decoration: none;
    color: #BD0000;
}

@media screen and (max-width: 830px) {
    .search-title {
    margin: -10px auto 20px;
    line-height:130%;
    }
    .search-title span {
        background: #F9F9F9;
        padding: 5px 20px;
    }
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top:20px;
}

/* CTAボタン */

.cta-btn {
    display: inline-block;
    width:70%;
    max-width:400px;
    padding: 1em 3em;
    text-decoration: none!important;
    background-color: #BC0001;/*ボタン色*/
    color: #fff!important;
    border-bottom: solid 3px #8f0001;/* 影の色 */
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}
.cta-btn:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
    margin-bottom: 3px;
}

.cta-btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
    margin-bottom: 3px;
}

.cta-btn::after {
    position: absolute;
    top: 44%;
    margin-top: -6px;
    right: 10px;
    z-index: 2;
    display: block;
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.cta-btn2 {
    display: inline-block;
    width:70%;
    font-size:1.3em;
    max-width:400px;
    padding: 1.1em 3em;
    text-decoration: none!important;
    background-color: #16ad0c;/*ボタン色*/
    color: #fff!important;
    border-bottom: solid 3px #11770a;/* 影の色 */
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}
.cta-btn2:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
    margin-bottom: 3px;
}

.cta-btn2:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
    margin-bottom: 3px;
}

.cta-btn2::after {
    position: absolute;
    top: 44%;
    margin-top: -6px;
    right: 10px;
    z-index: 2;
    display: block;
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.cta-btn3 {
    display: inline-block;
    width:70%;
    max-width:400px;
    padding: 1em 3em;
    text-decoration: none!important;
    background-color: rgb(255, 94, 0);/*ボタン色*/
    color: #fff!important;
    border-bottom: solid 3px #bd0a04;/* 影の色 */
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}
.cta-btn3:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
    margin-bottom: 3px;
}
.cta-btn3:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
    margin-bottom: 3px;
}
.cta-btn3::after {
    position: absolute;
    top: 44%;
    margin-top: -6px;
    right: 10px;
    z-index: 2;
    display: block;
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}



.frnt-wrap .top-inline {
  width: auto;
}

/* 検索枠 */
.top-shwind{
    background: #f7f7f7;
    padding:20px 10px;
    border: solid #ccc 1px;
    border-radius: 5px;-webkit-border-radius:5px;-moz-border-radius:5px;

}

@media screen and (max-width: 640px) {
    .top-pick_text{
    padding-top:5px;
    font-size: 0.9em;
    line-height: 1.45em;
    }
    .pick-tit.mart2{
        font-size: 0.9em;
        line-height: 1.2em;
    }
    .flex-50 .chumoku_flo{
        width: 100%;
    }
    img.sly-thm{
    width: 100%;
    height: 130px;
    object-fit: cover;
    }
    img.box-thm{
    width: 100%;
    height: 110px;
    object-fit: cover;
    }
}
@media screen and (min-width: 641px) {
    .top-pick_text{
        font-size: 1em;
        line-height: 1.5em;
    }
    .pick_clm{
        position: absolute;
        bottom:5px;
        width: 96%;
    }
    img.sly-thm{
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    img.box-thm{
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}
@media screen and (max-width:640px){
    .pick_clm{
        font-size:0.7em;
    }
}
.flex-50{width:48%;margin:1%;}

.sly-cnt{background: #fff;padding:2px 0;}
.top-inline{background: #fff;}







/*-----------------------------
Footer
-----------------------------*/
  .foot-main{padding-bottom: 20px;text-align: center;}
  .site-footer{
      margin-top:0px;
  }
  .foot-bg{
      background: #EEEEEE;
      padding: 10px 0;
  }
  .foot-box ul {
      position: relative;
      margin: 0px;
      padding:0px;
  }
@media screen and (min-width:801px){
  .foot-box{
      padding-top: 20px;
      float: left;
      width: 24.5%;
      margin: 0px
      padding: 0px;
      font-size: 12px;
      font-weight: 900;
  }
    .foot-box li {
        display: inline-block;
        margin: 0 0 0 0.1em;
        padding: 0;
        vertical-align: top;
        width: 90%;
    }
}
@media screen and (max-width:800px){
  .foot-box{
      width: 100%;
      margin: 0px;
      padding: 0px;
  }
    .foot-box li {
        display:block;
        margin: 0 0 0 0.1em;
        padding: 0;
        vertical-align: top;
        width: 100%;
    }
    .foot-main{
        padding:20px 30px;
    }
    .foot-logo{margin-top: 20px;}
    .foot-tit{
        font-size:1.1em;
        margin-top:6%;
        font-weight:600;
    }
    .foot-tit_1{
        font-size:1.1em;
        font-weight:600;
    }
}
.foot-box li a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: solid 1px #C80000;
    border-radius:3px;
    color: #C80000;
    font-size: 10px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    width:100%;
    text-overflow: ellipsis;
    margin-top:5px;
}

.site-info{
    background: #BC0001;
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding:5px 0;
}

a.topskip{
    background: #BC0001;
    width:100%;
    color: #fff !important;
    font-size: 1em;
    text-align: center;
    padding:10px;
    display: block;
}

.top_img{
    background: #303030;
    text-align: center;
}
.top_img img{
    max-width:1100px;
    width: 100%;
}

.top_menu_bk{
    background:#BC0001;
    text-align: center;
}

.side_tit{
    font-size: 1.2em;
    width: 100%;
    margin-top:10%;
    margin-bottom:1%;
}
.side_text_list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: solid 1px #868686;
    border-bottom: none;
    border-left: none;
}
.side_text_list li{
    padding: 10px 20px;
    margin: 0px;
    border-bottom: solid 1px #868686;
    border-left: solid 3px #BC0001;
    color: #C80000;
    width: 100%;
    display: inline-block;

}

.side_text_list li::before{
    text-align: left;
    content: "＞　";

}


.entry-title:before{
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-size:0.9em;
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #fff;
  border-left-width: 0;
  min-width:46px;
  min-height:46px;
  color: #fff;
  background: #BC0001;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #F10C0D;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: 'FontAwesome' !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.pagination li.first a::before { content: "|<"; }
.pagination li.last a::after { content: ">|"; }

.pagination li.previous a::before { content: "<"; }
.pagination li.next a::after { content: ">"; }

.pagination li.current a {
 background-color: #ddd;
 color: #BC0001;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

.kokorobana{
    width:60%;
}
@media screen and (max-width:640px){
    .kokorobana{
        width:100%;
    }
}
h3.tit-def{
        margin: 0;
    }
.special-movie-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0 0 0;
}
.special-movie-box{
    width: 23%;
    margin: 0;
}
.special-movie-box a{
    text-decoration: none;
    font-weight: 600;
    color: black;
}
.special-movie-box .photo{
    margin: 0 0 0.5em 0;
}
.special-movie-box .text{
    margin: 0;
}

@media screen and (max-width:640px){
    .special-movie-box{
        width:100%;
        display: flex;
    }
    .special-movie-box .photo{
        margin: 0 0.5em 1.5em 0;
        width:40%;
    }
    .special-movie-box .text{
        font-size: 1.2em;
        width: 60%;
    }
    .side-box .right p{
        margin: 0;
        font-size: 1.1em;
    }
}
/* side box */
.side-box-wrap{
}

.side-box{
    background: #EEE;
    margin-bottom: 1em;
    padding: 0.75em 1em;
    position: relative;
    display: flex;
}
.side-box-wrap a{
    text-decoration: none;
    font-weight: 600;
    color: black;
}
.side-box-wrap .side-box::before{
    position: absolute;
    background: #D67056;
    color: white;
    text-align: center;
    padding: 0.5em;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    line-height: 1;
}
.side-box .photo{
    width: 40%;
    margin: 0;
}
.side-box .right{
    width: 60%;
    margin: 0 0 0 0.5em;
}
.side-box .right p{
    margin: 0;
    font-size: 0.85em;
}
.side-box-wrap a:nth-of-type(1) .side-box:before{
    content: '1';
}
.side-box-wrap a:nth-of-type(2) .side-box:before{
    content: '2';
}
.side-box-wrap a:nth-of-type(3) .side-box:before{
    content: '3';
}

.side-box-wrap a:nth-of-type(4) .side-box:before,
.side-box-wrap a:nth-of-type(5) .side-box:before
{
    background: #666666;
}
.side-box-wrap a:nth-of-type(4) .side-box:before{
    content: '4';
}
.side-box-wrap a:nth-of-type(5) .side-box:before{
    content: '5';
}