@charset "UTF-8";
@font-face {
font-family: 'lg';
src: url(//k-totasu.co.jp/wp/wp-content/themes/onepress/assets/fonts/lg.eot?n1z373);
src: url(//k-totasu.co.jp/wp/wp-content/themes/onepress/assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//k-totasu.co.jp/wp/wp-content/themes/onepress/assets/fonts/lg.woff?n1z373) format("woff"), url(//k-totasu.co.jp/wp/wp-content/themes/onepress/assets/fonts/lg.ttf?n1z373) format("truetype"), url(//k-totasu.co.jp/wp/wp-content/themes/onepress/assets/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
}
.lg-outer .lg-has-html5 .lg-video-play {
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.group {
*zoom: 1;
}
.group:before, .group:after {
display: table;
content: "";
line-height: 0;
}
.group:after {
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//k-totasu.co.jp/wp/wp-content/themes/onepress/assets/images/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
body.lg-on .lg-backdrop {
z-index: 99999;
}
body.lg-on .lg-outer {
z-index: 999999;
}
  html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
margin: 0;
padding: 0;
border: 0;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
line-height: 1.4;
}
* {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a,
a:visited {
color: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
display: block;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
display: block;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol,
ul {
list-style: none;
}
img,
video {
max-width: 100%;
}
img {
border-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: "";
}
br {
line-height: 0;
} body {
color: #000;
font-size: 1.3rem;
line-height: 1.7;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
letter-spacing: .5px;
-ms-font-feature-settings: "normal";
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
}
@media only screen and (min-width: 768px) {
body {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
body {
font-size: 1.5rem;
}
}
h1, h2, h3, h4, h5, h6 {
color: inherit;
font-weight: normal;
line-height: 1.7;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
a {
color: #000;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
a:hover, a:focus {
text-decoration: none;
color: #000;
opacity: .8;
}
button {
outline: none;
}
.font-sans {
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.font-notojp {
font-family: 'Noto Sans JP', sans-serif;
} .site-header,
.site-branding .no-logo-img.has-desc,
.site-branding .has-logo-img,
.site-branding .site-logo-div {
line-height: inherit;
height: auto !important;
}
.site-header {
height: 50px;
-webkit-box-shadow: none;
box-shadow: none;
}
@media screen and (min-width: 1141px) {
.site-header {
height: inherit;
}
.site-header > .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.site-header .site-branding {
width: 150px;
}
.site-header .header-right-wrapper {
width: calc(100% - 200px);
}
}
.site-logo-div {
max-width: 150px;
line-height: 50px !important;
}
@media screen and (min-width: 1141px) {
.site-logo-div {
height: inherit !important;
}
} #nav-toggle {
line-height: 50px;
}
#nav-toggle span {
height: 1px;
background: #333;
}
#nav-toggle span:before, #nav-toggle span:after {
height: 1px;
background: #333;
}
.onepress-menu a {
line-height: 1.7;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
letter-spacing: .5px;
}
.onepress-menu.onepress-menu-mobile {
position: fixed;
width: 100% !important;
background-color: #fbfaf7;
}
.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
padding: 12px 20px;
border-left: 1px solid #f0ede7;
}
.onepress-menu.onepress-menu-mobile li {
border-top: 1px solid #f0ede7;
background-color: #fbfaf7;
}
.onepress-menu.onepress-menu-mobile li ul {
width: 100%;
}
.onepress-menu.onepress-menu-mobile a {
width: 540px;
max-width: 100%;
margin: auto;
color: #8b7d5c;
background-color: #fbfaf7;
}
@media only screen and (min-width: 768px) {
.onepress-menu.onepress-menu-mobile a {
width: 720px;
max-width: 100%;
}
}
@media screen and (min-width: 1141px) {
.onepress-menu {
padding: 2rem 0;
}
.onepress-menu li.current_page_item a {
position: relative;
}
.onepress-menu a {
padding: 0.5rem 1.5rem;
font-size: 12px;
}
} .site-footer {
background: #eae7df;
color: #000000;
font-size: 1.2rem;
}
.site-footer .container {
max-width: 500px;
}
.site-footer .site-info {
padding-top: 2rem;
padding-bottom: 2.2rem;
background-color: #9c9177;
font-size: 1rem;
color: #fff;
}
.site-footer .site-info__link {
display: block;
margin-bottom: 0.1rem;
font-size: 0.9rem;
color: #fff !important;
}
.site-footer .site-info__copy {
display: block;
font-size: 0.7rem;
color: #fff !important;
}
@media only screen and (min-width: 768px) {
.site-footer .container {
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: 700px;
width: 100%;
}
.site-footer .site-info {
padding-top: 3rem;
padding-bottom: 3.2rem;
font-size: 1.1rem;
}
.site-footer .site-info__link {
font-size: 1rem;
}
.site-footer .site-info__copy {
font-size: 1rem;
}
}
@media only screen and (min-width: 992px) {
.site-footer .container {
max-width: 860px;
}
.site-footer .site-info {
font-size: 1.2rem;
}
.site-footer .site-info__link {
font-size: 1.1rem;
}
.site-footer .site-info__copy {
font-size: 1.1rem;
}
}
.footer-nav {
padding-bottom: 5.5rem;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.footer-nav__list {
padding-top: 5rem;
padding-bottom: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 !important;
position: relative;
}
.footer-nav__list::after {
content: "";
position: absolute;
top: 56%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: auto;
width: 1px;
height: 42%;
background-color: #bbb9b2;
}
.footer-nav__list li {
width: 50%;
margin: 0 !important;
}
.footer-nav__list li a {
display: block;
padding-top: .4rem;
padding-bottom: .4rem;
padding-left: 29%;
color: #000000;
font-size: 1.2rem;
}
.footer-nav__link span {
display: block;
width: 58%;
max-width: 300px;
margin: 0 auto .7rem;
}
.footer-nav__link a {
display: block;
width: 80%;
max-width: 375px;
margin: auto;
}
@media only screen and (min-width: 768px) {
.footer-nav {
padding-bottom: 7.5rem;
}
.footer-nav__list {
padding-top: 8rem;
padding-bottom: 5rem;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-nav__list::after {
content: none;
}
.footer-nav__list li {
width: auto;
margin: 0 1rem !important;
}
.footer-nav__list li a {
padding: .5rem 1rem;
font-size: 1.3rem;
}
.footer-nav__link span {
max-width: 220px;
margin: 0 auto 1rem;
}
.footer-nav__link a {
max-width: 300px;
}
}
@media only screen and (min-width: 992px) {
.footer-nav__list li a {
font-size: 1.4rem;
position: relative;
}
.footer-nav__list li a:after {
content: "";
position: absolute;
top: 50%;
right: -1rem;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 48%;
width: 1px;
background-color: #9c9177;
}
.footer-nav__list li:last-child a:after {
content: none;
}
} .section-header {
background-color: #f8f5f0;
}
.section-header .container {
padding-left: 3.8rem;
padding-right: 3.8rem;
max-width: 500px;
width: 100%;
}
.section-header__ttl {
padding-top: 18%;
padding-bottom: 13%;
position: relative;
color: #fff;
text-align: center;
font-size: 2.4rem;
letter-spacing: 4px;
}
.section-header__ttl span {
display: block;
position: absolute;
top: 28%;
left: 0;
right: 0;
margin: auto;
padding-left: 4rem;
padding-right: 3.8rem;
max-width: 500px;
width: 100%;
text-align: left;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 1.1rem;
letter-spacing: 1.2px;
}
.section-header__ttl span:before {
content: "";
position: absolute;
bottom: 13px;
left: 10px;
width: 30px;
height: 1px;
background-color: #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.section-header__txt {
margin-top: 4.5rem;
padding-bottom: 9rem;
font-size: 1.2rem;
line-height: 2.4;
letter-spacing: 1px;
}
.section-header__txt__block {
display: block;
margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
.section-header .container {
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: 700px;
}
.section-header__ttl {
font-size: 2.8rem;
}
.section-header__ttl span {
padding-left: 5rem;
padding-right: 1.5rem;
max-width: 700px;
font-size: 1.2rem;
letter-spacing: 1.2px;
}
.section-header__txt {
margin-top: 6.5rem;
font-size: 1.3rem;
}
.section-header__txt__block {
margin-bottom: 2.4rem;
}
}
@media only screen and (min-width: 992px) {
.section-header .container {
max-width: 860px;
}
.section-header__ttl {
padding-top: 13%;
padding-bottom: 8%;
font-size: 3.2rem;
}
.section-header__ttl span {
max-width: 860px;
font-size: 1.4rem;
}
.section-header__txt {
margin-top: 9rem;
padding-bottom: 8rem;
font-size: 1.4rem;
}
}
.section-cont {
padding-top: 6rem;
overflow-x: hidden;
}
.section-cont.bg {
background-color: #f7f4ef;
padding-bottom: 6rem;
}
.section-cont .container {
padding-left: 3.8rem;
padding-right: 3.8rem;
max-width: 500px;
width: 100%;
}
.section-cont__ttl {
margin-bottom: 6rem;
padding-bottom: 2.3rem;
font-size: 2.1rem;
letter-spacing: .5rem;
text-align: center;
position: relative;
z-index: 3;
}
.section-cont__ttl__en {
display: block;
margin-bottom: .5rem;
letter-spacing: .2rem;
color: #8b7d5c;
font-size: 1.2rem;
}
.section-cont__ttl:after {
content: "";
display: block;
width: 36px;
height: .15rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: #8b7d5c;
}
.section-cont__subttl {
margin: 5rem auto 3rem;
padding-bottom: 0.5rem;
font-size: 1.8rem;
color: #000;
border-bottom: 1px solid #d9d1be;
}
.section-cont__txt {
font-size: 1.2rem;
line-height: 2.15;
letter-spacing: 1px;
}
.section-cont__txt__block {
display: block;
margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
.section-cont {
padding-top: 8rem;
}
.section-cont .container {
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: 700px;
}
.section-cont__ttl {
font-size: 2.6rem;
}
.section-cont__ttl__en {
font-size: 1.4rem;
}
.section-cont__subttl {
margin: 5rem auto 3rem;
padding-bottom: 0.7rem;
font-size: 2rem;
}
.section-cont__txt {
font-size: 1.3rem;
}
.section-cont__txt__block {
display: block;
margin-bottom: 2.4rem;
}
}
@media only screen and (min-width: 992px) {
.section-cont {
padding-top: 10rem;
}
.section-cont .container {
max-width: 860px;
}
.section-cont__ttl {
font-size: 2.8rem;
}
.section-cont__ttl__en {
font-size: 1.5rem;
}
.section-cont__subttl {
margin: 7rem auto 5rem;
padding-bottom: 0.9rem;
font-size: 2.3rem;
}
.section-cont__txt {
font-size: 1.5rem;
}
.section-cont__txt__block {
display: block;
margin-bottom: 2.8rem;
}
}
.section-footer {
padding: 3rem 1.9rem;
padding-bottom: 2.5rem;
background-color: #bbb298;
}
.section-footer__ttl {
margin-bottom: 3rem;
}
.section-footer__txt {
width: 280px;
margin: 0 auto 4rem !important;
line-height: 2;
}
.section-footer__inner {
max-width: 510px;
margin: auto;
padding: 6rem 2.3rem 5.5rem;
background-color: #f7f4ef;
}
.section-footer__list {
width: 280px;
margin: auto !important;
}
.section-footer__item {
margin: 0 0 1rem !important;
}
.section-footer__item.tel {
margin-top: 2.5rem !important;
}
.section-footer__item button {
background: none;
border: none;
padding: 0;
font-size: inherit;
line-height: inherit;
color: inherit;
}
@media only screen and (min-width: 992px) {
.section-footer {
padding-top: 5rem;
padding-bottom: 5rem;
}
.section-footer__inner {
max-width: 860px;
}
.section-footer__list {
width: 600px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.section-footer__txt {
width: 600px;
}
.section-footer__item.mail {
width: 49%;
margin-right: 1% !important;
}
.section-footer__item.chat {
width: 49%;
margin-left: 1% !important;
}
.section-footer__item.tel {
max-width: 400px;
}
}  .top-mv {
padding-top: 3rem;
padding-bottom: 6rem;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/kv-bg.jpg) no-repeat top center;
background-size: cover;
}
.top-mv__ttl {
font-size: 2.8rem;
letter-spacing: 1px;
}
.top-mv__lead {
margin-bottom: 1rem;
font-size: 1.2rem;
color: #000;
}
.top-mv__img {
display: block;
max-width: 323px;
margin: auto;
margin-bottom: .8rem;
}
.top-mv__txt {
margin-bottom: 1.5rem;
font-size: 1.2rem;
color: #000;
}
.top-mv__btn {
max-width: 300px;
margin: auto;
font-size: 1.1rem;
position: relative;
}
.top-mv__btn::after {
content: "";
display: block;
width: 8px;
height: 8px;
position: absolute;
top: 50%;
right: 25px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.top-mv__btn a {
display: block;
line-height: 5.8rem;
background-color: #4f4e4c;
color: #fff;
border-radius: 2.9rem;
}
@media only screen and (min-width: 768px) {
.top-mv {
padding-top: 6rem;
padding-bottom: 7rem;
}
.top-mv__ttl {
margin-bottom: 1.5rem;
font-size: 3rem;
}
.top-mv__lead {
margin-bottom: 3rem;
font-size: 1.4rem;
}
.top-mv__img {
max-width: 450px;
margin-bottom: 1.8rem;
}
.top-mv__txt {
margin-bottom: 3rem;
font-size: 1.4rem;
}
.top-mv__btn {
max-width: 500px;
font-size: 1.4rem;
}
.top-mv__btn a {
line-height: 6.2rem;
border-radius: 3.1rem;
}
}
@media only screen and (min-width: 992px) {
.top-mv {
padding-top: 7rem;
}
.top-mv__ttl {
margin-bottom: 2.5rem;
font-size: 3.4rem;
}
.top-mv__lead {
margin-bottom: 4rem;
font-size: 1.6rem;
}
.top-mv__img {
max-width: 490px;
margin-bottom: 2.8rem;
}
.top-mv__txt {
margin-bottom: 4rem;
font-size: 1.6rem;
}
.top-mv__btn {
font-size: 1.6rem;
}
}
.top-partner {
padding-top: 6rem;
padding-bottom: 4rem;
}
.top-partner .container {
padding-left: 3.2rem;
padding-right: 3.2rem;
max-width: 500px;
}
.top-partner__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.top-partner__ttl {
margin-bottom: 2.3rem;
letter-spacing: 3px;
}
.top-partner__lead {
font-size: 1.1rem;
color: #000;
margin-bottom: 5rem;
line-height: 2.2;
letter-spacing: 1px;
}
.top-partner__list {
margin: 0 !important;
}
.top-partner__item {
margin: 0 0 .7rem !important;
padding-left: .6rem;
padding-right: .6rem;
}
@media only screen and (min-width: 768px) {
.top-partner {
padding-bottom: 6rem;
}
.top-partner .container {
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: 700px;
}
.top-partner__ttl {
margin-bottom: 3rem;
font-size: 2rem;
}
.top-partner__lead {
font-size: 1.3rem;
margin-bottom: 6rem;
padding-top: 1rem;
padding-right: 2rem;
padding-left: 2rem;
}
.top-partner__item {
margin: 0 0 1rem !important;
padding-left: 1rem;
padding-right: 1rem;
}
}
@media only screen and (min-width: 992px) {
.top-partner {
padding-top: 8rem;
padding-bottom: 8rem;
}
.top-partner .container {
max-width: 860px;
}
.top-partner__ttl {
font-size: 2.4rem;
}
.top-partner__lead {
font-size: 1.4rem;
margin-bottom: 7rem;
line-height: 2.3;
padding-right: 3rem;
padding-left: 3rem;
}
.top-partner__item {
text-align: center;
}
.top-partner__item img {
max-width: 160px;
}
}
.top-service {
padding-top: 7.5rem;
background: #f7f4ef url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/top-service-bg01.jpg) no-repeat top center;
background-size: 100%;
}
.top-service__ttl {
font-size: 2.4rem;
}
.top-service__list {
margin: 0 !important;
}
.top-service__item {
position: relative;
margin: 0 0 7.5rem !important;
padding-right: 1rem;
padding-left: 1rem;
}
.top-service__item::before {
content: "";
width: 267px;
height: 213px;
position: absolute;
top: 4rem;
right: 0;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/contents-bg03.png) no-repeat top;
background-size: contain;
z-index: 1;
}
.top-service__item:nth-child(2n)::before {
content: "";
width: 267px;
height: 213px;
position: absolute;
top: 4rem;
left: 0;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/contents-bg02.png) no-repeat top;
background-size: contain;
}
.top-service__item:nth-of-type(2n) .top-service__num {
left: inherit;
right: 2.5rem;
}
.top-service__item:nth-of-type(2n) .top-service__en {
left: inherit;
right: .8rem;
}
.top-service__inner {
padding-top: 8.5rem;
padding-left: 3.8rem;
padding-right: 3.8rem;
max-width: 500px;
width: 100%;
margin: auto;
position: relative;
z-index: 5;
}
.top-service__img {
margin-bottom: 1.7rem;
}
.top-service__num {
position: absolute;
top: 0;
left: -0.5rem;
font-size: 3.5rem;
color: #8b7d5c;
font-weight: 100;
letter-spacing: 3px;
}
.top-service__num::after {
content: "";
position: absolute;
bottom: 8px;
left: 8px;
width: 65px;
height: 1px;
background-color: #8b7d5c;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.top-service__txt {
margin-bottom: 2rem;
font-size: 1.1rem;
line-height: 1.9;
}
.top-service__txt__large {
display: block;
margin-bottom: 2rem;
font-size: 1.6rem;
line-height: 1.6;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
letter-spacing: 2px;
}
.top-service__btn {
width: 92%;
max-width: 300px;
margin: auto;
font-size: 1.1rem;
}
.top-service__btn a, .top-service__btn button {
display: block;
line-height: 5rem;
background-color: #363532;
color: #fff;
border-radius: 2.5rem;
border: none;
width: 100%;
font-size: inherit;
font-family: inherit;
}
.top-service__en {
position: absolute;
top: 9.2rem;
left: 0.5rem;
width: 7px;
}
@media only screen and (min-width: 768px) {
.top-service {
padding-top: 7.5rem;
}
.top-service__ttl {
font-size: 2.8rem;
}
.top-service__list {
max-width: 700px;
margin: 0 auto !important;
}
.top-service__item {
position: relative;
margin: 0 0 7.5rem !important;
padding-right: 1rem;
padding-left: 1rem;
}
.top-service__item::before {
content: none;
}
.top-service__item:nth-child(2n)::before {
content: none;
}
.top-service__item:nth-of-type(2n) .top-service__num {
right: inherit;
left: -.5rem;
}
.top-service__item:nth-of-type(2n) .top-service__en {
right: inherit;
left: -0.5rem;
}
.top-service__inner {
padding-top: 6.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: 700px;
}
.top-service__num {
top: -.5rem;
left: -.5rem;
}
.top-service__txt__large {
height: 5.2rem;
}
.top-service__en {
left: -0.5rem;
top: 8.5rem;
}
}
@media only screen and (min-width: 992px) {
.top-service {
padding-top: 11rem;
padding-bottom: 7rem;
}
.top-service__ttl {
margin-bottom: 7rem;
font-size: 3rem;
}
.top-service__list {
width: 1140px;
max-width: 100%;
}
.top-service__item:nth-of-type(2n) .top-service__num {
left: -2rem;
}
.top-service__inner {
padding-top: 6.5rem;
padding-left: .5rem;
padding-right: .5rem;
max-width: 700px;
}
.top-service__txt {
margin-bottom: 1rem;
margin-left: -.5rem;
margin-right: -.5rem;
min-height: 135px;
}
.top-service__num {
left: -2rem;
}
}
.top-news {
padding-top: 9.5rem;
padding-bottom: 19rem;
background: #fff url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/top-news-bg.jpg) no-repeat bottom center;
background-size: 100%;
}
.top-news__ttl {
font-size: 2.4rem;
margin-bottom: 4rem;
}
.top-news__list {
margin: 0 0 2rem !important;
padding: 0 1.5rem;
}
.top-news__item {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin: 0 !important;
border-bottom: 1px solid #d9d1be;
font-size: 1.2rem;
}
.top-news__date {
display: block;
margin-bottom: .3rem;
color: #978961;
}
.top-news__txt {
color: #2e2e35;
}
.top-news__link {
margin-right: 1.5rem;
text-align: right;
}
.top-news__link a {
display: inline-block;
padding-right: 1.2rem;
color: #8b7d5c;
font-size: 1.2rem;
position: relative;
}
.top-news__link a::after {
content: "";
display: block;
width: 6px;
height: 6px;
position: absolute;
top: 50%;
right: 0;
border-top: 1px solid #8b7d5c;
border-right: 1px solid #8b7d5c;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
.top-news__ttl {
font-size: 2.8rem;
}
.top-news__item {
font-size: 1.4rem;
}
.top-news__link a {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
.top-news {
padding-bottom: 10rem;
}
.top-news__ttl {
margin-bottom: 7rem;
font-size: 3rem;
}
.top-news__item {
font-size: 1.5rem;
}
.top-news__date {
margin-bottom: .5rem;
}
.top-news__link a {
font-size: 1.5rem;
}
}
.breadcrumbs {
padding: 7px 0px;
line-height: 1.8;
}
.breadcrumbs span {
margin-right: .7rem;
}
.breadcrumbs a::before {
content: none;
}
.breadcrumbs a:after {
content: "/";
position: static;
border: none;
padding-left: 1rem;
} #primary {
padding-bottom: 0;
padding-top: 0;
} .page-header__ttl, .section-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/news-ttl-bg.jpg) no-repeat top center;
background-size: cover;
}
.product-header__ttl, .custom-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/09/custom-ttl-bg02.jpg) no-repeat top center;
background-size: cover;
}
.productArchive-header__ttl, .commercial-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/com-ttl-bg.jpg) no-repeat top center;
background-size: cover;
}
.hanao-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/hanao-ttl-bg.jpg) no-repeat top center;
background-size: cover;
}
.news-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/news-ttl-bg.jpg) no-repeat top center;
background-size: cover;
}
.company-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/company-ttl-bg.jpg) no-repeat top center;
background-size: cover;
}
@media only screen and (min-width: 768px) {
.page-header__ttl, .section-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/09/news-ttl-bg_pc.jpg) no-repeat top center;
background-size: cover;
}
.product-header__ttl, .custom-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/09/custom-ttl-bg02_pc.jpg) no-repeat top center;
background-size: cover;
}
.productArchive-header__ttl, .commercial-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/09/com-ttl-bg_pc.jpg) no-repeat top center;
background-size: cover;
}
.hanao-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/09/hanao-ttl-bg_pc.jpg) no-repeat top center;
background-size: cover;
}
.news-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/09/news-ttl-bg_pc.jpg) no-repeat top center;
background-size: cover;
}
.company-header__ttl {
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/09/company-ttl-bg_pc.jpg) no-repeat top center;
background-size: cover;
}
} .product-cont {
background-color: #fbfaf7;
padding-bottom: 2rem;
padding-top: 9rem;
}
.product-cont__list {
margin: 0 !important;
}
.product-cont__item {
margin: 10rem 0 13rem !important;
position: relative;
}
.product-cont__item::before {
content: "";
width: 267px;
height: 213px;
position: absolute;
top: -5rem;
right: 0;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/contents-bg03.png) no-repeat top;
background-size: contain;
z-index: 1;
}
.product-cont__item:nth-child(2n)::before {
content: "";
width: 267px;
height: 213px;
position: absolute;
top: -5rem;
left: 0;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/contents-bg02.png) no-repeat top;
background-size: contain;
}
.product-cont__inner {
padding-left: 3.8rem;
padding-right: 3.8rem;
max-width: 500px;
width: 100%;
margin: auto;
position: relative;
z-index: 5;
}
.product-cont__img {
margin-bottom: 2.2rem;
}
.product-cont__img img {
max-width: inherit;
width: 100%;
}
.product-cont__ttl {
margin-bottom: 1.2rem;
font-size: 1.8rem;
color: #000;
}
.product-cont__txt {
margin-bottom: 2.2rem;
padding-left: 2.2rem;
font-size: 1.1rem;
line-height: 2;
letter-spacing: 1.2px;
color: #000;
position: relative;
}
.product-cont__txt::before {
content: "";
position: absolute;
top: 50%;
left: 0;
height: 96%;
width: 1px;
background-color: #c8c2b4;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.product-cont__btn {
width: 84%;
max-width: 300px;
margin: auto;
font-size: 1.1rem;
position: relative;
}
.product-cont__btn a {
display: block;
line-height: 5rem;
background-color: #363532;
color: #fff;
border-radius: 2.5rem;
}
@media only screen and (min-width: 768px) {
.product-cont__list {
max-width: 700px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: auto !important;
padding-bottom: 10rem;
}
.product-cont__item {
width: 50%;
margin: 0rem 0 10rem !important;
position: relative;
}
.product-cont__item::before {
content: none;
}
.product-cont__item:nth-child(2n)::before {
content: none;
}
.product-cont__inner {
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: inherit;
}
}
@media only screen and (min-width: 992px) {
.product-cont__list {
max-width: 860px;
}
.product-cont__img {
margin-bottom: 1rem;
}
} .productArchive-cate {
padding-top: 7rem;
padding-bottom: 8.5rem;
background-color: #ffffff;
position: relative;
z-index: 3;
}
.productArchive-cate.child-cate {
padding-top: 3rem;
padding-bottom: 4.5rem;
}
.productArchive-cate__ttl {
padding-bottom: 1.3rem;
margin-bottom: 2rem;
text-align: center;
font-size: 1.6rem;
border-bottom: 1px solid #d9d1be;
}
.productArchive-cate__item {
padding: 2rem 0 1rem;
margin: 0;
border-bottom: 1px solid #d9d1be;
}
.productArchive-cate__item li {
display: inline-block;
margin-right: 1rem;
margin-top: 0;
margin-bottom: .8rem;
}
.productArchive-cate__item li a {
padding-right: 1rem;
border-right: 1px solid #b5b5b5;
}
.productArchive-cate__item li:last-child a {
border-right: none;
}
.productArchive-cate__btn {
margin-bottom: .8rem;
position: relative;
}
.productArchive-cate__btn span {
display: block;
width: 100%;
padding: 0;
margin: 0;
border: none;
background: none;
text-align: left;
font-size: 1.3rem;
font-weight: bold;
color: #000;
outline: none;
}
.productArchive-cate .archive-cate__btn::after {
content: "";
width: 8px;
height: 8px;
position: absolute;
top: 7px;
right: .5rem;
border-top: 2px solid #a08b4f;
border-right: 2px solid #a08b4f;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.productArchive-cate .archive-cate__btn.on::after {
top: 9px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.productArchive-cate .archive-cate__btn button {
display: block;
width: 100%;
padding: 0;
margin: 0;
border: none;
background: none;
text-align: left;
font-size: 1.3rem;
font-weight: bold;
color: #000;
outline: none;
}
@media only screen and (min-width: 768px) {
.productArchive-cate__ttl {
font-size: 1.9rem;
}
}
@media only screen and (min-width: 992px) {
.productArchive-cate.child-cate {
padding-top: 5rem;
padding-bottom: 6.5rem;
}
.productArchive-cate__ttl {
font-size: 2rem;
}
.productArchive-cate__btn span {
font-size: 1.5rem;
}
.productArchive-cate .archive-cate__btn button {
font-size: 1.5rem;
}
}
.productArchive-cont {
padding-top: 8.5rem;
background-color: #f8f5f0;
position: relative;
}
.productArchive-cont:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
z-index: 2;
}
.productArchive-cont__wrap {
padding-top: 10.5rem;
margin-top: -9rem;
background-color: #f7f4ef;
position: relative;
overflow-x: hidden;
}
.productArchive-cont__wrap::before {
content: "";
width: 267px;
height: 213px;
position: absolute;
top: 0;
right: -1.5rem;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/hanao-contents-bg.png) no-repeat top;
background-size: contain;
z-index: 1;
}
.productArchive-cont__img {
display: block;
position: relative;
z-index: 3;
}
.productArchive-cont__list {
position: relative;
z-index: 3;
}
.productArchive-cont__item {
margin: 7rem 0 10rem !important;
}
.productArchive-cont__item::before {
content: none;
}
.productArchive-cont__item:nth-child(2n)::before {
content: none;
}
.productArchive-cont__txt {
margin-bottom: 2.8rem;
}
@media only screen and (min-width: 768px) {
.productArchive-cont__img {
max-width: 670px;
margin: 0 auto 5rem;
}
.productArchive-cont__item {
margin: 7rem 0 1rem !important;
}
}
@media only screen and (min-width: 992px) {
.productArchive-cont {
padding-top: 10.5rem;
}
}
.childArchive-cont__wrap {
margin-top: 0;
padding-top: 0;
}
.childArchive-cont__wrap::before {
content: none;
} .productSingle-header {
padding-bottom: 0;
}
.productSingle-header__ttl {
margin-bottom: 0;
}
.productSingle-cont {
padding-top: 6rem;
padding-bottom: 8rem;
background-color: #f7f4ef;
position: relative;
}
.productSingle-cont::before {
content: "";
width: 267px;
height: 213px;
position: absolute;
top: 30rem;
right: 0;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/contents-bg03.png) no-repeat top;
background-size: contain;
z-index: 1;
}
.productSingle-cont__mv {
margin-bottom: 0;
position: relative;
z-index: 5;
}
.productSingle-cont__mv img {
width: 100%;
}
.productSingle-cont__ttl {
margin: 2rem 0 1.5rem;
text-align: center;
font-size: 2rem;
position: relative;
z-index: 5;
}
.productSingle-cont__subttl {
margin-bottom: 1rem !important;
}
.productSingle-cont__txt {
margin-bottom: 4rem;
position: relative;
z-index: 5;
}
.productSingle-cont__table {
margin-bottom: 6rem;
}
.productSingle-cont__table tr {
width: 100%;
border-bottom: 1px solid #dcd6cb;
}
.productSingle-cont__table th {
width: 30%;
padding: 1rem 5% 1rem 0;
border: none;
color: #8b7d5c;
font-size: 1.2rem;
}
.productSingle-cont__table td {
padding: 1rem 0 1rem 1%;
font-size: 1.2rem;
line-height: 2.15;
letter-spacing: 1px;
color: #000;
border: none;
}
.productSingle-cont__img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.productSingle-cont__img img {
display: block;
width: 100%;
margin-bottom: 1rem;
}
.productSingle-cont .entry-content {
padding-bottom: 4rem;
margin-bottom: 0;
border-bottom: 1px solid #dedbd7;
}
.productSingle-cont .entry-footer {
margin-bottom: 0;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
border: none;
font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
.productSingle-cont__ttl {
margin: 3rem 0 2.5rem;
font-size: 2.4rem;
}
.productSingle-cont__table th {
font-size: 1.3rem;
}
.productSingle-cont__table td {
font-size: 1.3rem;
}
.productSingle-cont__img {
margin: 0 -.5rem;
}
.productSingle-cont__img img {
width: 50%;
padding: 0 0.5rem;
}
}
@media only screen and (min-width: 992px) {
.productSingle-cont {
padding-top: 9rem;
}
.productSingle-cont .entry-content {
padding-bottom: 6rem;
}
.productSingle-cont .entry-footer {
padding-top: 5.5rem;
padding-bottom: 2.5rem;
font-size: 1.4rem;
}
.productSingle-cont__mv {
margin-bottom: 4rem;
}
.productSingle-cont__ttl {
margin: 5rem 0 3.5rem;
font-size: 2.6rem;
}
.productSingle-cont__txt {
margin-bottom: 6rem;
}
.productSingle-cont__table th {
font-size: 1.4rem;
}
.productSingle-cont__table td {
font-size: 1.4rem;
}
} .news-cont {
padding-top: 7rem;
background-color: #f7f4ef;
}
.news-cont__list {
margin: 0 0 2rem !important;
}
.news-cont__item {
padding-top: 1rem;
padding-bottom: 2.5rem;
margin: 0 0 1.5rem !important;
border-bottom: 1px solid #d9d1be;
font-size: 1.2rem;
}
.news-cont__date {
display: block;
margin-bottom: .3rem;
color: #978961;
font-size: 1.2rem;
}
.news-cont__ttl {
margin-bottom: .3rem;
color: #2e2e35;
font-weight: bold;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size: 1.2rem;
}
.news-cont__ttl a {
display: block;
color: #2e2e35;
font-weight: bold;
}
.news-cont__txt {
color: #6c6c6f;
font-size: 1.2rem;
}
.news-cont__txt a {
display: block;
color: #6c6c6f;
}
@media only screen and (min-width: 768px) {
.news-cont__date {
font-size: 1.3rem;
}
.news-cont__ttl {
font-size: 1.3rem;
}
.news-cont__txt {
font-size: 1.3rem;
}
}
@media only screen and (min-width: 768px) {
.news-cont__date {
margin-bottom: .5rem;
font-size: 1.4rem;
}
.news-cont__ttl {
margin-bottom: .5rem;
font-size: 1.4rem;
}
.news-cont__txt {
font-size: 1.4rem;
}
}
.wp-pagenavi {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 3rem 3.8rem 12rem;
position: relative;
z-index: 3;
}
.wp-pagenavi .pages {
display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
border: none;
padding: 0;
margin: 0;
margin: 0 0.5rem;
width: 3.4rem;
height: 3.4rem;
line-height: 32px;
text-align: center;
color: #959595;
font-size: 1.2rem;
border: .1rem solid #9c9177;
border-radius: 100%;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus, .wp-pagenavi span:hover, .wp-pagenavi span:focus {
color: #fff;
border: .1rem solid #9c9177;
background-color: #9c9177;
}
.wp-pagenavi span.current {
color: #fff;
background-color: #9c9177;
border: .1rem solid #9c9177;
}
.wp-pagenavi .nextpostslink {
position: absolute;
right: 7%;
color: transparent;
border: none !important;
}
.wp-pagenavi .nextpostslink::after {
content: "";
position: absolute;
top: 50%;
width: 14px;
height: 14px;
left: 0;
right: 0;
margin: auto;
display: block;
border-top: .15rem solid;
border-right: .15rem solid;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
color: #8b7d5d;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus {
color: transparent !important;
border: none !important;
background: none !important;
}
.wp-pagenavi .previouspostslink {
position: absolute;
left: 7%;
color: transparent;
border: none !important;
}
.wp-pagenavi .previouspostslink::after {
content: "";
position: absolute;
top: 50%;
width: 14px;
height: 14px;
left: 0;
right: 0;
margin: auto;
display: block;
border-top: .15rem solid;
border-right: .15rem solid;
-webkit-transform: translateY(-50%) rotate(-135deg);
transform: translateY(-50%) rotate(-135deg);
color: #8b7d5d;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus {
color: transparent !important;
border: none !important;
background: none !important;
}
@media only screen and (min-width: 992px) {
.wp-pagenavi {
padding-top: 6rem;
}
.wp-pagenavi a, .wp-pagenavi span {
margin: 0 15px;
width: 4rem;
height: 4rem;
line-height: 39px;
font-size: 1.4rem;
}
} .single-cont {
background-color: #f7f4ef;
}
.single-cont .entry-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.single-cont .entry-header .entry-title {
width: 100%;
padding-left: 2rem;
color: #000;
font-size: 1.8rem;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: bold;
line-height: 1.7;
position: relative;
}
.single-cont .entry-header .entry-title::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 2px;
height: 89%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #aba088;
}
.single-cont .entry-header .entry-meta {
width: 100%;
margin-bottom: 1rem;
padding-bottom: 0;
border-bottom: none;
color: #8b7d5c;
font-size: 1.4rem;
}
.single-cont .entry-content {
padding-bottom: 3rem;
margin-bottom: 0;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size: 1.3rem;
line-height: 1.9;
letter-spacing: 1px;
border-bottom: 1px solid #dedbd7;
}
.single-cont .entry-content h1, .single-cont .entry-content h2, .single-cont .entry-content h3, .single-cont .entry-content h4 {
margin: 5rem auto 3rem;
padding-bottom: 0.5rem;
font-size: 1.8rem;
color: #000;
border-bottom: 1px solid #d9d1be;
}
.single-cont .entry-content p {
margin: 4rem auto;
}
.single-cont .entry-content ul {
margin: 4rem auto;
list-style: disc;
}
.single-cont .entry-content ul li {
margin-left: 1.5em;
}
.single-cont .entry-content ol {
margin: 4rem auto;
list-style: decimal;
}
.single-cont .entry-content ol li {
margin-left: 1.5em;
}
.single-cont .entry-content blockquote {
padding: .5rem 3rem;
margin: 4rem auto;
background: #eee8de;
}
.single-cont .entry-footer {
margin-bottom: 0;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
border: none;
font-size: 1.2rem;
}
.single-cont .entry-pager {
border-top: 1px solid #dedbd7;
}
.single-cont .entry-pager_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 7rem 0;
text-align: center;
list-style: none;
}
.single-cont .entry-pager_item {
width: 10%;
margin: 0;
text-align: left;
}
.single-cont .entry-pager_item a {
display: block;
position: relative;
color: transparent;
padding: 0;
font-size: 0;
}
.single-cont .entry-pager_item a::after {
content: "";
position: absolute;
top: 50%;
width: 14px;
height: 14px;
display: block;
border-top: .15rem solid;
border-right: .15rem solid;
left: 0;
-webkit-transform: translateY(-50%) rotate(-135deg);
transform: translateY(-50%) rotate(-135deg);
color: #8b7d5d;
}
.single-cont .entry-pager_item:last-of-type {
text-align: right;
}
.single-cont .entry-pager_item:last-of-type a::after {
left: inherit;
right: 0;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.single-cont .entry-pager_center {
width: 70%;
margin: 0;
}
.single-cont .entry-pager_center a {
display: block;
max-width: 300px;
margin: auto;
padding: 0 1rem;
background-color: #363532;
color: #fff;
font-size: 1.2rem;
text-align: center;
line-height: 50px;
border-radius: 25px;
}
@media only screen and (min-width: 992px) {
.single-cont .entry-pager {
font-size: 1.4rem;
}
.single-cont .entry-pager_item a {
padding: .3rem 3rem;
}
.single-cont .entry-pager_item a::after {
width: 12px;
height: 12px;
border-top: .2rem solid #8b7d5d;
border-right: .2rem solid #8b7d5d;
}
}
@media only screen and (min-width: 768px) {
.single-cont .entry-header .entry-title {
font-size: 2.2rem;
}
.single-cont .entry-header .entry-meta {
font-size: 1.5rem;
}
.single-cont .entry-content {
font-size: 1.4rem;
}
.single-cont .entry-content h1, .single-cont .entry-content h2, .single-cont .entry-content h3, .single-cont .entry-content h4 {
margin: 5rem auto 3rem;
padding-bottom: 0.7rem;
font-size: 2rem;
}
}
@media only screen and (min-width: 992px) {
.single-cont .entry-header .entry-meta {
font-size: 1.6rem;
}
.single-cont .entry-header .entry-title {
font-size: 2.4rem;
}
.single-cont .entry-content {
font-size: 1.5rem;
}
.single-cont .entry-content h1, .single-cont .entry-content h2, .single-cont .entry-content h3, .single-cont .entry-content h4 {
font-size: 2.2rem;
}
.single-cont .entry-footer {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
font-size: 1.3rem;
}
.single-cont .entry-pager_center a {
font-size: 1.4rem;
}
} .custom-cont {
padding-top: 7rem;
background-color: #f7f4ef;
}
.custom-cont__ttl {
margin-bottom: 4rem;
position: relative;
z-index: 5;
}
.custom-cont__lead {
margin-top: 5rem;
margin-bottom: 6rem;
position: relative;
z-index: 5;
}
.custom-cont__txt {
margin-top: 5rem;
margin-bottom: 6rem;
position: relative;
z-index: 5;
}
.custom-cont__note {
margin-bottom: 8rem;
font-size: 1rem;
position: relative;
z-index: 5;
}
.custom-cont__note.mt-8 {
margin-top: 8rem;
}
.custom-cont__inner {
margin-top: 9rem;
padding-top: 6.5rem;
padding-bottom: 7rem;
position: relative;
}
.custom-cont__inner::before {
content: "";
width: 267px;
height: 213px;
position: absolute;
top: -7rem;
right: -1.5rem;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/contents-bg04.png) no-repeat top;
background-size: contain;
z-index: 1;
}
.custom-cont__inner::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.7);
}
.custom-cont__subttl {
margin-bottom: 1rem;
padding-bottom: 0.5rem;
font-size: 1.8rem;
color: #000;
border-bottom: 1px solid #d9d1be;
position: relative;
z-index: 5;
}
.custom-cont__subttl02 {
margin-bottom: 3rem;
padding: .5rem;
font-size: 1.6rem;
color: #fff;
text-align: center;
background-color: #9c9177;
position: relative;
z-index: 5;
}
.custom-cont__list {
margin: 0 -1.5rem !important;
position: relative;
z-index: 5;
}
.custom-cont__item {
margin: 2rem 0 5rem !important;
font-size: 1.2rem;
color: #000;
}
.custom-cont__item img {
display: block;
margin-bottom: 1.3rem;
}
@media only screen and (min-width: 768px) {
.custom-cont__ttl {
margin-bottom: 4rem;
}
.custom-cont__lead {
margin-top: 5rem;
margin-bottom: 6rem;
}
.custom-cont__txt {
margin-top: 5rem;
margin-bottom: 6rem;
}
.custom-cont__note {
font-size: 1.2rem;
}
.custom-cont__inner {
margin-top: 9rem;
padding-top: 6.5rem;
padding-bottom: 7rem;
}
.custom-cont__subttl {
margin-bottom: 1.5rem;
padding-bottom: 0.8rem;
font-size: 2rem;
}
.custom-cont__subttl02 {
margin-bottom: 4rem;
padding: .8rem;
font-size: 1.8rem;
}
.custom-cont__item {
margin: 2rem 0 6rem !important;
font-size: 1.3rem;
}
}
.order-cont__inner {
padding-top: 5rem;
}
.order-cont__list {
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 11rem !important;
}
.order-cont__item {
margin: 2rem 0 3.5rem !important;
font-size: 1.2rem;
}
.order-cont__item img {
display: block;
margin-bottom: 1.3rem;
}
.order-cont__txt {
margin-bottom: 7rem;
}
.order-cont__txt img {
display: block;
margin-bottom: 1.3rem;
}
@media only screen and (min-width: 768px) {
.order-cont__inner {
padding-top: 5rem;
}
.order-cont__list {
margin-bottom: 13rem !important;
}
.order-cont__item {
margin: 2rem 0 5rem !important;
font-size: 1.3rem;
}
.order-cont__item dl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.order-cont__item dt {
width: 55%;
margin-right: 5%;
}
.order-cont__item dd {
width: 40%;
}
.order-cont__txt {
margin-bottom: 7rem;
}
}
@media only screen and (min-width: 992px) {
.order-cont__inner {
padding-top: 8rem;
}
.order-cont__item {
font-size: 1.4rem;
}
} .hanao-header {
background-color: #f7f4ef;
}
.hanao-header__lead {
margin-top: 7rem;
font-size: 2.5rem;
}
.hanao-header__txt {
margin-top: 1.5rem;
padding-bottom: 0;
}
.hanao-header__txt span {
display: block;
padding-top: 3rem;
font-size: 1.4rem;
}
.hanao-header__txt i {
color: #7f505f;
font-style: normal;
}
@media only screen and (min-width: 768px) {
.hanao-header__txt {
margin-top: 3.5rem;
text-align: center;
}
}
@media only screen and (min-width: 992px) {
.hanao-header__lead {
margin-top: 8rem;
font-size: 2.7rem;
}
.hanao-header__txt {
margin-top: 5rem;
}
}
.hanao-cont {
padding-top: 8rem;
position: relative;
}
.hanao-cont:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
z-index: 2;
}
.hanao-cont__wrap {
padding-top: 8.5rem;
background-color: #f7f4ef;
position: relative;
overflow-x: hidden;
}
.hanao-cont__wrap::before {
content: "";
width: 267px;
height: 213px;
position: absolute;
top: 0;
right: -1.5rem;
background: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/hanao-contents-bg.png) no-repeat top;
background-size: contain;
z-index: 1;
}
.hanao-cont__ttl {
margin-bottom: 4.5rem;
position: relative;
z-index: 3;
}
.hanao-cont__lead {
margin-bottom: 2rem;
position: relative;
z-index: 3;
}
.hanao-cont__inner {
padding-top: 3rem;
padding-bottom: 2rem;
background-color: #fff;
position: relative;
z-index: 3;
}
.hanao-cont__img {
max-width: 600px;
margin: auto;
}
.hanao-cont__pattern {
max-width: 600px;
margin: auto;
}
.hanao-cont__base {
max-width: 600px;
margin: auto;
}
.hanao-cont__subttl {
margin-top: .5rem;
margin-bottom: 1rem;
padding-bottom: .3rem;
font-size: 1.3rem;
color: #000;
border-bottom: 1px solid #ece8de;
font-weight: bold;
}
.hanao-cont__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hanao-cont__list input[type="radio"] {
visibility: hidden;
position: absolute;
left: 0;
right: 0;
margin: auto;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.hanao-cont__list input[type="radio"]:checked + label span, .hanao-cont__list input[type="radio"]:checked + label:after {
opacity: 1;
}
.hanao-cont__list label.label-pattern {
width: 20%;
padding: 0.3rem 0.5rem 0;
position: relative;
}
.hanao-cont__list label.label-pattern img {
display: block;
width: 40px;
height: 40px;
margin: auto;
position: relative;
z-index: 10;
}
.hanao-cont__list label.label-pattern:after {
content: "";
position: absolute;
top: -2px;
left: 0;
right: 0;
margin: auto;
width: 50px;
height: 50px;
border: 1px solid #c0c0c0;
border-radius: 50%;
z-index: 6;
}
.hanao-cont__list label.label-pattern span {
display: block;
padding-top: .3rem;
text-align: center;
color: #a6a6a6;
font-size: 1rem;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
position: relative;
z-index: 10;
}
.hanao-cont__list label.label-base {
width: 40%;
padding: 0.5rem;
position: relative;
}
.hanao-cont__list label.label-base img {
display: block;
width: 90px;
height: 30px;
margin: auto;
position: relative;
z-index: 10;
}
.hanao-cont__list label.label-base:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 100px;
height: 40px;
border: 1px solid #c0c0c0;
z-index: 6;
}
.hanao-cont__list label.label-base span {
display: block;
padding-top: .5rem;
text-align: center;
color: #a6a6a6;
font-size: 1rem;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
position: relative;
z-index: 10;
}
.hanao-cont__list label {
display: inline-block;
cursor: pointer;
}
.hanao-cont__list label span, .hanao-cont__list label:after {
opacity: 0;
}
.hanao-cont__list label:hover span, .hanao-cont__list label:hover:after {
opacity: 1;
}
.hanao-cont__about {
position: relative;
z-index: 10;
}
@media only screen and (min-width: 768px) {
.hanao-cont__lead {
margin-bottom: 5rem;
}
.hanao-cont__subttl {
font-size: 1.5rem;
}
.hanao-cont__img {
margin-bottom: 1rem;
}
.hanao-cont__pattern {
margin-bottom: 2rem;
}
.hanao-cont__base {
margin-bottom: 2rem;
}
.hanao-cont__txt {
font-size: 1.2rem;
}
}
@media only screen and (min-width: 992px) {
.hanao-cont {
padding-top: 10rem;
}
.hanao-cont__ttl {
margin-bottom: 6.5rem;
}
.hanao-cont__inner {
padding-top: 5rem;
}
.hanao-cont__inner .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 3rem;
}
.hanao-cont__img {
margin-bottom: 3rem;
}
.hanao-cont__pattern {
width: 50%;
padding: 0 2rem;
}
.hanao-cont__base {
width: 50%;
margin-top: 0;
padding: 0 2rem;
}
}
.hanaoAbout-cont {
padding-top: 4rem;
position: relative;
z-index: 10;
}
.hanaoAbout-cont__txt {
margin-bottom: 5rem;
font-size: 1.1rem;
}
.hanaoAbout-cont__img img {
display: block;
max-width: 600px;
margin: 0 auto 1.5rem;
width: 100%;
}
.hanaoAbout-cont__note {
margin-bottom: 7rem;
font-size: 1rem;
}
@media only screen and (min-width: 768px) {
.hanaoAbout-cont__txt {
font-size: 1.2rem;
}
.hanaoAbout-cont__img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -1rem;
margin-right: -1rem;
}
.hanaoAbout-cont__img img {
width: 50%;
padding: 1rem;
margin: 0 0 1.5rem;
}
.hanaoAbout-cont__note {
font-size: 1.1rem;
}
}
@media only screen and (min-width: 768px) {
.hanaoAbout-cont {
padding-top: 6rem;
}
.hanaoAbout-cont__txt {
font-size: 1.3rem;
}
.hanaoAbout-cont__note {
font-size: 1.2rem;
}
} .company-cont {
padding-top: 6.5rem;
background-color: #f7f4ef;
}
.company-cont > .container {
position: relative;
}
.company-cont > .container:after {
content: "";
position: absolute;
left: 28.5%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 96%;
background-color: #d9d6d2;
}
.company-cont__item {
padding: 1rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
color: #000;
font-size: 1.2rem;
line-height: 2;
}
.company-cont__dt {
width: 28%;
margin-left: -3%;
padding-right: 4%;
font-weight: normal;
}
.company-cont__dd {
width: 70%;
padding-left: 6%;
}
.company-cont__dd a {
color: #a08b4f;
text-decoration: underline;
}
.company-cont__map {
margin-top: 5rem;
width: 100%;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.company-cont__map img, .company-cont__map iframe {
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
}
.company-cont__link {
padding-left: 3.8rem;
padding-right: 3.8rem;
max-width: 500px;
margin: 0 auto 7rem;
text-align: right;
}
.company-cont__link a {
display: inline-block;
padding-right: 1.2rem;
margin-top: 1rem;
color: #a08b4f;
font-size: 1.2rem;
letter-spacing: 2px;
position: relative;
}
.company-cont__link a::after {
content: "";
display: block;
width: 6px;
height: 6px;
position: absolute;
top: 50%;
right: 0;
border-top: 1px solid #a08b4f;
border-right: 1px solid #a08b4f;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
.company-cont > .container:after {
left: 25.5%;
}
.company-cont__item {
padding: 1rem 0;
font-size: 1.3rem;
}
.company-cont__dt {
margin-left: 0;
padding-right: 0;
}
.company-cont__map {
margin: 5rem auto 0;
max-width: 670px;
padding-bottom: 0;
height: 430px;
}
.company-cont__link {
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: 700px;
}
}
@media only screen and (min-width: 992px) {
.company-cont {
padding-top: 8.5rem;
}
.company-cont__item {
font-size: 1.5rem;
}
.company-cont__dt {
padding-left: 5%;
}
.company-cont__map {
max-width: 830px;
height: 500px;
}
.company-cont__link {
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: 860px;
}
.company-cont__link a {
font-size: 1.4rem;
}
}
.companyPholosophy-cont {
padding-top: 11rem;
padding-bottom: 8rem;
background-color: #fff;
}
.companyPholosophy-cont__subttl {
margin: 3.5rem auto 1rem;
}
.companyPholosophy-cont__list {
margin: 2.5rem 0 !important;
padding: 1.5rem 2.5rem;
border: 1.5px solid #cec8b5;
}
.companyPholosophy-cont__item {
margin: 0 !important;
padding: 1.2rem 0;
border-bottom: 1px solid #c6c3bf;
line-height: 2;
}
.companyPholosophy-cont__item strong {
display: block;
margin-bottom: .3rem;
font-size: 1.3rem;
color: #8b7d5c;
}
.companyPholosophy-cont__item:last-child {
border-bottom: none;
}
@media only screen and (min-width: 768px) {
.companyPholosophy-cont__subttl {
margin-bottom: 1.5rem;
}
.companyPholosophy-cont__list {
padding: 2.5rem 3.5rem;
}
.companyPholosophy-cont__item {
padding: 1.6rem 0;
}
.companyPholosophy-cont__item strong {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
.companyPholosophy-cont__subttl {
margin-top: 5.5rem;
}
.companyPholosophy-cont__list {
padding: 4.5rem 7.5rem;
margin: 6.5rem 0 !important;
}
.companyPholosophy-cont__item {
padding: 2rem 0.5rem;
}
.companyPholosophy-cont__item strong {
font-size: 1.5rem;
}
}
.companyGreeting-cont {
padding-top: 11rem;
background-color: #f7f4ef;
}
.companyGreeting-cont__txt {
margin-bottom: 4rem;
line-height: 2.5;
}
.companyGreeting-cont__list {
margin: 0 0 4.5rem !important;
padding: 1.5rem 2.5rem;
border: 1.5px solid #cec8b5;
background-color: #fff;
}
.companyGreeting-cont__item {
margin: 0 !important;
padding: 1.2rem 0;
border-bottom: 1px solid #c6c3bf;
line-height: 2;
}
.companyGreeting-cont__item strong {
display: block;
margin-bottom: .3rem;
font-size: 1.3rem;
color: #8b7d5c;
}
.companyGreeting-cont__item:last-child {
border-bottom: none;
}
.companyGreeting-cont__note {
margin-bottom: 14rem;
margin-top: 7rem;
text-align: right;
font-weight: bold;
font-size: 1.4rem;
letter-spacing: 2px;
line-height: 2.4;
}
@media only screen and (min-width: 768px) {
.companyGreeting-cont__list {
padding: 2.5rem 3.5rem;
}
.companyGreeting-cont__item {
padding: 2rem 0.5rem;
}
.companyGreeting-cont__item strong {
font-size: 1.4rem;
}
.companyGreeting-cont__note {
font-size: 1.5rem;
}
}
@media only screen and (min-width: 992px) {
.companyGreeting-cont .section-cont__ttl {
margin-bottom: 8rem;
}
.companyGreeting-cont__list {
padding: 4.5rem 7.5rem;
margin: 6.5rem 0 !important;
}
.companyGreeting-cont__item strong {
font-size: 1.5rem;
}
.companyGreeting-cont__note {
font-size: 1.6rem;
}
} .page-header {
padding: 0;
border: none;
background: none;
}
.page-header .entry-title {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
letter-spacing: .4rem;
color: #fff;
text-align: center;
font-size: 2.4rem;
}
.page-cont {
background-color: #f7f4ef;
}
.page-cont .container {
padding-left: 3.8rem;
padding-right: 3.8rem;
}
.page-cont .entry-content {
padding-bottom: 3rem;
margin-bottom: 0;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size: 1.3rem;
line-height: 1.9;
letter-spacing: 1px;
border-bottom: 1px solid #dedbd7;
}
.page-cont .entry-content h1, .page-cont .entry-content h2, .page-cont .entry-content h3, .page-cont .entry-content h4 {
margin: 5rem auto 3rem;
padding-bottom: 0.5rem;
font-size: 1.8rem;
color: #000;
border-bottom: 1px solid #d9d1be;
}
.page-cont .entry-content p {
margin: 4rem auto;
}
.page-cont .entry-content ul {
margin: 4rem auto;
list-style: disc;
}
.page-cont .entry-content ul li {
margin-left: 1.5em;
}
.page-cont .entry-content ol {
margin: 4rem auto;
list-style: decimal;
}
.page-cont .entry-content ol li {
margin-left: 1.5em;
}
.page-cont .entry-content blockquote {
padding: .5rem 3rem;
margin: 4rem auto;
background: #eee8de;
}
@media only screen and (min-width: 768px) {
.page-cont .entry-content {
font-size: 1.4rem;
}
.page-cont .entry-content h1, .page-cont .entry-content h2, .page-cont .entry-content h3, .page-cont .entry-content h4 {
padding-bottom: 0.7rem;
font-size: 2rem;
}
}
@media only screen and (min-width: 992px) {
.page-cont .entry-content {
font-size: 1.5rem;
}
.page-cont .entry-content h1, .page-cont .entry-content h2, .page-cont .entry-content h3, .page-cont .entry-content h4 {
font-size: 2.2rem;
}
.page-cont .entry-content p {
margin: 5rem auto;
}
.page-cont .entry-content ul {
margin: 5rem auto;
}
.page-cont .entry-content ul li {
margin-left: 2em;
}
.page-cont .entry-content ol {
margin: 5rem auto;
}
.page-cont .entry-content ol li {
margin-left: 2em;
}
.page-cont .entry-content blockquote {
padding: 1rem 5rem;
margin: 5rem auto;
}
} .contact-cont {
padding-bottom: 5rem;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.contact-cont .color-required {
display: block;
color: #951717;
}
.contact-cont dl {
padding: 1.5rem 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
color: #000;
font-size: 1.2rem;
line-height: 2;
border-bottom: 1px solid #d9d1be;
}
.contact-cont dt {
width: 100%;
margin-bottom: .5rem;
font-weight: normal;
}
.contact-cont dt span {
color: #951717;
}
.contact-cont dd {
width: 100%;
}
.contact-cont dd .horizontal-item {
display: inline-block;
margin: 5px 0 !important;
}
.contact-cont textarea:not(.editor-post-title__input), .contact-cont input[type="date"], .contact-cont input[type="datetime"], .contact-cont input[type="datetime-local"], .contact-cont input[type="email"], .contact-cont input[type="month"], .contact-cont input[type="number"], .contact-cont input[type="password"], .contact-cont input[type="search"], .contact-cont input[type="tel"], .contact-cont input[type="text"], .contact-cont input[type="time"], .contact-cont input[type="url"], .contact-cont input[type="week"] {
background: #fff;
border: 1px solid #eeebe4;
font-size: 1.3rem;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-cont input[type="radio"], .contact-cont input[type="checkbox"] {
margin: 0 5px 0 15px;
}
.contact-cont select {
background: #fff;
border: none;
font-size: 1.3rem;
}
.contact-cont .btn-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 2rem;
}
.contact-cont .btn-area input {
margin: 0 0.5rem;
}
.contact-cont .btn-area .backBtn {
background: #686764;
}
@media only screen and (min-width: 768px) {
.contact-cont {
padding-top: 2rem;
}
.contact-cont dl {
font-size: 1.3rem;
}
.contact-cont dt {
width: 28%;
padding-right: 4%;
margin-bottom: 0;
}
.contact-cont dd {
width: 70%;
padding-left: 4%;
}
.contact-cont textarea:not(.editor-post-title__input), .contact-cont input[type="date"], .contact-cont input[type="datetime"], .contact-cont input[type="datetime-local"], .contact-cont input[type="email"], .contact-cont input[type="month"], .contact-cont input[type="number"], .contact-cont input[type="password"], .contact-cont input[type="search"], .contact-cont input[type="tel"], .contact-cont input[type="text"], .contact-cont input[type="time"], .contact-cont input[type="url"], .contact-cont input[type="week"] {
font-size: 1.4rem;
}
.contact-cont select {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
.contact-cont {
padding-top: 4rem;
}
.contact-cont dl {
padding: 1.5rem 2rem;
font-size: 1.5rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.contact-cont textarea:not(.editor-post-title__input), .contact-cont input[type="date"], .contact-cont input[type="datetime"], .contact-cont input[type="datetime-local"], .contact-cont input[type="email"], .contact-cont input[type="month"], .contact-cont input[type="number"], .contact-cont input[type="password"], .contact-cont input[type="search"], .contact-cont input[type="tel"], .contact-cont input[type="text"], .contact-cont input[type="time"], .contact-cont input[type="url"], .contact-cont input[type="week"] {
font-size: 1.5rem;
}
.contact-cont select {
font-size: 1.5rem;
}
.contact-cont .btn-area {
margin-top: 5rem;
}
.contact-cont .btn-area input[type="reset"], .contact-cont .btn-area input[type="submit"], .contact-cont .btn-area input[type="submit"], .contact-cont .btn-area .pirate-forms-submit-button, .contact-cont .btn-area .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
font-size: 1.6rem;
padding: 2rem 5rem;
}
}
.mw_wp_form_input .contact-cont__txt.input-txt {
display: block;
}
.mw_wp_form_input .contact-cont__txt.preview-txt {
display: none;
}
.mw_wp_form_confirm .contact-cont__txt.input-txt {
display: none;
}
.mw_wp_form_confirm .privacy_qu {
display: none;
}
.mw_wp_form_confirm .contact-cont__txt.preview-txt {
display: block;
}
.mw_wp_form_complete .contact-cont__txt.input-txt {
display: none;
}
.mw_wp_form_complete .contact-cont__txt.preview-txt {
display: none;
} .bot-wrap {
max-width: 480px;
width: 94%;
position: fixed;
bottom: -100vh;
right: 0;
left: 0;
margin: auto;
border: 2px;
-webkit-transition: all 0.6s;
transition: all 0.6s;
height: calc(100vh - 190px);
z-index: 100;
}
.bot-ttl {
display: block;
width: 100%;
padding: 0 2rem;
line-height: 50px;
font-size: 1.3rem;
font-weight: normal;
text-decoration: none;
border-radius: 1.4rem 1.4rem 0 0;
background-color: #92876b;
color: #fff;
text-align: left;
letter-spacing: 1px;
position: relative;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.bot-ttl button {
display: inline-block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 1.5rem;
width: 18px;
height: 18px;
background: none !important;
border: none !important;
outline: none;
}
.bot-ttl button::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
background-color: #fff;
}
.bot-ttl button:after {
content: "";
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
background-color: #fff;
}
.bot-inner {
height: calc(100vh - 240px);
overflow: scroll;
background-color: #f7f2ec;
}
.bot-btn__open {
position: fixed;
top: 520px;
right: -5px;
background: none !important;
border: none !important;
outline: none;
z-index: 99;
}
.bot-btn__open img {
width: 110px;
height: auto;
}
@media only screen and (min-width: 768px) {
.bot-wrap {
max-width: 400px;
left: inherit;
right: 1rem;
}
}
@media only screen and (min-width: 992px) {
.bot-btn__open {
top: 82%;
right: 10px;
}
.bot-btn__open img {
width: 140px;
}
}
#bot.panelactive {
bottom: 0;
}
.botui-container {
padding-bottom: 2rem;
font-size: 1.1rem;
background: none;
font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}
.botui-message {
margin: 5px 0;
}
.botui-message-content {
font-size: 1.1rem;
padding: 10px 18px;
border-radius: 15px;
color: #333;
background-color: #fff;
letter-spacing: 1px;
}
.botui-message-content.human {
margin: 1rem 0;
background-color: #e2dac5;
color: #333;
font-weight: bold;
}
.botui-messages-container {
padding: 15px 28px 15px 10px;
}
.botui-actions-container {
padding: 0px 20px;
}
.botui-actions-buttons {
padding-left: 40px;
}
.botui-actions-buttons-button {
margin-top: 3px !important;
margin-bottom: 3px !important;
font-size: 1.1rem;
font-weight: bold;
background: #595856 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.botui-icon {
margin-right: .3rem;
}
.profil.agent {
margin-right: 10px;
}
.profil > img.agent {
width: 40px;
height: 40px;
border: none;
content: url(https://totasutest.palau-crystal.jp/wp/wp-content/uploads/2022/08/bot-logo.png);
border-radius: 0;
}
.contact-cont .btn-area .backBtn{
display:none;
}