body {
    webkit-text-size-adjust: 100%;

    font-family:Lato,'Noto Sans Japanese',"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
    color:#FF6600;
    background:#FFF;
}

.font-noto-b {
    font-weight: 700;
}

.font-weight-bold{
    font-weight: 700;
}

article::after,
main::after {
    content: "";
    display: block;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: black;
    margin-bottom: 0;
    line-height: 1.6;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    line-height: 190%;
}

.static .edit h3{
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}
.static .edit p{
    margin-bottom: 18px;
}
.static.contact p{
    margin-bottom: 0;
}

.sp {
    display: none;
}

a {
    color:#000;
    text-decoration: none;
    transition : all 0.5s ease 0s;
}
a:hover {
    color:#333 !important;
    opacity: 0.7;
    text-decoration: none;
    transition : all 0.5s ease 0s;
}
.edit a {
    color:#000;
    text-decoration: underline;
    transition : all 0.5s ease 0s;
}
.edit a:hover{
    color:#333 !important;
    text-decoration: none;
    transition : all 0.5s ease 0s;
}


a.btn_more,
a:hover.btn_more,
a.btn{
    text-decoration: none;
}

.contact a:hover.btn{
    color: #FFF !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.img-over {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.img-over:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* scroll Top */
#page-top{
    display: block;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,.7);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-top: 0px;
    font-size: 24px;
    color: #fff;
    line-height: 220%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 999999999999;
}
#page-top a{
    color: #fff;
}
#page-top:hover{
    background: rgba(0,0,0,.8);
}

.search-inner {
    width: 250px;
    height: max-content;
}

.search-inner input {
    width: 100%;
    height: 40px;
    background: #EEEEEE;
    border-radius: 1000px;
    border: none;
    outline: none;
    padding: 5px 20px;
}

.search-inner .search-button-inner {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-60%);
    border: none;
    outline: none;
    background: transparent;
}

.search-inner .search-button-inner i {
    font-size: 22px;
    color: #777;
    padding-top: 6px;  
}


.mwform-radio-field{
  margin: 0 .5em;
}
input[type=checkbox] {
  appearance: none;
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox] + span:before {
  font-family: FontAwesome;
  content: "\f096"; 
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: blue;
}
input[type=checkbox]:checked + span:before {
  content: "\f046";
  font-weight: 400;
}

