@charset "utf-8";

/* common.css: 2020-01-01 */

/* reset */

* {margin: 0;padding: 0}
a {text-decoration: none}
a img {border-style: none}
ul {list-style: none}
img {vertical-align: middle}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}
iframe {
    margin: 0;
    padding: 0;
}
strong {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

/* end of reset */

.sans {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
.serif {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.marug {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

p {
    margin-bottom: 1em;
}
p:last-child {
    margin-bottom: 0;
}

img.no-bm {
    margin-bottom: 0 !important;
}
img.full {
    width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
}

a.images:hover {
    opacity: 0.75;
}

hr {
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #cfcfcf;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-xl {
    font-size: 150%;
}
.text-lg {
    font-size: 120%;
}
.text-sm {
    font-size: 88%;
}
.text-xs {
    font-size: 78%;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    text-align: left;
}
a img {
    margin: 0;
    padding: 0;
    border-style: none;
}

ul {
    list-style-type: none;
    margin-bottom: 1em;
}
ul.with-marker li {
    margin: 0;
    padding: 3px 0 3px 0;
}
ul.with-marker li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid #222;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin: 0 6px 0 3px;
    position: relative;
    top: -1px;
}
ol {
    list-style-position: outside;
    margin: 0;
    margin-left: 25px;
    padding: 0;
}
ol li {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 5px;
}

table {
    width: 100%;
    font-size: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    border-collapse: collapse;
    border-top: solid 1px #434244;
}
table tr {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #434244;
}
table th,
table td {
    margin: 0;
    padding: 16px 0;
    font-size: 100%;
}
table th:last-child,
table td:last-child {
}
.ui-datepicker-calendar th {
    width: auto;
}
table th {
    font-weight: normal;
}
table thead th {
    text-align: center;
}
table.flat {
    border-style: none;
}
table.flat tr {
    border-style: none;
}
table.flat tr td {
    vertical-align: top;
}
.table-with-scroll {
    margin: 1em 0;
}
@media (max-width: 800px) {
    .table-with-scroll {
        overflow: auto;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 1em;
    }
    .table-with-scroll table {
        table-layout: fixed;
        width: auto;
        border-collapse: collapse;
    }
    .table-with-scroll table tr td,
    .table-with-scroll table tr th {
        width: auto !important;
    }
}
@media screen and (max-width:479px) {
    table.table.table-responsive {
        border-style: none;
        border-bottom-style: none;
        border-top: solid 2px #cfdfcf;
    }
    table.table.table-responsive tr {
        display: block;
        border-bottom: solid 2px #cfdfcf;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
    }
    table.table.table-responsive tr:first-child th,
    table.table.table-responsive tr:first-child td {
        border-style: none;
    }
    table.table-responsive th,
    table.table-responsive td {
        display: list-item;
        border-style: none;
        list-style: none;
        margin: 5px 0;
        padding: 0;
        box-sizing: border-box;
        width: 100% !important;
        text-align: left;
    }
}

/* PC only or Mobile only */

.mobile-only,
.mobile-only-inline-block,
.mobile-only-inline {
    display: none !important;
}
.pc-only,
.pc-only-inline-block,
.pc-only-inline {
    display: none !important;
}

@media screen and (max-width: 680px) {
    /* MOBILE ONLY */
    .mobile-only {
        display: block !important;
    }
    .mobile-only-inline-block {
        display: inline-block !important;
    }
    .mobile-only-inline {
        display: inline !important;
    }
}
@media screen and (min-width: 681px) {
    /* PC ONLY */
    .pc-only {
        display: block !important;
    }
    .pc-only-inline-block {
        display: inline-block !important;
    }
    .pc-only-inline {
        display: inline !important;
    }
}

/* POST */

.entry:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.entry-content {
    margin: 40px 0;
}
.entry-content:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.section img,
.entry img,
.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.link-category a,
.link-category a:visited,
.link-category a:hover {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #0a1237;
    text-align: center;
    margin-left: 15px;
}
.link-category a:hover {
    opacity: 0.7;
}
.entry-index .link-category a,
.entry-index .link-category a:visited,
.entry-index .link-category a:hover {
    margin-left: 0;
    margin-right: 5px;
}

/* IFRAME */

.iframe-wrapper {
    position: relative;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 640px) {
    .iframe-wrapper {
        padding-bottom: 120%;
    }
}
@media (min-width: 641px) {
    .iframe-wrapper {
        padding-bottom: 56.25%;
    }
    .iframe-sq {
        padding-bottom: 110%;
    }
}
.movie-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie-16-9 iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* FORM */

.form-required {
    font-size: 93%;
    margin-left: 3px;
    color: red;
}
input[type=text],
input[type=date],
input[type=password],
input[type=email] {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    border: 1px #acacac solid;
    background-color: #fff;
    padding: 15px 5px;
}
input[type=checkbox],
input[type=radio] {
    width: auto;
    vertical-align: middle;
}
input[type=date] {
    width: auto;
}
textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    height: 100px;
    padding: 10px;
    border: 1px #898989 solid;
    background-color: #fff;
    padding: 15px;
}
select {
    border: 1px #898989 solid;
    background-color: #eeeeee;
}
input:focus,
textarea:focus {
/*    border: solid 1px #231815;*/
/*    background-color: #ffffff;*/
}
.input-inline {
    display: inline-block;
}
div.wpcf7-response-output {
    background-color: white;
}
input[type=text].wpcf7c-conf,
input[type=password].wpcf7c-conf,
input[type=email].wpcf7c-conf,
textarea.wpcf7c-conf {
    background-color: #c3c3c3;
    color: black;
    border: 1px solid #333333;
}
input[type=radio].wpcf7c-conf,
input[type=radio].wpcf7c-conf + .wpcf7-list-item-label {
    display: none;
}
input[type=radio].wpcf7c-conf:checked,
input[type=radio].wpcf7c-conf:checked + .wpcf7-list-item-label {
    display: inline;
}

.form-submit {
    margin: 2em 0;
    text-align: center;
}
input[type=submit],
input[type=submit]:active {
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 8px 12px;
    margin: 0 auto 0 auto;
    color: #fff;
    background-color: #FF3C00;
    border-style: none;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-style: none;
    cursor: pointer;
}
input[type=submit]:hover {
    opacity: 0.8;
}
input[type=submit].wpcf7-submit.wpcf7c-elm-step2 {
    background-color: #ec3737;
}

.wpcf7 > form input[type="submit"][disabled],
.wpcf7 > form input[type="submit"][disabled]:hover,
.wpcf7 > form input[type="submit"][disabled]:focus {
    background-color: #999;
    opacity: 1.0;
    cursor: not-allowed;
}
div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
div.wpcf7-response-output {
    margin-top: 0;
}

/* COLUMNS */

@media print, screen and (max-width : 640px) {
    .column {
        margin-bottom: 1em;
    }
    .fx-column {
        margin-bottom: 1em;
    }
}
@media print, screen and (min-width : 641px) {
    .columns {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .columns:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    .column {
        box-sizing: border-box;
        float: left;
    }
    .column-r {
        box-sizing: border-box;
        float: right;
    }

    .fx-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }
    .fx-column {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        padding-right: 1.5%;
        padding-left: 1.5%;
    }
    .fx-valign-center {
        align-items: center;
    }

    /* Column (with .column or .fx-column) */

    .column-1-2 {
        width: 50%;
        padding-left: 1%;
        padding-right: 1%;
    }
    .column-1-2.first {
        padding-left: 0;
        padding-right: 3%;
    }
    .column-1-2.last {
        padding-left: 3%;
        padding-right: 0%;
    }
    .column-r.column-1-2.first {
        padding-left: 3%;
        padding-right: 0;
    }
    .column-r.column-1-2.last {
        padding-left: 0%;
        padding-right: 3%;
    }

    .column-1-3 {
        width: 33.33%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .column-1-3.first {
        padding-left: 0%;
        padding-right: 3%;
    }
    .column-1-3.last {
        padding-left: 3%;
        padding-right: 0%;
    }
    .column-r.column-1-3.first {
        padding-left: 3%;
        padding-right: 0%;
    }
    .column-r.column-1-3.last {
        padding-left: 0%;
        padding-right: 3%;
    }
    .column-2-3 {
        width: 66.66%;
    }
    .column-2-3.first {
        padding-left: 0%;
        padding-right: 0.75%;
    }
    .column-2-3.last {
        padding-left: 0.75%;
        padding-right: 0%;
    }
    .column-r.column-2-3.first {
        padding-left: 0.75%;
        padding-right: 0%;
    }
    .column-r.column-2-3.last {
        padding-left: 0%;
        padding-right: 0.75%;
    }
    .column-2-5 {
        width: 40%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .column-2-5.first {
        padding-left: 0%;
        padding-right: 3%;
    }
    .column-2-5.last {
        padding-left: 3%;
        padding-right: 0%;
    }
    .column-r.column-2-5.first {
        padding-left: 3%;
        padding-right: 0%;
    }
    .column-r.column-2-5.last {
        padding-left: 0%;
        padding-right: 3%;
    }
    .column-3-5 {
        width: 60%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .column-3-5.first {
        padding-left: 0;
        padding-right: 3%;
    }
    .column-3-5.last {
        padding-left: 3%;
        padding-right: 0;
    }
    .column-r.column-3-5.first {
        padding-left: 3%;
        padding-right: 0%;
    }
    .column-r.column-3-5.last {
        padding-left: 0%;
        padding-right: 3%;
    }

    .column-1-4 {
        width: 25%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .column-1-4.first {
        padding-left: 0%;
        padding-right: 3%;
    }
    .column-1-4.last {
        padding-left: 3%;
        padding-right: 0%;
    }
    .column-r.column-1-4.first {
        padding-left: 3%;
        padding-right: 0%;
    }
    .column-r.column-1-4.last {
        padding-left: 0%;
        padding-right: 3%;
    }
}

/* EFFECTS */

.fx-fadein {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.0s;
    -ms-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible !important;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* WordPress: Container */

.page-fullsize {
    text-align: left;
}

/* WordPress: Error Page */

#error-container {
    margin: 30px auto 30px auto;
    max-width: 600px;
    padding: 50px 0;
    text-align: center;
    border: solid 5px #000;
    background-color: white;
}
#error-container h2 {
    font-size: 40px;
    padding: 0 0 30px 0;
}
#error-container .section {
    margin: 25px 0;
}
#error-container .section p {
    text-align: center;
}
#error-container .more-link,
#error-container .more-link:visited,
#error-container .more-link:hover {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    padding: 8px 12px;
    margin: 1em auto 1em auto;
    color: #fff;
    background-color: #000;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#error-container .more-link:hover {
    background-color: #565656;
}
.main-section #error-container {
    border-style: none;
    background-color: #efefef;
}

/* WordPress: Widget */

#sidebar .widgettitle {
    position: relative;
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 30px 0 30px 0;
    border-style: none;
    color: #333;
}
#sidebar .widgettitle:before {
    content: '';
    background: #333;
    width: 50%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
