.pc_none { display: none;}
.sp_none { display: block;}
/*------------------------------------------
header
------------------------------------------*/
.main-image .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

h1.site-title img,
div.site-title img {
    width: 400px!important;
    height: auto!important;
}
h1.site-title a span,
div.site-title a span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 1px;
    margin-top: -5px;
    padding-left: 3px;
}

dl.hinfoDl dt {
    float: left;
    background: red;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 2px 5px;
    line-height: 1.4;
}
span.smalltxt {
    font-size: 80%;
    margin-left: -3px;
}
span.opntime {
    display: block;
    font-size: 125%;
    letter-spacing: 1px;
}

dl.hinfoDl dd {
    float: right;
    font-size: 13px;
    padding: 0 0 0 8px;
}
dl.hinfoDl dd span {
    display: block;
    font-size: 180%;
    font-weight: 700;
    letter-spacing: 1px;
}

p.hinfotxt {
    color: #cf0000;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    padding-left: 48px;
    background: url(../img/iconH.png) 0 0 no-repeat;
    background-size: auto 20px;
    margin-bottom: 3px;
}

.maintxt {
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    width: 100%;
    display: block;
    writing-mode: vertical-rl;
    margin: auto;
    height: 55%;
    transform: translateY(-5%);
    -webkit- transform: translateY(-5%);
}
.maintxt p {
    font-size: 20px;
    letter-spacing: 5px;
    color: #fff;
    line-height: 1.8;
    margin-left: 25px;
    text-shadow: 1px 1px 1px rgba(0,127,198,1.0), 2px -2px 3px rgba(0,127,198,1.0), -1px 3px 5px rgba(0,127,198,1.0);
}
.maintxt p:first-child { font-size: 180%;}

.small80 { font-size: 80%; }

#subMain {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: url(https://minatonosoba.com/wp/wp-content/themes/welcart_basic/img/subMainImg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.main-image > .secIn,
#subMain > .secIn {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

#subMain > .secIn .maintxt {
    height: 75%;
    transform: translateY(0%);
    -webkit- transform: translateY(0%);
}
#subMain > .secIn .maintxt p {
    line-height: 1.9;
    text-shadow: 1px 1px 1px rgba(5,86,161,1.0), 2px -2px 3px rgba(5,86,161,1.0), -1px 2px 3px rgba(5,86,161,1.0), -2px 2px 3px rgba(5,80,150,1.0);
}


/*------------------------------------------
index content
------------------------------------------*/
.idxMain #primary section {
    width: 1000px;
    margin: 0 auto;
}
.idxMain aside#secondary {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 40px;
    border-top: none;
}

section.idxItem { padding: 100px 0 120px;}
section.idxItem div dl { width: 45%;}
section.idxItem div dl dt {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: url(../img/ttlBgimg.png) center bottom no-repeat;
    background-size: 100px auto;
}
section.idxItem div dl dt + dd { margin-bottom: 30px; }
section.idxItem div dl dd:last-child {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.8;
}

p.kinseiLogo {
    text-align: center;
    margin-bottom: 80px;
    padding-top: 20px;
}
p.kinseiLogo img {
    width: 18%;
    height: auto;
}

