@charset "UTF-8";
 * {
margin: 0;
padding: 0;
}
html,
body {  }
body {
font-family: Helvetica Neue, Helvetica, Arial, '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5 {
margin: 0;
padding: 0;
font-weight: normal;
}
img {
border: none;
vertical-align: text-bottom;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: '';
clear: both;
height: 0;
}
figure {
font-size: 0;
line-height: 0;
}
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@-ms-viewport {
width: auto !important;
initial-scale: 1;
} .wrapper {
width: 100%;
height: 100%;
position: relative;
}
a {
-webkit-tap-highlight-color: transparent;
} #fields_toggle {
pointer-events: none;
}
.home__select .topArea,
.home__select .home__select__logo,
.home #fields__toggle {
opacity: 1;  }
.home__select {
min-height: 100vh;
height: 100%;
overflow: hidden;
position: relative;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/home_bg.jpg) no-repeat center / cover;
}
.home__select__inner {
width: 610px;
padding: 50px 0 20px;
position: absolute !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.home__select .topArea {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
}
.home__select .topArea .title {
width: 420px;
}
.home__select .topArea .linkList {
width: 300px;
padding-top: 200px;
position: relative;
}
.home__select .topArea .linkList .item {
position: absolute;
}
.home__select .topArea .linkList .item:nth-child(1) {
width: 265px;
top: -0;
left: 30px;
}
.home__select .topArea .linkList .item:nth-child(2) {
width: 220px;
bottom: 0;
right: -50px;
}
.home__select .topArea .linkList .item .link {
display: block;
position: relative;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.home__select .topArea .linkList .item .link:hover {
opacity: 0.6;
}
.home__select .topArea .linkList .item .link::after {}
.home__select .topArea .linkList .item:nth-child(2) .link::after {
content: '';
width: 100px;
height: 100px;
display: block;
position: absolute;
bottom: 0;
right: 0;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/icon-olypara.png) no-repeat center / contain;
}
.home__select img {
width: 100%;
height: auto;
}
.home__select .home__select__logo {
margin: 0 auto;
width: 401px;
}
.home__select .home__select__logo a {
display: block;
} .home__select .lowerLinkList * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.home__select .lowerLinkList { height: 280px;
margin: 0px auto;
position: relative;
list-style: none;
}
.home__select .lowerLinkList .item {
width: calc(((100% - 0.1px) - 15px) / 2);
position: absolute;
}
.home__select .lowerLinkList .item:nth-child(1) {
height: 100%;
top: 0;
left: 0;
}
.home__select .lowerLinkList .item:nth-child(2),
.home__select .lowerLinkList .item:nth-child(3),
.home__select .lowerLinkList .item:nth-child(4),
.home__select .lowerLinkList .item:nth-child(5) {
height: calc((100% - (15px * 3)) / 4);
right: 0;
}
.home__select .lowerLinkList .item:nth-child(2) {
top: 0;
}
.home__select .lowerLinkList .item:nth-child(3) {
top: calc(((100% - (15px * 3)) / 4) + 15px);
}
.home__select .lowerLinkList .item:nth-child(4) {
bottom: calc(((100% - (15px * 3)) / 4) + 15px);
}
.home__select .lowerLinkList .item:nth-child(5) {
bottom: 0;
}
.home__select .lowerLinkList .item .link {
height: 100%;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
border-radius: 16px;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
box-shadow: 2px 4px 6px 1px rgba(0, 0, 0, 0.7);
overflow: hidden;
}
.home__select .lowerLinkList .item:nth-child(1) .link {
padding: 35px;
background: #4067b5;
}
.home__select .lowerLinkList .item:nth-child(2) .link,
.home__select .lowerLinkList .item:nth-child(3) .link,
.home__select .lowerLinkList .item:nth-child(4) .link,
.home__select .lowerLinkList .item:nth-child(5) .link {
padding: 13px;
}
.home__select .lowerLinkList .item:nth-child(2) .link {
background: #ad1a3e;
}
.home__select .lowerLinkList .item:nth-child(3) .link {
background: #efb82e;
}
.home__select .lowerLinkList .item:nth-child(4) .link {
background: #679b51;
}
.home__select .lowerLinkList .item:nth-child(5) .link {
background: #2b2b97;
}
.home__select .lowerLinkList .item:nth-child(1) .link:hover {
background: #325293;
}
.home__select .lowerLinkList .item:nth-child(2) .link:hover {
background: #881431;
}
.home__select .lowerLinkList .item:nth-child(3) .link:hover {
background: #ba8e1f;
}
.home__select .lowerLinkList .item:nth-child(4) .link:hover {
background: #558139;
}
.home__select .lowerLinkList .item:nth-child(5) .link:hover {
background: #1c1c65;
}
.home__select .lowerLinkList .item:nth-child(1) .link .thumb {
width: 210px;
}
.home__select .lowerLinkList .item:nth-child(2) .link .thumb,
.home__select .lowerLinkList .item:nth-child(3) .link .thumb,
.home__select .lowerLinkList .item:nth-child(4) .link .thumb,
.home__select .lowerLinkList .item:nth-child(5) .link .thumb {
width: 250px;
}
.no-auth .topArea,
.no-auth .home__select__logo,
.no-auth .home__select h2 {
display: none;
}
@media screen and (max-height: 800px) {
.home__select {      }
.no-auth .home__select {
min-height: 100vh;
}
} .swpm-login-widget-form { margin: 0 auto;
}
.swpm-login-widget-logged {
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
}
.swpm-username-input {
margin-top: 45px;
margin-bottom: 0 !important;
}
.swpm-username-input input,
.swpm-password-input input {
background: rgba(255, 255, 255, 0.9);
border: 1px solid #eee;
line-height: 1;
font-size: 18px;
width: 100% !important;
display: block;
box-sizing: border-box;
padding: 26px 50px;
color: #000;
position: relative;
letter-spacing: 2px;
z-index: 1;
text-align: center;
font-weight: bolder;
}
.swpm-username-input input::placeholder,
.swpm-password-input input::placeholder {
color: #000;
}
.swpm-username-input input {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.swpm-password-input input {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.swpm-login-submit input {
background-color: #17a8e3;
border: 1px solid #17a8e3;
line-height: 1;
font-size: 18px;
width: 100% !important;
display: block;
margin-top: 20px;
box-sizing: border-box;
padding: 26px 50px;
border-radius: 60px;
color: #fff;
letter-spacing: 0.01em;
position: relative;
z-index: 1;
text-align: center;
font-weight: bolder;
}
.swpm-username-label,
.swpm-password-label,
.swpm-remember-me,
.swpm-forgot-pass-link,
.swpm-join-us-link,
.swpm-logged-status,
.swpm-logged-membership,
.swpm-logged-expiry {
display: none;
}
.swpm-login-action-msg {
display: none;     } .header {
width: 100%;
z-index: 1;
text-align: center;
padding-top: 25px;
}
.header__inner {
text-align: left;
margin: 0 30px;
background: #0080cb;
border-radius: 50px;
}
.header__fields {
background: #f8b62d;
}
.use__fields {
background: #a95b73;
}
.header__inner {
height: 44px;
}
.header__inner h1 { color: #fff;
font-weight: bold;
display: inline-block;
letter-spacing: -0.4em;
}
.header__logo .img {
text-align: center;
letter-spacing: normal;
position: relative;
width: 70px;
display: inline-block; vertical-align: middle;
}
.header__logo .img img { display: inline-block;
width: auto;
height: 44px;
}
.header__logo .img:after {
content: '';
display: block;
clear: both;
}
.header__logo .txt {
font-size: 20px;
line-height: 1;
letter-spacing: normal;
display: inline-block;
position: relative;  vertical-align: middle;
}
@media all and (-ms-high-contrast:none) {
.header__logo .txt {
margin-top: 7px;
}
} .footer,
.footer * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.footer {
width: 100%;
position: fixed;
bottom: 0;
left: 0;
padding: 15px;
z-index: 10;
}
.footer__list {
width: 100%;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
position: relative;
}
.footer__list__item {
display: block;
}
.footer__list__item.logo {
width: 230px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.footer__list__item__link {
display: block;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
a.footer__list__item__link:hover {
opacity: 0.6;
}
.nav__footer {
height: 57px;
width: 57px;
}
.nav__footer__logo {
width: 100%;
height: auto;
} .field {
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/bg__field.jpg);
overflow: hidden;
}
.field__content {
position: relative;
padding: 0 3.4% 0 7.2%;
height: calc(100vh - 150px);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
margin-top: 70px;
width: auto;
display: flex;
align-items: center;
}
.field__container {
opacity: 0;    padding: 0 3.4% 0 7.2%;
width: 100%;
box-sizing: border-box;  transition: opacity 0.3s linear;
-webkit-overflow-scrolling: touch;
}
.field__container.is-show {
opacity: 1;
}
.field__container.is-position-top {
top: 0;
-webkit-transform: none;
transform: none;
}
.field__row {
width: 100%;
overflow: auto;
display: block;
margin: 28px 0 0;
-webkit-overflow-scrolling: touch;
}
.field__column {
cursor: pointer;
float: left;
width: 45.1%;
margin-left: 4.8%;
position: relative;
}
.field__column a {
display: block;
color: #000;
text-decoration: none;
}
.field__column img {
display: block;
float: left;
vertical-align: middle;
margin: 0 15px 0 0;
width: auto;
height: 118px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
border-radius: 15px;
}
.field__column .txt {
display: block;
position: relative;
overflow: hidden;
height: 120px;
}
.field__column .txt span {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
font-size: 24px;
line-height: 1;
font-weight: bold;
}
.field a {
text-decoration: none;
font-weight: bold;
color: black;
letter-spacing: 2px;
display: inline-block;
line-height: 25px;
font-size: 20px;
} .use {
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.use__content { padding: 0 3.4% 0 7.2%;
height: calc(100vh - 180px);
overflow-y: scroll;
margin-top: 70px; }
.is-ios .use__content {
height: calc(100vh - 140px - 20px);
-webkit-overflow-scrolling: touch;
} .production__facility {
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/bg__use.jpg);
background-position: center top;
background-size: 100% auto;
}
.production__facility__content {
margin: 10px 3.4% 0;
box-sizing: border-box;
height: calc(100vh - 160px);
overflow-y: scroll;
margin-top: 70px;
-webkit-overflow-scrolling: touch;
}
.is-ios .production__facility__content {
height: calc(100vh - 120px - 20px);
overflow-y: scroll;  }
.production__row {
background: #fff;
padding: 20px;
margin-top: 15px; }
.production__table:after {
content: '';
display: block;
clear: both;
}
.prod__header {
position: relative; font-size: 22px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 4px;
}
.prod__image {
float: left;
position: relative;
width: 212px;
height: 160px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.prod__image .thumbnail_icon {
position: absolute;
top: 6px;
left: 6px;
}
.prod__body {  margin-left: 232px;
}
.prod__details:after {
content: '';
display: block;
clear: both;
}
.prod_row {
display: table;
width: 100%;
}
.prod__detailsWrap:after {
content: '';
clear: both;
display: block;
}
.prod__details {
float: left;
width: 38.4%;
}
.prod__details:nth-child(even) {
width: 61.6%;
}
.prod__details dl {
padding-right: 20px;
font-size: 17px;
font-weight: bold;
}
.prod__details dl:after {
content: '';
display: block;
clear: both;
}
.prod__details dt {
position: relative;
float: left;
width: 4em;
padding-right: 7px; }
.prod__details dd {
position: relative; padding-left: 16px;
margin-left: 82px;
}
.prod__details dd:before {
position: absolute;
top: 0;
left: 3px;
content: ':';
display: block;
} .maps {
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/maps_bg.jpg) no-repeat 50% 50%;
background-size: cover;
background-attachment: fixed;
max-width: 100%;
}
.maps__body {
width: 100%;
}
.maps__inner {
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
height: calc(100vh - 140px);
}
.is-ios .maps__inner {
height: calc(100vh - 140px - 20px);
}
.maps__iframe2 {
width: 100%;
height: 100vh;
}
.maps__iframe {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media screen and (max-height: 768px) {
.maps__iframe {
position: static;
padding-top: 0px;
padding-bottom: 0px;
-webkit-transform: none;
transform: none;
}
.pictures__item:first-child {
margin-left: 0;
}
.pictures__bottom {
width: auto;
overflow-y: hidden !important;
position: relative !important;
}
}
@media only screen and (device-width: 768px),
only screen and (max-width: 768px) { .pictures__infoWrap {
margin-bottom: 40px;
}
} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.pictures__infoWrap {
margin-bottom: 30px !important;
height: auto !important;
}
.pictures_bottomInner {
width: 100%;
}
.pictures__inner {
height: calc(100vh - 240px) !important;
padding: 25px 30px !important;
}
.pictures__bottom {
width: auto;
overflow-y: hidden !important;
position: relative !important;
height: 140px !important;
}
.pictures__detailsList {
padding: 4px 0 !important;
}
.pictures__detailsWrap {
height: auto !important;
}
.pictures__inner--content>.scroll-element.scroll-y {
display: none;
}
} .picture__screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.picture__screen .swiper-slide {
width: 100%;
height: 100vh;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
opacity: 0 !important;
}
.picture__wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5;
}
.pictures__body__content {
display: none;
padding: 40px 0;
}
.pictures {
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/pictures01_bg.jpg) no-repeat 50% 50%;
background-size: cover;
background-attachment: fixed;
}
.pictures__body {
width: 100%;
height: auto;
cursor: pointer;
display: block;
}
.pictures__inner {
width: 80%;
height: calc(100vh - 240px);
background: rgba(0, 0, 0, 0.8);
margin: 0 auto;
padding: 25px 30px;
position: relative;
color: #fff;
box-sizing: border-box;
display: block;
font-size: 12px;
text-align: center;
-webkit-overflow-scrolling: touch;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.pictures__inner--content {
height: 100%;
width: 100%; overflow: hidden;
box-sizing: border-box;
overflow-y: hidden;
} .pictures__inner--content::-webkit-scrollbar {
height: 0;
width: 0;
}
.pictures__inner--content.scroll-content {
overflow-y: scroll;
width: 102%;
margin: auto !important;
height: 100% !important;
max-height: auto !important;
}
.pictures__inner--content>.scroll-element,
.pictures__inner--content>.scroll-element div {
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.pictures__inner--content>.scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.pictures__inner--content>.scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%;
}
.pictures__inner--content>.scroll-element.scroll-y {
height: 100%;
right: 0;
top: 0;
width: 8px;
}
.pictures__inner--content>.scroll-element .scroll-element_outer {
overflow: hidden;
}
.pictures__inner--content>.scroll-element .scroll-element_outer,
.pictures__inner--content>.scroll-element .scroll-element_track,
.pictures__inner--content>.scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.pictures__inner--content>.scroll-element .scroll-element_track,
.pictures__inner--content>.scroll-element .scroll-bar {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4;
}
.pictures__inner--content>.scroll-element .scroll-element_track {
background-color: #e0e0e0;
}
.pictures__inner--content>.scroll-element .scroll-bar {
background-color: #c2c2c2;
}
.pictures__inner--content>.scroll-element:hover .scroll-bar {
background-color: #919191;
}
.pictures__inner--content>.scroll-element.scroll-draggable .scroll-bar {
background-color: #919191;
} .pictures__inner--content>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
left: -12px;
}
.pictures__inner--content>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
top: -12px;
}
.pictures__inner--content>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
left: -12px;
}
.pictures__inner--content>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
top: -12px;
}
.is-ios .pictures__inner {
height: calc(100vh - 240px);
}
.pictures__title {
text-align: left;
font-weight: bold;
font-size: 30px;
line-height: 1;
} @media all and (-ms-high-contrast:none) {
*::-ms-backdrop,
.pictures__title {
padding-top: 5px;
}
}
.pictures__subtitle {
text-align: left;
margin: 7px 20px 5px 0;
font-size: 18px;
}
.pictures__subtitle:after {
content: '';
clear: both;
display: block;
}
.pictures__subtitleBg01 {
display: block;
width: 16px;
height: 12px;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/bg_dot.png) left top repeat-x;
background-size: 2px auto;
margin-right: 6px;
float: left;
position: relative;
top: 10px;
}
.pictures__subtitleBg02 {
display: block;
overflow: hidden;
height: 12px;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/bg_dot.png) left top repeat-x;
background-size: 2px auto;
position: relative;
top: 10px;
}
.pictures__subtitleTxt {
float: left;
margin-right: 6px;
}
.pictures__infoWrap {
margin-bottom: 10px;
height: 50%;
width: 98%;
}
.pictures__infoWrap:after {
content: '';
clear: both;
display: block;
}
.pictures__info {
float: left;
width: 48%;
box-sizing: border-box;
}
.pictures__info+.pictures__info {
overflow: hidden;
width: auto;
float: none;
padding: 0 0 0 28px;
}
.pictures__detailsWrap {
width: 98%;
}
.pictures__detailsWrap:after {
content: '';
display: block;
clear: both;
}
.pictures__details {
width: 48.4%;
float: left;
font-weight: bold;
font-size: 15px;
}
.pictures__details+.pictures__details {
float: right;
}
.pictures__detailsList {
position: relative;
padding: 2% 0;
font-weight: bold;
font-size: 15px;
}
.pictures__detailsList:after {
content: '';
display: block;
width: 100%;
height: 2px;
background: rgba(255, 255, 255, 0.3);
position: absolute;
bottom: 0;
left: 0;
}
.pictures__detailsList dt {
float: left;
box-sizing: border-box;
padding-right: 20px;
text-align: right;
width: 130px;
}
.pictures__detailsList dd {
overflow: hidden;
text-align: left;
}
.full__hr {
width: 98%;
border: 0;
text-align: left;
background: rgba(183, 183, 183, 0.3);
}
.scrollbar__style {
overflow: hidden;
text-align: left;
height: 200px;
vertical-align: top;
font-size: 17px;
line-height: 1.7;
padding-right: 25px;
}
.scrollbar__style p {
width: 97%;
}
.scroll-x {
display: none;
}
.scrollbar__style.scroll-content {
overflow-y: scroll;
margin-right: -43px !important;
}
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop,
.scrollbar__style.scroll-content p { padding-bottom: 20px;
}
} .scrollbar__style>.scroll-element,
.scrollbar__style>.scroll-element div {
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar__style>.scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar__style>.scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%;
}
.scrollbar__style>.scroll-element.scroll-y {
height: 100%;
right: 2px;
top: 0;
width: 8px;
margin-left: 10px;
}
.scrollbar__style>.scroll-element .scroll-element_outer {
overflow: hidden;
}
.scrollbar__style>.scroll-element .scroll-element_outer,
.scrollbar__style>.scroll-element .scroll-element_track,
.scrollbar__style>.scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar__style>.scroll-element .scroll-element_track,
.scrollbar__style>.scroll-element .scroll-bar {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4;
}
.scrollbar__style>.scroll-element .scroll-element_track {
background-color: #e0e0e0;
}
.scrollbar__style>.scroll-element .scroll-bar {
background-color: #c2c2c2;
}
.scrollbar__style>.scroll-element:hover .scroll-bar {
background-color: #919191;
}
.scrollbar__style>.scroll-element.scroll-draggable .scroll-bar {
background-color: #919191;
} .scrollbar__style>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
left: -12px;
}
.scrollbar__style>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
top: -12px;
}
.scrollbar__style>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
left: -12px;
}
.scrollbar__style>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
top: -12px;
}
.pictures {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.pictures__bottom {
width: 100%;
height: 10vw;
margin: 25px 0;
padding: 0 10%;
box-sizing: border-box;
position: relative;
line-height: 1;
-webkit-overflow-scrolling: touch;
}
.pictures_bottomInner {
white-space: nowrap;
height: 100%;
width: 100%;
overflow-y: hidden;
overflow-x: auto;
}
.pictures__item {
width: calc(20% - 20px);
height: 100%;
margin-right: 20px;
box-sizing: border-box;
display: inline-block;
} .pictures__item:last-child {
margin-right: 0;
}
.pictures__itemMedia {
width: 100%;
height: 100%;
}
.pictures__itemMedia a {
display: block;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.pictures__itemMedia.is-current a {
padding: 4px;
background: #fff;
}
.pictures__itemMedia .thumb {
width: 100%;
height: 100%; background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#thumbnail_icon {
width: 22px;
}
#thumbnail_icon img {
width: 100%;
height: auto;
}
#picture__body {
background-size: cover;
background-color: #000;
}
.single__footerIcon01 {
position: fixed;
bottom: 13px;
left: 39px;
display: block;
width: 57px;
height: 57px;
z-index: 10;
transition: all .2s linear;
}
.single__footerIcon01:hover {
opacity: 0.6;
}
.single__footerIcon02 {
position: fixed;
bottom: 13px;
right: 40px;
display: block;
width: 57px;
height: 57px;
z-index: 12;
transition: all .2s linear;
}
.single__footerIcon02:hover {
opacity: 0.6;
}
.single__footerIcon03 {
position: fixed;
bottom: 70px;
right: 40px;
display: block;
width: 57px;
height: 57px;
z-index: 12;
transition: all .2s linear;
}
.single__footerIcon03:hover {
opacity: 0.6;
} #modalshow {
width: 80%;
height: calc(100vh - 220px);
background: rgba(0, 0, 0, 0.8);
margin: 0 auto;
padding: 25px 40px;
position: relative;
color: #fff;
box-sizing: border-box;
display: block;
font-size: 12px;
text-align: center;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.VideoModal {
width: 100%;
position: absolute;
z-index: 9999;
top: 0;
display: none; margin: 0 auto;
}
.text_right {
z-index: 9999;
position: absolute;
right: 40px;
font-size: 15px;
padding: 10px;
color: #FFF;
display: block;
} .text_right {
padding: 0;
top: 20px;
right: 20px;
font-size: 0;
line-height: 0;
width: 50px;
height: 50px;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/close.png) no-repeat 0 0;
background-size: 50px auto;
}
.text_right:hover {
cursor: pointer;
} .wp-video {
width: 100% !important;
height: auto;
}
video {
width: 100%;
height: calc(100vh - 0px);
margin: 0 auto;
background-color: #000;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow:
hidden;
}
.video iframe,
.video object,
.video embed,
.video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#videothumbnailpreview {
position: relative;
}
#videothumbnailpreview:after { }
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
.arrow {
height: 50px;
margin: 0 auto;
z-index: 20;
position: absolute;
bottom: 60px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 15;
cursor: pointer;
}
.arrow1 {
display: none;
margin: 0 auto;
padding: 10px 0;
}
.arrow2 {
margin: 0 auto;
padding: 13px 0;
} .swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
opacity: 1 !important;
}
.swiper-button-next,
.swiper-button-prev {
width: 80px !important;
top: 50% !important;
margin-top: -75px !important;
padding: 60px 20px !important;
}
.swiper-button-prev {
left: 0 !important;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/icons_leftarrow.png) no-repeat !important;
background-position: left 15px center !important;
background-size: 50px !important;
padding-left: 0 !important;
}
.swiper-button-next {
right: 0 !important;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/icons_rightarrow.png) no-repeat !important;
background-position: right 15px center !important;
background-size: 50px !important;
padding-right: 0 !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
opacity: 0.6;
transition: 0.2s;
} .page-gallery .swiper-slide a {
width: 100%;
height: 100%;
display: block;
}
.gallery__postNum {
width: 100px;
text-align: center;
position: absolute;
bottom: 32px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 1;
}
.gallery__postNum p {
color: #b3b3b3;
font-size: 18px;
line-height: 1;
font-weight: bold;
text-align: center;
text-shadow: 0 0 2px rgba(0, 0, 0, .5);
letter-spacing: .1em;
}  .type_pdf_btn,
.type_movie_btn {
position: absolute;
bottom: 13px;
left: 0;
right: 0;
width: 150px;
height: 57px;
margin: 0 auto;
z-index: 6; visibility: hidden;
opacity: 0;
transition: all .3s linear;
}
.type_pdf_btn img,
.type_movie_btn img {
width: 100%;
height: auto;
}
.type_pdf_btn.is-display,
.type_movie_btn.is-display { visibility: visible;
opacity: 1;
} .type_pdf_btn a,
.type_movie_btn a {
display: block;
height: 57px;
} .thumb_icon {
position: relative;
font-size: 0;
line-height: 0;
}
.thumb_icon img {
display: block;
position: absolute;
bottom: 10px;
left: 0;
right: 0;
margin: 0 auto;
width: 38px;
height: 38px;
}  .pageTimePageContentSec * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pageTimePageContentSec ul {
list-style: none;
}
.pageTimePageContentSec a {
text-decoration: none;
color: #000;
}
.pageTimePageContentSec img {
width: 100%;
height: auto;
} .page-template-page-time .header__inner {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
}
.page-template-page-time .header__link {
margin-right: 35px;
padding-right: 30px;
color: #fff;
font-size: 19px;
font-weight: bold;
text-decoration: none;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/icon-arrow.png) no-repeat right 0 center / 24px auto;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.page-template-page-time .header__link:hover {
opacity: 0.6;
} @-webkit-keyframes fadeIn {
0% {
opacity: 0;
visibility: hidden;
}
100% {
opacity: 1;
visibility: visible;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
visibility: hidden;
}
100% {
opacity: 1;
visibility: visible;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
.pageTimePageContentSec {
padding-top: 80px;
position: relative;
}
.pageTimePageContentSec .tableWrap>div>div:nth-child(4) { }
.pageTimePageContentSec .loader-inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
display: none;
}
.pageTimePageContentSec .loader-inner.js-active { }
.pageTimePageContentSec.use .loader-inner>div {
background: #ae1a3e;
}
.pageTimePageContentSec.category .loader-inner>div {
background: #f0b82f;
}
.pageTimePageContentSec .tableWrap>div {
margin: 0 auto; }
.pageTimePageContentSec .table {
margin-bottom: 0 !important;
border-collapse: collapse;
}
.pageTimePageContentSec th:nth-last-of-type(1),
.pageTimePageContentSec td:nth-last-of-type(1) {
border-right: none !important;
}
.pageTimePageContentSec th:nth-child(1),
.pageTimePageContentSec td:nth-child(1) {
border-right: 4px solid #fff;
}
.pageTimePageContentSec th {
padding: 10px 15px;
border-right: 3px solid #fff;
color: #fff;
font-size: 17px;
letter-spacing: 0.05em;
}
.pageTimePageContentSec.use th {
background: #ae1a3e;
}
.pageTimePageContentSec.category th {
background: #f0b82f;
}
.pageTimePageContentSec thead th {
border-bottom: 4px solid #fff;
}
.pageTimePageContentSec td {
padding: 10px 15px;
border-right: 3px solid #fff;
border-bottom: 2px solid #fff;
vertical-align: top;
}
.pageTimePageContentSec tr:nth-last-child(1) td {
border-bottom: none;
}
.pageTimePageContentSec.use tr:nth-child(odd) td {
background: #f2d8ee;
}
.pageTimePageContentSec.use tr:nth-child(even) td {
background: #f3e6f0;
}
.pageTimePageContentSec.category tr:nth-child(odd) td {
background: #fcf0dc;
}
.pageTimePageContentSec.category tr:nth-child(even) td {
background: #fdf7eb;
}
.pageTimePageContentSec td:nth-child(1) {
text-align: center;
}
.pageTimePageContentSec.use .history td {
background: #e2bcda !important;
}
.pageTimePageContentSec.category .history td {
background: #ffeec2 !important;
}
.pageTimePageContentSec.use th:nth-child(1),
.pageTimePageContentSec.use td:nth-child(1) {
background: #ce89a5 !important;
}
.pageTimePageContentSec.category th:nth-child(1),
.pageTimePageContentSec.category td:nth-child(1) {
background: #f8db97 !important;
}
.pageTimePageContentSec .catIcon {
width: 80px;
height: 80px;
margin: 0 auto;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
border-radius: 10px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.pageTimePageContentSec.use .catIcon {
background: #ad1a3e;
}
.pageTimePageContentSec.category .catIcon {
background: #efb82e;
}
.pageTimePageContentSec .catTitle {
margin-top: 8px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
font-size: 15px;
font-weight: bold;
line-height: 1.5;
text-align: center;
}
.pageTimePageContentSec.use .catTitle {
color: #fff;
}
.pageTimePageContentSec.category .catTitle {
color: #222;
}
.pageTimePageContentSec .postList {  }
.pageTimePageContentSec .postList.js-active { }
.pageTimePageContentSec .postList .item {
margin-top: 12px;
}
.pageTimePageContentSec .postList .item:nth-child(1) {
margin-top: 0;
}
.pageTimePageContentSec .postList .item .link {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-ms-align-items: center;
align-items: center;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
cursor: pointer;
}
.pageTimePageContentSec .postList .item .link:hover {
opacity: 0.6;
}
.pageTimePageContentSec .postList .item .link .thumb {
width: 85px;
}
.pageTimePageContentSec .postList .item .link .postTitle {
width: 190px;
margin-left: 12px;
font-size: 13px;
font-weight: bold;
line-height: 1.2;
letter-spacing: 0;
} .pageTimePageContentSec .tableWrap>div>div:nth-child(2) .history {
display: none;
} .timeBtnArea * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.timeBtnArea {
position: absolute;
top: 50%;
right: 60px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
.timeBtnArea .btnItem {
margin: 0 0 0 14px;
}
.timeBtnArea .btnItem:nth-child(1) {
margin-left: 0;
}
.timeBtnArea .btnItem .searchArea {
width: 140px;
height: 50px;
padding: 12px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
background: #fff;
border-radius: 27px;
box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.timeBtnArea .btnItem .searchArea .textBox,
.timeBtnArea .btnItem .searchArea .submitBtn {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
line-height: 100%;
box-sizing: border-box;
}
.timeBtnArea .btnItem .searchArea .textBox {
width: calc(100% - 26px);
padding: 0 10px;
color: #222;
font-size: 17px;
letter-spacing: 0;
}
.timeBtnArea .btnItem .searchArea .textBox::-webkit-inner-spin-button,
.timeBtnArea .btnItem .searchArea .textBox::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.timeBtnArea .btnItem .searchArea .submitBtn {
width: 26px;
display: block;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/icon-search.png) no-repeat center / cover;
}
@media only screen and (device-width: 768px),
only screen and (max-width: 768px) {
.page-template-page-time .footer .logo {
width: 300px;
margin: 0 0 0 71px;
top: 8px;
}
}  .olyparaPageTitle,
.olyparaPageFooter,
.olyparaPageFooter *,
.olyparaPagePostList,
.olyparaPagePostList *,
.olyparaPostDetailArea,
.olyparaPostDetailArea *,
.olyparaPageMapBtnArea,
.olyparaPageMapBtnArea * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.olyparaPageFooter li,
.olyparaPagePostList li {
list-style: none;
}
.olyparaPageFooter img,
.olyparaPagePostList img,
.olyparaPostDetailArea img,
.olyparaPageMapBtnArea img {
width: 100%;
height: auto;
} .olyparaPageTitle {
width: 100%;
padding: 15px;
position: fixed;
top: 0;
left: 0;
background: #002063;
z-index: 1;
}
@media all and (-ms-high-contrast: none) {
.olyparaPageTitle {
padding: 18px 15px 15px;
}
}
@media screen and (max-width: 1024px) {
.olyparaPageTitle {
padding: 15px 10px;
}
}
.olyparaPageTitle__text {
color: #fff;
font-size: 20px;
font-weight: bold;
letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
.olyparaPageTitle__text {
font-size: 14px;
letter-spacing: 0;
}
}
.olyparaPageTitle__accordionBtn {
padding: 8px 50px 8px 20px;
position: absolute;
top: 50%;
right: 255px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: #fff;
border-radius: 19px;
color: #002063;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.05em;
cursor: pointer;
}
.olyparaPageTitle__accordionBtn::after {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 10px solid #002063;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.olyparaPageTitle__accordionBtn.js-active::after {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
@media all and (-ms-high-contrast: none) {
.olyparaPageTitle__accordionBtn {
padding: 12px 50px 8px 20px;
}
} #map {
z-index: -1;
} .olyparaPagePostList {
width: 250px;
height: calc(100vh - (60px + 70px));
position: fixed;
top: 60px;
right: 0;
overflow-y: scroll;
-ms-overflow-style: none;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.olyparaPagePostList {
height: calc(100vh - (51px + 70px));
top: 51px;
}
}
@media all and (-ms-high-contrast: none) {
.olyparaPagePostList {
height: calc(100vh - (55px + 70px));
top: 55px;
}
}
.olyparaPagePostList .link {
height: 150px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
position: relative;
overflow: hidden;
text-decoration: none;
}
.olyparaPagePostList .link::after {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.olyparaPagePostList .link img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.olyparaPagePostList .link:hover::after {
opacity: 0;
visibility: hidden;
}
.olyparaPagePostList .link:hover img {
-webkit-transform: translate(-50%, -50%) scale(1.2);
-ms-transform: translate(-50%, -50%) scale(1.2);
transform: translate(-50%, -50%) scale(1.2);
}
.olyparaPagePostList .postTitle {
width: 100%;
padding: 0 15px;
position: relative;
color: #fff;
font-size: 14px;
font-weight: bold;
line-height: 1.6;
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
z-index: 1;
} .olyparaPostDetailArea {
width: 250px;
height: calc(100vh - (60px + 70px));
padding: 15px;
position: fixed;
top: 60px;
right: 0;
overflow-y: scroll;
background: #002063;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.olyparaPostDetailArea {
height: calc(100vh - (51px + 70px));
top: 51px;
}
}
@media all and (-ms-high-contrast: none) {
.olyparaPostDetailArea {
height: calc(100vh - (55px + 70px));
top: 55px;
padding: 15px 15px 30px;
}
} .olyparaPageMapBtnArea {
width: 420px;
padding: 5px;
position: fixed;
top: 60px;
right: 250px;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.olyparaPageMapBtnArea {
top: 51px;
}
}
.olyparaPageMapBtnArea .mapThumb {
padding: 5px;
background: #002063; } .olyparaPageFooter {
width: 100%;
padding: 10px 0;
position: fixed;
bottom: 0;
left: 0;
z-index: 1;
background: #002063;
}
.olyparaPageFooter .inner {
padding: 0 12px;
}
.olyparaPageFooter .clm2Area {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
}
.olyparaPageFooter .tabList {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
.olyparaPageFooter .tabItem {
margin-left: 18px;
}
.olyparaPageFooter .tabItem:nth-child(1) {
margin-left: 0;
}
.olyparaPageFooter .tabBtn {
height: 100%;
padding: 7px 33px 5px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
background: #fff;
border-radius: 33px;
color: #e01a57;
font-size: 13px;
font-weight: bold;
line-height: 1.4;
letter-spacing: 0.05em;
text-align: center;
vertical-align: middle;
text-decoration: none;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.olyparaPageFooter .tabBtn:hover {
background: #666;
color: #fff;
}
.olyparaPageFooter .tabBtn.active {
background: #e01a57;
color: #fff;
pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
.olyparaPageFooter .tabBtn {
padding: 6px 15px 3px;
}
}
.olyparaPageFooter .homeBtn {
width: 50px;
display: block;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.olyparaPageFooter .homeBtn:hover {
opacity: 0.6;
}
@media screen and (max-width: 768px) {
.olyparaPageFooter {
padding: 15px 0;
}
.olyparaPageFooter .inner {
padding: 0 10px;
}
.olyparaPageFooter .tabItem {
margin-left: 12px;
}
.olyparaPageFooter .tabBtn {
padding: 3px 15px;
border-radius: 27px;
color: #e01a57;
font-size: 12px;
letter-spacing: 0;
}
} .facilityPageCatListArea,
.facilityPageCatListArea * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.facilityPageCatListArea a {
text-decoration: none;
}
.facilityPageCatListArea ul {
list-style: none;
}
.facilityPageCatListArea {
width: 100%;
height: calc(100vh - (60px + 70px));
padding: 15px;
position: fixed;
top: 60px;
left: 0;
overflow-y: scroll;
-ms-overflow-style: none;
}
@media screen and (max-width: 1024px) {
.facilityPageCatListArea {
height: calc(100vh - (51px + 70px));
top: 51px;
}
}
@media all and (-ms-high-contrast: none) {
.facilityPageCatListArea {
height: calc(100vh - (55px + 70px));
top: 55px;
}
}
.facilityPageCatListArea__postList {
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.facilityPageCatListArea__postList__item {
width: calc(((100% - 0.1px) - (30px * 3)) / 4);
margin: 30px 0 0 30px;
}
.facilityPageCatListArea__postList__item:nth-child(1),
.facilityPageCatListArea__postList__item:nth-child(2),
.facilityPageCatListArea__postList__item:nth-child(3),
.facilityPageCatListArea__postList__item:nth-child(4) {
margin-top: 0;
}
.facilityPageCatListArea__postList__item:nth-child(4n+1) {
margin-left: 0;
}
.facilityPageCatListArea__postList__item__link {
padding-top: 62%;
display: block;
position: relative;
overflow: hidden;
}
.facilityPageCatListArea__postList__item__link__thumb {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.facilityPageCatListArea__postList__item__link__thumb::after {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.facilityPageCatListArea__postList__item__link:hover .facilityPageCatListArea__postList__item__link__thumb {
-webkit-transform: translate(-50%, -50%) scale(1.2);
-ms-transform: translate(-50%, -50%) scale(1.2);
transform: translate(-50%, -50%) scale(1.2);
}
.facilityPageCatListArea__postList__item__link:hover .facilityPageCatListArea__postList__item__link__thumb::after {
opacity: 0;
visibility: hidden;
}
.facilityPageCatListArea__postList__item__link__title {
width: 100%;
padding: 0 8px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
z-index: 1;
}
.facilityPageCatListArea__postList__item__link__labelList {
width: 100%;
padding: 8px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: absolute;
bottom: 0;
left: 0;
}
.facilityPageCatListArea__postList__item__link__labelList__item {
margin-left: 5px;
padding: 1px 12px;
border-radius: 8px;
color: #fff;
font-size: 10px;
font-weight: bold;
line-height: 1.4;
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
.facilityPageCatListArea__postList__item__link__labelList__item {
padding: 4px 12px 1px;
border-radius: 10px;
}
}
.facilityPageCatListArea__postList__item__link__labelList__item:nth-child(1) {
margin-left: 0;
}
.facilityPageCatListArea__postList__item__link__labelList__item.olypara {
background: #f2ac0f;
}
.facilityPageCatListArea__postList__item__link__labelList__item.rugby {
background: #f52100;
}
.scheduleThumb {
width: calc(100% - 240px);
position: fixed;
bottom: 40px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 99999;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
.scheduleThumb img {
width: 100%;
height: auto;
}  .app-download {
font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
min-height: 100vh;
padding: 40px 30px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
justify-content: center;
-ms-align-items: center;
align-items: center;
background: url(//nsengco-works.com/wp-content/themes/nssmc/images/home_bg.jpg) no-repeat center / cover;
}
.app-download > .title {
color: #fff;
font-size: 36px;
font-weight: bold;
line-height: 1.5;
letter-spacing: 0.05em;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.app-download > .content {
color: #fff;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
justify-content: center;
-ms-align-items: center;
align-items: center;
}
.app-download > .content > .app {
width: 256px;
display: block;
position: relative;
}
.app-download > .content > .app::before {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.app-download > .content > .app img {
width: 100%;
}
.app-download > .content > .app:hover::before {
opacity: 0;
visibility: hidden;
}
.app-download > .content .install {
margin: 30px;
font-size: 24px;
line-height: 1.4;
letter-spacing: 0.05em;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.app-download > .content .update {
font-size: 20px;
letter-spacing: 0.05em;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}  .privacy-policy {
min-height: 100vh;
padding: 70px 30px;
}
.privacy-policy > .content {
width: 60%;
height: calc(100vh - 240px);
background: rgba(0, 0, 0, 0.8);
margin: 0 auto;
padding: 25px 30px;
position: relative;
color: #fff;
box-sizing: border-box;
display: block;
font-size: 12px;
text-align: center;
-webkit-overflow-scrolling: touch;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.privacy-policy .pictures__info  {
width: 100%;
padding: 0;
}
.privacy-policy .scrollbar__style  {
height: auto;
padding-bottom: 1rem;
}
.privacy-policy > .content > section {
margin-bottom: 1rem;
}
.privacy-policy > .content h2 {
text-align: left;
font-weight: bold;
font-size: 30px;
line-height: 1;
margin-bottom: 1rem;
}
.privacy-policy .head__subtext {
font-size: 17px;
text-align: left;
margin-bottom: 1rem;
}
.privacy-policy > .content h3 {
margin-bottom: .2rem;
}
.privacy-policy > .content ul {
list-style: none;
}