@charset "UTF-8";
/* 必須指定 */
#contWrap {
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
        font-size: 14px;
	}
}
/*---*/
@media screen and (max-width: 750px) {
    .innner{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        overflow: hidden;
    }
}
/*--タイトルタグ---*/
#contWrap .ttl-h3{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    background-color: #0574BC;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}
@media screen and (max-width: 750px) {
    #contWrap .ttl-h3{
        font-size: 16px;
        padding: 12px 2%;
    }
}
/*--flex---*/
.flexWrap{
    display: flex;
    justify-content: space-between;
}
.flexWrap-right{
    display: flex;
    flex-direction : row-reverse;
    justify-content: space-between;
}
@media screen and (max-width: 750px){
    .flexWrap,.flexWrap-right{
        display: block;
    }
}
/*メニュー部分*/
#sale_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  margin: 20px 0 0 0;
}
#sale_menu li {
  width: 20%;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #0574BC;
  box-sizing: border-box;
  border-collapse: collapse;
  border-left-width: 0;
  border-top-width: 0;
}
#sale_menu li:nth-child(-n+6) {
  border-top: 1px solid #0574BC;
}
#sale_menu li:nth-child(6n+1) {
  border-left-width: 1px;
}
#sale_menu li a {
    color:#333;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 0 15px 60px;
  background-repeat: no-repeat;
}
#sale_menu li a::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: #0574BC 1px solid;
  border-right: #0574BC 1px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sale_menu li a:hover {
  background-color: #E5EEFF;
}
@media screen and (max-width: 750px) {
    #sale_menu li {
        width: 50%;
        font-size: 12px;
        line-height: 20px;
    }
    #sale_menu li:nth-child(-n+6) {
      border-top: none;
    }
    #sale_menu li:nth-child(6n+1) {
      border-left-width: none;
    }
    #sale_menu li:nth-child(-n+2) {
      border-top: 1px solid #0574BC;
    }
    #sale_menu li:nth-child(2n+1) {
      border-left-width: 1px;
    }
    #sale_menu li a {
        padding-left: 40px
    }
}
/*アイコン表示*/
#sale_menu li:nth-child(1) a {
  background-image: url("../images/img_category_01.png");
  background-size: 50px;
  background-position: 5px 6px;
}
#sale_menu li:nth-child(2) a {
  background-image: url("../images/img_category_02.png");
  background-size: 50px;
  background-position: 5px 6px;
}
#sale_menu li:nth-child(3) a {
  background-image: url("../images/img_category_03.png");
  background-size: 50px;
  background-position: 5px 6px;
}
#sale_menu li:nth-child(4) a {
  background-image: url("../images/img_category_04.png");
  background-size: 50px;
  background-position: 5px 6px;
}
#sale_menu li:nth-child(5) a {
  background-image: url("../images/img_category_05.png");
  background-size: 50px;
  background-position: 5px 6px;
}
@media screen and (max-width: 750px) {
    #sale_menu li:nth-child(1) a ,
    #sale_menu li:nth-child(2) a ,
    #sale_menu li:nth-child(3) a ,
    #sale_menu li:nth-child(4) a ,
    #sale_menu li:nth-child(5) a {
        background-size: 32px;
        background-position: 5px 9px;
    }
}

/*メインイメージ部分
------------------------------------------------*/
#mainImg {
	position: relative;
    overflow: hidden;
}
.imgOver {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
    border-bottom: #FDFC06 5px solid;
}
.imgOver img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
#copyOver {
	width: 100%;
	position: absolute;
	top: 0;
}
#copyOver h2 {
    position: absolute;
    top: 37px;
    left: 30px;
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 102px;
    text-shadow: 0px 0px 6px #333;
}
#copyOver p {
    position: absolute;
    top: 144px;
    left: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 0px 6px #333;
}
@media screen and (max-width: 750px){
    #copyOver h2 {
        top: 25px;
        left: 2%;
        font-size: 26px;
        line-height: 38px;
    }
    #copyOver p {
        top: 117px;
        left: 2%;
        font-size: 14px;
        line-height: 24px;
    }
    .imgOver{
        height: 225px;
        background-color: #D0E4EB;
    }
}
/*ピックアップアイテム
------------------------------------*/
.cateBtn{/*ボタン　もっと見る*/
    text-align: center;
}
.cateBtn a{
    display: inline-block;
    text-decoration: none;
    border: 2px solid #0574BC;
    background: #fff;
    color: #0574BC;
    border-radius: 3px;
    padding: 10px 100px;
    font-weight: 700;
    line-height: 1.4;
}
.cateBtn a:hover{
    background: #0574BC;
    color: #fff;
}
@media screen and (max-width: 750px){
    .cateBtn a{
        padding: 10px 0;
        width: 95%;
    }
}
/*#ページリンク調整
----------------------------------*/
#chui,
#keisoku,
#sofu,
#yobou,
#ohkyu{
	margin-top: -50px;
	padding-top: 50px;
}