p.linkBtn { text-align: center;}
p.linkBtn a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    background: #ff1b1b;
    background: -moz-linear-gradient(top, #ff1b1b 0%, #c40000 100%);
    background: -webkit-linear-gradient(top, #ff1b1b 0%,#c40000 100%);
    background: linear-gradient(to bottom, #ff1b1b 0%,#c40000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1b1b', endColorstr='#c40000',GradientType=0 );
    width: 300px;
    text-align: center;
    text-shadow: 1px 2px 1px #980000;
    text-decoration: none;
    padding: 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: 0.5s;
}
p.linkBtn a span:before {
    content: '';
    height: 8px;
    width: 8px;
    display: inline-block;
    border: 2px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin-right: 10px;
}
p.linkBtn a:hover {
    text-decoration: none;
    transition: 0.5s;
    background: #c40000;
    background: -moz-linear-gradient(top, #c40000 0%, #ff1b1b 100%);
    background: -webkit-linear-gradient(top, #c40000 0%,#ff1b1b 100%);
    background: linear-gradient(to bottom, #c40000 0%,#ff1b1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#ff1b1b',GradientType=0 );
}

div#story01 {
    background: url(../img/bgImg01.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}
div#story02 {
    background: url(../img/bgImg02.png) right 0 no-repeat #717079;
    background-size: auto 100%;
    height: 550px;
}
div#story03 .secL {
    background: url(../img/bgImg03.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 50%;
    height: 500px;
    max-width: 960px;
    position: relative;
}
div#story03 .secR {
    background: url(../img/bgImg04.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 50%;
    height: 500px;
    max-width: 960px;
    position: relative;
}
div#story04 {
    background: url(../img/sobaJou.png) right bottom no-repeat,url(../img/sobaHiyori.png) left bottom no-repeat #431709;
    background-size: 580px auto,450px auto;
    padding: 0 0 130px;
}

div#story03 .secL:after, div#story03 .secR:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 5;
}

div#story01 section,div#story02 section { position: relative; }
div#story01 section .secIn,
div#story02 section .secIn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(30%);
    -webkit- transform: translateY(30%);
    margin: auto;
    width: 100%;
    max-width: 640px;
}

div#story01 section .secIn h3,div#story02 section .secIn h3,
div#story03 div .styIn h3 { margin-bottom: 30px;}
div#story01 section .secIn h3 img,
div#story02 section .secIn h3 img,
div#story03 div .styIn h3 img {
    width: auto;
    height: 60px;
}
div#story01 section .secIn p,
div#story02 section .secIn p,
div#story03 div .styIn p {
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 2px;
    text-shadow: 0 0 1px #000, 0px 1px 3px #000, 1px 2px 5px #000;
}
div#story03 div .styIn h3 + p {
    line-height: 1.6;
    letter-spacing: 3px;
    text-indent: -1.5em;
    margin-left: 1.5em;
}

.styIn {
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    z-index: 30;
}

div#story03 .secL .styIn { right: 50px; }
div#story03 .secR .styIn { left: 50px; }

div#story04 section .secIn h3 { margin-bottom: 30px;}
div#story04 section .secIn {
    width: 640px;
    padding: 15% 0 0;
    margin: 0 auto;
}
div#story04 section .secIn h3 {
    color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000, -1px 1px 2px #000, 2px 2px 3px #000;
}
div#story04 section .secIn h3 span {
    display: block;
    font-size: 73%;
}  
div#story04 section .secIn p {
    color: #fff;
    font-size: 130%;
    line-height: 1.9;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0 #000, -1px 1px 2px #000, 2px 2px 3px #000;
    margin-bottom: 40px;
}

div#story04 section .secIn h4 {
    text-align: center;
    color: #ff0;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
}

ul.letterUl li { width: 48%;}

ul.letterUl li.img-box a.zoom { cursor: zoom-in;}
a.zoom {
  position: relative;
  display: block;
}
a.zoom::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-color: rgba(0,0,0,0.5);
  background-image: url("../img/zoom.svg");
  background-size: 1.5em 1.5em;
  background-position: center center;
  background-repeat: no-repeat;
}

ul.letterUl li.img-box a img { transition-duration: 0.15s;}

section#idxCon01 { padding: 100px 0 80px;}

.idxMain #primary section#idxCon01 {
    background: url(../img/bgImg06.png) right bottom no-repeat;
    background-size: 55% auto;
    width: 100%;
}
.idxMain #primary section#idxCon01 .secIn {
    width: 1000px;
    margin: 0 auto;
}

h3#idxH301 {
    text-align: center;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 18px 0;
    font-size: 28px;
    letter-spacing: 1px;
}
h3#idxH302 {
    text-align: center;
    background: #fff;
    font-size: 28px;
    padding: 30px 0;
    letter-spacing: 1.5px;
    line-height: 1.0;
    margin: 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
