@charset "utf-8";

/* CSS Document */

@media only screen and (min-width: 769px) {

  img {
    max-width: 100%;
    height: auto;
    width/***/
    : auto;
    vertical-align: bottom;
  }
  body {
    margin: 0px;
    padding: 0px;
  }
  
  .header_back{
  margin: 0 auto;
  width: 100%;
  background: #fff;
  }
  
  header_main {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 960px;
  }
  header_main div.column_header_l {
    width: calc(50% - 0px);
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0px;
    margin: 0px;
  }
  header_main div.column_header_r {
    width: calc(50% - 0px);
    text-align: right;
    margin: 0px;
  }
  .header_right img {
    width: 13px;
    padding-right: 5px;
    padding-left: 20px;
    vertical-align: middle;
  }
  .header_right_txt {
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    color: #fff;
  }
  a.header_link:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  a.header_link:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  a.header_link:hover {
    text-decoration: none;
    color: #faffa3;
    transition: 0.5s;
  }
  a.header_link:active {
    text-decoration: none;
    color: #faffa3;
  }
  .header_line {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #062988;
  }
  h1 {
    display: inline-block;
    margin: 0 auto;
    margin-left: 0px;
    text-align: left;
    font-size: 10px;
	  font-weight: 400;
    color: #fff;
  }
	
  h1 img {
    margin: 0 auto;
    width: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
  }	
  .header_right {
    display: inline-block;
    margin-right: 0px;
    color: #fff;
    background: #062988;
  }

  .header_area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 960px;
  }
  .header_tel01 {
    margin: 0 auto;
    padding-top: 5px;
    font-size: 30px;
    font-family: 'Arial Black', sans-serif;
    color: #ff4a00;
  }
  .header_tel01 img {
    margin: 0 auto;
    width: 40px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .header_tel01_sm {
    margin: 0 auto;
    margin-top: -7px;
    font-size: 11px;
  }
  /* ヘッダーメニュー */
  .nav {
    width: 960px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    display: flex;
  }
  .nav li {
    position: relative;
    list-style: none;
  }
  .nav li a {
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.6;
    background: #fff;
    transition: 0.5s;
    text-decoration: none;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  .nav>li:hover>a {
    /*layer-1*/
    color: #cd562c;
    background: #fffaee;
  }
  .nav>li li:hover>a {
    /*layer-2*/
    background: #ffc170;
  }
  .nav li ul {
    top: 40px;
    left: -40px;
    position: absolute;
    z-index: 1000;
  }
  .nav li ul li {
    overflow: hidden;
    height: 0;
    transition: 0.2s;
  }
  .nav li ul li a {
    border-top: 1px solid #eee;
  }
  .nav li:hover>ul>li {
    overflow: visible;
    height: 40px;
  }
  .nav li ul li ul {
    top: 0;
    left: 110px;
  }
  .nav li ul li ul:before {
    /*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .nav li ul li ul li:hover>a {
    /*layer-3*/
    color: pink;
    background: #afc6e2;
  }
  .nav li ul li ul.left {
    top: 0;
    left: -190px;
  }
  .nav li ul li ul.left:before,
  /*layer-2-left▷*/
  .nav li ul li ul li ul.left:before {
    /*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .nav li ul li ul.left li:hover>a {
    /*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
  .nav li ul li ul li ul.left li:hover>a {
    /*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }
  .content {
    width: 750px;
    height: 200px;
    background: #eee;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
  }
  a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }
  .DivLink {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 500px;
    background-color: #e60012;
    border: 2px solid #fff;
    padding: 10px 0px 10px 0px;
    color: #ffff99;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .DivLink .Link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* フッダーエリア */
  .footer_back {
    margin: 0 auto;
    width: 100%;
    background: #f6f4ef;
    padding-top: 30px;
  }
  .footer_copy {
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    color: #999;
    padding-bottom: 10px;
  }
  footer_main {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 960px;
  }
  footer_main div.column_footer_l {
    width: calc(30% - 0px);
    text-align: left;
    padding-top: 13px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin: 0px;
  }
  .column_footer_l img {
    vertical-align: middle;
  }
  footer_main div.column_footer_r {
    width: calc(60% - 0px);
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
  }
  .v_line_left {
    border-left: 2px solid #666;
    padding-left: 15px;
    font-size: 12px;
  }
  footer_main div.column_footer_line {
    width: calc(25% - 0px);
    text-align: left;
    padding-top: 30px;
    padding-bottom: 5px;
    margin: 0px;
  }
  .column_footer_line img {
    width: 13px;
    vertical-align: middle;
    padding-right: 5px;
    margin-top: -3px;
  }
  .footer_text {
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    padding-bottom: 7px;
    color: #333333;
  }
  a.footer_link:link {
    color: #333;
    text-decoration: none;
  }
  a.footer_link:visited {
    color: #333;
    text-decoration: none;
  }
  a.footer_link:hover {
    text-decoration: none;
    color: #999;
    transition: 0.5s;
  }
  a.footer_link:active {
    text-decoration: none;
    color: #999;
  }
  
#goto_top {
    position: fixed;
	z-index: 100;
    right: 1%;
    bottom: 2%;
}

#goto_top a {
    width: 70px;
    height: 55px;
	padding-top: 15px;
    border-radius: 10px;
	line-height: 20px;
 
}

a:link {
	color: #3366cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366cc;
}
a:hover {
	text-decoration: underline;
	color: #3366cc;
}
a:active {
	text-decoration: none;
	color: #ff9900;
}

/* TOPポップアップ */

#demo-style {
background-color: #ff4141;
    color: #fff;
    display: block;
    border-radius: 200px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 80px;
    font-size: 15px;
	width: 500px;
	margin-top: 40px;
	border: 2px #fff solid;
}

