/* CSS Document */
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
  /*ここにcss*/
  .topslide {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 90px;
  }
  .slide-items {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .slide-items img {
    max-width: 100%;
  }
  .top-image_con {
    width: 100%;
    background-image: url("images/pc_head_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 150px;
  }
  .top-image_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .top-image_box_l, .top-image_box_r {
    width: 50%;
  }
  .top-image_box_l {
    box-sizing: border-box;
    padding: 10% 0 0 10%;
    color: #fff;
    text-shadow: 0px 0px 4px #808080;
  }
  .top-image_box_title {
    font-size: 4em;
    line-height: 1.1em;
    margin-bottom: 15px;
  }
  .top-image_box_txt {
    font-size: 1.2em;
    line-height: 2.4em;
  }
  .top-image_box_r {
    text-align: right;
    box-sizing: border-box;
    padding: 40px 0;
  }
  /*ニュース*/
  .news {
    width: 800px;
    margin: 0 auto 140px;
  }
  .news th {
    padding-right: 20px;
  }
  .news td {
    padding-bottom: 15px;
  }
  /*商品一覧*/
  .item_images {
    background-image: url("images/item_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 100px 0;
    margin-bottom: 140px;
  }
  /*由来*/
  .morikago_con {
    box-sizing: border-box;
    padding: 170px 47% 170px 20%;
    background-image: url("images/pc_kago01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    margin-bottom: 100px;
  }
  .morikago_title {
    font-size: 3.0em;
    line-height: 1.1em;
    letter-spacing: 0.7em;
    margin-bottom: 30px;
  }
  .morikago_txt {
    font-size: 1.2em;
    line-height: 1.9em;
  }
  .contents_con {
    margin-bottom: 100px;
  }
  .catalog_con {
    margin: 0 auto 100px;
  }
  .catalog_title {
    text-align: center;
    font-size: 1.9em;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
  .catalog_img {
    text-align: center;
    margin-bottom: 15px;
  }
  .catalog_pdf {
    text-align: center;
    margin-bottom: 45px;
  }
  .catalog_pdf img {
    height: 60px;
    width: auto;
    margin: 15px;
  }
	.catalog_pdf img:hover{
		opacity: 80%;
	}	
	
 .catalog_title_23 {
	 color: #191F86;
    text-align: center;
    font-size: 1.9em;
    line-height: 1.1em;
    margin-bottom: 20px;
  }	
 .catalog_note_23 {
    width: 800px;
    margin: 0 auto 65px;
    line-height: 1.8em;
  }	
  .catalog_note_title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #126DE3;
  }
  .catalog_note {
    width: 800px;
    margin: 0 auto 15px;
    line-height: 1.8em;
  }
  .catalog_note_red {
    width: 800px;
    margin: 0 auto 15px;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #D65127;
  }
  .order_pdf {
    text-align: center;
    margin-bottom: 60px;
  }
  .catalog_pdf img {
    height: 60px;
    width: auto;
    margin: 15px;
  }
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
  /*ここにcss*/
  .top-image_con {
    width: 100%;
    background-image: url("images/sp_head_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 70px;
    box-sizing: border-box;
    padding: 80px 0;
  }
  .top-image_box {}
  .top-image_box_l, .top-image_box_r {}
  .top-image_box_l {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0px 0px 4px #808080;
  }
  .top-image_box_title {
    font-size: 2.2em;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-align: center;
  }
  .top-image_box_txt {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  .top-image_box_r {
    box-sizing: border-box;
    padding: 40px 0;
  }
  /*ニュース*/
  .news {
    width: 90%;
    margin: 0 auto 70px;
  }
  .news table {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding: 10px;
  }
  .news tr {
    display: block;
    margin-bottom: 20px;
  }
  .news th {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news td {
    border-bottom: 1px solid #656565;
    display: block;
    padding-bottom: 10px;
  }
  /*由来*/
  .morikago_con {
    box-sizing: border-box;
    padding: 40px 5% 400px 5%;
    background-image: url("images/sp_kago01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    margin-bottom: 50px;
  }
  .morikago_title {
    font-size: 2.2em;
    line-height: 1.1em;
    letter-spacing: 0.7em;
    margin-bottom: 30px;
    text-align: center;
  }
  .morikago_txt {
    font-size: 1.2em;
    line-height: 1.9em;
  }
  .contents_con {
    width: 90%;
    margin: 0 auto 50px;
  }
  .catalog_con {
    width: 90%;
    margin: 0 auto 50px;
  }
  .catalog_title {
    text-align: center;
    font-size: 5.5vw;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
  .catalog_img {
    text-align: center;
    margin-bottom: 15px;
  }
  .catalog_pdf {
    text-align: center;
    margin-bottom: 15px;
  }
  .catalog_pdf img {
    height: 60px;
    width: auto;
    margin: 15px;
  }
  .catalog_note_title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #126DE3;
  }
  .catalog_note {
    margin: 0 auto 15px;
    line-height: 1.8em;
  }
  .catalog_note_red {
    margin: 0 auto 15px;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #D65127;
  }
  .order_pdf {
    text-align: center;
    margin-bottom: 60px;
  }
  .catalog_pdf img {
    height: 60px;
    width: auto;
    margin: 15px;
  }
  /*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/