h4#idxH401 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    padding-left: 50px;
    background: url(../img/firstIcon.png) 0 0 no-repeat;
    background-size: auto 53px;
    margin-bottom: 10px;
}
h4#idxH401 > span.fontBig120 { display: block;}

.sobaFree {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 30px;
}
.sobaFree dl { width: 55%; }
.sobaFree dl dt { padding: 10px 10px 18px;}
.sobaFree dl dt + dd {
    background: #e70000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 8px;
    margin-bottom: 15px;
}
.sobaFree dl dd:nth-child(3) {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.sobaFree dl dd:nth-child(3) span {
    display: inline-block;
    margin-left: 8px;
    font-size: 210%;
    line-height: 1.0;
    position: relative;
}
.sobaFree dl dd:nth-child(3) span:before {
    content: "(税込)";
    position: absolute;
    top: 5px;
    right: -2px;
    font-size: 20%;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.sobaFree dl dd:nth-child(3) span:after {
    content: "円";
    font-size: 60%;
    margin-left: 5px;
    display: inline-block;
}
.sobaFree > p { width: 45%; }

.postItem { margin-bottom: 40px;}

section#idxCon02 p:first-child {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.9;
    padding: 0 5%;
}
section#idxCon02 p:last-child img {
    width: 300px;
    height: auto;
}

div#shopInfo > div {
    height: 550px;
    position: relative;
}

div#shopInfo > div > div {
    width: 50%;
    position: relative;
}
div#shopInfo > div > div .siInIn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 100%;
}
div#shopInfo > div > div:last-child .siInIn { padding: 0 5%; }

div#shopInfo h4 {
    text-align: center;
    margin-bottom: 20px;
}
div#shopInfo h4 img {
    width: auto;
    height: 80px;
}
div#shopInfo h4 + p {
    font-size: 120%;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
div#shopInfo dl { margin-bottom: 30px; }
div#shopInfo dl dt {
    width: 16%;
    padding: 5px 0 8px;
    font-size: 115%;
}
div#shopInfo .sInL .siInL {
    background: url(../img/shopImg02.png) 50% bottom no-repeat,url(../img/shopBgimg02.jpg) center center no-repeat;
    background-size: 235px auto,cover;
}
div#shopInfo .sInR .siInR {
    background: url(../img/shopImg01.png) 50% bottom no-repeat,url(../img/shopBgimg01.jpg) center center no-repeat;
    background-size: 260px auto,cover;
}