#sidebar .widgettitle:after {
    content: '';
    background: #333;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
#sidebar .widget {
    font-size: 93%;
    margin-bottom: 40px;
}
.widget_calendar #wp-calendar {
    display: table;
}
.widget_calendar #wp-calendar tr {
    display: table-row;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
    padding: 0;
    margin: 0;
    display: table-cell;
}
.widget_calendar #wp-calendar tr {
    border-style: none;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar thead td {
    background-color: #231815;
    color: white;
}
.widget_calendar #wp-calendar caption {
    color: #231815;
    padding: 8px;
}
.widget_calendar #wp-calendar thead th {
    box-sizing: border-box;
    width: 14.28%;
    text-align: center;
}
.widget_calendar #wp-calendar td {
    text-align: center;
    color: #acacac;
}
.widget_calendar #wp-calendar {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
}
.widget_calendar #wp-calendar a,
.widget_calendar #wp-calendar a:visited,
.widget_calendar #wp-calendar a:hover {
    color: #231815;
}
.widget_calendar #wp-calendar tfoot {
    background-color: #f3f3f3;
}
.search-form .search-field {
    float: left;
    width: 70%;
    height: 40px;
    border: solid 1px #dddddd;
}
.search-form button {
    float: left;
    width: 30%;
    height: 40px;
    background-color: #333;
    padding: 5px 10px;
    color: white;
    border-style: none;
    font-size: 120%;
}
.search-form button:hover {
    background-color: #FF9933;
}
.search-form:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* WordPress: Pagenation */

.pagination a,
.pagination a:visited,
.pagination a:hover {
    padding: 5px 15px;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    background-color: #000;
    border: solid 1px #000;
    color: white;
}
.pagination a:hover {
    opacity: 0.75;
}
.pagination span {
    font-size: 14px;
    padding: 5px;
    display: inline-block;
}
.pagination span.current {
    padding: 5px 15px;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    background-color: #acacac;
    border: solid 1px #acacac;
    color: white;
}
.pagination {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
    background-color: transparent;
}
.pagination .screen-reader-text {
    display: none;
}

.link-button,
.link-button:visited,
.link-button:hover,
.link-button:active {
    box-sizing: border-box;
    display: inline-block;
    max-width: 300px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    padding: 8px 12px;
    margin: 0 auto 0 auto;
    color: #fff;
    background-color: #FF3C00;
    border-style: none;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-style: none;
    cursor: pointer;
}
.link-button:hover {
    opacity: 0.8;
}
