@charset "utf-8";

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  /*font-family: "Shippori Mincho", serif !important;*/
  font-family: 'noto serif japanese', serif, sans-serif;
  font-family: 'noto serif jp', serif;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 0;
  padding: 0;
  /*transform: rotate(0.001deg);*/
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 共通クラス */
.clear {
  clear: both;
}

br.clear {
  border: none;
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
   /**/
}

.fix-bnr {
  display: none;
}

.visible {
  display: block;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sp-view {
  display: none !important;
}

.pc-view {
  display: block !important;
}

/* structure */
body {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

a img {
  border: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  -moz-opacity: .6;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  filter: alpha(opacity=60);
  opacity: .6;
  text-decoration: none;
  transition: .3s;
}

a:active {
  -moz-opacity: .6;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  filter: alpha(opacity=60);
  opacity: .6;
  text-decoration: none;
  transition: .3s;
}

a:hover img {
  -moz-opacity: .6;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  filter: alpha(opacity=60);
  opacity: .6;
  transition: .3s;
}

.sp-view {
  display: none;
}

.pc-view {
  display: block;
}

.inner {
  margin: 0 auto;
  width: 965px;
}

.content-title {
  margin: 0 0 25px;
}

.content-title h2 {
  border-bottom: 1px solid #22304f;
  font-size: 24px;
  text-align: center;
}

.content-title span {
  color: #22304f;
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
  text-align: center;
}

/* header */
#header a {
  color: #fff;
  text-decoration: none;
}

#header {
  background: #22304f;
  color: #fff;
  height: 113px;
  /*position:fixed;*/
  width: 100%;
  /*z-index:9999;*/
}

.header-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 0 12px;
  width: 965px;
}

.header-inner .h-logo {
  padding: 6px 0 0;
}

.header-inner .h-search .search-area {
  background: #fff;
  height: 38px;
  padding: 0 10px;
  width: 390px;
}

.header-inner .h-search .search-area form {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header-inner .h-search .search-area input {
  border: none;
  font-size: 14px;
  padding: 10px 0;
  width: 340px;
}

.header-inner .h-search .search-area input[type="image"] {
  padding: 0;
  width: 35px;
}

.header-inner .h-search ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}

.header-inner .h-search ul li {
  border-right: 1px solid #959ea7;
  font-size: 14px;
  padding: 0px 12px;
}

.header-inner .h-search ul li:nth-child(1) {
  border-right: 1px solid #959ea7;
  padding: 0px 12px 0 0;
}

.header-inner .h-search ul li:nth-child(2) {
  border-right: 0px;
}

.header-inner .h-search ul li:nth-child(3) {
  border-right: 0px;
  padding: 0 0 0 12px;
}

.header-inner .h-search ul li a {
  background: url(https://www.ise-miyachu.co.jp/images-n/common/i-arr-down.png) no-repeat 100% 50%;
  display: block;
  letter-spacing: -0.05em;
  padding: 4px 24px 4px 0;
}

.header-inner .h-search ul li.parent {
  position: relative;
  text-align: center;
  width: 50%;
}

.mod_dropnavi_child{
  display:none;
  left:0px;
  padding:12px 0 0 0 !important;
  position:absolute;
  top:10px;
  z-index:99;
}

.header-inner .h-search .mod_dropnavi_child ul {
  display: block;
}

.header-inner .h-search .mod_dropnavi_child ul li {
  background: rgba(255,255,255,0.9); 
  border: none!important;
  color: #22304f;
  padding: 10px 0 !important;
}

.header-inner .h-search .mod_dropnavi_child ul li a{
  background: none;
  color: #22304f !important;
  padding: 0 20px;
}

.header-inner .h-info .lead {
  background: #ccc;
  border-radius: 10px;
  color: #22304f;
  font-size: 10px;
  padding: 0 10px;
}

.header-inner .h-info .lead span {
  font-size: 14px;
}

.header-inner .h-info .lead span.red {
  color: #d41a19;
}

.header-inner .h-info .tel {
  align-items: center;
  display: flex;
  margin: 6px 0 0;
}

.header-inner .h-info .tel .no {
  background: url(https://www.ise-miyachu.co.jp/images-n/common/i-freedial.png) no-repeat 0 50%;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 0 .5em 0 1.5em;
}

.header-inner .h-info .tel .time {
  font-size: 10px;
  line-height: 1.5;
}

.header-inner .h-info ul {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin: 4px 0 0;
}

.header-inner .h-info ul li.home {
  background: url(https://www.ise-miyachu.co.jp/images-n/common/i-home.png) no-repeat 0 40%;
  padding: 0 0 0 1.8em;
}

.header-inner .h-info ul li.contact {
  background: url(https://www.ise-miyachu.co.jp/images-n/common/i-mail.png) no-repeat 0 50%;
  padding: 0 0 0 1.8em;
}

.header-inner .h-info ul li.login {
  background: url(https://www.ise-miyachu.co.jp/images-n/common/i-login.png) no-repeat 0 40%;
  padding: 0 0 0 1.8em;
}

.header-inner .h-info ul li.cart {
  background: url(https://www.ise-miyachu.co.jp/images-n/common/i-cart.png) no-repeat 0 40%;
  padding: 0 0 0 1.8em;
}

/* wrapper */
.wrapper-inner {
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
  width: 965px;
}

/* main */
#main {
/*
  width: 740px;
*/
}

/* sub1 */
#sub1 {
  margin: 0 40px 100px 0;
  width: 180px;
}

#sub1 .s1-bnr {
  margin: 0 0 10px;
}

#sub1 .s1-bnr-flow {
  border: 1px solid #707070;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 20px 0;
  text-align: center;
}

#sub1 .s1-search {
  border: 1px solid #707070;
  padding: 0 10px 0 0;
  margin: 0 0 30px;
}

#sub1 .s1-search input {
  border: none;
  font-size: 14px;
  padding: 10px;
  width: 150px;
}