div#shopInfo dl dd {
    width: 84%;
    padding: 5px 0 8px 15px;
    letter-spacing: 0.5px;
    font-size: 115%;
}
div#shopInfo ul li {
    width: 48%;
    text-align: center;
}
div#shopInfo ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.0;
    background: #ff1b1b;
    background: -moz-linear-gradient(top, #ff1b1b 0%, #c40000 100%);
    background: -webkit-linear-gradient(top, #ff1b1b 0%,#c40000 100%);
    background: linear-gradient(to bottom, #ff1b1b 0%,#c40000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1b1b', endColorstr='#c40000',GradientType=0 );
    width: 100%;
    text-align: center;
    text-shadow: 1px 2px 1px #980000;
    text-decoration: none;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: 0.5s;
}
div#shopInfo ul li a span:before {
    content: "";
    width: 22px;
    height: 20px;
    background: url(../img/iconMap.png) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
    margin-top: -7px;
    margin-bottom: -3px;
}
div#shopInfo ul li a:hover {
    text-decoration: none;
    transition: 0.5s;
    background: #c40000;
    background: -moz-linear-gradient(top, #c40000 0%, #ff1b1b 100%);
    background: -webkit-linear-gradient(top, #c40000 0%,#ff1b1b 100%);
    background: linear-gradient(to bottom, #c40000 0%,#ff1b1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#ff1b1b',GradientType=0 );
}

div#shopInfo ul li:last-child a {
    text-decoration: none;
    transition: 0.5s;
    background: #959cff;
    background: -moz-linear-gradient(top, #959cff 0%, #656ee5 100%);
    background: -webkit-linear-gradient(top, #959cff 0%,#656ee5 100%);
    background: linear-gradient(to bottom, #959cff 0%,#656ee5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959cff', endColorstr='#656ee5',GradientType=0 );
}

div#shopInfo ul li:last-child a:hover {
    background: #656ee5;
    background: -moz-linear-gradient(top, #656ee5 0%, #959cff 100%);
    background: -webkit-linear-gradient(top, #656ee5 0%,#959cff 100%);
    background: linear-gradient(to bottom, #656ee5 0%,#959cff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656ee5', endColorstr='#959cff',GradientType=0 );
}
div#shopInfo ul li:last-child a span:before {
    width: 20px;
    height: 16px;
    background: url(../img/iconMail.png) 0 0 no-repeat;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: -4px;
}

div#shopMap {
    width: 100%;
    height: 500px;
    background: url(../img/mapBgimg.jpg) 50% 50% no-repeat;
    background-size: cover;
}
div#shopMap ul {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
div#shopMap ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transition: 0.5s;
}
div#shopMap ul li:first-child {
    transform: translateY(-125%) translateX(60%);
    -webkit- transform: translateY(-125%) translateX(60%);
}
div#shopMap ul li:last-child {
    transform: translateY(-55%) translateX(250%);
    -webkit- transform: translateY(-55%) translateX(250%);
}

div#shopMap ul li:first-child a:before,
div#shopMap ul li:last-child a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 148px;
    height: 114px;
    bottom: 15px;
    left: -140px;
    transition: 0.5s;
}
div#shopMap ul li:first-child a:before {
    background: url(../img/mapLogo01.png) 0 0 no-repeat;
    background-size: cover;
}
div#shopMap ul li:last-child a:before {
    background: url(../img/mapLogo02.png) 0 0 no-repeat;
    background-size: cover;
}

div#shopMap ul li:first-child:hover a:before {
    bottom: 18px;
}
div#shopMap ul li:last-child:hover a:before {
    bottom: 18px;
}


/*====================================*/
/*          Contact          */
/*====================================*/
.underContent { padding: 20px 40px;}
.underContent .mainvisual h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
form > div { margin-bottom: 40px;}
form > div p {
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 1.6;
	margin-bottom: 15px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"],
input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], table.mailform textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

table.mailform {
    table-layout: auto;
    width: 100%;
}
table.mailform tr th {
    width: 240px;
    padding: 15px 10px;
}
table.mailform tr td {
    width: 73%;
    padding: 15px 20px;
}

table.mailform.tableStyle--type01 div.fmail_must {
    float: right;
    width: 30px;
    height: 16px;
    overflow: hidden;
    margin: 0px 0px 0px 5px;
    background-image: url(../img/mfp_must.gif);
    text-indent: -50000px;
}

.mw_wp_form_confirm table.mailform div.fmail_must,
.mw_wp_form_confirm table.mailform td > br { display: none;}


/*====================================*/
/*          UNDER          */
/*====================================*/
#under {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}


/*====================================*/
/*          Transaction          */
/*====================================*/
.underPage { padding: 20px 0;}
.underPage .mainvisual h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.mainvisual.title-box { margin-bottom: 40px;}

table.tableStyle {
    table-layout: auto;
    width: 100%;
    border-top: 1px solid #ccc;
}
table.tableStyle tr { border-bottom: 1px solid #ccc;}
table.tableStyle tr th {
    width: 240px;
    padding: 15px 10px;
}
table.tableStyle tr td {
    width: 73%;
    padding: 15px 20px;
}





/*====================================*/
/*====================================*/
/*          max-width: 1366px          */
/*====================================*/
/*====================================*/
@media screen and (max-width: 1366px) {
    div#story04 section .secIn { padding: 10% 0 0;}
    div#story04 {
        background: url(../img/sobaJou.png) right bottom no-repeat,url(../img/sobaHiyori.png) left bottom no-repeat #431709;
        background-size: 380px auto,300px auto;
    }
}


