@charset "utf-8";

/* common.css: 2019-09-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: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.serif {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", 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.full {
    max-width: 100%;
    height: auto;
}

a.images:hover {
    opacity: 0.75;
}

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

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

.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 #6eb92b;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin: 0 10px 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 2px #dfdfdf;
}
table table {
    margin: 0;
}
table tr {
    margin: 0;
    padding: 0;
    border-bottom: solid 2px #dfdfdf;
}
table th,
table td {
    margin: 0;
    padding: 8px 0;
    font-size: 100%;
}
table th:last-child,
table td:last-child {
}
.ui-datepicker-calendar th {
    width: auto;
}
table th {
    font-weight: bold;
    font-size: 88%;
}
table thead th {
    text-align: center;
}
table.flat {
    border-style: none;
}
table.flat tr {
    border-style: none;
}
.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-responsive {
        border-style: none;
        border-bottom-style: none;
        border-top: solid 2px #cfdfcf;
    }
    table.table-responsive tr {
        display: block;
        border-bottom: solid 2px #cfdfcf;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
    }
    table.table-responsive tr:first-child th,
    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;
        text-align: left;
    }
}
@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;
    }
}

/* CONTAINER */

.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;
}

.entry-list {
    text-align: left;
}
.entry-list table {
    border-top-style: none;
    border-bottom-style: none;
    background-color: #f3f3f3;
}
.entry-list table tr {
    border-top-style: none;
    border-bottom-style: none;
}
.post-date {
    font-size: 88%;
}
.entry-list-item .post-date {
    width: 110px;
    text-align: center;
}
.entry-list-item .post-link {
    width: 80px;
}
.entry-list-item .post-title a,
.entry-list-item .post-title a:visited,
.entry-list-item .post-title a:hover {
    color: #000;
}
.entry-list-item .post-title a:hover {
    opacity: 0.75;
}
@media screen and (max-width:479px) {
    .entry-list table td {
        padding: 0 10px;
    }
    .entry-list-item .post-date {
        text-align: left;
    }
}

/* 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;
}

.input-submit {
    margin: 15px 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: 20px auto 20px auto;
    color: #fff;
    background-color: #ec3737;
    border-style-type: none;
    border-style: none;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-style: none;
    cursor: pointer;
    letter-spacing: 5px;
    text-indent: 5px;
    border-radius: 3px;
}
input[type=submit]:hover {
    opacity: 0.8;
}
input[type=submit].wpcf7-submit.wpcf7c-elm-step2 {
    background-color: #ec3737;
}


/* 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.first {
    }
    .column.last {
    }

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

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

    .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-column-1-3 { width: 33.33%; }
    .fx-column-2-3 { width: 66.66%; }
    .fx-column-1-2 { width: 50%; }

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

    .fx-column-1-5 { width: 20%; }
    .fx-column-2-5 { width: 40%; }
    .fx-column-3-5 { width: 60%; }
    .fx-column-4-5 { width: 80%; }

    .fx-valign-center {
        align-items: center;
    }
}
@media print, screen and (min-width : 641px) {
    .sm-columns {
        box-sizing: border-box;
        width: 100%;
    }
    .sm-columns:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    .sm-column {
        box-sizing: border-box;
        float: left;
        padding-right: 1.5%;
        padding-left: 1.5%;
    }
    .sm-column.first {
        padding-right: 3%;
        padding-left: 0;
    }
    .sm-column.last {
        padding-right: 0%;
        padding-left: 3%;
    }
    .sm-column-1-3 { width: 33.33%; }
    .sm-column-20 { width: 20%; }
    .sm-column-22 { width: 22%; }
    .sm-column-25 { width: 25%; }
    .sm-column-26 { width: 26%; }
    .sm-column-28 { width: 28%; }
    .sm-column-30 { width: 30%; }
    .sm-column-33 { width: 33%; }
    .sm-column-36 { width: 36%; }
    .sm-column-37 { width: 37%; }
    .sm-column-35 { width: 35%; }
    .sm-column-34 { width: 34%; }
    .sm-column-40 { width: 40%; }
    .sm-column-50 { width: 50%; }
    .sm-column-60 { width: 60%; }
    .sm-column-70 { width: 70%; }
}

/* EFFECTS */

.fx-fadein {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -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;
    }
}

.fx-fadein-up {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fx-fadein-long {
    opacity: 1;
    animation-name: fadeInLong;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.3s;
    visibility: visible !important;
}
@keyframes fadeInLong {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* ICONS */

.icon-faw-phone:before {
    content: "\f095\00a0";
    font-family: "FontAwesome";
}
.icon-caret-right:before {
    content: "\f0da\00a0";
    font-family: "FontAwesome";
}

/* WordPress: Container */

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

/* WordPress: Widget */

#sidebar .widgettitle {
    position: relative;
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    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;
    border: solid 1px #333333;
}
.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;
}

/* LAYOUT */

#header-container {
    position: relative;
    margin: 0 auto 0 auto;
    max-width: 960px;
}
#header {
    position: relative;
    margin: 0 auto 0 auto;
    text-align: left;
}
#header:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

#main-container {
    position: relative;
    top: 0;
    left: 0;
}
.main-section {
    position: relative;
    max-width: 960px;
    margin: 0 auto 0 auto;
    text-align: left;
    z-index: 100;
}
.page-fullsize .main-section {
    max-width: 100%;
    margin: 60px 0 60px 0;
}

.section {
    margin: 74px 0;
}
.section:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.section p {
    text-align: justify;
    text-justify: inter-ideograph;
}
.page-fullsize .section {
    max-width: 960px;
    margin: 90px auto 90px auto;
}

@media screen and (max-width: 960px) {
    .main-section {
        padding-left: 4%;
        padding-right: 4%;
    }
    .page-fullsize .main-section {
        padding-left: 0;
        padding-right: 0;
    }
    .page-fullsize .section {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (min-width: 600px) {
    /* PC */
    #main {
        float: right;
        width: 70%;
    }
    #sidebar {
        float: right;
        width: 30%;
        box-sizing: border-box;
        padding: 0 40px 30px 0;
    }
}

@media screen and (max-width: 680px) {
    #main-container {
        margin-top: 56px;
    }
    .main-section {
        margin: 30px auto 30px auto;
    }
    .page-fullsize .main-section {
        max-width: 100%;
        margin: 30px 0 30px 0;
    }
    .section {
        margin: 48px 0;
    }
}

.main-section img {
    max-width: 100%;
    height: auto;
}

/* ERROR */

#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;
    text-align: center;
}
#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;
    border-style-type: none;
    background-color: #fcfce0;
}

