@charset "utf-8";


/*-----------------------------------------------
slider
-----------------------------------------------*/
@media screen and (min-width:751px){
  .slider-for{
    width:1000px;
    margin:auto;
  }




  .slider-for .slick-arrow{
    position: absolute;
    top:0;
    width:50px;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    z-index: 100;
  }
  .slider-for .slick-prev{
    left:-50px;
  }
  .slider-for  .slick-next{
    right:-50px;
  }

  .slider-for .slick-prev:before,
  .slider-for .slick-next:before{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    text-indent:0;
  }
  .slider-for .slick-prev:before{
    content:"\f104";
    font: normal normal normal 100px/1 FontAwesome;
    color:#fff;
    left:0;
  }
  .slider-for .slick-next:before{
    content:"\f105";
    font: normal normal normal 100px/1 FontAwesome;
    color:#fff;
    right:0;
  }
  .slider-for .slick-list{
    overflow: visible !important;
  }

  .slider_btm{
    width:100%;
    background-color:#585858;
  }
  .slider-nav{
    width:950px;
    margin:auto;
  }
  .slider-nav .slick-slide img{
    width:100%;
  }
  .slider-nav .slick-slide svg{
    vertical-align: bottom;
  }
  .slider-nav .slick-slide:not(.slick-current) image{
    filter: url(#grayscale);
  }
  .slider-nav .slick-slide image{
    display: block;
    width:100%;
  }
  .slider_btm .slick-arrow{
    position: absolute;
    top:0;
    width:25px;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background-color:#001f3f;
    outline: none;
  }
  .slider_btm .slick-prev{
    left:-25px;
    border-right:1px solid #fff;
  }
  .slider_btm .slick-next{
    right:-25px;
    border-left:1px solid #fff;
  }

  .slider_btm .slick-prev:before,
  .slider_btm .slick-next:before{
    content:"";
    border:7px solid transparent;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
  }
  .slider_btm .slick-prev:before{
    border-right-color:#fff;
    left:0;
  }
  .slider_btm .slick-next:before{
    border-left-color:#fff;
    right:0;
  }
}
@media screen and (max-width:750px){
  .slider-for{
    width:100%;
  }
  .slider_btm{
    display:none !important;
  }
  .slick-slide img{
    width:100%;
  }
  .slick-dots{
    display:-ms-flex-box;
    display:flex;
    width:100%;
    justify-content: center;
    padding:5px 0 4px;
  }
  .slick-dots li{
    padding:0 3px;
  }
  .slick-dots li button{
    width:6px;
    height: 6px;
    border-radius: 50%;
    text-indent:-9999px;
    overflow: hidden;
    background-color:#b5b5b5;
    vertical-align: middle;
  }
  .slick-dots li.slick-active button{
    background-color:#f30000;
  }
}

/*-----------------------------------------------
ncov_info
-----------------------------------------------*/
#ncov_info{
  background-color:#d7dceb;
  padding: 15px 15px 15px 15px;
  font-family: sans-serif;
}
  .info_header {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 5px solid #e00000;
	background: #e00000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
	padding: 10px 10px 10px 10px;
    font-size: 18px;
    text-align: center;
  }
  .info_header a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