/*====================================*/
/*====================================*/
/*          max-width: 1024px          */
/*====================================*/
/*====================================*/
@media screen and (max-width: 1024px) {
* { box-sizing: border-box;}
body {
    max-width: initial;
    -webkit-text-size-adjust: none;
    }
div#story04 { padding: 0 0 360px;}

}

/*====================================*/
/*====================================*/
/*          max-width: 896px          */
/*====================================*/
/*====================================*/
@media screen and (max-width: 896px) {
.pc_none { display: block; }

img {
    margin: 0 auto;
    display: block;
}

h1,h2,h3,h4,h5,h6,p,dt,dd,li,a,span,
table,th,td { font-family: 'Noto Serif JP', serif; }

.snav > div { display: inline-block;}

.headIn {
    position: relative;
    z-index: 9999;
}

.main-image > .secIn,
section#subMain > .secIn { overflow: hidden;}
.maintxt {
    height: 62%;
    top: 15%;
    /*animation: flowing 30s linear infinite;*/
}
.maintxt p {
    font-size: 1.1rem;
    letter-spacing: 5px;
    line-height: 1.8;
    margin-left: 20px;
}
.maintxt p:first-child { font-size: 140%;}

section#subMain { padding: 0 .714286em 0;}

/* 基本のスタイル */
   .maintxt.delighter {
      transition: all .4s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .maintxt.delighter.started {
      transform: none;
      opacity: 1;
      animation: flowing 40s linear infinite;
   }
 
/* エンド時のスタイル */
   .maintxt.delighter.started.ended {}

@keyframes flowing {
  0% { transform: translateX(-60%);}
  100% { transform: translateX(200%);}
}

.sp_none { display: none;}
.sp_noflex { display: block!important;}


  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    z-index: 20;
    position: relative;
    width: 28px;
    height: 20px;
  }
  .menu-trigger span {
    position: absolute;
    right: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    margin: 0 auto;
  }
  .menu-trigger span:nth-of-type(1) { top: 0px;}
  .menu-trigger span:nth-of-type(2) { top: 9px;}
  .menu-trigger span:nth-of-type(3) { bottom: 0px;}

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  .menu-trigger.active span { background: #2f4f4f; }

  nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    padding: 79px 0 60px;
    background: rgba(255,255,255,0.95);
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    transform: translateX(-100%);
  }
  nav.open {
    display: block;
    transform: translateX(0);
    overflow: scroll;
    padding: 79px 0 60px;
  }

  footer nav ul { border-top: 1px dotted rgba(0,0,0,0.15);}
  footer nav.open li { border-bottom: 1px dotted rgba(0,0,0,0.15);}
  footer nav.open ul li:nth-child(even) { border-left: 1px solid rgba(0,0,0,0.15);}
  footer nav.open ul li a { color: #000;}


section.idxItem div dl { width: 100%;}

.idxMain #primary section { width: 100%;}
.idxMain #primary #content { padding: 0;}

section.idxItem { padding: 60px 15px 100px;}
section.idxItem div dl:first-child { margin-bottom: 60px;}
section.idxItem div dl dt img {
    width: auto;
    height: 80px;
    margin: 0 auto;
}
section.idxItem div dl dt + dd img {
    width: 80%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
}
section.idxItem div dl dt + dd { margin-bottom: 20px;}
section.idxItem div dl dd:last-child { font-size: 1.2rem;}

p.kinseiLogo {
    margin-bottom: 40px;
    padding-top: 10px;
}
p.kinseiLogo img {
    width: 45%;
    height: auto;
    margin: 0 auto;
}

p.linkBtn a {
    font-size: 1.3rem;
    width: 300px;
    padding: 15px 0;
}

div#story01,div#story02,div#story03,div#story04 { padding: 0 15px; height: auto;}
div#story03 { padding: 0; height: auto;}

div#story01 {
    background: url(../img/bgImg01_sp.jpg) 100% 0 no-repeat;
    background-size: cover;
}
div#story02 {
    background: url(../img/bgImg02_sp.png) right bottom no-repeat #717079;
    background-size: 100% auto;
    padding-bottom: 60px!important;
}