.open {
	cursor:pointer;
}
#pop-up {
	display: none;
}
.overlay {
	display: none;
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 100vw;
	max-width: 580px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0!important;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.back-from-demo {
    display: block;
    color: #1492AF;
    font-weight: bold;
    background: #fff;
    border: 2px solid #1492AF;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
}
.back-from-demo:hover {
   color: #fff!important;
    background: #1492AF;
text-decoration: none;
}

.pcr{
margin: 0 auto;
padding: 30px;
font-size: 13px;
color: #333;
}

/* 商品エリア */

  main_product {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 960px;
  }
  
    main_product div.column_product {
    width: calc(25% - 18px);
    text-align: left;
    margin: 20px 8px 8px 8px;
	background: #fff;
	border: 1px #ccc solid;
  }
  
  .column_product img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  }
  

  
       main_product div.column_product3 {
    width: calc(25% - 16px);
    text-align: left;
    margin: 30px 8px 8px 8px;
	background: #fff;
	box-shadow: 4px 4px 5px rgba(102, 102, 102, 0.4);
  }
  
  .hoge {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.hoge a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.hoge:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.8;/* FF , Netscape */
    -khtml-opacity: 0.8;/* Safari 1.x */
    opacity:0.8;
	background: rgba(249, 255, 158, 1);
    zoom:1;/*IE*/
	transition: 0.5s ;
}

.h2_reco{
margin: 0 auto;
text-align: center;
font-size: 19px;
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"),
       local("Yu Gothic");
  font-weight: 500;
  padding-bottom: 0px;
  padding-top: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 700px;
  text-shadow: 4px 4px 5px rgba(102, 68, 0, 0.4);
}

.reco_waku{
margin: 0 auto;
text-align: center;
width: 900px;
background: #fff;
padding: 20px 20px 10px 20px;
margin-top: 20px;
}

.reco_p01{
margin: 0 auto;
text-align: left;
font-size: 14px;
padding-top: 5px;
padding-bottom: 10px;
color:#F47100;
height: 60px;
}

  
}