@charset "UTF-8";
@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;
}
 @-webkit-keyframes flipIn {
0% {
-webkit-transform: perspective(200px) rotateY(90deg);
transform: perspective(200px) rotateY(90deg);
opacity: 0;
}
100% {
-webkit-transform: perspective(200px) rotateY(0deg);
transform: perspective(200px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipIn {
0% {
-webkit-transform: perspective(200px) rotateY(90deg);
-ms-transform: perspective(200px) rotateY(90deg);
transform: perspective(200px) rotateY(90deg);
opacity: 0;
}
100% {
-webkit-transform: perspective(200px) rotateY(0deg);
-ms-transform: perspective(200px) rotateY(0deg);
transform: perspective(200px) rotateY(0deg);
opacity: 1;
}
}
.flipIn {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-animation-name: flipIn;
animation-name: flipIn;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-500px);
transform: translateX(-500px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-500px);
-ms-transform: translateX(-500px);
transform: translateX(-500px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(500px);
transform: translateX(500px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(500px);
-ms-transform: translateX(500px);
transform: translateX(500px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
  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(//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(//order-shoes.net/wp-content/themes/kalent/img/next/mainimg-ordermade.jpg);
}
#mainimg.next.lineup {
background-image: url(//order-shoes.net/wp-content/themes/kalent/img/next/mainimg-lineup.jpg);
}
#mainimg.next.first {
background-image: url(//order-shoes.net/wp-content/themes/kalent/img/next/mainimg-first.jpg);
}
#mainimg.next.kalent {
background-image: url(//order-shoes.net/wp-content/themes/kalent/img/next/mainimg-kalent.jpg);
}
#mainimg.next.contact {
background-image: url(//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(//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(//order-shoes.net/wp-content/themes/kalent/img/common/icon-pdf@2x.png);
background-size: 10px auto;
}
.link a {
background-image: url(//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(//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(//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(//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(//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;
}
}