.pager:after {
    font-size: 1px;
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.pager {
    zoom: 1;
}
.pager {
    width: 100% !important;
    text-align: center;
    padding: 0 0 0 0;
}
.pager .current,
.pager .pages{
    font-size: 0.875em;
    color: #000;
    padding: 10px 14px;
    border: none;
    margin-right: 6px;
    line-height: 500%;
}
    @media screen and (max-width: 768px){
        .pager {
            zoom: 82%;
            white-space: nowrap;
        }

        .pager span.pages{
            display: block;
            line-height: 100% !important;
        }
    }

.pager span.current{
    border: #000 solid 1px !important;
    background-color:#000 !important;
    color: #FFF;
}
.pager a{
    padding: 8px 12px !important;
    border: #808080 solid 1px;
    margin-right: 6px;
}
.pager a:hover{
    padding: 8px 12px !important;
    color: #FFF;
    text-decoration: none;
    border: #808080 solid 1px !important;
    background-color:#808080;
}
.pager span.extend{
    border: none !important;

}


.form-group{
    margin-bottom: 40px;
}

.form-group input,
.form-group textarea{
    width: 100%;
}

footer p.copy{
    font-size: 10px;
    letter-spacing: 1px;
}

.entry-post {
    display: block;
}

.entry-post .image {
  max-width: 100%;
  height:auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.entry-post .image img{
  transform: scale(1);
  transition: .3s ease-in-out;
}
.entry-post:hover .image img{
  transform: scale(1.1);
}
.entry-post .image img {
  width: 100%;
  height: 100%;
}

.entry-post .text{
    background-color: #000 ;
    transition: .3s ease-in-out;
}
.entry-post:hover .text{
    background-color: #666 ;
}



/* padding */

.mt-min-2 {
    margin-top: -2rem!important;
}


/* padding */


/* color */

.text-red {
    color: #E50020;
}


.report.list .list-image img{
    width: 80%;
    margin: auto;
    text-align: center;
}

.list-post{
    width: 80%;
    margin: auto;
}
.list-post h2{
    margin-bottom: 30px;
}
/* color */


/* background */

.bg-footer {
    background: url(../images/footer_bg.png) no-repeat center;
    background-size: cover;
}

.bg-black {
    background: black;
}

.bg-grey {
    background-color: #EEEEEE;
}

.button__inner05 {
    width: 400px;
    height: 50px;
    border-radius: 1000px;
    background: #E50020;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button__inner_red {
    padding: 6px 6px ;
    border-radius: 1000px;
    background: #E50020;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* background */

.hr-white {
    border-top: solid white 1px;
}

.btn_more {
    border: solid 2px black;
    width: 400px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn_more_fit {
    border: solid 2px black;
    width: 100%;
    padding: 0.875em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


img.btn_more_arrow {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.box-shadow-black {
    box-shadow: rgb(0, 0, 0, 0.16) 0px 3px 6px;
}

select {
    width: 400px;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
}

.page-link {
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3.cat-title {
    font-size: 26px;
    letter-spacing: 2px;
}

@media(max-width: 1560px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 26px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 17px;
    }
    p {
        font-size: 16px;
    }
}

@media(max-width: 1200px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 16px;
    }
    p {
        font-size: 15px;
    }
}

@media(max-width: 768px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    main {
        margin-top: 60px;
    }
    .wrapper {
        position: fixed;
        top: 0;
        /*left: -100%;*/
        right: -100%;
        height: 100%;
        width: 100%;
        background: #000;
        /* background: linear-gradient(90deg, #f92c78, #4114a1); */
        /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
        /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
        transition: all 0.6s ease-in-out;
        z-index: 99;
    }
    #active:checked~.wrapper {
        /*left: 0;*/
        right: 0;
    }
    .menu-btn {
        position: fixed;
        z-index: 9999;
        right: 20px;
        top: 10px;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        font-size: 20px !important;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .menu-btn span,
    .menu-btn:before,
    .menu-btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 20%;
        width: 60%;
        border-bottom: 3px solid #000;
        transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu-btn:before {
        transform: translateY(-10px);
    }
    .menu-btn:after {
        transform: translateY(10px);
    }
    .close {
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: background 0.6s;
    }
    /* closing animation */
    #active:checked+.menu-btn span {
        transform: scaleX(0);
    }
    #active:checked+.menu-btn:before {
        transform: rotate(45deg);
        border-color: #fff;
    }
    #active:checked+.menu-btn:after {
        transform: rotate(-45deg);
        border-color: #fff;
    }
    .wrapper ul {
        position: absolute;
        top: 60%;
        left: 20%;
        height: 90%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
    }
    .wrapper ul li {
        height: 9%;
    }
    .wrapper ul li a {
        text-decoration: none;
        font-size: 18px !important;
        font-weight: 500;
        padding: 5px 0;
        color: #fff;
        border-radius: 50px;
        position: absolute;
        width: max-content;
        line-height: 35px;
        margin: 5px 30px;
        font-weight: bold;
        opacity: 0;
        transition: all 0.3s ease;
        transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    input[type="checkbox"] {
        display: none;
    }
    #active:checked~.wrapper ul li a {
        opacity: 1;
    }
    .wrapper ul li a,
    .wrapper ul li .a__inner {
        transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateX(100px);
    }
    #active:checked~.wrapper ul li a {
        transform: none;
        transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
        /* easeOutBackã‚’ç·©ã‚ãŸæ„Ÿã˜ */
        transition-delay: 0.6s;
        transform: translateX(-100px);
    }
    #active:checked~.wrapper ul li .a__inner {
        transform: none;
        transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
        /* easeOutBackã‚’ç·©ã‚ãŸæ„Ÿã˜ */
        transition-delay: 0.6s;
        transform: translateX(-50px);
    }
    .header-top-sp {
        position: fixed;
        top: 0;
        background: white;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        z-index: 90;
        box-shadow: #ccc 1px 3px 6px;
    }
    .header-top-sp img {
        height: 45px;
    }

    .search-box {
        margin-top: 30px;
    }

    .search-inner {
        width: 220px;
    }
    .button__inner05 {
        width: 280px;
        height: 40px;
    }
    .btn_more {
        border: solid 2px black;
        width: 280px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    select {
        width: 200px;
        height: 30px;
        border-radius: 5px;
        padding: 0 5px;
    }

    .autoplay{
        width: 90%;
        margin: auto;
    }



    article img{
        width: 100%;
        height: auto;
    }




.ggmap::after {
    content: "";
    display: block;
    clear: both;
}
    .ggmap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



}




/*----------------------------------------
　WP
-------------------------------------------*/
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
    margin-top: 6px;
    margin-bottom: 24px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
    margin-top: 6px;
    margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

img.size-full {
    width: auto; /* Prevent stretching of full-size images in IE8 */
    margin-bottom: 20px;
}
img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
p img,
.wp-caption {
    margin-top: 0.4em;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 0.5em;
}
.wp-caption {
    border: none;
    margin-bottom: 1.625em;
    font-size: 0.8em;
}
.wp-caption img {
    display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
    color: #666;
    margin: 5px 0 2px 0 !important;
    position: relative;
    text-align: left;
    line-height:120%;
}

a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
    background: #efefef;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    background: #fff;
    border-color: #ddd;
}
/* Images */
img[class*="wp-image-"] {
    height: auto;
}