div#story01 section .secIn,
div#story02 section .secIn {
    position: static;
    transform: translateY(0%);
    -webkit- transform: translateY(0%);
    padding: 80px 0;
}

div#story01 section .secIn h3 img,
div#story02 section .secIn h3 img,
div#story03 div .styIn h3 img {
    width: auto;
    height: 50px;
}

div#story03 .secL .styIn,
div#story03 .secR .styIn {
    padding: 60px 15px;
}

div#story04 {
    background: url(../img/sobaJou.png) right bottom no-repeat,url(../img/sobaHiyori.png) left bottom no-repeat #431709;
    background-size: 280px auto,210px auto;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
	div#story04 {
	    background: url(../img/sobaJou.png) right bottom no-repeat,url(../img/sobaHiyori.png) left bottom no-repeat #431709;
	    background-size: 45% auto,33% auto;
	}	
}

.idxMain #primary section#idxCon01 .secIn { width: 100%;}

div#story04 section .secIn p { font-size: 130%; letter-spacing: 2px;}
div#story04 section .secIn h4 {
    font-size: 1.5rem;
    line-height: 1.4;
}

.lum-lightbox-inner img {
    max-width: 160vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;  /* 上下に適度に余白 */
    margin: 0 auto;
}


div#story01 section .secIn h3,
div#story02 section .secIn h3,
div#story03 div .styIn h3 { margin-bottom: 20px;}

div#story01 section .secIn p.fontBig150,
div#story02 section .secIn p.fontBig150,
div#story03 section .secIn p.fontBig150,
div#story03 div .styIn h3 + p.fontBig150 {
    font-size: 140%!important;
    line-height: 1.6;
}

div#story01 section .secIn p, div#story02 section .secIn p,
div#story03 div .styIn p { font-size: 1.2rem;}

div#story03 .secL,div#story03 .secR { width: 100%; height: auto;}
div#shopInfo > div {
    width: 100%;
    height: auto;
}

div#story04 section .secIn h3 {
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
div#story04 section .secIn p.fontBig150 {
    font-size: 105%!important;
    line-height: 1.7;
    letter-spacing: 2px;
}
div#story04 section .secIn p.fontBig150 br { display: none; }

.styIn {
    position: relative;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
    max-width: 640px;
    z-index: 10;
}

div#story03 .secL .styIn { right: initial;}
div#story03 .secR .styIn { left: 50%;}

div#story04 section .secIn {
    width: 100%;
    max-width: 640px;
    padding: 60px 0 250px;
    margin: 0 auto;
}
div#shopInfo h4 img {
    width: 100%;
    height: auto;
}

div#shopInfo > div > div { width: 100%;}
div#shopInfo > div > div .siInIn {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0%) translateX(0%);
    -webkit- transform: translateY(0%) translateX(0%);
    margin: 0 auto;
}
div#shopInfo .sInL .siInL,
div#shopInfo .sInR .siInR { min-height: 300px; }
div#shopInfo .sInL .siInL {
    background: url(../img/shopImg02.png) 50% bottom no-repeat,url(../img/shopBgimg02.jpg) center center no-repeat;
    background-size: 180px auto,cover;
}
div#shopInfo .sInR .siInR {
    background: url(../img/shopImg01.png) 50% bottom no-repeat,url(../img/shopBgimg01.jpg) center center no-repeat;
    background-size: 200px auto,cover;
}
div#shopInfo > div > div:last-child .siInIn { padding: 40px 15px;}

