html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}svg:not([fill]){fill:currentColor}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}html {
font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 62.5%; font-weight: 500;
}
body {
font-size: 1.6rem;
line-height: 2.2;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
color: rgba(0,0,0,0.78);
}
img {
vertical-align: bottom;
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: rgba(0,0,0,0.9);
}
.single .entry a,
.category .entry a,
.archive .entry a,
.blog .entry a {
border-bottom: 1px solid #222;
}
.single h1 a, .single h2 a, .single h3 a, .single h4 a, .single h5 a,
.category h1 a, .category h2 a, .category h3 a, .category h4 a, .category h5 a,
.archive h1 a, .archive h2 a, .archive h3 a, .archive h4 a, .archive h5 a,
.blog h1 a, .blog h2 a, .blog h3 a, .blog h4 a, .blog h5 a,
.blog .entry a.more-link {
border-bottom: 0px solid #222;
}
h1 {
font-size: 3rem;
line-height: 1.5;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
h2 {
font-size: 2.6rem;
line-height: 1.5;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
@media screen and (max-width: 767px) {
h2 {
font-size: 2.3rem;
}
}
h3 {
font-size: 2.2rem;
line-height: 1.3;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
@media screen and (max-width: 767px) {
h3 {
font-size: 2rem;
}
}
h4 {
font-size:  1.8rem;
line-height: 1.3;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
h5 {
font-size: 1.6rem;
line-height: 1.3;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
.midashi {
font-size: 4rem
}
.sub-midashi {
font-size: 2.6rem;
line-height: 1.4;
}
@media screen and (max-width: 767px){
.midashi {
font-size: 3.4rem;  
}
.sub-midashi {
font-size: 2.4rem;
}
} .error404 {
margin-top: 160px;
margin-bottom: 160px;
padding: 0 30px;
} i, cite, em, var, address,dfn {
font-style: normal;
}
ul {
list-style-type: none;
} #container-box { margin-top: 64px;
overflow: hidden;
}
#container-flex { width: 1200px;
max-width: 90%;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 767px) {
#container-flex { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} #main {
margin: 0;
}
#main-flex { -ms-flex-preferred-size: 700px;
flex-basis: 700px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 20px;
}
.entry p {
margin: 1em 0;
}
#main .entry-title,
#main-flex .entry-title,
.blog-entry-title .entry-title{ font-size: 2.8rem;
line-height: 1.2;
border-bottom: 1px solid #ccc;
border-top: none;
border-right: none;
border-left: none;
padding: 0.1em 0.5em 0.1em 0;
}
.blog-entry-title,
.content-area.blog-entry-title {
margin: 2em auto;
text-align: center;
} .archive-entry-title { font-size: 2rem;
font-weight: bold;
border-bottom: 1px solid #ccc;
color: rgba(0,0,0,0.9);
}
.archive-entry {
font-size: 1.4rem;
}
#main-flex article {
margin-top: 30px;
margin-bottom: 40px;
}
article aside {
font-size: 1.2rem;
text-align: right;
margin: 0.5em 0 1em 0;
}
.single article aside {
margin: 0.5em 0 3em 0;
}
.blog-entry-title aside {
font-size: 1.2rem;
text-align: center;
margin: 1em;
}
article aside .fas,
.blog-entry-title aside .fas {
padding: 0 1px 0 6px;
} .paging {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 5em 0;
}
.paging .prev {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
text-align: left;
}
.paging .prev a {
border-left: 15px solid #ddd;
background-color: #f0f0f0;
padding: 0.2em 0.5em;
margin-right: 2em;
display: inline-block;
width: 85%;
}
.paging .next {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
text-align: right;
}
.paging .next a {
border-right: 15px solid #ddd;
background-color: #f0f0f0;
padding: 0.2em 0.5em;
margin-left: 2em;
display: inline-block;
width: 85%;
} #sidebar-flex {
-ms-flex-preferred-size: 300px;
flex-basis: 300px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 20px;
font-size: 1.4rem;
}
#sidebar-flex section {
margin-top: 30px;
}
#sidebar-flex ul {
list-style-type: none;
margin-left: 10px;
}
.widget-title {
font-size: 1.6rem;
border-bottom: 1px solid #ddd;
margin: 10px 0;
}
.widget-area .post-date {
font-size: 1.0rem;
}
#wp-calendar {
width: 95%;
height: auto;
}
#wp-calendar tbody {
text-align: center;
}
.screen-reader-text {
display: none;
}
input, select, textarea {
font-size: 1.3rem;
padding: 4px;
border: solid 1px #ddd;
width: 100%;
}
[type="submit"] {
font-size: 1.3rem;
padding: 4px 10px;
border: solid 1px #ddd;
width: auto;
}
.widget-area label {
background: #fff;
}
.widget_archive {
position: relative;
}
.widget_archive::before {
content: "";
width: 0;
height: 0;
border: 7px solid transparent;
border-top: 10px solid #ccc;
position: absolute;
top: 76%;
right: 10px;
margin: -2px 0 0 0;
}
.widget_archive select {
width: 100%;
max-width: 100%;
padding: 2px 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ddd;
background-color: none;
} .header-fix-cover {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 64px;
z-index: 100;
background: #fff;
padding: 0 20px;
}
.header-fix-cover header a,
.header-description {
text-decoration: none;
color: rgba(0,0,0,0.75);
}
.header-description {
font-size: 1.3rem;
line-height: 1.2;
}
@media screen and (max-width: 1020px) {
.header-description {
display: none;
}
}
.header-fix {
width: 1200px;
max-width: 90%;
margin: 0 auto;
}
@media screen and (max-width: 415px) {
.header-fix {
width: 100%;
max-width: 100%;
}
}
.header-left {
float: left;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 64px;
}
.header-right {
float: right;
padding: 0;
}
.site-title {
font-size: 3rem;
font-weight: bold;
width: 200px;
color: rgba(0,0,0,0.9);
line-height: 0;
margin-right: 10px;
}
@media screen and (max-width: 415px) {
.site-title {
font-size: 2.3rem;
}
} .top-menu {
font-size: 1.3rem;
} .top-menu-pc ul {
height: 64px;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.top-menu-pc ul li {
position: relative; float: left;
margin: 0 0.4em;
padding: 0;
}
.top-menu-pc ul li a {
display: block;
margin: 0;
padding: 0.4em 0.8em;
background: #fff;
color: rgba(0,0,0,0.9);
} .top-menu-pc ul li ul { display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
background: #fff;
padding: 0;
width: 200px; height: auto;
position: absolute; top: 100%;
}
.top-menu-pc ul li ul li {
width: 100%;
margin: 0 0;
color: rgba(0,0,0,0.9);
}
.top-menu-pc ul > li > ul > li,
.top-menu-pc ul > li > ul > li > ul > li { overflow: hidden;
height: 0;
padding: 0 0;
opacity: 0; -webkit-transition: .3s;
transition: .3s;
}
.top-menu-pc ul > li:hover > ul > li,
.top-menu-pc ul > li > ul > li:hover > ul > li{ overflow: visible;
height: 2.3em;
padding: 2em 0;
line-height: 1.6;
opacity: 1; display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.top-menu-pc ul > li > ul > li a,
.top-menu-pc ul > li > ul > li > ul > li a{
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
} .top-menu-pc li ul li ul {
top: 0;
left: 100%; width: 100%;
}
.top-menu-pc li:last-child ul li ul,
.top-menu-pc li:nth-last-child(2) ul li ul { left: -100%;
width: 100%;
} .top-menu-pc li ul li ul:before { position: absolute;
content: "\f10b";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 6px;
margin-left: -20px;
color: rgba(0,0,0,0.5);
}
.top-menu-pc li:last-child ul li ul:before,
.top-menu-pc li:nth-last-child(2) ul li ul:before { position: absolute;
content: "\f10b";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 6px;
left: 200%;
margin-left: -20px;
color: rgba(0,0,0,0.5);
}
.top-menu-pc li ul li:hover ul:before { position: absolute;
content: "\f109";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 6px;
margin-left: -20px;
color: rgba(0,0,0,0.5);
}
.top-menu-pc li:last-child ul li:hover ul:before,
.top-menu-pc li:nth-last-child(2) ul li:hover ul:before { position: absolute;
content: "\f108";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 6px;
left: 200%;
margin-left: -20px;
color: rgba(0,0,0,0.5);
}
li[class~="menu-item-has-children"] a:after { content: "\f10b";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 3px;
color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 850px) {
li[class~="menu-item-has-children"] a:after {
content: "";
}
}
li[class~="menu-item-has-children"] ul a:after {
content: "";
}
.sub-menu li a:before { content: "\f109";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 5px;
color: rgba(0,0,0,0.5);
}
.top-menu-mobile { display: none;
} .menu-button { display: block;
text-align: right;
margin: 0 0 0 0;
padding: 10px 0 0 0;
line-height: 1;
}
.menu-button1 { font-size: 3rem;
}
.menu-button1 .fa-times {
padding-right: 3px;
}
.menu-button2 { font-size: 1rem;
}
.menu-button a { color: rgba(0,0,0,0.9);
} #slide-menu {
position: fixed;
top: 0;
right: -280px;
width: 280px;
height: 100%;
background: #F9F9F9;
z-index: 20;
}
#slide-menu-inner {
height: 100%;
overflow: auto;
padding: 0 20px 0 0;
}
.header-fix-cover header #slide-menu a {
color: rgba(0,0,0,0.9);
} @media screen and (max-width: 1020px) {
.top-menu-pc { display: none;
}
.top-menu-mobile {
display: inherit;
}
.top-menu-mobile .menu a {
color: rgba(0,0,0,0.9);
}
nav ul { background-color: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
list-style-type: none;
margin: 0 0 0 1.5em;
}
nav ul ul { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
-webkit-transition: 0;
transition: 0;
width: auto;
height: auto;
}
.top-menu-mobile li a {
display: block;
margin: 0 2px;
padding: 0.3em 0;
position: relative;
}
.top-menu-mobile li ul a {
margin-right: 0.6em;
}
} footer {
margin: 0 auto;
padding: 20px 0;
background: #f9f9f9;
font-size: 1.4rem;
position: absolute;
left: 0;
width: 100%;
}
footer .footer-area {
width: 100%;
max-width: 100%;
text-align: left;
margin: 0 auto;
}  .content-area,
.content-area2 { width: 1200px;
max-width: 90%;
margin: 0 auto;
padding: 0;
}
@media screen and (max-width: 767px) {
.content-area {
width: 86%;
max-width: 86%;
}
.content-area2 {
width: 100%;
max-width: 100%;
}
} .content-w80per { width: 80%;
margin: 0 auto;
}
.content-w70per { width: 70%;
margin: 0 auto;
}
.content-w60per { width: 60%;
margin: 0 auto;
}
.content-w50per { width: 50%;
margin: 0 auto;
}
@media screen and (max-width: 1023px) {
.content-w70per,
.content-w60per,
.content-w50per {
width: 80%;
margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.content-w80per,
.content-w70per,
.content-w60per,
.content-w50per {
width: 86%;
margin: 0 auto;
}
.content-area .content-w80per,
.content-area .content-w70per,
.content-area .content-w60per,
.content-area .content-w50per {
width: 100%;
}
} .img-contents-cover {
position: relative;
}
.img-contents-cover.black-filter:before{
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.24);
z-index: 2;
}
.img-contents-inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 70%;
color: rgba(242,240,237,0.78);
z-index: 3;
}
@media screen and (max-width: 767px){
.img-contents-inner {
width: 90%;
}
}
.img-contents-inner h2 {
color: rgba(255,255,255,0.9);
}
.catch-copy {
font-size: 4rem;
}
@media screen and (max-width: 767px){
.catch-copy {
font-size: 2.6rem;
}
}
.img-contents-100fit { width: 100%;
max-width: 100vw;
height: calc(100vh - 64px);
background-size: cover;
background-position: center center;
} .img-contents-cover2 {
position: relative;
}
.img-contents-cover2.black-filter:before{
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.24);
z-index: 2;
}
.img-contents-inner2 {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 70%;
z-index: 3;
}
.img-contents-inner2 h2 {
color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 767px){
.img-contents-cover2 .img-contents-100fit {
height: calc(60vh - 64px);
}
.img-contents-cover2.black-filter:before{
background-color: rgba(0,0,0,0);
}
.img-contents-inner2 {
position: relative;
left: 0;
top: 0;
-webkit-transform: translate(0,0);
transform: translate(0,0);
width: 100%;
margin: 0 0;
padding: 1.5em;
}
.img-contents-inner2 h2 {
color: rgba(0,0,0,0.9);
}
}  .content-area .flex-box {
margin: 0 -15px 0 -15px;
}
@media screen and (max-width: 767px) {
.content-area .flex-box {
margin: 0 0 0 0;
}
}
.content-area .flex-box.nomargin {
margin: 0 0 0 0;
}
.flex-box { display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-box-reverse { display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
.flex-box,
.flex-box-reverse { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.flex-box-vertical { display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-box-nowrap { display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-center { -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .flex-box > div,
.flex-box-reverse > div,
.flex-box-vertical > div,
.flex-box-nowrap > div {
padding: 15px 15px 15px 15px;
}
.flex-box-vertical.vertical-gallery > div:first-child {
padding: 0 0 15px 0;
}
.flex-box-vertical.vertical-gallery > div {
padding: 15px 0 15px 0;
}
.flex-box-vertical.vertical-gallery > div:last-child {
padding: 15px 0 0 0;
}
.flex-box.nomargin > div,
.flex-box-reverse.nomargin > div,
.flex-box-vertical.nomargin > div,
.flex-box-nowrap.nomargin > div,
.flex-box-vertical.vertical-gallery.nomargin > div:first-child,
.flex-box-vertical.vertical-gallery.nomargin > div,
.flex-box-vertical.vertical-gallery.nomargin > div:last-child {
padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
.flex-box > div,
.flex-box.nomargin > div,
.flex-box-reverse > div,
.flex-box-reverse.nomargin > div,
.flex-box-vertical > div,
.flex-box-vertical.nomargin > div,
.flex-box-nowrap > div,
.flex-box-vertical.vertical-gallery.nomargin > div {
padding: 15px 0 25px 0;
}
.flex-box-vertical.vertical-gallery.nomargin > div:first-child {
padding: 0 0 25px 0;
} 
.flex-box-vertical.vertical-gallery.nomargin > div:last-child {
padding: 15px 0 0 0;
}
.flex-box.nomargin.fitimg > div,
.flex-box-reverse.nomargin.fitimg > div,
.flex-box-vertical.nomargin.fitimg > div,
.flex-box-nowrap.nomargin.fitimg > div,
.flex-box-vertical.vertical-gallery.nomargin.fitimg  > div:first-child,
.flex-box-vertical.vertical-gallery.nomargin.fitimg  > div,
.flex-box-vertical.vertical-gallery.nomargin.fitimg  > div:last-child {
padding: 0 0 0 0;
}
}
.nomargin img { min-width: 100%;
}
.nomargin.img-logo img { min-width: auto;
} .content-area .flex-box.flex-waku,
.content-area .flex-box.flex-waku2 {
margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
.content-area .flex-box.flex-waku,
.content-area .flex-box.flex-waku2 {
margin: 0 0 0 0;
}
}
.flex-waku > div,
.flex-waku2 > div {
padding: 1.4em;
}
.flex-waku > div.flex-onefourth {
padding: 1em;
}
.flex-box.flex-waku > div {
margin: 15px 15px 15px 15px;
}
.flex-box.flex-waku > div:first-child {
margin: 15px 15px 15px 0;
}
.flex-box.flex-waku > div:last-child {
margin: 15px 0 15px 15px;
}
@media screen and (max-width: 767px) {
.flex-box.flex-waku > div,
.flex-box.flex-waku > div:first-child,
.flex-box.flex-waku > div:last-child {
margin: 15px 0 15px 0;
}
} .flex-waku-wide {
padding: 1.4em;
}
.flex-box.flex-waku-wide > div:first-child,
.flex-box-reverse.flex-waku-wide > div:last-child,
.flex-box-vertical.flex-waku-wide > div:first-child {
margin: 0em 1em 0em 0em;
}
.flex-box.flex-waku-wide > div:last-child,
.flex-box-reverse.flex-waku-wide > div:first-child,
.flex-box-vertical.flex-waku-wide > div:last-child {
margin: 0em 0em 0em 1em;
} .flex-full {
-ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .flex-onehalf {
-ms-flex-preferred-size: calc( 100% / 2 );
flex-basis: calc( 100% / 2 );
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .flex-onethird {
-ms-flex-preferred-size: calc( 100% / 3 );
flex-basis: calc( 100% / 3 );
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .flex-twothird {
-ms-flex-preferred-size: calc( 100% / 3 * 2 );
flex-basis: calc( 100% / 3 * 2 );
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .flex-onefourth {
-ms-flex-preferred-size: calc( 100% / 4 );
flex-basis: calc( 100% / 4 );
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .flex-onefifth {
-ms-flex-preferred-size: calc( 100% / 5 );
flex-basis: calc( 100% / 5 );
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .flex-onethird-m {
-ms-flex-preferred-size: calc( 100% / 3 );
flex-basis: calc( 100% / 3 );
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.flex-twothird-m {
-ms-flex-preferred-size: calc( 100% / 3 * 2 );
flex-basis: calc( 100% / 3 * 2 );
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media screen and (max-width: 1023px){
.flex-onethird-m,
.flex-twothird-m {
-ms-flex-preferred-size: calc( 100% / 2 );
flex-basis: calc( 100% / 2 );
}
}
@media screen and (max-width: 767px) {
.flex-full,
.flex-onehalf,
.flex-onethird,
.flex-twothird,
.flex-onefourth,
.flex-onefifth,
.flex-onethird-m,
.flex-twothird-m {
width: 100%;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
} .flex-button { 
display: -webkit-box; 
display: -ms-flexbox; 
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-button .flex-button-bottom {
margin-top: auto;
} .border-waku { border: 1px solid #ddd;
}
.border-waku-c { border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.border-waku-r { border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.border-waku-lb { border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
}
.border-waku-cb { border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.border-waku-rb { border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
.border-waku-c,
.border-waku-r,
.border-waku-lb,
.border-waku-cb,
.border-waku-rb {
border-top: 0px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
}
} .lh-0 { line-height: 0!important;
}
.p-0 p,
p.p-0 { margin: 0 0!important;
height: 0!important;
} .mt0 {
margin-top: 0!important;
}
.mb0 {
margin-bottom: 0!important;
}
.mt05em {
margin-top: 0.5em!important;
}
.mb05em {
margin-bottom: 0.5em!important;
}
.mt1em {
margin-top: 1em!important;
}
.mb1em {
margin-bottom: 1em!important;
}
.mt2em {
margin-top: 2em!important;
}
.mb2em {
margin-bottom: 2em!important;
}
.mt3em {
margin-top: 3em!important;
}
.mb3em {
margin-bottom: 3em!important;
}
.mt4em {
margin-top: 4em!important;
}
.mb4em {
margin-bottom: 4em!important;
}
.mt5em {
margin-top: 5em!important;
}
.mb5em {
margin-bottom: 5em!important;
}
.mt6em {
margin-top: 6em!important;
}
.mb6em {
margin-bottom: 6em!important;
}
.mt7em {
margin-top: 7em!important;
}
.mb7em {
margin-bottom: 7em!important;
}
.mt8em {
margin-top: 8em!important;
}
.mb8em {
margin-bottom: 8em!important;
}
.mt9em {
margin-top: 9em!important;
}
.mb9em {
margin-bottom: 9em!important;
}
.mt10em {
margin-top: 10em!important;
}
.mb10em {
margin-bottom: 10em!important;
} .ml0 {
margin-left: 0!important;
}
.mr0 {
margin-right: 0!important;
}
.ml1em {
margin-left: 1em!important;
}
.mr1em {
margin-right: 1em!important;
}
.ml2em {
margin-left: 2em!important;
}
.mr2em {   
margin-right: 2em!important;
} .pt0 {
padding-top: 0!important;
}
.pb0 {
padding-bottom: 0!important;
}
.pt05em {
padding-top: 0.5em!important;
}
.pb05em {
padding-bottom: 0.5em!important;
}
.pt1em {
padding-top: 1em!important;
}
.pb1em {
padding-bottom: 1em!important;
}
.pt2em {
padding-top: 2em!important;
}
.pb2em {
padding-bottom: 2em!important;
}
.pt3em {
padding-top: 3em!important;
}
.pb3em {
padding-bottom: 3em!important;
}
.pt4em {
padding-top: 4em!important;
}
.pb4em {
padding-bottom: 4em!important;
}
.pt5em {
padding-top: 5em!important;
}
.pb5em {
padding-bottom: 5em!important;
} .pl0 {
padding-left: 0!important;
}
.pr0 {
padding-right: 0!important;
}
.pl1em {
padding-left: 1em!important;
}
.pr1em {
padding-right: 1em!important;
}
.pl2em {
padding-left: 2em!important;
}
.pr2em {
padding-right: 2em!important;
} .center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.fw-bold {
font-weight: bold;
} .inlink {
margin-top: -76px;
padding-top: 76px;
} .link-bottom {
border-bottom: 1px solid #222;
} .onlyPC {
display: block !important;
}
@media screen and (max-width: 767px){
.onlyPC {
display: none !important;
}
} .onlySP {
display: none !important;
}
@media screen and (max-width: 767px){
.onlySP {
display: block!important;
}
}.header-fix-cover {
height: 76px;
}
.header-left {
float: left;
display: inherit;
height: 76px;
}
.header-description {
margin: 8px 5px 8px 5px;
}
@media screen and (max-width: 1020px) {
.header-description {
display: inherit;
}
}
.site-title {
width: 280px;
}
@media screen and (max-width: 360px){
.site-title {
width: 230px;
}
}
.top-menu-pc ul {
height: 76px;
}
#container-box {
margin-top: 76px;
}
.img-contents-100fit {
height: calc(100vh - 76px);
}
@media screen and (max-width: 767px){
.img-contents-cover2 .img-contents-100fit {
height: calc(60vh - 76px);
}
}
.menu-button {
padding: 18px 0 0 0;
}
.inlink {
margin-top: -76px;
padding-top: 76px;
} footer {
padding: 0 0;
}
.img-contents-cover.black-filter2:before {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
z-index: 2;
}  .button01,
a.button01 {
display: inline-block;
border: 1px solid rgba(75,166,52,1);
background-color: rgba(75,166,52,1);
color: rgba(255,255,255,0.92);
padding: 0.5em 2em;
}
.button01:hover {
-webkit-animation: anime01 1s ease-in-out;
animation: anime01 1s ease-in-out;
}
@-webkit-keyframes anime01 {
0%{ background-color: rgba(75,166,52,0.75); }
100%{ background-color: rgba(75,166,52,1); }
}
@keyframes anime01 {
0%{ background-color: rgba(75,166,52,0.75); }
100%{ background-color: rgba(75,166,52,1); }
} .button-fixed {
position: fixed;
bottom: 16px;
right: 16px;
z-index: 50;
} .fc-red {
color: #c83a3a;
}
.bgc-000 {
background-color: #000;
}
.menu-item-29 a {
font-weight: bold;
color: rgba(75,166,52,1) !important;
} @media screen and (max-width: 767px) {
.mobile-mp0 {
margin: 0 0 0 0!important;
padding: 0 0 0 0!important;
}
} .cp_actab2 {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
}
.cp_actab2 input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab2 label {
font-weight: bold;
position: relative;
cursor: pointer;
margin: 0 0 1px 0;
display: inline-block;
border: 1px solid rgba(75,166,52,1);
background-color: rgba(75,166,52,1);
color: rgba(255,255,255,1);
padding: 0.5em 2em;
line-height: 2.2;
left: 50%;
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.cp_actab2 label:hover {
-webkit-animation: anime-label 1s ease-in-out;
animation: anime-label 1s ease-in-out;
}
@-webkit-keyframes anime-label {
0%{ background-color: rgba(75,166,52,0.75); }
100%{ background-color: rgba(75,166,52,1); }
}
@keyframes anime-label {
0%{ background-color: rgba(75,166,52,0.75); }
100%{ background-color: rgba(75,166,52,1); }
}
.cp_actab2 .cp_actab-content2 {
overflow: hidden;
max-height: 0;
-webkit-transition: all 1.5s;
transition: all 1.5s;
} .cp_actab2 input:checked ~ .cp_actab-content2 {
max-height: 100em;
}
@media screen and (max-width: 600px){
.cp_actab2 input:checked ~ .cp_actab-content2 {
max-height: 200em;
}
} img.object-fit-300,
.object-fit-300 img {
height: 300px;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
img.object-fit-300,
.object-fit-300 img {
height: 250px;
-o-object-fit: cover;
object-fit: cover;
}
}
@media screen and (max-width: 767px) {
img.object-fit-300,
.object-fit-300 img {
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
} .object-fit-video300 {
height: 300px;
position: relative;
overflow: hidden;
}
.object-fit-video300 video {
position: absolute;
height: 100%;
width: 100%;
top: 0;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.object-fit-video300 {
height: 250px;
-o-object-fit: cover;
object-fit: cover;
}
}
@media screen and (min-width: 416px) and (max-width: 767px) {
.object-fit-video300 {
height: auto;
}
.object-fit-video300 video {
position: relative;
}
}
@media screen and (max-width: 415px){
.object-fit-video300 {
height: 250px;
}
.object-fit-video300 video {
position: relative;
}
.object-fit-video-mcube {
height: 250px;
position: relative;
overflow: hidden;
}
.object-fit-video-mcube video {
position: absolute;
height: 100%;
width: 100%;
top: 0;
-o-object-fit: cover;
object-fit: cover;
}
} .hr-01 {
width: 40px;
margin: 1em 0!important;
border-top: solid 4px rgba(75,166,52,1);
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}
.hr-01-center {
width: 40px;
margin: 1em auto!important;
border-top: solid 4px rgba(75,166,52,1);
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}  .movie {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.movie iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
} .play-button-cover {
position: relative;
}
.play-button-inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 3;
}
.play-button-circle {
display: inline-block;
width: 160px;
height: 160px;
border-radius: 50%;
border: solid 1px #fff;
text-align:center;
line-height: 160px;
font-size: 3em;
}
@media screen and (max-width: 767px) {
.play-button-circle {
width: 100px;
height: 100px;
line-height: 100px;
font-size: 2em;
}
}
.play-button {
padding-left: 0.2em;
}
a.play-button-circle {
color: #fff;
} .infotable table {
border-top: 1px solid #ddd;
border-collapse: collapse;
margin: 0 auto;
}
.infotable th {
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 5px;
width: 30%;
font-weight: normal;
}
.infotable td {
border-bottom: 1px solid #ddd;
padding: 5px 10px;
text-align: left;
font-weight: normal;
}
@media screen and (max-width: 767px){
.infotable table {
border-top: 1px solid #ddd;
}
.infotable th {
border-right: 0px solid #ddd;
border-bottom: 0px solid #ddd;
width: 100%;
display: block;
padding-top: 1em;
}
.infotable td {
width: 100%;
display: block;
padding-bottom: 1em;
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }