@charset "UTF-8";
@charset "UTF-8";

  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
address, em, strong, th {
font-style: normal;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr, legend {
display: none;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
img, fieldset {
border: 0;
}
li {
list-style-type: none;
} .float_l {
float: left;
}
.float_r {
float: right;
}
.clear {
clear: both;
} #wpadminbar {
-ms-filter: "alpha( opacity=$number*100 )";
filter: alpha(opacity=20);
opacity: 0.2;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#wpadminbar:hover {
-ms-filter: "alpha( opacity=$number*100 )";
filter: alpha(opacity=100);
opacity: 1;
} .blog-area h1 {
font-size: 1.5rem;
background-color: #f0f0f0;
margin-bottom: 1rem;
padding: 1rem;
}
.blog-area p.date-cate {
margin-bottom:1rem;
}
.blog-area img {
margin-top:1rem;
margin-bottom:1rem;
}
.blog-area .nav-below {
text-align:center;
padding:1rem;
border-top:solid 1px#ccc;
margin-top:4rem;
}
.blog-area .nav-below span{
margin:0 3rem;
} .add-h1 {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.05em;
line-height: 1.4;
text-align: center;
margin-bottom: 20px;
color: #222;
}
.lead {
font-size: 1.15rem;
line-height: 1.8;
letter-spacing: 0.03em;
text-align: center;
max-width: 820px;
margin: 0 auto 24px;
color: #333;
}
.cta-msg {
font-size: 1.05rem;
text-align: center;
margin-top: 20px;
font-weight: 600;
color: #b22222; } .text-shadow {
text-shadow: 0px 0px 12px rgba(0,0,0,0.4);
} @media (max-width: 768px) {
.lineup-menu-wrap {
margin: 10px 0 20px;
}
.lineup-menu,
.lineup-submenu {
display: flex;
overflow-x: auto;
gap: 10px;
padding: 8px 0;
margin: 0;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.lineup-menu li,
.lineup-submenu li {
list-style: none;
display: inline-block;
}
.lineup-menu a,
.lineup-submenu a {
display: inline-block;
padding: 6px 14px;
border: 1px solid #ccc;
border-radius: 20px; background: #fff;
font-size: 14px;
color: #333;
} .lineup-menu li.current a,
.lineup-submenu li.current a {
background: #333;
color: #fff;
border-color: #333;
} .lineup-menu::-webkit-scrollbar,
.lineup-submenu::-webkit-scrollbar {
display: none;
}
}
.news-cat-menu {
margin: 20px 0 30px;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.news-cat-menu li a {
display: inline-block;
padding: 8px 16px;
border-radius: 20px;
border: 1px solid #ccc;
background: #fff;
color: #444;
text-decoration: none;
font-size: 14px;
}
.news-cat-menu li.current a,
.news-cat-menu li a:hover {
background: #444;
color: #fff;
border-color: #444;
}
.post-cat {
display: inline-block;
background: #f5f5f5;
padding: 4px 10px;
margin-right: 6px;
border-radius: 15px;
font-size: 13px;
color: #333;
text-decoration: none;
}
.post-cat:hover {
background: #ddd;
}
nav.breadcrumb {
margin: 10px 0 20px;
font-size: 14px;
color: #666;
}
nav.breadcrumb ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 6px;
}
nav.breadcrumb ul li::after {
content: "›";
margin-left: 6px;
color: #aaa;
}
nav.breadcrumb ul li:last-child::after {
content: "";
}
nav.breadcrumb a {
color: #666;
text-decoration: none;
}
nav.breadcrumb a:hover {
text-decoration: underline;
} .innerlink-top {
max-width: 1100px;
margin: 20px auto 40px;
padding: 0 20px;
font-size: 14px;
line-height: 1.9;
color: #444;
}
.innerlink-top p {
margin: 0;
} .innerlink-top a {
color: #0066cc;               
font-weight: normal; text-decoration: none; }
.innerlink-top a:hover {
text-decoration: underline; }
  html {
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 14px;
line-height: 1.6;
background: #FFF;
}
body {
width: 100%;
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
position: relative;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
color: #202020;
background-color: #FFF;
}
body a {
color: #1e6ba0;
text-decoration: none;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
body a:hover {
text-decoration: underline;
}
body a img {
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
backface-visibility: hidden;
}
body a img:hover {
-ms-filter: "alpha( opacity=$number*100 )";
filter: alpha(opacity=70);
opacity: 0.7;
}
body img {
max-width: 100%;
height: auto;
}
body .wrap {
width: 1100px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
body ::selection {
background: rgba(30, 107, 160, 0.2); }
body ::-moz-selection {
background: rgba(30, 107, 160, 0.2); } header {
width: 1100px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding: 15px 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
z-index: 5;
}
header #logo {
line-height: 0;
}
header nav ul li {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
margin: 0 20px;
}
header nav ul li a {
color: #202020;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header nav ul li a:hover {
color: #77564e;
text-decoration: none;
}
header nav ul li.current a {
color: #77564e;
}
header #menu {
display: none;
position: absolute;
right: 5px;
top: 50%;
margin-top: -25px;
height: 50px;
width: 50px;
text-align: center;
padding-top: 25px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
z-index: 2;
cursor: pointer;
}
header #menu span {
display: block;
width: 25px;
height: 2px;
margin: 0 auto;
background-color: #77564e;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header #menu span:last-child {
margin-bottom: 0;
}
header #menu span.top {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
header #menu span.middle {
margin-top: -2px;
}
header #menu span.bottom {
margin-top: -2px;
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
header #menu.opened .middle {
background: rgba(255, 255, 255, 0);
}
header #menu.opened .top {
-webkit-transform: rotate(-45deg) translateY(0px);
transform: rotate(-45deg) translateY(0px);
}
header #menu.opened .bottom {
-webkit-transform: rotate(45deg) translateY(0px);
transform: rotate(45deg) translateY(0px);
}
header .sp-menu {
display: none;
position: absolute;
left: 0;
width: 100%;
top: 62px;
padding: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-ms-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
background-color: rgba(255, 255, 255, 0.9);
} footer {
background-color: #f5f5f5;
padding: 40px 0;
}
footer .foot-main {
width: 1100px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
footer .foot-main:after {
clear: both;
display: block;
content: '';
}
footer .foot-main nav {
width: 600px;
float: left;
}
footer .foot-main nav ul li {
float: left;
width: 160px;
margin-right: 30px;
margin-bottom: 10px;
}
footer .foot-main nav ul li:nth-child(3n-1) {
width: 190px;
}
footer .foot-main nav ul li a {
color: #202020;
}
footer .foot-main .right {
float: right;
}
footer .foot-main .right .name {
font-weight: bold;
padding-bottom: 10px;
}
footer .foot-logo {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
line-height: 0;
padding: 25px 0;
}
footer .foot-logo ul {
padding-left: 15px;
}
footer .foot-logo ul:after {
clear: both;
display: block;
content: '';
}
footer .foot-logo ul li {
margin-left: 15px;
float: left;
}
footer address {
font-size: 12px;
font-size: 0.8571428571rem;
text-align: center;
} #mainimg {
width: 1100px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
background: no-repeat center center;
}
#mainimg.top {
height: 500px;
margin-bottom: 20px;
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/top/mainimg.jpg);
background-size: cover;
background-position: 30% bottom;
}
#mainimg.top h2 {
position: absolute;
top: 50%;
color: #FFF;
font-size: 22px;
font-size: 1.5714285714rem;
font-weight: bold;
right: 50px;
-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-o-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
line-height: 1.2;
}
#mainimg.next {
height: 260px;
padding-bottom: 0;
margin-bottom: 60px;
background-size: cover;
}
#mainimg.next.ordermade {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/mainimg-ordermade.jpg);
}
#mainimg.next.lineup {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/mainimg-lineup.jpg);
}
#mainimg.next.first {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/mainimg-first.jpg);
}
#mainimg.next.kalent {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/mainimg-kalent.jpg);
}
#mainimg.next.contact {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/mainimg-contact.jpg);
padding: 0;
border: none;
}
#mainimg.next h1 {
position: absolute;
top: 50%;
color: #FFF;
font-size: 24px;
font-size: 1.7142857143rem;
font-weight: bold;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 50px;
-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-o-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
line-height: 1.2;
} #container {
width: 1100px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
#container .title-block {
position: relative;
text-align: center;
padding-bottom: 30px;
}
#container .title-block h2 {
font-size: 24px;
font-size: 1.7142857143rem;
font-weight: normal;
}
#container .title-block h2:before, #container .title-block h2:after {
content: "";
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
margin: 0 10px;
width: 60px;
height: 1px;
background-color: #cccccc;
}
#container .title-block .eng {
font-family: Avenir, sans-serif;
color: #666666;
}
#container .title-block .text {
padding-top: 20px;
}
#container .products {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container .products li {
width: 260px;
padding-bottom: 50px;
margin-right: 20px;
}
#container .products li:nth-child(4n) {
margin-right: 0;
}
#container .products li a {
color: #202020;
}
#container .products li a .img {
line-height: 0;
padding-bottom: 10px;
}
#container .products li a .name {
font-size: 16px;
font-size: 1.1428571429rem;
}
#container .date {
color: #666666;
font-size: 13px;
font-size: 0.9285714286rem;
}
#container .news-list li {
border-bottom: 1px solid #cccccc;
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#container .news-list li:first-child {
padding-top: 0;
}
#container .news-list li .img {
width: 80px;
line-height: 0;
margin-right: 25px;
}
#container .news-list li .right {
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
}
#container .news-list li .right .date {
padding-bottom: 5px;
}
#container .news-list li .right .title a {
color: #202020;
}
#container .contact {
border: 4px solid #ffece7;
padding: 30px;
}
#container .contact h2 {
text-align: center;
font-size: 24px;
font-size: 1.7142857143rem;
font-weight: bold;
line-height: 1;
padding-bottom: 30px;
}
#container .contact .content {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#container .contact .content .left {
font-size: 18px;
font-size: 1.2857142857rem;
margin-right: 40px;
}
#container .contact .content .right .tel-area {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#container .contact .content .right .tel-area .tel {
font-size: 36px;
font-size: 2.5714285714rem;
font-weight: bold;
}
#container .contact .content .right .tel-area .tel span {
font-size: 22px;
font-size: 1.5714285714rem;
}
#container .contact .content .right .tel-area .text {
margin-left: 15px;
line-height: 1.5;
}
#container .contact .content .right .tel-area .text strong {
font-size: 18px;
font-size: 1.2857142857rem;
}
#container .contact .content .right .btn {
padding-top: 5px;
}
#container .contact .content .right .btn a {
border-width: 3px;
width: 100%;
}
#container .links2 {
border: 1px solid #cccccc;
-webkit-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
-ms-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
padding: 20px;
margin-bottom: 60px;
}
#container .links2 ul:after {
clear: both;
display: block;
content: '';
}
#container .links2 ul li {
float: left;
width: 50%;
}
#container .links2 ul li:last-child {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border-left: 1px solid #cccccc;
}
#container .links2 ul li a {
padding: 0 50px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #202020;
}
#container .links2 ul li a .img {
line-height: 0;
width: 82px;
margin-right: 15px;
}
#container .links2 ul li a .right {
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
}
#container .links2 ul li a .right .name {
font-size: 14px;
font-size: 1rem;
font-weight: bold;
padding-bottom: 5px;
}
.wp-post ul {
padding-bottom: 25px;
}
.wp-post ul:last-child {
padding-bottom: 0;
}
.wp-post ul li {
list-style-type: none;
padding-bottom: 5px;
text-indent: -1.5em;
padding-left: 1.5em;
}
.wp-post ul li:before {
content: "\0030fb";
color: #e5e7ea;
margin-right: 0.5em;
}
.wp-post ul li:last-child {
padding-bottom: 0;
}
.wp-post ol {
padding-bottom: 25px;
padding-left: 1.5em;
}
.wp-post ol:last-child {
padding-bottom: 0;
}
.wp-post ol li {
list-style-type: decimal;
padding-bottom: 5px;
}
.wp-post ol li:last-child {
padding-bottom: 0;
}
.wp-post strong {
font-weight: bold;
}
.wp-post em {
font-style: italic;
}
.wp-post del {
text-decoration: line-through;
color: #666666;
}
.wp-post blockquote {
display: block;
padding: 20px;
border: 1px solid #77564e;
margin-bottom: 25px;
text-align: center;
}
.wp-post blockquote p {
text-indent: 0;
padding-bottom: 15px;
}
.wp-post blockquote p:last-child {
padding-bottom: 0;
}
.wp-post h1 {
font-size: 24px;
font-size: 1.7142857143rem;
font-weight: normal;
padding-bottom: 30px;
}
.wp-post h1:after {
content: "";
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
margin: 0 10px;
width: 60px;
height: 1px;
background-color: #cccccc;
}
.wp-post h2 {
font-size: 20px;
font-size: 1.4285714286rem;
color: #1e6ba0;
font-weight: normal;
padding-bottom: 20px;
margin-top: 20px;
}
.wp-post h3 {
font-size: 15px;
font-size: 1.0714285714rem;
color: #202020;
font-weight: normal;
margin-bottom: 20px;
background-color: #f5f5f5;
-webkit-border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-ms-border-radius: 2px 2px 2px 2px;
-o-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
padding: 10px;
margin-top: 20px;
}
.wp-post h4 {
font-weight: bold;
font-size: 15px;
font-size: 1.0714285714rem;
position: relative;
margin-top: 10px;
margin-bottom: 15px;
padding: 3px 20px;
line-height: 1.2;
}
.wp-post h4:before {
content: "";
display: block;
position: absolute;
height: 100%;
width: 3px;
background-color: #84c540;
top: 0;
left: 0;
-webkit-border-radius: 1.5px 1.5px 1.5px 1.5px;
-moz-border-radius: 1.5px 1.5px 1.5px 1.5px;
-ms-border-radius: 1.5px 1.5px 1.5px 1.5px;
-o-border-radius: 1.5px 1.5px 1.5px 1.5px;
border-radius: 1.5px 1.5px 1.5px 1.5px;
}
.wp-post h5 {
font-weight: bold;
font-size: 15px;
font-size: 1.0714285714rem;
position: relative;
margin-top: 20px;
margin-bottom: 10px;
line-height: 1.2;
}
.wp-post .aligncenter {
text-align: center;
}
.wp-post .alignleft {
text-align: left;
}
.wp-post .alignright {
text-align: right;
}
.wp-post iframe {
max-width: 100%;
}
.wp-post img.aligncenter {
display: block;
margin: 0px auto;
}
.wp-post img.alignright {
float: right;
display: block;
margin: 0 0 10px 15px;
}
.wp-post img.alignleft {
float: left;
margin: 0 15px 10px 0;
}
.wp-post p {
padding-bottom: 25px;
line-height: 1.75;
}
.wp-post p:last-child {
padding-bottom: 0;
}
.wp-post table {
margin-bottom: 25px;
}
.wp-post table td p {
padding-bottom: 15px;
line-height: 1.5;
}
.wp-post table td p:last-child {
padding-bottom: 0;
}
.wp-post table table {
width: auto;
border: none;
margin-bottom: 0;
}
.wp-post table table th, .wp-post table table td {
border: none;
padding: 0 10px 5px 0;
}
.wp-post cite {
border: 1px solid #cccccc;
margin-top: 15px;
padding: 10px;
display: -moz-inline-box;
display: inline-block;
}
.wp-post cite:before, .wp-post cite:after {
content: "\00201d";
}
.wp-post small {
font-size: 12px;
}
@media screen and (max-width: 700px) {
.wp-post img.alignright {
max-width: 160px;
height: auto;
margin: 0 0 10px 10px;
}
.wp-post img.alignleft {
max-width: 160px;
height: auto;
margin: 0 10px 10px 0;
}
}
.wp-post:after {
clear: both;
display: block;
content: '';
} .pd {
padding: 25px;
}
.pt {
padding-top: 25px;
}
.pb {
padding-bottom: 25px;
}
.mg {
margin: 25px;
}
.mt {
margin-top: 25px;
}
.mb {
margin-bottom: 25px;
}
.nomb {
margin-bottom: 0 !important;
}
.nomt {
margin-top: 0 !important;
}
.nopt {
padding-top: 0 !important;
}
.red {
color: #b61f27;
}
.fs18 {
font-size: 18px;
font-size: 1.2857142857rem;
}
.tac {
text-align: center;
}  .btn, .submit, #action-button {
text-align: center;
}
.btn a, .btn input, .btn span, .btn button, .submit a, .submit input, .submit span, .submit button, #action-button a, #action-button input, #action-button span, #action-button button {
-webkit-appearance: none;
cursor: pointer;
outline: none;
min-width: 160px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0 15px;
line-height: 40px;
text-align: center;
font-size: 14px;
font-size: 1rem;
display: -moz-inline-box;
display: inline-block;
border: 1px solid #77564e;
color: #77564e;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
position: relative;
max-width: 100%;
background-color: #FFF;
}
.btn a:hover, .btn input:hover, .btn span:hover, .btn button:hover, .submit a:hover, .submit input:hover, .submit span:hover, .submit button:hover, #action-button a:hover, #action-button input:hover, #action-button span:hover, #action-button button:hover {
text-decoration: none;
background-color: #77564e;
color: #FFF;
}
.btn a.size-l, .btn input.size-l, .btn span.size-l, .btn button.size-l, .submit a.size-l, .submit input.size-l, .submit span.size-l, .submit button.size-l, #action-button a.size-l, #action-button input.size-l, #action-button span.size-l, #action-button button.size-l {
line-height: 50px;
font-weight: bold;
}
.btn a[type="reset"], .btn input[type="reset"], .btn span[type="reset"], .btn button[type="reset"], .submit a[type="reset"], .submit input[type="reset"], .submit span[type="reset"], .submit button[type="reset"], #action-button a[type="reset"], #action-button input[type="reset"], #action-button span[type="reset"], #action-button button[type="reset"] {
background-color: #f5f5f5;
border: 1px solid #cccccc;
color: #666666;
}
.btn a[type="reset"]:hover, .btn input[type="reset"]:hover, .btn span[type="reset"]:hover, .btn button[type="reset"]:hover, .submit a[type="reset"]:hover, .submit input[type="reset"]:hover, .submit span[type="reset"]:hover, .submit button[type="reset"]:hover, #action-button a[type="reset"]:hover, #action-button input[type="reset"]:hover, #action-button span[type="reset"]:hover, #action-button button[type="reset"]:hover {
background-color: #cccccc;
color: #FFF;
}
.btn input, .submit input, #action-button input {
margin-left: 15px;
margin-right: 15px;
}
.btn.orange a, .btn.orange input, .btn.orange span, .submit.orange a, .submit.orange input, .submit.orange span, #action-button.orange a, #action-button.orange input, #action-button.orange span {
color: #ff9800;
border-color: #ff9800;
}  select, .customSelect {
-webkit-appearance: none;
height: 40px;
line-height: 40px;
min-width: 265px;
width: auto;
padding: 0 0 0 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #cccccc;
outline: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 1px 1px 1px 1px;
-moz-border-radius: 1px 1px 1px 1px;
-ms-border-radius: 1px 1px 1px 1px;
-o-border-radius: 1px 1px 1px 1px;
border-radius: 1px 1px 1px 1px;
background-position: right center;
background: #FFF;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FAFAFA), color-stop(0, #FFF));
background: -webkit-linear-gradient#FFF, #FAFAFA;
background: -moz-linear-gradient#FFF, #FAFAFA;
background: -ms-linear-gradient#FFF, #FAFAFA;
background: -o-linear-gradient#FFF, #FAFAFA;
background: linear-gradient#FFF, #FAFAFA;
cursor: pointer;
font-size: 13px;
font-size: 0.9285714286rem;
position: relative;
}
select.hasCustomSelect, .customSelect.hasCustomSelect {
z-index: 2;
}
select:after, .customSelect:after {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 4px 0 4px;
border-color: #84c540 transparent transparent transparent;
position: absolute;
right: 5px;
top: 50%;
margin-top: -3px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
select.customSelectHover, .customSelect.customSelectHover {
color: #84c540;
-webkit-box-shadow: 0 0 6px 0 #EEE;
-moz-box-shadow: 0 0 6px 0 #EEE;
-ms-box-shadow: 0 0 6px 0 #EEE;
-o-box-shadow: 0 0 6px 0 #EEE;
box-shadow: 0 0 6px 0 #EEE;
border-color: #84c540;
}
select.customSelectHover:after, .customSelect.customSelectHover:after {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
}
select.small, .customSelect.small {
min-width: 100px;
height: 34px;
line-height: 34px;
}
select option, .customSelect option {
padding: 8px;
border: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"] {
min-width: 200px;
padding-left: 5px;
max-width: 100%;
-webkit-border-radius: 1px 1px 1px 1px;
-moz-border-radius: 1px 1px 1px 1px;
-ms-border-radius: 1px 1px 1px 1px;
-o-border-radius: 1px 1px 1px 1px;
border-radius: 1px 1px 1px 1px;
-webkit-appearance: none;
border: 1px solid #cccccc;
background: #FFF;
background: #ffffff; background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffff), color-stop(100%, #fafafa)); background: -webkit-linear-gradient45deg, #ffffff 0%, #fafafa 100%;
background: -moz-linear-gradient45deg, #ffffff 0%, #fafafa 100%;
background: -ms-linear-gradient45deg, #ffffff 0%, #fafafa 100%;
background: -o-linear-gradient45deg, #ffffff 0%, #fafafa 100%;
background: linear-gradient45deg, #ffffff 0%, #fafafa 100%;
height: 40px;
font-size: 13px;
font-size: 0.9285714286rem;
outline: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="search"]:focus {
background: #FFF;
border-color: #84c540;
-webkit-box-shadow: 0 0 6px 0 #EEE;
-moz-box-shadow: 0 0 6px 0 #EEE;
-ms-box-shadow: 0 0 6px 0 #EEE;
-o-box-shadow: 0 0 6px 0 #EEE;
box-shadow: 0 0 6px 0 #EEE;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="search"]:hover {
-webkit-box-shadow: 0 0 6px 0 #EEE;
-moz-box-shadow: 0 0 6px 0 #EEE;
-ms-box-shadow: 0 0 6px 0 #EEE;
-o-box-shadow: 0 0 6px 0 #EEE;
box-shadow: 0 0 6px 0 #EEE;
}
input[type="text"].small, input[type="password"].small, input[type="email"].small, input[type="tel"].small, input[type="number"].small, input[type="date"].small, input[type="search"].small {
width: 100px;
min-width: 100px;
}
input[type="text"].wpcf7c-conf, input[type="password"].wpcf7c-conf, input[type="email"].wpcf7c-conf, input[type="tel"].wpcf7c-conf, input[type="number"].wpcf7c-conf, input[type="date"].wpcf7c-conf, input[type="search"].wpcf7c-conf {
background: #FFF;
border: none;
}
input[type="number"] {
min-width: 0;
max-width: 50px;
text-align: center;
}
textarea {
width: 500px;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
-webkit-border-radius: 1px 1px 1px 1px;
-moz-border-radius: 1px 1px 1px 1px;
-ms-border-radius: 1px 1px 1px 1px;
-o-border-radius: 1px 1px 1px 1px;
border-radius: 1px 1px 1px 1px;
-webkit-appearance: none;
border: 1px solid #cccccc;
background-color: #FFF;
background: #FFF; background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FFF), color-stop(100%, #FAFAFA)); background: -webkit-linear-gradient45deg, #FFF 0%, #FAFAFA 100%;
background: -moz-linear-gradient45deg, #FFF 0%, #FAFAFA 100%;
background: -ms-linear-gradient45deg, #FFF 0%, #FAFAFA 100%;
background: -o-linear-gradient45deg, #FFF 0%, #FAFAFA 100%;
background: linear-gradient45deg, #FFF 0%, #FAFAFA 100%;
height: 130px;
font-size: 13px;
font-size: 0.9285714286rem;
outline: none;
resize: vertical;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: auto;
}
textarea:focus {
border-color: #84c540;
background: #FFF;
-webkit-box-shadow: 0 0 6px 0 #EEE;
-moz-box-shadow: 0 0 6px 0 #EEE;
-ms-box-shadow: 0 0 6px 0 #EEE;
-o-box-shadow: 0 0 6px 0 #EEE;
box-shadow: 0 0 6px 0 #EEE;
}
textarea:hover {
-webkit-box-shadow: 0 0 6px 0 #EEE;
-moz-box-shadow: 0 0 6px 0 #EEE;
-ms-box-shadow: 0 0 6px 0 #EEE;
-o-box-shadow: 0 0 6px 0 #EEE;
box-shadow: 0 0 6px 0 #EEE;
}
textarea.wpcf7c-conf {
background: #FFF;
border: none;
}
.icheckbox_flat-green, .iradio_flat-green {
margin-right: 10px;
}
form label {
cursor: pointer;
margin-right: 20px;
}  table {
width: 100%;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}
table th, table td {
padding: 15px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
table th {
background-color: #f5f5f5;
width: 170px;
font-weight: bold;
vertical-align: middle;
}
table td {
background-color: #FFF;
}
table.blank {
border: none;
margin: 0;
}
table.blank th {
width: 80px;
}
table.blank th, table.blank td {
background: none;
border: none;
padding: 10px 0;
}
table input {
width: 300px;
}  .eng {
font-family: Avenir, sans-serif;
}
.cat {
font-size: 11px;
font-size: 0.7857142857rem;
}
.cat a {
display: -moz-inline-box;
display: inline-block;
width: 190px;
line-height: 25px;
text-align: center;
-webkit-border-radius: 13px 13px 13px 13px;
-moz-border-radius: 13px 13px 13px 13px;
-ms-border-radius: 13px 13px 13px 13px;
-o-border-radius: 13px 13px 13px 13px;
border-radius: 13px 13px 13px 13px;
background-color: #f5f5f5;
color: #202020;
}
.cat.icg a, .cat.ic a {
background-color: #e6f3d9;
}
.cat.lp a {
background-color: #f8e8e9;
}
.cat.cw a {
background-color: #e5e7ea;
}
.label {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
font-size: 11px;
font-size: 0.7857142857rem;
color: #FFF;
border: 1px solid #ff9800;
color: #ff9800;
padding: 2px 5px;
text-indent: 0;
}
a.pdf:hover:after {
top: -3px;
}
a.pdf:after {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
content: "";
background: url(//www.order-shoes.net/wp-content/themes/kalent/img/common/icon-pdf.png);
width: 10px;
height: 14px;
margin-left: 10px;
position: relative;
top: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.link {
text-align: right;
}
.link.tac {
text-align: center;
}
.link.back {
text-align: left;
}
.link.back a:before {
content: "<";
}
.link a {
color: #202020;
display: -moz-inline-box;
display: inline-block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.link a:before {
font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
content: ">";
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
margin-right: 8px;
color: #77564e;
position: relative;
left: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.link a:hover:before {
left: 5px;
}  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
a.pdf:after {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/common/icon-pdf@2x.png);
background-size: 10px auto;
}
.link a {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/common/icon-arrow@2x.png);
background-size: 8px auto;
}
} #container.top {
padding-bottom: 60px;
}
#container.top .links {
padding-bottom: 60px;
}
#container.top .links ul {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#container.top .links ul li {
width: 260px;
}
#container.top .links ul li a {
display: block;
position: relative;
}
#container.top .links ul li a .img {
line-height: 0;
}
#container.top .links ul li a .text {
position: absolute;
left: 0;
width: 100%;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
color: #FFF;
-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-o-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
font-size: 18px;
font-size: 1.2857142857rem;
font-weight: bold;
}
#container.top .about {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding-bottom: 60px;
}
#container.top .about .img {
line-height: 0;
width: 460px;
}
#container.top .about .right {
padding: 0 60px;
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
line-height: 1.8;
}
#container.top .about .right .logo {
padding-bottom: 20px;
}
#container.top .about .right .text h2 {
font-size: 20px;
font-size: 1.4285714286rem;
font-weight: bold;
padding-bottom: 15px;
}
#container.top .about .right .text p {
font-size: 14px;
font-size: 1rem;
}
#container.top .about .right .btn {
padding-top: 30px;
text-align: right;
}
#container.top .lineup {
padding-bottom: 25px;
}
#container.top .news {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding-bottom: 60px;
}
#container.top .news > div {
width: 520px;
}
#container.top .news > .right {
text-align: center;
}
#container.top .news .btn {
padding-top: 20px;
text-align: right;
}
#container.top .access {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding-bottom: 80px;
}
#container.top .access .info {
width: 300px;
background-color: #f5f5f5;
padding: 25px 35px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#container.top .access .info h2 {
font-size: 24px;
font-size: 1.7142857143rem;
font-weight: normal;
padding-bottom: 10px;
}
#container.top .access .info p {
padding-bottom: 15px;
}
#container.top .access .info p:last-child {
padding-bottom: 0;
}
#container.top .access .map {
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
position: relative;
}
#container.top .access .map iframe {
position: absolute;
width: 100%;
height: 100%;
} #container.next {
padding-top: 20px;
padding-bottom: 60px;
}
#container.next section {
padding-bottom: 80px;
}
#container.next section#mainimg {
padding-bottom: 0;
}
#container.next section.contact {
padding-bottom: 30px;
}
#container.next section.links2 {
padding-bottom: 20px;
}
#container.next section .title-block {
padding-bottom: 45px;
}
#container.next #contents {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#container.next #contents #main {
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
margin-right: 50px;
}
#container.next #contents #main section {
padding-bottom: 40px;
}
#container.next #contents #side {
width: 220px;
}
#container.next #contents #side .banners {
padding-bottom: 40px;
}
#container.next #contents #side .banners li {
padding-bottom: 25px;
}
#container.next #contents #side .banners li:last-child {
padding-bottom: 0;
}
#container.next #contents #side .banners li a {
display: block;
color: #202020;
}
#container.next #contents #side .banners li .img {
line-height: 0;
}
#container.next #contents #side .banners li .title {
padding-top: 5px;
font-size: 13px;
font-size: 0.9285714286rem;
line-height: 1.1;
}
#container.next #contents #side .sns {
text-align: center;
letter-spacing: -.4em;
}
#container.next #contents #side .sns li {
line-height: 0;
display: -moz-inline-box;
display: inline-block;
vertical-align: top;
margin: 0 10px;
}
#container.next #contents .head-title {
font-size: 24px;
font-size: 1.7142857143rem;
font-weight: normal;
padding-bottom: 30px;
}
#container.next #contents .head-title:after {
content: "";
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
margin: 0 10px;
width: 60px;
height: 1px;
background-color: #cccccc;
}
#container.next #contents .head-title2 {
font-size: 20px;
font-size: 1.4285714286rem;
color: #1e6ba0;
font-weight: normal;
padding-bottom: 20px;
}
#container.next #contents .head-title2 span {
font-style: italic;
font-size: 16px;
font-size: 1.1428571429rem;
margin-right: 10px;
}
#container.next #contents .head-title3 {
font-size: 15px;
font-size: 1.0714285714rem;
color: #202020;
font-weight: normal;
margin-bottom: 20px;
background-color: #f5f5f5;
-webkit-border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-ms-border-radius: 2px 2px 2px 2px;
-o-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
padding: 10px;
}
#container.next #contents .head-title3 span {
font-style: italic;
font-size: 16px;
font-size: 1.1428571429rem;
margin-right: 10px;
}
#container.next #contents .head-title3 a {
color: #202020;
}
#container.next .difference ul li {
padding-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#container.next .difference ul li:last-child {
padding-bottom: 0;
}
#container.next .difference ul li:last-child .img {
-webkit-box-original-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
#container.next .difference ul li:last-child .text-area {
-webkit-box-original-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}
#container.next .difference ul li .img {
line-height: 0;
width: 460px;
}
#container.next .difference ul li .text-area {
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
padding: 0 50px;
}
#container.next .difference ul li .text-area h3 {
font-size: 20px;
font-size: 1.4285714286rem;
font-weight: bold;
padding-bottom: 15px;
}
#container.next .difference ul li .text-area .content {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#container.next .difference ul li .text-area .content > div {
width: 48%;
padding: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}
#container.next .difference ul li .text-area .content > div.good {
background-color: #fff3e0;
}
#container.next .difference ul li .text-area .content > div.good .title {
color: #ff9800;
}
#container.next .difference ul li .text-area .content > div.bad {
background-color: #eceff1;
}
#container.next .difference ul li .text-area .content > div.bad .title {
color: #607d8b;
}
#container.next .difference ul li .text-area .content .title {
font-size: 18px;
font-size: 1.2857142857rem;
font-weight: bold;
font-family: Avenir, sans-serif;
}
#container.next .iroha > ul {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#container.next .iroha > ul > li {
width: 530px;
}
#container.next .iroha > ul > li:last-child > .title {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/bg-slice-green.png);
}
#container.next .iroha > ul > li:last-child > .title h2 {
color: #84c540;
}
#container.next .iroha > ul > li > .title {
padding: 5px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-ms-border-radius: 10px 10px 10px 10px;
-o-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/bg-slice-blue.png);
}
#container.next .iroha > ul > li > .title h2 {
background-color: #FFF;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-ms-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 18px;
font-size: 1.2857142857rem;
font-weight: bold;
text-align: center;
line-height: 70px;
color: #1e6ba0;
}
#container.next .iroha > ul > li ul {
width: 430px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
#container.next .iroha > ul > li ul li {
padding-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
height: 60px;
}
#container.next .iroha > ul > li ul li .img {
line-height: 0;
margin-right: 20px;
width: 90px;
text-align: center;
}
#container.next .iroha > ul > li ul li .text {
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
}
#container.next .knowhow ul {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#container.next .knowhow ul li {
width: 350px;
}
#container.next .knowhow ul li .point {
line-height: 32px;
text-align: center;
color: #ff9800;
border: 2px solid #ff9800;
font-size: 15px;
font-size: 1.0714285714rem;
font-weight: bold;
margin-bottom: 15px;
}
#container.next .knowhow ul li .title {
margin-bottom: 15px;
text-align: center;
font-size: 16px;
font-size: 1.1428571429rem;
font-weight: bold;
}
#container.next .knowhow ul li .img {
line-height: 0;
margin-bottom: 15px;
text-align: center;
}
#container.next .knowhow#type .text {
width: 740px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#container.next .knowhow#type ul li .title {
font-size: 15px;
font-size: 1.0714285714rem;
}
#container.next .flow#know ul li .content .img {
width: 90px;
}
#container.next .flow ul {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container.next .flow ul li {
width: 530px;
padding-bottom: 15px;
position: relative;
}
#container.next .flow ul li:nth-child(2n):before {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #ff9800;
position: absolute;
left: -25px;
top: 10px;
}
#container.next .flow ul li .title-area {
border-bottom: 1px solid #77564e;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 0 20px 10px;
}
#container.next .flow ul li .title-area .number {
width: 36px;
line-height: 36px;
border: 2px solid #77564e;
font-size: 18px;
font-size: 1.2857142857rem;
font-weight: bold;
font-family: Avenir, sans-serif;
text-align: center;
color: #77564e;
}
#container.next .flow ul li .title-area .title {
margin-left: 15px;
font-size: 17px;
font-size: 1.2142857143rem;
}
#container.next .flow ul li .title-area .title small {
font-size: 13px;
font-size: 0.9285714286rem;
}
#container.next .flow ul li .content {
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
#container.next .flow ul li .content .text {
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
}
#container.next .flow ul li .content .img {
width: 220px;
margin-left: 20px;
}
#container.next .menus .title {
font-size: 16px;
font-size: 1.1428571429rem;
font-family: Avenir, sans-serif;
color: #77564e;
padding: 0 15px 5px;
}
#container.next .menus ul {
border: 1px solid #77564e;
padding: 20px 20px 10px;
}
#container.next .menus ul:after {
clear: both;
display: block;
content: '';
}
#container.next .menus ul li {
float: left;
width: 25%;
padding-bottom: 10px;
}
#container.next .menus ul li a {
display: block;
color: #202020;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#container.next .products {
padding: 0 20px;
}
#container.next .products li {
width: 220px;
padding-bottom: 65px;
margin-right: 65px;
}
#container.next .products li:nth-child(4n) {
margin-right: 65px;
}
#container.next .products li:nth-child(3n) {
margin-right: 0;
}
#container.next .products li .img {
text-align: center;
width: 220px;
max-width: 100%;
max-height: 146px;
}
#container.next .products li .img img {
max-height: 146px;
width: auto;
}
#container.next .pagenation {
width: 100%;
letter-spacing: -.4em;
text-align: right;
}
#container.next .pagenation li {
letter-spacing: normal;
display: -moz-inline-box;
display: inline-block;
text-align: center;
margin-left: 10px;
}
#container.next .pagenation li a {
display: block;
border: 1px solid #cccccc;
color: #202020;
width: 28px;
line-height: 28px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#container.next .pagenation li a.current {
background-color: #ffece7;
}
#container.next .pagenation li a:hover {
text-decoration: none;
background-color: #ffece7;
}
#container.next .detail-area {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#container.next .detail-area .left {
width: 10px;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
margin-right: 30px;
}
#container.next .detail-area .left h1 {
font-size: 30px;
font-size: 2.1428571429rem;
font-weight: normal;
padding-bottom: 15px;
}
#container.next .detail-area .left .link {
padding-top: 25px;
}
#container.next .detail-area .right {
width: 400px;
}
#container.next .detail-area .right .photo {
height: 280px;
position: relative;
line-height: 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
#container.next .detail-area .right .photo img {
max-height: 280px;
width: auto;
}
#container.next .detail-area .right ul {
padding-top: 15px;
}
#container.next .detail-area .right ul:after {
clear: both;
display: block;
content: '';
}
#container.next .detail-area .right ul li {
float: left;
line-height: 0;
margin: 0 5px 5px 0;
}
#container.next .detail-area .right ul li:nth-child(3n) {
margin-right: 0;
}
#container.next .detail-area .right ul li a {
display: block;
position: relative;
}
#container.next .detail-area .right ul li a:before {
content: "";
display: block;
border: 1px solid #cccccc;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
z-index: 2;
left: 0;
top: 0;
position: absolute;
}
#container.next .detail-area .right ul li a.current:before {
border-color: #77564e;
border-width: 2px;
}
#container.next .map {
height: 400px;
position: relative;
margin-bottom: 30px;
}
#container.next .map iframe {
position: absolute;
width: 100%;
height: 100%;
}
#container.next .btn-area p {
padding: 0;
}
#container.next form {
width: 700px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
#container.next form table input, #container.next form table textarea {
width: 100%;
}
#container.next .wpcf7-mail-sent-ok {
display: none !important;
}
#container.next .pagenation {
padding-top: 20px;
text-align: right;
}
#container.next .pagenation .wp-pagenavi > * {
letter-spacing: normal;
display: -moz-inline-box;
display: inline-block;
width: 30px;
line-height: 28px;
border: 1px solid #77564e;
text-align: center;
color: #77564e;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin-left: 10px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-ms-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}
#container.next .pagenation .wp-pagenavi a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#container.next .pagenation .wp-pagenavi a:hover {
text-decoration: none;
background-color: #77564e;
color: #FFF;
}
#container.next .pagenation .wp-pagenavi span {
border-color: transparent;
}
#container.next .pagenation .wp-pagenavi span.current {
border-color: #77564e;
background: #77564e;
color: #FFF;
}
#container.next .reservation .monthly-calendar caption {
color: #77564e;
font-size: 16px;
font-size: 1.1428571429rem;
font-weight: bold;
padding-bottom: 10px;
}
#container.next .reservation .monthly-calendar .week-title {
padding: 10px 0;
}
#container.next .reservation .day-calendar table {
width: 100%;
}
#container.next .reservation .content-form fieldset {
padding: 0;
width: 100%;
border: none;
}
#container.next .reservation .content-form table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: none;
}
#container.next .reservation .content-form th {
text-align: left;
vertical-align: middle;
line-height: 1.75;
}
#container.next .reservation .content-form th, #container.next .reservation .content-form td {
border: 1px solid #cccccc;
padding: 15px;
}
#container.next .reservation .content-form td[colspan="2"] {
border: none;
padding: 20px 15px 5px;
font-size: 15px;
font-size: 1.0714285714rem;
font-weight: bold;
color: #77564e;
} #mainimg.top .add-title {
position: absolute;
top: 50%;
color: #FFF;
font-size: 22px;
font-size: 1.5714285714rem;
font-weight: bold;
right: 50px;
-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
-o-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
line-height: 1.2;
}
#container.top .about .right .text .add-h1 {
font-size: 20px;
font-size: 1.4285714286rem;
font-weight: bold;
padding-bottom: 15px;
}
#container.top .lineup {
padding-bottom: 0px;
}
#container .add-public-date {
color: #666666;
font-size: 13px;
font-size: 0.9285714286rem;
}
#container .news-list li .right .add-public-date {
padding-bottom: 5px;
display: block;
} 
#container.top .access .info .add-li {
padding-bottom: 15px;
}
.add-shopdt{
font-weight: bold;
}
footer .foot-main .right .add-dt {
font-weight: bold;
padding-bottom: 10px;
}
footer .add-small {
font-size: 0.8571428571rem;
text-align: center;
display: block;
} @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
#container.next .iroha > ul > li:last-child > .title {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/bg-slice-green@2x.png);
background-size: 25px auto;
}
#container.next .iroha > ul > li > .title {
background-image: url(//www.order-shoes.net/wp-content/themes/kalent/img/next/bg-slice-blue@2x.png);
background-size: 25px auto;
}
} @media screen and (min-width: 701px) and (max-width: 1120px) { header {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
}
header #logo {
width: 180px;
}
header > nav {
display: none;
}
header > .btn {
display: none;
}
header #menu {
display: block;
}
header .sp-menu:after {
clear: both;
display: block;
content: '';
}
header .sp-menu nav {
float: left;
padding-top: 5px;
}
header .sp-menu .btn {
float: right;
}
header nav ul li {
margin: 0 15px;
}
header .btn a.size-l {
width: 130px;
line-height: 44px;
min-width: 0;
} footer {
padding: 40px 15px;
}
footer .foot-main {
width: 600px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
footer .foot-main nav {
width: 100%;
float: inherit;
padding-bottom: 20px;
}
footer .foot-main nav:after {
clear: both;
display: block;
content: '';
}
footer .foot-main nav ul li {
float: left;
width: 160px;
margin-right: 30px;
margin-bottom: 10px;
}
footer .foot-main nav ul li:nth-child(3n-1) {
width: 190px;
}
footer .foot-main nav ul li a {
color: #202020;
}
footer .foot-main .right {
text-align: center;
float: inherit;
width: 100%;
} #mainimg.top {
height: 400px;
} #container {
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#container .title-block h2 {
font-size: 20px;
font-size: 1.4285714286rem;
}
#container .products li {
width: 23%;
margin-right: 1%;
margin-left: 1%;
}
#container .products li:nth-child(4n) {
margin-right: 1%;
}
#container .links2 {
padding: 20px 0;
}
#container .links2 ul li a {
padding: 0 20px;
}
#container .contact {
padding: 30px 15px;
}
#container .contact h2 {
font-size: 20px;
font-size: 1.4285714286rem;
font-weight: bold;
}
#container .contact .content .left {
font-size: 16px;
font-size: 1.1428571429rem;
}
#container .contact .content .right .tel-area .tel {
font-size: 25px;
font-size: 1.7857142857rem;
font-weight: bold;
}
#container .contact .content .right .tel-area .tel span {
font-size: 16px;
font-size: 1.1428571429rem;
}
#container .contact .content .right .tel-area .text {
font-size: 13px;
font-size: 0.9285714286rem;
}
#container .contact .content .right .tel-area .text strong {
font-size: 14px;
font-size: 1rem;
} #container.top .links ul li {
width: 23%;
}
#container.top .about .img {
width: 45%;
}
#container.top .about .right {
padding: 0 30px;
}
#container.top .news {
width: 520px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container.top .news > div {
width: 520px;
margin-bottom: 30px;
}
#container.top .news > div:last-child {
margin-bottom: 0;
}
#container.top .access .info {
width: 240px;
padding: 25px 15px;
} #container.next #contents #main {
margin-right: 40px;
}
#container.next #contents #side {
width: 180px;
}
#container.next .difference ul li .img {
width: 40%;
}
#container.next .difference ul li .text-area {
padding: 0 30px;
}
#container.next .iroha > ul > li {
width: 48%;
}
#container.next .knowhow ul li {
width: 31%;
}
#container.next .flow ul li {
width: 48%;
}
#container.next .flow ul li:nth-child(2n):before {
left: -5%;
}
#container.next .flow ul li .content .img {
width: 40%;
}
#container.next .menus ul {
border: 1px solid #77564e;
padding: 20px 20px 10px;
}
#container.next .menus ul:after {
clear: both;
display: block;
content: '';
}
#container.next .menus ul li {
width: auto;
padding-right: 20px;
}
#container.next .products {
padding: 0;
}
#container.next .products li {
width: 30%;
padding-bottom: 65px;
margin-right: 1.5%;
margin-left: 1.5%;
}
#container.next .products li:nth-child(4n) {
margin-right: 1.5%;
}
#container.next .products li:nth-child(3n) {
margin-right: 0;
}
#container.next .detail-area .left {
margin-right: 20px;
}
#container.next .detail-area .left h1 {
font-size: 26px;
font-size: 1.8571428571rem;
}
#container.next .detail-area .right {
width: 240px;
}
#container.next .detail-area .right .photo {
height: 180px;
}
#container.next .detail-area .right .photo img {
max-height: 180px;
}
#container.next .detail-area .right ul li {
width: 32%;
margin-right: 2%;
}
#container.next .detail-area .right ul li:nth-child(3n) {
margin-right: 0;
}
#container.next form table th {
width: 110px;
}
#container.next form table th small {
display: block;
}
} @media screen and (max-width: 700px) { header {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 12px 10px;
}
header #logo {
width: 150px;
}
header > nav {
display: none;
}
header > .btn {
display: none;
}
header #menu {
display: block;
}
header .sp-menu {
top: 51px;
}
header .sp-menu nav {
padding-top: 5px;
}
header .sp-menu nav ul li {
display: block;
text-align: center;
padding-bottom: 20px;
}
header .sp-menu .btn a {
width: 100%;
} footer {
padding: 30px 10px;
}
footer .foot-main {
width: 100%;
}
footer .foot-main nav {
width: 100%;
float: inherit;
padding-bottom: 30px;
}
footer .foot-main nav:after {
clear: both;
display: block;
content: '';
}
footer .foot-main nav ul {
border-bottom: 1px solid #cccccc;
padding-bottom: 20px;
}
footer .foot-main nav ul:after {
clear: both;
display: block;
content: '';
}
footer .foot-main nav ul li {
float: left;
width: 50%;
text-align: center;
margin-right: 0;
margin-bottom: 15px;
}
footer .foot-main nav ul li:nth-child(3n-1) {
width: 50%;
}
footer .foot-main .right {
text-align: center;
float: inherit;
width: 100%;
}
footer .foot-logo .logo {
width: 180px;
} #mainimg.top {
height: 340px;
}
#mainimg.top h2 {
right: 0;
padding: 0 10px;
font-size: 17px;
font-size: 1.2142857143rem;
font-weight: bold;
}
#mainimg.next {
height: 180px;
margin-bottom: 40px;
}
#mainimg.next h1 {
font-size: 16px;
font-size: 1.1428571429rem;
font-weight: bold;
left: 0;
padding: 0 15px;
} #container {
padding-left: 10px;
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
#container .title-block {
padding-bottom: 20px;
}
#container .title-block h2 {
font-size: 18px;
font-size: 1.2857142857rem;
font-weight: normal;
}
#container .title-block h2:before, #container .title-block h2:after {
width: 30px;
}
#container .products {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#container .products li {
width: 48%;
padding-bottom: 30px;
margin: 0;
}
#container .products li a .name {
font-size: 13px;
font-size: 0.9285714286rem;
}
#container .news-list li {
padding: 15px 0;
}
#container .news-list li .img {
width: 60px;
margin-right: 15px;
}
#container .links2 {
padding: 15px;
margin-bottom: 40px;
}
#container .links2 ul li {
float: inherit;
width: 100%;
padding: 20px 0;
}
#container .links2 ul li:last-child {
border-left: none;
}
#container .links2 ul li a {
padding: 0;
}
#container .links2 ul li a .img {
width: 50px;
}
#container .contact {
padding: 15px;
}
#container .contact h2 {
font-size: 18px;
font-size: 1.2857142857rem;
font-weight: bold;
padding-bottom: 20px;
}
#container .contact .content {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container .contact .content .left {
font-size: 14px;
font-size: 1rem;
margin-right: 0;
text-align: center;
}
#container .contact .content .right .tel-area {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
#container .contact .content .right .tel-area .tel {
font-size: 28px;
font-size: 2rem;
font-weight: bold;
}
#container .contact .content .right .tel-area .tel span {
font-size: 17px;
font-size: 1.2142857143rem;
}
#container .contact .content .right .tel-area .text {
margin-left: 10px;
margin-right: 10px;
font-size: 12px;
font-size: 0.8571428571rem;
}
#container .contact .content .right .tel-area .text br {
display: none;
}
#container .contact .content .right .tel-area .text strong {
font-size: 15px;
font-size: 1.0714285714rem;
}
#container .contact .content .right .btn {
padding-top: 15px;
}
#container .contact .content .right .btn a {
border-width: 2px;
width: 100%;
line-height: 1.2;
padding: 10px;
} #container.top {
padding-bottom: 40px;
}
#container.top .links {
padding-bottom: 20px;
}
#container.top .links ul {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container.top .links ul li {
width: 48%;
margin-bottom: 20px;
}
#container.top .links ul li a .text {
font-size: 15px;
font-size: 1.0714285714rem;
font-weight: bold;
}
#container.top .about {
padding-bottom: 40px;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container.top .about .img {
text-align: center;
width: 100%;
}
#container.top .about .right {
padding: 20px 0 0;
}
#container.top .about .right .text h2 {
font-size: 18px;
font-size: 1.2857142857rem;
font-weight: bold;
}
#container.top .about .right .text p {
font-size: 13px;
font-size: 0.9285714286rem;
}
#container.top .about .right .btn {
padding-top: 20px;
}
#container.top .news {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 40px;
}
#container.top .news > div {
width: 100%;
}
#container.top .news > .right {
padding-top: 30px;
}
#container.top .access {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 40px;
}
#container.top .access .info {
width: 100%;
padding: 15px;
}
#container.top .access .info h2 {
font-size: 18px;
font-size: 1.2857142857rem;
}
#container.top .access .map {
width: 100%;
height: 300px;
} #container.next {
padding-top: 10px;
padding-bottom: 40px;
}
#container.next section {
padding-bottom: 50px;
}
#container.next section.contact {
padding-bottom: 20px;
}
#container.next section .title-block {
padding-bottom: 30px;
}
#container.next #contents {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container.next #contents #main {
width: 100%;
-ms-flex: 1 0 auto;
-webkit-flex-grow: 1;
flex-grow: 1;
margin-right: 0;
padding-bottom: 30px;
}
#container.next #contents #main section {
padding-bottom: 40px;
}
#container.next #contents #side {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#container.next #contents #side .banners {
width: 48%;
padding-bottom: 30px;
}
#container.next #contents #side .banners li {
padding-bottom: 15px;
}
#container.next #contents #side .banners li .title {
font-size: 12px;
font-size: 0.8571428571rem;
}
#container.next #contents #side .sns {
width: 100%;
}
#container.next #contents .head-title {
font-size: 20px;
font-size: 1.4285714286rem;
padding-bottom: 20px;
}
#container.next #contents .head-title2 {
font-size: 18px;
font-size: 1.2857142857rem;
}
#container.next #contents .head-title2 span {
font-size: 15px;
font-size: 1.0714285714rem;
}
#container.next #contents .head-title3 {
font-size: 14px;
font-size: 1rem;
}
#container.next .difference ul li {
padding-bottom: 30px;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container.next .difference ul li:last-child .img {
-webkit-box-original-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}
#container.next .difference ul li:last-child .text-area {
-webkit-box-original-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
#container.next .difference ul li .img {
width: 100%;
text-align: center;
}
#container.next .difference ul li .text-area {
padding: 20px 0 0;
}
#container.next .difference ul li .text-area h3 {
font-size: 16px;
font-size: 1.1428571429rem;
font-weight: bold;
}
#container.next .difference ul li .text-area .content > div {
padding: 10px;
}
#container.next .difference ul li .text-area .content .title {
font-size: 16px;
font-size: 1.1428571429rem;
font-weight: bold;
}
#container.next .iroha > ul {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container.next .iroha > ul > li {
width: 100%;
}
#container.next .iroha > ul > li:last-child {
padding-top: 30px;
}
#container.next .iroha > ul > li > .title {
padding: 5px;
}
#container.next .iroha > ul > li > .title h2 {
font-size: 16px;
font-size: 1.1428571429rem;
font-weight: bold;
line-height: 50px;
}
#container.next .iroha > ul > li ul li {
padding-top: 30px;
height: auto;
}
#container.next .iroha > ul > li ul li .img {
margin-right: 15px;
width: 70px;
text-align: center;
}
#container.next .knowhow ul {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#container.next .knowhow ul li {
width: 100%;
padding-bottom: 30px;
}
#container.next .knowhow ul li:last-child {
padding-bottom: 0;
}
#container.next .knowhow ul li .title {
font-size: 14px;
font-size: 1rem;
font-weight: bold;
}
#container.next .knowhow ul li .img {
text-align: center;
}
#container.next .flow ul li {
width: 100%;
}
#container.next .flow ul li:nth-child(2n):before {
display: none;
}
#container.next .flow ul li .title-area {
padding: 0 15px 10px;
}
#container.next .flow ul li .title-area .number {
width: 30px;
line-height: 30px;
font-size: 16px;
font-size: 1.1428571429rem;
font-weight: bold;
}
#container.next .flow ul li .title-area .title {
font-size: 16px;
font-size: 1.1428571429rem;
}
#container.next .flow ul li .content {
padding: 15px;
}
#container.next .flow ul li .content .img {
width: 40%;
}
#container.next .menus ul {
border: 1px solid #77564e;
padding: 20px 0 10px 20px;
}
#container.next .menus ul:after {
clear: both;
display: block;
content: '';
}
#container.next .menus ul li {
width: auto;
padding-right: 20px;
}
#container.next .products {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding: 0;
}
#container.next .products li {
width: 48%;
padding-bottom: 30px;
margin: 0;
}
#container.next .products li:nth-child(4n) {
margin-right: 0;
}
#container.next .detail-area {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
#container.next .detail-area .left {
width: 100%;
margin-right: 0;
padding-bottom: 20px;
}
#container.next .detail-area .left h1 {
font-size: 22px;
font-size: 1.5714285714rem;
}
#container.next .detail-area .right {
width: 300px;
}
#container.next .detail-area .right .photo {
height: 180px;
}
#container.next .detail-area .right .photo img {
max-height: 180px;
}
#container.next .detail-area .right ul li {
width: 32%;
margin-right: 2%;
}
#container.next .detail-area .right ul li:nth-child(3n) {
margin-right: 0;
}
#container.next .btn-area p {
padding: 0;
}
#container.next .btn-area p input {
margin: 5px;
width: 120px;
min-width: 0;
}
#container.next form table th, #container.next form table td {
padding: 10px;
}
#container.next form table th {
width: 110px;
}
#container.next form table th small {
display: block;
}
#container.next .reservation .content-form th {
width: 80px;
}
#container.next .reservation .content-form th, #container.next .reservation .content-form td {
padding: 8px;
} #mainimg.top .add-title {
right: 0;
padding: 0 10px;
font-size: 17px;
font-size: 1.2142857143rem;
font-weight: bold;
}
#container.top .about .right .text .add-h1{
font-size: 1.2857142857rem;
font-weight: bold;
}
} #mainimg.top {
height: auto !important; background-image: none !important; padding: 0;
}
#mainimg.top img {
width: 100%;
height: auto;
display: block;
}
.line-desc-title {
font-size: 24px;
margin: 25px 0 10px;
font-weight: 700;
line-height: 1.4;
color: #202020;
} .lineup-menu-wrap {
margin: 30px 0 20px;
text-align: center;
}
.lineup-menu {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 15px;
padding: 0;
}
.lineup-menu li {
list-style: none;
}
.lineup-menu li a {
display: block;
padding: 8px 18px;
border: 1px solid #d0d0d0;
border-radius: 25px;
color: #666;
font-size: 15px;
transition: all .2s ease;
background: #fff;
}
.lineup-menu li.current a,
.lineup-menu li a:hover {
background: #333;
color: #fff;
border-color: #333;
} .lineup-submenu {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
margin: 10px 0 25px;
padding: 0;
}
.lineup-submenu li {
list-style: none;
}
.lineup-submenu li a {
display: block;
padding: 6px 15px;
border: 1px solid #ccc;
border-radius: 18px;
color: #666;
font-size: 14px;
background: #fafafa;
transition: all .2s ease;
}
.lineup-submenu li.current a,
.lineup-submenu li a:hover {
background: #555;
color: #fff;
border-color: #555;
} @media (max-width: 767px) {
.lineup-menu {
gap: 12px;
}
.lineup-menu li a {
padding: 6px 14px;
font-size: 14px;
}
.lineup-submenu {
gap: 8px;
}
.lineup-submenu li a {
padding: 5px 12px;
font-size: 13px;
}
}