#sub1 .s1-search .search-area input[type="image"] {
  padding: 0;
  width: 32px;
}

#sub1 .s1-search .search-area form {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#sub1 .category-list {
  margin: 0 0 20px;
}

#sub1 .category-list .pc-text {
}

#sub1 .category-list .heading {
  align-items: center;
  border-bottom: 1px solid #22304f;
  display: flex;
  margin: 0 0 5px;
  padding: 0 0 7px;
}

#sub1 .category-list .heading .i-con {
  padding: 0 10px 0 0;
}

#sub1 .category-list .heading h3 {
  font-size: 16px;
  color: #22304f;
}

#sub1 .category-list ul li {
  font-size: 14px;
  padding: 6px 0 0;
  position: relative;
}

#sub1 .category-list ul li .sub-nav {
  background-color: rgba(255,255,255,0.9);
  border: 1px solid #22304f;
  display: none;
  left: 150px;
  padding: 0 0 10px;
  position: absolute;
  top:0;
  width: 400px;
  z-index: 9999;
}

#sub1 .category-list ul li .sub-nav::before {
  content: '下記のような商品を含むカテゴリーです';
  display: block;
  text-align: center;
  padding: 20px 0 0;
}

#sub1 .category-list ul li .sub-nav li a {
  align-items: center;
  display: flex;
}

#sub1 .category-list ul li .sub-nav li:first-child {
  align-items: center;
  /*border: 1px solid #22304f;*/
  display: flex;
  padding: 0px 20px;
}

#sub1 .category-list ul li .sub-nav li {
  align-items: center;
  /*border-bottom: 1px solid #22304f;
  border-right: 1px solid #22304f;
  border-left: 1px solid #22304f;*/
  display: flex;
  padding: 0px 20px;
}

#sub1 .category-list ul li .sub-nav li .img{
  padding:2px 10px;
}

#sub1 .category-list ul li .sub-nav li img{
  /*height: 28px;
  width: 28px;*/
}

#sub1 .calendar {
  background: #eee;
  margin: 0 0 20px;
}

#sub1 #calendar-iframe {
  border: none;
  width: 100%;
}

#sub1 .mailmag {
  background: #eee;
  height: 150px;
  margin: 0 0 20px;
}

/* スライド */
#main-visual {
  height: 100%;
  min-height: 100%;
}

body > #main-visual {
  height: auto;
}

#main-visual .logo {
  display: none;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 23%;
  width: 340px;
  right: 0;
}

#main-visual .logo img {
  margin: 0 auto;
  max-width: 100%;
}

#main-visual .main-btn {
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  letter-spacing: .2em;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
  text-align: center;
}

#main-visual .arrow {
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  height: 30px;
  margin: 0 10px;
  transform: rotate(135deg);
  width: 30px;
}

.vegas-timer-running .vegas-timer-progress {
  display: none;
  width: 100%;
}

/* footer */
.content {
  background: #22304f;
  color: #fff;
  padding: 70px 0;
}

.content .content-title h2 {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  text-align: center;
}

.content .content-title span {
  color: #fff;
}

.content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content ul.big-content li {
  margin: 0 0 45px;
  width: 220px;
}

.content ul.small-content li {
  margin: 0 0 45px;
  width: 170px;
}

.content ul li h3 {
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}

.content ul li p {
  color: #fff;
  font-size: 12px;
}

#footer {
  background-size: cover;
  height: 900px;
  position: relative;
  text-align: center;
  width: 100%;
}

#footer .footer-inner {
  background: url(https://www.ise-miyachu.co.jp/images-n/common/footer-bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
  height: 780px;
}

#footer .footer-inner h2 {
  font-size: 24px;
  padding: 610px 0 10px;
}

#footer .footer-inner p {
  font-size: 16px;
  margin: 0 0 8px;
}

#footer .footer-inner p.att {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 5px 35px;
}

#footer .f-info {
  padding: 80px 0;
  text-align: center;
}

#footer .f-info .f-logo {
  padding: 0 0 80px;
}

#footer .f-info p {
  font-size: 12px;
  line-height: 2;
  padding: 0 0 25px;
}

#footer .btn {
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

#footer .btn::before, #footer .btn::after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}

#footer .btn:before {
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  -webkit-transform: rotate(45deg);
  height: 10px;
  right: 12px;
  transform: rotate(45deg);
  width: 10px;
}

#footer .btn a {
  display: block;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  width: 300px;
}

#footer .copy {
  font-size: 10px;
  padding: 0 0 30px;
}

#pc-page-top {
  bottom: 76px;
  display:block;
  position: fixed;
  right: 20px;
}

#sp-page-top {
  display: none !important;
}

/* info */
.m-info{
  border: 1px solid #22304f;
  line-height: 1.5;
  margin: 10px auto 0;
  padding: 5px;
  width: 1000px;
}

.m-info h2 {
  background: #22304f;
  color: #fff;
  font-size: 16px;
  margin: 0 0 5px;
  text-align: center;
}

.m-info .m-info-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.m-info .m-info-inner p {
  width: 620px;
  font-size: 14px;
}

.m-info .m-info-inner p span {
  color: #cc0000;
}
.m-info .m-info-inner .img {
  width: 320px;
}

.m-info .m-info-inner .m-info-contents {
  font-size: 14px;
  width: 620px;
}




header.article-header.entry-header,
footer.article-footer.entry-footer{
  /* display:none; */
}