div#shopInfo ul li a {
    font-size: 1.3rem;
    padding: 15px 0;
}
div#shopInfo ul li a span:before { margin-bottom: -1px;}
div#shopInfo ul li:last-child a span:before { margin-bottom: -2px;}

.idxMain aside#secondary { width: 100%;}

section#idxCon01 { padding: 60px 15px 80px;}

h4#idxH401 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 40px;
    background-size: auto 40px;
}
h4#idxH401 > span.fontBig120 {
    font-size: 110%!important;
    letter-spacing: 0;
}

.sobaFree dl dt img {
    max-width: 320px;
    height: auto;
    margin: 0 auto;
}
.sobaFree dl dd:nth-child(3) {
    font-size: 1.7em;
    line-height: 1.5;
}
.sobaFree dl dd:last-child { margin-top: 20px; }
.sobaFree dl dd:last-child img:last-child {
    max-width: 300px;
    margin: 0 auto;
}

section.front-il { padding: 0 10px;}
section.front-il.cf.mb120 { margin-bottom: 100px !important;}

.postItem { margin-bottom: 50px;}

h3#idxH301 {
    padding: 15px 0;
    font-size: 1.4em;
}
h3#idxH302 {
    padding: 15px 0;
    font-size: 1.4em;
}

section#idxCon02 p:first-child { font-size: 1.0rem;}
section#idxCon02 p:last-child img {
    width: 240px;
    margin: 0 auto;
}

.lum-lightbox { z-index: 100; }


div#shopInfo h4 img {
    width: auto;
    height: 80px;
    margin: 0 auto;
}
div#shopInfo dl dt {
    padding: 5px 0;
    text-align: right;
    background: rgba(255,255,255,0.5);
}
div#shopInfo dl dd { padding: 5px 3px 5px 20px;}
div#shopInfo ul { padding: 0;}

div#shopMap { height: 380px;}
div#shopMap ul li:first-child {
	transform: translateY(-128%) translateX(70%);
    -webkit- transform: translateY(-128%) translateX(70%);
}
div#shopMap ul li:last-child {
    transform: translateY(-50%) translateX(280%);
    -webkit- transform: translateY(-50%) translateX(280%);
}
div#shopMap ul li:first-child a img, div#shopMap ul li:last-child a img {
    width: 30px;
    height: auto;
}
div#shopMap ul li:first-child a:before, div#shopMap ul li:last-child a:before {
    width: 80px;
    height: 62px;
    bottom: 5px;
    left: -70px;
}

.idxMain #primary section#idxCon01 {
    background: url(../img/bgImg06.png) right bottom no-repeat;
    background-size: 70% auto;
}

.sobaFree { background: none; margin-bottom: 15px;}
.sobaFree dl { width: 60%;}

footer#colophon { padding: 50px 10px 0;}
.fInner dl dt img {
    width: 25%;
    height: auto;
    margin: 0 auto 15px;
}
.fInner dl dd { line-height: 1.2;}

p.txtTel {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 1.0;
}
p.txtTel span.fontSml40 {
    font-size: 75%!important;
    margin-bottom: 5px;
    display: block;
}

footer nav { padding: 2em 0 0.5em;}
footer nav ul { border-top: 1px dotted rgba(255,255,255,0.3); }
footer nav ul li {
    margin-bottom: 0;
    width: 50%;
    font-size: 0.85em;
    display: table;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
}
footer nav ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
    line-height: 1.4;
    height: 48px;
}
footer nav ul li:nth-child(even) { border-left: 1px solid rgba(255,255,255,0.3);}

.copyright {
    padding: 5px 0;
    font-size: 0.5em;
}

#secondary .widget_title>img { display: inline-block;}
dl.secDl:first-child dt,dl.secDl:nth-child(2) dt,dl.secDl:last-child dt { background: none!important; }


}