/*-----------------------------------------------
search_box
-----------------------------------------------*/
#search_box{
  background-color:#d7dceb;
}
.search_list{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack:justify;
  justify-content: space-between;
}
.search_list > li{
  background-color:#fff;
  border:1px solid #39559f;
}
.search_list > li a{
  display:-ms-flexbox;
  display:flex;
  color:#39559f;
  font-weight: bold;
  background-color:#fff;
  position: relative;
  line-height: 1;
  transition:.5s;
  height: 100%;
  align-items: center;
}
.search_list > li a:hover{
  color:#fff;
  background-color:#39559f;
  transition:.2s;
}
.search_list > li a:before{
  content:"";
  position: absolute;
  left:0;
  top:0;
  height: 100%;
}
.search_box{
  display:-ms-flexbox;
  display:flex;
  background-color:#c1c1c1;
}
@media screen and (min-width:751px){
  #search_box{
    padding:40px 80px;
  }
  .search_list{
    margin-bottom:30px;
  }
  .search_list > li{
    margin-bottom:20px;
  }
  .search_list > li a{
    padding:20px 10px 20px 78px;
    font-size:1.6rem;
  }
  .search_list > li a:before{
    width:68px;
  }
  .search_list > li.search_list01 a:before{background:url(../images/icon/icon_search01.png) center center no-repeat;}
  .search_list > li.search_list02 a:before{background:url(../images/icon/icon_search02.png) center center no-repeat;}
  .search_list > li.search_list03 a:before{background:url(../images/icon/icon_search03.png) center center no-repeat;}
  .search_list > li.search_list04 a:before{background:url(../images/icon/icon_search04.png) center center no-repeat;}
  .search_list > li.search_list05 a:before{background:url(../images/icon/icon_search05.png) center center no-repeat;}
  .search_list > li.search_list06 a:before{background:url(../images/icon/icon_search06.png) center center no-repeat;}
  .search_list > li.search_list07 a:before{background:url(../images/icon/icon_search07.png) center center no-repeat;}
  .search_list > li.search_list08 a:before{background:url(../images/icon/icon_search08.png) center center no-repeat;}
  .search_list > li.search_list09 a:before{background:url(../images/icon/icon_search09.png) center center no-repeat;}
  .search_box{
    padding:20px 25px;
    max-width:900px;
    margin:auto;
  }
  .search_box .search_input{
    width:calc(100% - 70px);
    background-color:#fff;
    padding:5px 10px;
    font-size:1.6rem;
    line-height: 50px;
  }
  .search_box .search_submit{
    width:70px;
    height: 60px;
    background:url(../images/icon/icon_search.png) center center no-repeat;
  }
}
@media screen and (min-width:1920px){
  .search_list{
    justify-content: flex-start;
  }
  .search_list > li{
    width:calc((100% - 60px) / 5);
  }
  .search_list > li:not(:nth-child(5n+5)){
    margin-right:15px;
  }
}
@media screen and (min-width:1721px) and (max-width:1919px){
  .search_list > li{
    width:calc((100% - 60px) / 4);
  }
}
@media screen and (min-width:751px) and (max-width:1720px){
  .search_list > li{
    width:calc((100% - 40px) / 3);
  }
}
@media screen and (max-width:750px){
  #search_box{
    padding:15px 10px;
  }
  .search_list{
    margin-bottom:20px;
  }
  .search_list > li{
    width:calc((100% - 10px)/2);
    margin-bottom:10px;
  }
  .search_list > li a{
    padding:12px 10px 12px 55px;
    font-size:1.4rem;
  }
  .search_list > li a:before{
    width:45px;
  }
  .search_list > li.search_list01 a:before{background:#39559f url(../images/icon/icon_search01.png) left center /contain no-repeat;}
  .search_list > li.search_list02 a:before{background:#39559f url(../images/icon/icon_search02.png) left center /contain no-repeat;}
  .search_list > li.search_list03 a:before{background:#39559f url(../images/icon/icon_search03.png) left center /contain no-repeat;}
  .search_list > li.search_list04 a:before{background:#39559f url(../images/icon/icon_search04.png) left center /contain no-repeat;}
  .search_list > li.search_list05 a:before{background:#39559f url(../images/icon/icon_search05.png) left center /contain no-repeat;}
  .search_list > li.search_list06 a:before{background:#39559f url(../images/icon/icon_search06.png) left center /contain no-repeat;}
  .search_list > li.search_list07 a:before{background:#39559f url(../images/icon/icon_search07.png) left center /contain no-repeat;}
  .search_list > li.search_list08 a:before{background:#39559f url(../images/icon/icon_search08.png) left center /contain no-repeat;}
  .search_list > li.search_list09 a:before{background:#39559f url(../images/icon/icon_search09.png) left center /contain no-repeat;}
  .search_box{
    padding:10px 15px;
  }
  .search_box .search_input{
    width:calc(100% - 35px);
    background-color:#fff;
    padding:5px 10px;
    font-size:1.4rem;
    line-height: 20px;
  }
  .search_box .search_submit{
    width:35px;
    height: 30px;
    background:url(../images/icon/icon_search.png) center center /contain no-repeat;
  }
}

/*-----------------------------------------------
pickup
-----------------------------------------------*/
.pickup_list{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pickup_genre{
  display:block;
  background-color:#eee;
  font-size:1.4rem;
  font-weight: bold;
  line-height: 1;
}
.pickup_inner{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pickup_ttl{
  font-weight: bold;
}
.pickup_link{
  display:block;
  width:100%;
}
.pickup_link a{
  display:block;
  width:100%;
  color:#fff;
  font-size:1.2rem;
  line-height: 1;
  background-color:#001f3f;
  text-align: center;
  position: relative;
  transition:.5s;
}
.pickup_link a:hover{
  opacity: .7;
  transition:.2s;
}
.pickup_link a:before{
  content:"";
  border:5px solid transparent;
  border-left-color:#fff;
  position:absolute;
  left:14px;
  top:50%;
  transform: translateY(-50%);
}
.pickup_link a:after{
  content:"";
  border:2px solid #fff;
  width:15px;
  height: 15px;
  border-radius: 100%;
  position:absolute;
  left:8px;
  top:50%;
  transform: translateY(-50%);
}
@media screen and (min-width:751px){
  #pickup{
    padding:40px 80px;
  }
  .pickup_list li{
    border:1px solid #dedede;
    margin:9px;
  }
  .pickup_genre{
    padding:12px;
  }
  .pickup_ttl{
    font-size:1.4rem;
  }
  .pickup_link a{
    padding:6px 10px 6px 30px;
    border-radius: 12px;
  }
}
@media screen and (min-width:1920px){
  .pickup_list li{
    width:calc((100% - 120px) / 6);
  }
}
@media screen and (min-width:1601px) and (max-width:1919px){
  .pickup_list li{
    width:calc((100% - 80px) / 4);
  }

}
@media screen and (min-width:1601px){
  .pickup_inner{
    padding:20px;
  }
  .pickup_list li{
    padding-bottom:50px;
    position: relative;
  }
  .pickup_image,
  .pickup_text{
    width:100%;
  }
  .pickup_image{
    height: 130px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-bottom:15px;
  }
  .pickup_image img{
    width:auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%)
  }
  .pickup_link{
    position: absolute;
    left:0;
    bottom:20px;
  }
  .pickup_link a{
    max-width:190px;
    margin:auto;
  }
}
@media screen and (min-width:751px) and (max-width:1600px){
  .pickup_list li{
    width:calc((100% - 60px) / 3);
    position: relative;
  }
  .pickup_inner{
    padding:20px 12px;
  }
  .pickup_image{
    width:90px;
  }
  .pickup_image img{
    width:100%;
  }
  .pickup_text{
    width:calc(100% - 90px);
    padding:0 10px 45px;
  }
  .pickup_link{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  .pickup_link a{
    max-width:130px;
    margin-left:auto;
  }
}
@media screen and (max-width:750px){
  #pickup{
    padding:15px 10px;
  }
  .pickup_list li{
    width:100%;
    border-top:1px solid #dedede;
    position: relative;
  }
  .pickup_genre{
    padding:10px;
  }
  .pickup_inner{
    padding:10px 10px 20px 10px;
  }
  .pickup_image{
    width:60px;
  }
  .pickup_image img{
    width:100%;
  }
  .pickup_text{
    width:calc(100% - 60px);
    padding:0 10px 45px;
  }
  .pickup_ttl{
    font-size:1.2rem;
  }
  .pickup_link{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  .pickup_link a{
    max-width:140px;
    margin-left:auto;
    padding:8px 10px 8px 30px;
    border-radius: 14px;
  }
}

/*-----------------------------------------------
news_list
-----------------------------------------------*/
.news_list{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border:1px solid #c4c4c4;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.news_list::-webkit-scrollbar{
  width: 7px;
}
.news_list::-webkit-scrollbar-thumb{
  background: #999;
  border-radius: 5px;
}
.news_list::-webkit-scrollbar-track-piece {
  background: #efefef;
}


.news_list li{
  border-bottom:1px dotted #8c8c8c;
}
.news_list li a{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:10px;
  transition:.5s;
}
.news_list li a:hover{
  background-color:#eee;
  transition:.2s;
}
.news_list li a p{
  font-weight: bold;
  color:#000;
}
.news_list li a p.news_genre{
  display:inline-block;
  padding:2px 5px;
  color:#fff;
  margin-right:10px;
  font-size:1rem;
  position: relative;
  top:-2px;
}
.news_genre.genre01{background-color:#fc5a7c;}
.news_genre.genre02{background-color:#65a110;}
.news_genre.genre03{background-color:#f07a08;}
.news_genre.genre04{background-color:#bf912d;}
.news_genre.genre05{background-color:#a115fa;}
.news_genre.genre06{background-color:#222a92;}
.news_genre.genre07{background-color:#1a956b;}


.news_list li a p.news_text{
  display:inline;
}

@media screen and (min-width:751px){
  #news{
    padding:40px 80px;
  }
  .news_list{
    height: 260px;
    padding:15px 20px;
  }
  .news_list li a p{
    font-size:1.4rem;
  }
  .news_list li a p.news_date{
    width:110px;
  }
  .news_list li a > div{
    width:calc(100% - 110px);
  }
}
@media screen and (min-width:1441px){
  .news_list{
    justify-content: space-between;
  }
  .news_list li{
    width:calc((100% - 20px) /2);
  }

}
@media screen and (min-width:751px) and (max-width:1440px){
  .news_list{
    height: 250px;
    padding:15px 20px;
  }
  .news_list li{
    width:100%;
  }
}
@media screen and (max-width:750px){
  #news{
    padding:15px 10px;
  }
  .news_list{
    height: 300px;
    padding:15px 20px;
  }
  .news_list li{
    width:100%;
  }
  .news_list li a p{
    font-size:1.2rem;
  }
  .news_list li a p.news_date{
    width:100%;
  }
  .news_list li a p.news_text {
    display: block;
    margin-top:5px;
  }
}

/*-----------------------------------------------
link_area
-----------------------------------------------*/
.link_area .inner{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color:#d9d9d9;
  padding:40px 90px;
}
.link_area .inner > p a{
  display:block;
  width:100%;
  text-align: center;
  background-color:#fff;
  transition:.5s;
}

.link_area .inner > p a span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 16px 10px 14px;
  color:#000;
}
.link_area .inner > p.cont_store a{
  border:1px solid #313b50;
}
.link_area .inner > p.cont_store a:hover{
  background-color:#d6d8dc;
  transition:.2s;
}
.link_area .inner > p.cont_store a span {
    padding-left: 40px;
    background: url(../images/icon/icon_store_c.png) left center no-repeat;
}
.link_area .inner > p.cont_inquiry a{
  border:1px solid #e00d0d;
}
.link_area .inner > p.cont_inquiry a:hover{
  background-color:#f9cfcf;
  transition:.2s;
}
.link_area .inner > p.cont_inquiry a span {
  color:#e00d0d;
  padding-left: 40px;
  background: url(../images/icon/icon_inquiry_c.svg) left center /24px 30px no-repeat;
}

@media screen and (min-width:751px){
  .link_area{
    padding:40px 80px;
  }
  .link_area .inner{
    padding:40px 90px;
    margin:auto;
  }
  .link_area .inner > p{
    width:calc((100% - 60px) /2);
  }

}
@media screen and (min-width:1441px){

}
@media screen and (min-width:751px) and (max-width:1440px){

}
@media screen and (max-width:750px){
  .link_area{
    padding:30px 0;
  }
  .link_area .inner{
    padding:20px 10px;
  }
  .link_area .inner > p{
    width:calc((100% - 20px) /2);
  }
  .link_area .inner > p a span{
    font-size:1.2rem;
  }
}

.flex_box{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width:1721px){
  .flex_box{
    width:1350px;
    justify-content: space-between;
    margin:auto;
  }
}
@media screen and (min-width:1441px) and (max-width:1720px){
  .flex_box{
    width:1100px;
    justify-content: space-between;
    margin:auto;
  }
}
@media screen and (min-width:1441px){
  .flex_box{
    padding:50px;
  }
}

/*-----------------------------------------------
news_list
-----------------------------------------------*/

#link_list ul{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

#link_list li a{
  font-weight: bold;
  color:#000;
  transition:.5s;
}
#link_list li a:hover{
  opacity:.7;
  transition:.2s;
}
#link_list li img{
  border:1px solid #cfcfcf;
}

@media screen and (min-width:751px){
  #link_list li{
    width:210px;
    margin-bottom:25px;
  }

}
@media screen and (min-width:1721px){
  #link_list{
    width:695px;
  }
  #link_list li:not(:nth-child(3n+3)){
    margin-right:25px;
  }
}
@media screen and (min-width:1441px) and (max-width:1720px){
  #link_list{
    width:445px;
  }
  #link_list li:not(:nth-child(2n+2)){
    margin-right:25px;
  }
}
@media screen and (min-width:751px) and (max-width:1440px){
  #link_list{
    margin:0 auto 40px;
  }
  #link_list ul{
    width:915px;
    margin:auto;
    justify-content: space-between;
  }

}
@media screen and (max-width:750px){
  #link_list{
    width:100%;
    max-width:490px;
    margin:auto;
    padding:20px 30px;
  }
  #link_list ul{
    width:100%;
    justify-content: space-between;
  }
  #link_list li{
    width:calc((100% - 20px) /2);
    margin-bottom:20px;
  }
  #link_list li img{
    width:100%;
  }

}


/*-----------------------------------------------
social_area
-----------------------------------------------*/
#social_area .inner > div{
  width:250px;
  height: 210px;
  overflow: hidden;
}
@media screen and (min-width:751px){
  #social_area{
    width:520px;
    margin:0 auto;
  }
  #social_area .inner{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
  }
  #social_area .inner > h2{
    width:100%;
  }
}
@media screen and (max-width:750px){
  #social_area{
    width:250px;
    margin:0 auto;
    padding:0 0 30px;
  }
  #social_area .facebook{
    margin-bottom:30px;
  }
}

.search_btn_area{
  display:none !important;
}



a[target="_blank"] .news_text:after,
.target_blank .pickup_ttl:after  {
  content:url(/wp-content/themes/twentyseventeen_child/assets/images/icon/icon_blank02.png);
  margin-left:10px;
  filter: grayscale(1);
}
