@charset "UTF-8";
 @import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap"); .pc-only {
display: block !important;
}
.sp-only {
display: none !important;
}
.off767,
.off640,
.off480,
.off375,
.off360,
.off320 {
display: block !important;
}
.on767,
.on640,
.on480,
.on375,
.on360,
.on320 {
display: none !important;
}
@media (max-width: 767px) {
.pc-only {
display: none !important;
}
.sp-only {
display: block !important;
}
}
@media (max-width: 767px) {
.off767 {
display: none !important;
}
.on767 {
display: block !important;
}
}
@media (max-width: 640px) {
.off640 {
display: none !important;
}
.on640 {
display: block !important;
}
}
@media (max-width: 480px) {
.off480 {
display: none !important;
}
.on480 {
display: block !important;
}
}
@media (max-width: 375px) {
.off375 {
display: none !important;
}
.on375 {
display: block !important;
}
}
@media (max-width: 360px) {
.off360 {
display: none !important;
}
.on360 {
display: block !important;
}
}
@media (max-width: 320px) {
.off320 {
display: none !important;
}
.on320 {
display: block !important;
}
}
body {
-webkit-animation-name: fadein;
animation-name: fadein;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} #primary {
overflow: hidden;
width: 100%;
z-index: 1;
} html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
font-size: 10px;
font-size: 62.5%;
}
body {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.6;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 400;
margin-bottom: 0 !important;
color: #333;
}
@media (max-width: 767px) {
body {
font-size: 16px;
font-size: 1.6rem;
}
}
@media (max-width: 360px) {
body {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
}
}
p, ol, ul, li, h1, h2, h3, h4, h5, li > ul, li > ol {
margin: 0;
padding: 0;
list-style: none;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #333;
}
a:visited {
color: #333;
}
b, strong {
font-weight: 800;
}
html.active {
overflow: hidden;
} #content {
width: 100%;
} #page {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
flex-direction: column;
min-height: 100vh;
overflow: hidden;
margin-top: 1px;
}
#colophon {
margin-top: auto;
padding-bottom: 0;
}
.tab_content.hide {
display: none;
} header#masthead {
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
}
header#masthead .header-body {
top: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
position: fixed;
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
}
header#masthead .header-body .header-inner {
width: 100%;
max-width: 1000px;
margin: auto;
padding: 1.1rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
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;
-moz-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
}
@media (max-width: 1200px) {
header#masthead .header-body .header-inner {
padding: 1.1rem 2rem;
}
}
@media (max-width: 480px) {
header#masthead .header-body .header-inner {
padding: 1.1rem 1rem;
}
}
header#masthead .header-body .header-inner .site-branding { display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header#masthead .header-body .header-inner .site-branding p.site-title a {
font-size: 3rem;
color: #00a1ac;
}
@media (max-width: 640px) {
header#masthead .header-body .header-inner .site-branding p.site-title a {
font-size: 2rem;
}
}
@media (max-width: 320px) {
header#masthead .header-body .header-inner .site-branding p.site-title a {
font-size: 1.8rem;
}
}
header#masthead .header-body .header-inner .site-branding p.site-title a .site-description {
font-size: 3rem;
font-weight: 700;
margin-left: 2rem;
color: #00a1ac;
}
@media (max-width: 640px) {
header#masthead .header-body .header-inner .site-branding p.site-title a .site-description {
font-size: 2rem;
margin-left: 1rem;
}
}
@media (max-width: 320px) {
header#masthead .header-body .header-inner .site-branding p.site-title a .site-description {
font-size: 1.8rem;
}
}
header#masthead .header-body .header-inner nav#site-navigation {
width: auto;
}
header#masthead .header-body .header-inner nav#site-navigation.main-navigation ul {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
}
header#masthead .header-body .header-inner nav#site-navigation.main-navigation ul li {
margin-left: 1rem;
padding-left: 1rem;
border-left: dotted 1px #ccc;
}
header#masthead .header-body .header-inner nav#site-navigation.main-navigation ul li:first-child {
margin-left: 0;
padding-left: 0;
border-left: none;
}
header#masthead .header-body .header-inner nav#site-navigation.main-navigation ul li:hover {
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
opacity: 0.8;
}
header#masthead .header-body .header-inner #sp-navi {
display: none; }
@media (max-width: 767px) {
header#masthead .header-body .header-inner #sp-navi {
display: block;
}
}
header#masthead .header-body .header-inner #sp-navi #nav_hbg {
cursor: pointer;
z-index: 21;
position: absolute;
right: 10px;
top: 10px;
}
@media (max-width: 640px) {
header#masthead .header-body .header-inner #sp-navi #nav_hbg {
right: 0;
top: 0;
}
}
header#masthead .header-body .header-inner #sp-navi #nav_hbg div {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: space-around;
-ms-flex-line-pack: distribute;
align-content: space-around;
width: 50px;
height: 50px;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 99;
margin: 0 5px;
}
header#masthead .header-body .header-inner #sp-navi #nav_hbg div span {
width: 100%;
height: 1px;
background-color: #232323;
-webkit-transition: opacity 0.1s ease, -webkit-transform 0.3s ease-in-out;
transition: opacity 0.1s ease, -webkit-transform 0.3s ease-in-out;
-o-transition: opacity 0.1s ease, transform 0.3s ease-in-out;
transition: opacity 0.1s ease, transform 0.3s ease-in-out;
transition: opacity 0.1s ease, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header#masthead .header-body .header-inner #sp-navi .clicked span:nth-child(1) {
-webkit-transform: translateY(13px) rotate(135deg);
-ms-transform: translateY(13px) rotate(135deg);
transform: translateY(13px) rotate(135deg);
background-color: #232323 !important;
}
header#masthead .header-body .header-inner #sp-navi .clicked span:nth-child(2) {
opacity: 0;
}
header#masthead .header-body .header-inner #sp-navi .clicked span:nth-child(3) {
-webkit-transform: translateY(-13px) rotate(-135deg);
-ms-transform: translateY(-13px) rotate(-135deg);
transform: translateY(-13px) rotate(-135deg);
background-color: #232323 !important;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 20;
background-color: #fff;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu.opened {
visibility: visible;
opacity: 1;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .site-branding {
padding: 1.1rem 2rem;
}
@media (max-width: 480px) {
header#masthead .header-body .header-inner #sp-navi #nav_menu .site-branding {
padding: 1.1rem 1rem;
}
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu_area {
overflow-y: scroll;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: relative;
padding-bottom: 12rem;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
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;
-moz-box-pack: justify;
justify-content: space-between;
padding: 0 5%;
font-size: 16px;
margin: 0;
list-style: none;
text-align: center;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li#menu-item-861, header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li#menu-item-859 {
display: block;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li.menu-item {
width: 50%;
max-width: 50rem;
margin: auto;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li.menu-item > a {
color: #333;
font-size: 2rem;
font-weight: 500;
width: 100%;
padding: 2rem;
display: block;
}
@media (max-width: 480px) {
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li.menu-item > a {
font-size: 1.8rem;
}
}
@media (max-width: 375px) {
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li.menu-item > a {
font-size: 1.6rem;
}
}
@media (max-width: 360px) {
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li.menu-item > a {
font-size: 1.4rem;
}
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li.menu-item > a:hover {
background: rgba(221, 221, 221, 0.2);
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-menu-1-container ul#primary-menu li.menu-item.current-menu-item a {
background: #00a1ac;
color: #fff;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-area-container ul#area-menu {
padding: 0 2rem 5rem;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-area-container ul#area-menu li a {
width: 100%;
padding: 1rem;
display: inline-block;
background: #e1e1e1;
color: #282828;
margin: 2px 0;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-area-container ul#area-menu li.current-page-ancestor a, header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-area-container ul#area-menu li.current-menu-item a {
background: #00a1ac;
color: #fff;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-area-container ul#area-menu li .sub-menu {
margin-left: 3rem;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-area-container ul#area-menu li .sub-menu li a {
background: #f5f5f5;
color: #282828;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .menu-area-container ul#area-menu li .sub-menu li.current-menu-item a {
background: #00a1ac;
color: #fff;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .contact ul.sns {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
gap: 5%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .contact ul.sns li {
max-width: 5rem;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu p.phone {
text-align: center;
font-size: 4rem;
margin: 3rem 0 1rem;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu p.day_tiime {
text-align: center;
}
header#masthead .header-body .header-inner #sp-navi #nav_menu .fb_log {
padding: 0 5% 10rem;
font-size: 16px;
margin: 0;
list-style: none;
text-align: center;
}
header#masthead .keyimg-area {
width: 100%;
max-width: 1000px;
margin: 7rem auto 0;
}
@media (max-width: 640px) {
header#masthead .keyimg-area {
margin: 5.4rem auto 0;
}
}
@media (max-width: 360px) {
header#masthead .keyimg-area {
margin: 5rem auto 0;
}
}
@media (max-width: 320px) {
header#masthead .keyimg-area {
margin: 4.7rem auto 0;
}
}
@media (max-width: 640px) {
header#masthead .keyimg-area .img_box {
margin-top: 2rem;
}
}
header#masthead .keyimg-area .img_box .imgarea img {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
header#masthead .tab-area {
background: #e1e1e1;
width: 100%;
}
header#masthead .tab-area .area-btn {
max-width: 1000px;
margin: auto;
padding: 1rem 0;
}
header#masthead .tab-area .area-btn .tab {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
}
header#masthead .tab-area .area-btn .tab li {
display: inline-block;
border-right: dotted 1px #aaa;
position: relative;
}
header#masthead .tab-area .area-btn .tab li:last-child {
border-right: none;
}
@media (max-width: 767px) {
header#masthead .tab-area .area-btn .tab li {
border-right: none;
}
}
header#masthead .tab-area .area-btn .tab li a {
padding: 0.5rem 2rem;
display: inline-block;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
border-radius: 0.2rem;
}
@media (max-width: 767px) {
header#masthead .tab-area .area-btn .tab li a {
background: #207277;
color: #ccc;
margin: 0.2rem;
}
}
@media (max-width: 480px) {
header#masthead .tab-area .area-btn .tab li a {
padding: 1rem 2rem;
}
}
header#masthead .tab-area .area-btn .tab li.select a, header#masthead .tab-area .area-btn .tab li:hover a {
background: #00a1ac;
color: #fff;
}
header#masthead .tab-area .area-btn .tab li ul.sub {
display: none;
position: absolute;
width: 100%;
background: #e1e1e1;
}
header#masthead .tab-area .area-btn .tab li ul.sub li a {
width: 190px;
background: #e1e1e1;
color: #00a1ac;
}
header#masthead .tab-area .area-btn .tab li ul.sub li a:hover {
color: #fff;
background: #00a1ac;
}
header#masthead .tab-area .area-btn .tab li:hover ul {
display: block;
}
header#masthead.scrollUp .header-body {
opacity: .2;
}
header#masthead:hover .header-body {
opacity: 1;
}
nav.area_menu {
background: #e1e1e1;
width: 100%;
z-index: 2;
}
@media (max-width: 767px) {
nav.area_menu {
display: none;
}
}
nav.area_menu .menu-area-container {
max-width: 1000px;
margin: auto;
padding: 1rem 0;
}
nav.area_menu .menu-area-container ul#area-menu {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
nav.area_menu .menu-area-container ul#area-menu li {
display: inline-block;
border-right: dotted 1px #aaa;
position: relative;
}
nav.area_menu .menu-area-container ul#area-menu li:last-child {
border-right: none;
}
@media (max-width: 767px) {
nav.area_menu .menu-area-container ul#area-menu li {
border-right: none;
}
}
nav.area_menu .menu-area-container ul#area-menu li a {
padding: 0.5rem 2rem;
display: inline-block;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
border-radius: 0.2rem;
}
@media (max-width: 767px) {
nav.area_menu .menu-area-container ul#area-menu li a {
background: #207277;
color: #ccc;
margin: 0.2rem;
}
}
@media (max-width: 480px) {
nav.area_menu .menu-area-container ul#area-menu li a {
padding: 1rem 2rem;
}
}
nav.area_menu .menu-area-container ul#area-menu li.current-menu-item a, nav.area_menu .menu-area-container ul#area-menu li.current-page-ancestor a, nav.area_menu .menu-area-container ul#area-menu li:hover a {
background: #00a1ac;
color: #fff;
}
nav.area_menu .menu-area-container ul#area-menu li .sub-menu {
display: none;
position: absolute;
width: 100%;
background: #e1e1e1;
}
nav.area_menu .menu-area-container ul#area-menu li .sub-menu li a {
width: 190px;
background: #e1e1e1;
color: #00a1ac;
}
nav.area_menu .menu-area-container ul#area-menu li .sub-menu li a:hover {
color: #fff;
background: #00a1ac;
}
nav.area_menu .menu-area-container ul#area-menu li .sub-menu li.current-menu-item a {
color: #fff;
background: #00a1ac;
}
nav.area_menu .menu-area-container ul#area-menu li:hover ul {
display: block;
}
header#masthead.scroll-box {
padding: 0;
}
.home header#masthead.scroll-box {
padding: 0;
max-width: 100%;
margin: 0;
} div#breadcrumb {
background: #e1e1e1;
}
@media (max-width: 480px) {
div#breadcrumb {
display: none;
}
}
div#breadcrumb ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
max-width: 1000px;
margin: auto;
}
@media (max-width: 1200px) {
div#breadcrumb ul {
padding: 0 2rem;
}
}
div#breadcrumb ul li {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 1rem 0;
}
div#breadcrumb ul li a {
color: #00a1ac;
}
div#breadcrumb ul li img {
width: 1.2rem;
height: auto;
margin-right: 0.5rem;
}
div#breadcrumb ul li span {
display: inline-block;
}
div#breadcrumb ul li span.arrow {
margin: 0 1rem;
} footer#colophon {
background: #e1e1e1;
padding: 6rem 5rem;
}
footer#colophon .footer-inner {
max-width: 1000px;
margin: auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
footer#colophon .footer-inner span.copy {
font-size: 2.6rem;
position: relative;
top: 0.4rem;
} section.special-area {
height: auto;
padding: 4% 1% 0;
max-width: 1000px;
margin: 0 auto;
border: none;
}
@media (max-width: 1200px) {
section.special-area {
padding: 4% 2rem 0;
}
}
section.special-area .message-box p a {
color: #00a1ac;
}
section.special-area .message-box p a:hover {
opacity: 0.8;
text-decoration: underline;
}
section.special-area .message-box p span.right {
text-align: right;
display: block;
}
section.special-area .message-box .bana-area {
margin-top: 5rem;
text-align: center;
}
section.special-area .message-box .bana-area a {
display: inline-block;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
border: solid 1px #ddd;
}
section.special-area .message-box .bana-area a:hover {
opacity: 0.8;
}
section.special-area .message-box .bana-area a img {
display: block;
} .scroll-box {
width: 100%;
margin: 0 auto;
padding: 10% 1%;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
justify-content: space-between;
border-bottom: dotted 1px #ddd;
}
@media (max-width: 1200px) {
.scroll-box {
padding: 10% 2rem;
}
}
.scroll-box .box-body {
width: 100%;
max-width: 1000px;
margin: 0 auto;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
justify-content: space-between;
}
.scroll-box .box-body section.info-area {
width: 50%;
}
@media (max-width: 767px) {
.scroll-box .box-body section.info-area {
width: 100%;
}
}
.scroll-box .box-body section.info-area .area { margin-bottom: 3rem;
}
@media (max-width: 640px) {
.scroll-box .box-body section.info-area .area {
margin-bottom: 1rem;
}
.scroll-box .box-body section.info-area .area h2 {
font-size: 2rem;
}
}
.scroll-box .box-body section.info-area h3 {
color: #00a1ac;
border-bottom: solid 1px #00a1ac;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
@media (max-width: 640px) {
.scroll-box .box-body section.info-area h3 {
font-size: 1.8rem;
}
}
@media (max-width: 320px) {
.scroll-box .box-body section.info-area h3 {
padding-bottom: 0.5rem;
margin-bottom: 0.5rem;
}
}
.scroll-box .box-body section.info-area .features { margin-bottom: 3rem;
}
@media (max-width: 640px) {
.scroll-box .box-body section.info-area .features {
margin-bottom: 1rem;
}
}
.scroll-box .box-body section.info-area .cases { }
.scroll-box .box-body section.img-area {
width: 40%;
-webkit-box-shadow: 0.5rem 0.5rem #f2f2f2;
box-shadow: 0.5rem 0.5rem #f2f2f2;
}
@media (max-width: 767px) {
.scroll-box .box-body section.img-area {
width: 90%;
margin: 5rem auto 0;
}
}
@media (max-width: 640px) {
.scroll-box .box-body section.img-area {
width: 80%;
margin: 2rem auto 0;
}
}
.scroll-box .box-body section.img-area figure {
position: relative;
overflow: hidden;
padding-top: 88%;
margin: 0;
}
@media (max-width: 767px) {
.scroll-box .box-body section.img-area figure {
padding-top: 70%;
}
}
@media (max-width: 640px) {
.scroll-box .box-body section.img-area figure {
padding-top: 60%;
}
}
.scroll-box .box-body section.img-area figure img {
-webkit-transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: scale(1) rotate(0.0001deg);
-ms-transform: scale(1) rotate(0.0001deg);
transform: scale(1) rotate(0.0001deg);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
font-family: "object-fit: cover;";
}
.scroll-box .box-body section.link-area {
margin-top: 3rem;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
}
@media (max-width: 640px) {
.scroll-box .box-body section.link-area {
margin-top: 2rem;
}
}
.scroll-box .box-body section.link-area .btn-item a {
border: solid 1px #03a1ac;
background: #FFF;
color: #00a1ac;
padding: 1rem;
max-width: 50rem;
min-width: 50rem;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
position: relative;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
}
@media (max-width: 640px) {
.scroll-box .box-body section.link-area .btn-item a {
max-width: 30rem;
min-width: 30rem;
}
}
@media (max-width: 480px) {
.scroll-box .box-body section.link-area .btn-item a {
max-width: 25rem;
min-width: 25rem;
}
}
@media (max-width: 320px) {
.scroll-box .box-body section.link-area .btn-item a {
max-width: 23rem;
min-width: 23rem;
}
}
.scroll-box .box-body section.link-area .btn-item a:before {
content: "";
width: 2.5rem;
position: absolute;
background-color: #03a1ac;
height: 1px;
top: 50%;
right: 3rem;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
}
.scroll-box .box-body section.link-area .btn-item a:after {
content: "";
width: 8px;
position: absolute;
background-color: #03a1ac;
height: 1px;
right: 3rem;
top: 45%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
}
.scroll-box .box-body section.link-area .btn-item a:hover {
background: #03a1ac;
color: #FFF;
}
.scroll-box .box-body section.link-area .btn-item a:hover:before {
background-color: #FFF;
width: 3.5rem;
right: 1.5rem;
}
.scroll-box .box-body section.link-area .btn-item a:hover:after {
background-color: #FFF;
width: 1.5rem;
right: 1.4rem;
top: 41%;
}
.scroll-box .box-body:hover section.img-area figure img {
-webkit-transition-duration: 10s;
-o-transition-duration: 10s;
transition-duration: 10s;
-webkit-transform: scale(1.06) rotate(0.01deg);
-ms-transform: scale(1.06) rotate(0.01deg);
transform: scale(1.06) rotate(0.01deg);
} article {
max-width: 1000px;
margin: 4rem auto !important;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
justify-content: space-between;
}
@media (max-width: 1200px) {
article {
padding: 0 2rem;
}
}
article section.info-area { width: 50%;
}
@media (max-width: 991px) {
article section.info-area {
width: 100%;
max-width: 60rem;
margin: auto;
}
}
article section.info-area h1.entry-title {
margin-top: -1rem;
}
@media (max-width: 480px) {
article section.info-area h1.entry-title {
font-size: 2rem;
}
}
article section.info-area .addoress {
margin-top: 2rem;
}
article section.info-area .addoress ul {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 1rem;
}
@media (max-width: 480px) {
article section.info-area .addoress ul {
margin-bottom: 1.5rem;
border-top: dotted 1px #ddd;
padding-top: 1.5rem;
}
}
article section.info-area .addoress ul li:first-child {
width: 12rem;
}
@media (max-width: 480px) {
article section.info-area .addoress ul li:first-child {
width: 100%;
font-weight: 700;
}
}
article section.info-area .addoress ul li:last-child {
width: calc(100% - 12rem);
}
@media (max-width: 480px) {
article section.info-area .addoress ul li:last-child {
width: 100%;
padding-left: 1.5rem;
}
}
article section.info-area .addoress ul li:last-child a {
color: #00a1ac;
display: inline-block;
word-break: break-word;
}
article section.img-area { width: 40%;
-webkit-box-shadow: 0.5rem 0.5rem #f2f2f2;
box-shadow: 0.5rem 0.5rem #f2f2f2;
}
@media (max-width: 991px) {
article section.img-area {
width: 100%;
max-width: 60rem;
margin: 2rem auto;
}
}
article section.img-area figure {
position: relative;
overflow: hidden;
padding-top: 88%;
margin: 0;
}
article section.img-area figure img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
font-family: "object-fit: cover;";
}
article section.entry-content { margin: 5rem 0;
width: 100%;
}
article section.entry-content .features { margin-bottom: 3rem;
}
article section.entry-content .features h3 {
color: #00a1ac;
border-bottom: solid 1px #00a1ac;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
article section.entry-content .features a {
color: #00a1ac;
display: inline-block;
word-break: break-word;
}
article section.entry-form { width: 100%;
}
article section.entry-form .contact-form {
border: solid 1px #00a1ac;
background: #e9f5f6;
padding: 3rem 8rem;
}
@media (max-width: 767px) {
article section.entry-form .contact-form {
padding: 2rem 3rem;
}
}
@media (max-width: 480px) {
article section.entry-form .contact-form {
padding: 2rem;
}
}
article section.entry-form .contact-form span.note {
color: #e91e63;
font-size: 1.6rem;
}
article section.entry-form .contact-form h2 {
text-align: center;
color: #00a1ac;
border-bottom: solid 1px;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
article section.entry-form .contact-form .form-item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 3rem;
}
article section.entry-form .contact-form .form-item .label-area {
width: 16rem;
}
@media (max-width: 640px) {
article section.entry-form .contact-form .form-item .label-area {
width: 100%;
margin-bottom: 0.5rem;
}
}
article section.entry-form .contact-form .form-item .label-area label {
color: #06a1ac;
}
article section.entry-form .contact-form .form-item .form-area {
width: calc(100% - 16rem);
}
@media (max-width: 640px) {
article section.entry-form .contact-form .form-item .form-area {
width: 100%;
}
}
article section.entry-form .contact-form .form-item .form-area input[type="text"], article section.entry-form .contact-form .form-item .form-area textarea {
padding: 5px;
font-size: 1.6rem;
width: 100%;
}
article section.entry-form .contact-form .submit-area {
margin: 3rem auto;
text-align: center;
}
article section.entry-form .contact-form .submit-area .submit-btn2 {
position: relative;
width: 40rem;
margin: auto;
}
@media (max-width: 480px) {
article section.entry-form .contact-form .submit-area .submit-btn2 {
width: 100%;
}
}
article section.entry-form .contact-form .submit-area .submit-btn2:before {
content: "";
width: 2.5rem;
position: absolute;
background-color: #03a1ac;
height: 1px;
top: 30%;
right: 3rem;
z-index: 1;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
article section.entry-form .contact-form .submit-area .submit-btn2:after {
content: "";
width: 8px;
position: absolute;
background-color: #03a1ac;
height: 1px;
right: 3rem;
top: 25%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
article section.entry-form .contact-form .submit-area .submit-btn2 input[type="submit"] {
border: solid 1px #03a1ac;
background: #FFF;
color: #00a1ac;
padding: 1rem;
font-size: 2rem;
max-width: 40rem;
min-width: 40rem;
margin: 3rem auto 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
position: relative;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
}
@media (max-width: 480px) {
article section.entry-form .contact-form .submit-area .submit-btn2 input[type="submit"] {
max-width: inherit;
min-width: auto;
width: 100%;
}
}
article section.entry-form .contact-form .submit-area .submit-btn2:hover:before {
width: 3.5rem;
right: 1.5rem;
background-color: #fff;
}
article section.entry-form .contact-form .submit-area .submit-btn2:hover:after {
width: 1.5rem;
right: 1.4rem;
top: 21%;
background-color: #fff;
}
article section.entry-form .contact-form .submit-area .submit-btn2:hover input[type="submit"] {
background: #00a1ac;
color: #fff;
}
article section.entry-form .contact-form .submit-area .submit-btn2:hover input[type="submit"][disabled] {
background: #9e9e9e;
border: solid 1px #9e9e9e;
} .lum-lightbox.lum-open {
z-index: 10;
}
.lum-lightbox-inner img {
max-width: 100vw !important;
max-height: 100vh !important;
-o-object-fit: contain;
object-fit: contain;
font-family: "object-fit: contain;";
}
@media (max-width: 480px) {
.lum-lightbox-inner img {
max-width: 100vw !important;
max-height: 85vh !important;
}
} section.special {
width: 100%;
}
section.special header.entry-header {
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: solid 0.7rem #ddd;
position: relative;
}
section.special header.entry-header:before {
content: "";
display: inline-block;
width: 15rem;
height: 0.7rem;
background: #00a1ac;
position: absolute;
bottom: -0.7rem;
}
section.special .special-content ul.special-item {
margin-top: 3rem;
padding-top: 3rem;
border-top: dotted 1px #ddd;
}
section.special .special-content ul.special-item:first-child {
border-top: none;
}
section.special .special-content ul.special-item li a {
color: #00a1ac;
}
section.special .special-content ul.special-item li a:hover {
opacity: 0.8;
text-decoration: underline;
}
section.special .special-content ul.special-item li.title-li {
margin-bottom: 2rem;
}
section.special .special-content ul.special-item li.content-li ul {
margin-bottom: 2rem;
}
section.special .special-content ul.special-item li.content-li p {
margin-bottom: 1rem;
}
section.special .special-content ul.special-item li.content-li p.btn {
text-align: center;
width: 100%;
}
section.special .special-content ul.special-item li.content-li p.btn a {
margin: auto;
display: inline-block;
background: #00a1ac;
-webkit-box-shadow: 0.5rem 0.5rem #ddd;
box-shadow: 0.5rem 0.5rem #ddd;
padding: 1rem 3rem;
color: #fff;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
}
section.special .special-content ul.special-item li.content-li .img-center {
text-align: center;
display: inline-block;
width: 100%;
}
section.special .special-content ul.special-item li.content-li .img-center img {
text-align: center;
border: solid 1px #ddd;
-webkit-box-shadow: 0.5rem 0.5rem #ddd;
box-shadow: 0.5rem 0.5rem #ddd;
}
section.special .special-content ul.special-item li + li {
margin-left: 2rem;
} .off.bg_img {
opacity: 0;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
overflow: hidden;
position: relative;
}
.off.bg_img:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.6);
position: absolute;
top: 0;
left: 0;
z-index: 2;
-webkit-transition: opacity, visibility, -webkit-transform;
transition: opacity, visibility, -webkit-transform;
-o-transition: opacity, transform, visibility;
transition: opacity, transform, visibility;
transition: opacity, transform, visibility, -webkit-transform;
-webkit-transition-duration: 1.3s;
-o-transition-duration: 1.3s;
transition-duration: 1.3s;
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.off.bg_img:after {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: white;
position: absolute;
top: 0;
left: 0;
z-index: 3;
-webkit-transition: opacity, visibility, -webkit-transform;
transition: opacity, visibility, -webkit-transform;
-o-transition: opacity, transform, visibility;
transition: opacity, transform, visibility;
transition: opacity, transform, visibility, -webkit-transform;
-webkit-transition-duration: 0.85s;
-o-transition-duration: 0.85s;
transition-duration: 0.85s;
-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
-o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.off.bg_img.on {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.off.bg_img.on:before, .off.bg_img.on:after {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
visibility: hidden;
}
.off.text {
opacity: 0;
-webkit-transform: translate(0, 45px);
-ms-transform: translate(0, 45px);
transform: translate(0, 45px);
-webkit-transition: 1s all ease 0s;
-o-transition: 1s all ease 0s;
transition: 1s all ease 0s;
}
.off.text.on {
opacity: 1;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
} .off {
opacity: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition: 0.8s all ease 0s;
-o-transition: 0.8s all ease 0s;
transition: 0.8s all ease 0s;
}
.off.up {
opacity: 0;
-webkit-transform: translate(0, 45px);
-ms-transform: translate(0, 45px);
transform: translate(0, 45px);
-webkit-transition: 0.8s all ease 0s;
-o-transition: 0.8s all ease 0s;
transition: 0.8s all ease 0s;
}
.off.up1 {
opacity: 0;
-webkit-transform: translate(0, 45px);
-ms-transform: translate(0, 45px);
transform: translate(0, 45px);
-webkit-transition: 1s all ease 0s;
-o-transition: 1s all ease 0s;
transition: 1s all ease 0s;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.off.up2 {
opacity: 0;
-webkit-transform: translate(0, 45px);
-ms-transform: translate(0, 45px);
transform: translate(0, 45px);
-webkit-transition: 1.2s all ease 0s;
-o-transition: 1.2s all ease 0s;
transition: 1.2s all ease 0s;
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.off.up3 {
opacity: 0;
-webkit-transform: translate(0, 45px);
-ms-transform: translate(0, 45px);
transform: translate(0, 45px);
-webkit-transition: 1.4s all ease 0s;
-o-transition: 1.4s all ease 0s;
transition: 1.4s all ease 0s;
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.off.down {
opacity: 0;
-webkit-transform: translate(0, -45px);
-ms-transform: translate(0, -45px);
transform: translate(0, -45px);
-webkit-transition: 0.8s all ease 0s;
-o-transition: 0.8s all ease 0s;
transition: 0.8s all ease 0s;
}
.off.left {
opacity: 0;
-webkit-transform: translate(-45px, 0);
-ms-transform: translate(-45px, 0);
transform: translate(-45px, 0);
-webkit-transition: 0.8s all ease 0s;
-o-transition: 0.8s all ease 0s;
transition: 0.8s all ease 0s;
}
.off.right {
opacity: 0;
-webkit-transform: translate(45px, 0);
-ms-transform: translate(45px, 0);
transform: translate(45px, 0);
-webkit-transition: 0.8s all ease 0s;
-o-transition: 0.8s all ease 0s;
transition: 0.8s all ease 0s;
}
.off.on {
opacity: 1;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
} #page-top {
display: none;
position: fixed;
bottom: 5rem;
right: 0;
z-index: 1000;
}
#page-top a {
display: block;
padding: 3.5rem 3rem;
position: relative;
}
#page-top a::before {
content: "";
width: 1px;
height: 85%;
position: absolute;
background-color: #333;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
bottom: 0;
}
#page-top a::after {
content: "";
width: 1px;
position: absolute;
background-color: #333;
height: 42%;
left: 4rem;
top: 8%;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
#page-top a:hover::before {
height: 100%;
}
#page-top a:hover::after {
left: 4rem;
top: -0.5rem;
}  #menu--toggle[type="checkbox"]:not(:checked),
#menu--toggle[type="checkbox"]:checked {
display: none;
}
.menu--toggle__trigger,
.menu--toggle__burger,
.menu--toggle__burger:before,
.menu--toggle__burger:after {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 2em;
height: 1px;
background-color: #282828;
border-radius: 2px;
cursor: pointer;
z-index: 100;
-webkit-transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
-o-transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu--toggle__trigger {
height: 2em;
background: none;
}
.menu--toggle__burger:before {
content: "";
top: 10px;
left: 0;
}
.menu--toggle__burger:after {
content: "";
top: 20px;
left: 0;
}
.menu__body {
position: absolute;
width: 7em;
height: 7em;
margin: 0;
padding: 0;
background-color: #fcfcfc;
border-bottom-right-radius: 100%;
-webkit-box-shadow: 3px 3px 7px rgba(40, 40, 40, 0.2);
box-shadow: 3px 3px 7px rgba(40, 40, 40, 0.2);
z-index: 10;
-webkit-animation: checkboxUncheckedAnimation 0.35s both;
animation: checkboxUncheckedAnimation 0.35s both;
top: 0;
left: -12rem;
}
.menu__body ul#primary-menu {
position: absolute;
top: 40%;
width: 100%;
}
.menu__body ul#primary-menu li a {
padding: 2rem;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 2rem;
opacity: 0;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.menu__body-element,
.menu__body-link {
display: none;
margin: 4.4em 0 -3.3em -.1em;
font-weight: normal;
color: #282828;
text-decoration: none;
text-transform: none;
list-style: none;
outline: 0;
}
.menu__body-element {
text-indent: 2em;
}
.menu__body-link:hover {
display: block;
width: 0;
color: #282828;
background-color: #e2e2e2;
-webkit-animation: changeWidthOfElementAnimation 0.35s both;
animation: changeWidthOfElementAnimation 0.35s both;
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger {
top: 2.7rem;
-webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger:before {
top: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger:after {
top: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger + .menu__body {
left: 0;
-webkit-animation: checkboxCheckedAnimation 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) both;
animation: checkboxCheckedAnimation 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) both;
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger + .menu__body ul#primary-menu li a {
opacity: 1;
}
#menu--toggle:checked + .menu--toggle__trigger ~ .menu__body .menu__body-element,
#menu--toggle:checked + .menu--toggle__trigger ~ .menu__body .menu__body-link {
display: block;
} @-webkit-keyframes checkboxCheckedAnimation {
50% {
width: 100vw;
height: 100vh;
}
100% {
width: 100vw;
height: 100vh;
border-radius: 0;
}
}
@keyframes checkboxCheckedAnimation {
50% {
width: 100vw;
height: 100vh;
}
100% {
width: 100vw;
height: 100vh;
border-radius: 0;
}
}
@-webkit-keyframes checkboxUncheckedAnimation {
0% {
width: 100vw;
height: 100vh;
}
}
@keyframes checkboxUncheckedAnimation {
0% {
width: 100vw;
height: 100vh;
}
}
@-webkit-keyframes changeWidthOfElementAnimation {
50% {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes changeWidthOfElementAnimation {
50% {
width: 0;
}
100% {
width: 100%;
}
}