/*====================================*/
/*====================================*/
/*          max-width: 414px          */
/*====================================*/
/*====================================*/
@media screen and (max-width: 414px) {
    div#shopInfo dl dt { width: 20%; font-size: 105%;}
    div#shopInfo dl dd { width: 80%; font-size: 105%;}
    div#shopInfo ul li a,p.linkBtn a { font-size: 1.0rem;}
    div#shopInfo .sInL .siInL {
        background: url(../img/shopImg02.png) 50% bottom no-repeat,url(../img/shopBgimg02.jpg) center center no-repeat;
        background-size: 160px auto,cover;
    }
    div#shopInfo .sInR .siInR {
        background: url(../img/shopImg01.png) 50% bottom no-repeat,url(../img/shopBgimg01.jpg) center center no-repeat;
        background-size: 170px auto,cover;
    }
    div#shopInfo h4 img { height: 70px;}
    section.idxItem div dl dd:last-child { font-size: 1.0rem;}
    div#story01 section .secIn p.fontBig150,
    div#story02 section .secIn p.fontBig150,
    div#story03 section .secIn p.fontBig150,
    div#story03 div .styIn h3 + p.fontBig150 { font-size: 120%!important;}
    div#story01 section .secIn p, div#story02 section .secIn p,
    div#story03 div .styIn p { font-size: 1.0rem;}
    div#story04 section .secIn h3 { font-size: 1.7rem;}
    div#story04 section .secIn h3 span { font-size: 60%;}
    div#story04 section .secIn p { font-size: 110%;}
    div#story04 section .secIn h4 { font-size: 1.07rem;}
    h4#idxH401 { font-size: 1.3rem;}
    .sobaFree dl { width: 100%;}
    .idxMain #primary section#idxCon01 {
        background: url(../img/bgImg06.png) right bottom no-repeat;
        background-size: 90% auto;
        padding-bottom: 75%;
    }
    div#story04 {
        background: url(../img/sobaJou.png) right bottom no-repeat,url(../img/sobaHiyori.png) left bottom no-repeat #431709;
        background-size: 235px auto,175px auto;
    }
    .lum-lightbox-inner img { max-width: 94vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */}
}


/*====================================*/
/*====================================*/
/*          max-width: 320px          */
/*====================================*/
/*====================================*/
@media screen and (max-width: 320px) {
    div#shopInfo dl dt { width: 100%; font-size: 100%; background: #ccfefe;}
    div#shopInfo dl dd { width: 100%; font-size: 95%; padding: 5px 0;}
    div#shopInfo ul li a,p.linkBtn a { font-size: 0.8rem;}
    div#shopInfo .sInL .siInL {
        background: url(../img/shopImg02.png) 50% bottom no-repeat,url(../img/shopBgimg02.jpg) center center no-repeat;
        background-size: 145px auto,cover;
    }
    div#shopInfo .sInR .siInR {
        background: url(../img/shopImg01.png) 50% bottom no-repeat,url(../img/shopBgimg01.jpg) center center no-repeat;
        background-size: 165px auto,cover;
    }
    div#shopInfo h4 img { height: 60px;}
    div#shopInfo h4 + p { font-size: 110%;}
    div#shopInfo dl dt { text-align: center; font-weight: 700; }
    div#story04 {
        background: url(../img/sobaJou.png) right bottom no-repeat,url(../img/sobaHiyori.png) left bottom no-repeat #431709;
        background-size: 180px auto,130px auto;
    }
    div#story04 section .secIn { padding: 50px 0 180px;}
    div#story04 section .secIn h3 { font-size: 1.4rem;}
    div#story04 section .secIn p { font-size: 100%; letter-spacing: 3px;}
    div#story04 section .secIn h4 { font-size: 1.2rem; line-height: 1.5;}
    h4#idxH401 { font-size: 1.15rem; line-height: 1.5;}
    section#idxCon02 p:first-child { letter-spacing: 1px; line-height: 1.8; padding: 0 4%; }
}