@charset "UTF-8";
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #272822; color: #ddd;
}
.hljs-tag,
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-strong,
.hljs-name {
color: #f92672;
}
.hljs-code {
color: #66d9ef;
}
.hljs-class .hljs-title {
color: white;
}
.hljs-attribute,
.hljs-symbol,
.hljs-regexp,
.hljs-link {
color: #bf79db;
}
.hljs-string,
.hljs-bullet,
.hljs-subst,
.hljs-title,
.hljs-section,
.hljs-emphasis,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
color: #a6e22e;
}
.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
color: #75715e;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-section,
.hljs-type,
.hljs-selector-id {
font-weight: bold;
}#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap");   .alignC{ text-align:center !important; }
.alignL{ text-align:left !important; }
.alignR{ text-align:right !important; }
.valignM{ vertical-align: middle; }
.floatC{ clear:both !important; }
.floatL{ float:left !important; }
.floatR{ float:right !important; }
.noDisp{ display: none; }
.noWrap{ white-space: nowrap; }
.borderSolid{ border: 1px solid #ccc; }
.borderBlue{ border-bottom: 2px solid #0060a5 !important; }
.borderNone{ border: none !important; }
.borderRadius{ border-radius: 15px; }
.borderSolidBlue{ border: 2px solid #bcd5ff; }
.marginC{ margin: 0 auto; }
.mTop0em{ margin-top: 0em; }
.mTop1em{ margin-top: 1em; }
.mTop2em{ margin-top: 2em; }
.mTop3em{ margin-top: 3em; }
.mLeft2em{ margin-left: 2em; }
.mBottom{ margin-bottom: 0em !important; }
.padB5{ padding-bottom: 5px; }
.padB10{ padding-bottom: 10px; }
.pPageEnd{ padding-top: 4em; }
.posRelate{ position: relative; }
.bgTrans{
background-color: transparent !important;
background: none !important;
}
.bgWhite{ background-color: #fff; }
.fontWhite{ color: #fff; }
.font12{ font-size: 12px; }
.font14{ font-size: 14px; }
.font18{ font-size: 18px; }
.font20{ font-size: 20px; }
.font22{ font-size: 22px; }
.font24{ font-size: 24px; }
.opacity5{ opacity: 0.5; }
.grecaptcha-badge { visibility: hidden; }
.h100vh{ height: 100vh; }
.mCenter{
display: flex;
align-items: center;
justify-content: center;
}
.mAuto{
display: flex;
flex-direction: column;
flex-grow: 1;
}
.ListTable table, .ListTable th, .ListTable td, .ListTable tr{
border: 1px solid #ccc;
font-size: 16px;
}
.ListTable th{
white-space: nowrap;
background-color: #f5f5f5;
}
.ListTable td{
background-color: #fff;
}
.content .fullCover{
width: auto;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, #cce5ff 15%, #cce5ff 85%, rgba(255, 255, 255, 0.3) 100%);
margin-top: 0px;
margin-bottom: 0px;
border-radius: 15px;
}
.content .floatNumber1, .content .floatNumber2, .content .floatNumber3, .content .floatCrown{
padding-left: 50px;
}
.content .floatNumber1:before, .content .floatNumber2:before, .content .floatNumber3:before, .content .floatCrown:before{
font-size: 72px;
left: 0px;
top: -35px;
position: absolute;
opacity: 0.3;
font-weight: bolder;
color: #004085;
padding-right: 15px;
}
.content .floatNumber1:before{
font-style: italic;
content: '1';
}
.content .floatNumber2:before{
font-style: italic;
content: '2';
}
.content .floatNumber3:before{
font-style: italic;
content: '3';
}
.content .floatCrown:before{
font-family: "Font Awesome 5 Free";
content: '\f521';
font-size: 60px;
position: absolute;
opacity: 0.2;
top: -28px;
}
#navi .navi-in a:hover{
color: #666;
}
html, body, .container{
height: 100%; }
body.public-page{
background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
background-size: cover;
}
.content h1{
font-size: calc(1.25vw + 1.5rem);
text-align:center;
}
.content h2{
font-size: 32px !important;
background-color: rgba(255,255,255,0.7);
margin-bottom: 1em !important;
}
.content h3{
font-size: 28px !important;
background-color: rgba(255,255,255,0.4);
margin-bottom: 1em !important;
}
.content h4{
font-size: 24px !important;
background-color: rgba(255,255,255,0.4);
margin-bottom: 1em !important;
}
.content h5{
font-size: 20px !important;
margin-bottom: 1em !important;
}
.content h6{
font-size: 16px !important;
}
.content .widget-entry-cards.large-thumb-on .card-content{
background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%,  rgba(0,0,0,0.4) 20%,  rgba(0,0,0,0.9) 100%);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
font-size: 16px;
background: #888;
opacity: 0.8;
padding: 0 6px;
}
.videoGallery{
width: 320px !important;
}
.videoGallery video{
border-radius: 10px;
border: 2px solid #ccc;
width: 320px !important;
aspect-ratio: unset !important;
}
.videoGallery .wp-element-caption{
font-size: 16px !important;	
text-align: center;
}
#footer{ position: sticky;
top: 100vh;
width: 100%;
background: linear-gradient(0deg, rgba(30,115,190,1) 0%, rgba(30,115,190,1) 80%,  rgba(255,255,255,0.4) 100%) !important;
}
.navi-footer-in{
margin-bottom: 20px;
}
.navi-footer-in .menu-footer{
display: flex;
align-items: center;
justify-content: center;
}
.main{
background-color: transparent !important;
padding-top: 0px;
}
.header-container .navi{
background-color: #1e73be;
}
.header-container, .header-container .wrap .navi{
background: linear-gradient(180deg, rgba(30,115,190,1) 0%, rgba(30,115,190,1) 80%,  rgba(255,255,255,0.4) 100%) !important;
}
.mobile-menu-buttons a, .mobile-menu-buttons label{
color: #004085 !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
max-width: 320px !important;
max-height: 320px !important;
}
.blogcard .blogcard-content{
display: inline-block;
margin-left: 0px;
}
.blogcard .blogcard-site{
display: none;
}
.imgImportant{
width: 30px;
height: 18px;
border: none !important;
}
.imgThumb img{
width: 260px;
height: 164px;
object-fit: cover;
}
.mwBtn{
font-family: "M PLUS 1p", sans-serif;
font-weight: 500;
font-size: 16px;
}
.wp-block-cocoon-blocks-column-3 .blogcard-title, .wp-block-cocoon-blocks-column-3 .blogcard-snippet{
font-size: 90%;
}
.wpcf7-response-output{
font-size: 24px;
color: #004085;
border-color: #004085 !important;
background-color: rgba(255, 255, 255, 0.7);
}
.wpcf7 form.invalid .wpcf7-response-output{
border-color: #a00 !important;
color: #a00 !important;
}
blockquote::before, blockquote::after {
display: none;
}
.slideShowPC{
display: block;
}
.slideShowMobile{
display: none;
}
.slideShowPC img, .slideShowMobile img{
width: 100% !important;
}
.tagline{
text-align: left !important;
margin: 0 auto !important;
color: #ddd !important;
display: inline-block;
width: 600px !important;
line-height: 1.1em !important;
text-indent: 1em !important;
padding-bottom: 3em !important;
}
.instagram-media {
margin-left: auto !important;
margin-right: auto !important;
}
.flexslider img{
border-radius: 15px;
}
.boardTrans{
background-color: #cce5ffb0;
}
.sidebar{
background: transparent;
}
.sns-buttons a{
width: 50px !important;
background: transparent !important;
}
.sns-buttons a img{
width: 40px !important;
}
.navi-footer-in a:hover{
color: #666 !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
backdrop-filter: none;
}
.sns-follow-buttons{
margin-bottom: 1.5em;
}
.lineCoupon{
background: #7cfc00a0;
border: 1px solid lightgreen;
border-radius: 1em;
padding-left: 1em;
padding-right: 1em;
font-size: 15px;
width: fit-content;
margin: 0 auto;
}  @media screen and (max-width: 1023px){ body.public-page{
background-size: 1024px;
}
footer { }
.copyright {
margin-bottom: 50px;
}
.slideShowPC{
display: block;
}
.slideShowMobile{
display: none;
}
} @media screen and (max-width: 834px){ .blogcard .blogcard-content {
display: inherit;
margin-left: inherit;
}
.wp-block-cocoon-blocks-column-3 .blogcard-title, .wp-block-cocoon-blocks-column-3 .blogcard-snippet{
font-size: inherit;
}
.slideShowPC{
display: block;
}
.slideShowMobile{
display: none;
}
.tagline{
display: none !important;
}
.sns-follow-buttons a {
width: 40px;
}
} @media screen and (max-width: 480px){ .slideShowPC{
display: none;
}
.slideShowMobile{
display: block;
}
.tagline{
display: none !important;
}
}