html,
body {
    height: 100%;
}

body {
    padding-top: 0px;
    margin: 0px;
}

* {
    font-family: "Mplus 1p";
}

.cont_wrap {
    position: absolute;
    top: 0;
    width: 100%;
}

img {
    border-style: none;
}

a img {
    border-style: none;
}

.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    z-index: 101;
}

.side_cont {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.cont_body {
    width: 800px;
    padding-left: 60px;
    z-index: 105;
    margin-left: auto;
    margin-right: auto;
}

#sec1 {
    padding-top: 60px;
}

#sec2 {
    padding-top: 117px;
}

#sec3 {
    padding-top: 117px;
}

#sec4 {
    padding-top: 117px;
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    /* またはabsolute; */
    top: 0;
    left: 0;
    z-index: 1;
}

.sakebi {
    height: 100%;
    text-align: right;
    width: 100%;
    top: 120px;
    position: relative;
}

#sakebi {
    height: 100%;
    margin-top: 0px;
}

.sakebi02 {
    background-image: url(../img/catch_bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: right;
    height: 1000px;
    position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
}

.sakebi02 img {
    width: 30%;
}

.r002 * {
    box-sizing: border-box;
}

.r002 img {
    max-width: 100%;
    height: auto !important;
}

.r002 .container {
    width: 78%;
    margin-left: 19%;
    margin-right: auto;
    z-index: 101;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    margin-top: 1000px !important;
}

.r002 .cont_body {
    width: 100%;
    padding-left: 5%;
    z-index: 105;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
    box-sizing: border-box;
    padding-bottom: 5%;
}

.r002 table {
    width: 95%;
    margin: 0 auto;
}

.r002 .btn-default {
    color: #ffffff;
    background-color: #303030;
    border-color: #cccccc;
}

.r002 .btn {
    display: inline-block;
    padding: 12px 38px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#logo {
    position: absolute;
    right: 20px;
    bottom: 40px;
}

div#wrap {
    padding: 0;
    margin-top: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    height: 100%;
}

section {}

.starter-template {
    padding: 40px 15px;
}

.navbar {
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.navbar-header {
    width: 100%;
    position: relative;
}

.head_title {
    margin-left: 0px;
}

.head_menu {
    position: absolute;
    top: 45px;
    right: 35px;
}

.menubar {
    margin: 0 0 0 0;
    padding: 0;
}

.menubar li {
    list-style: none;
    list-style-position: left;
    float: left;
    margin-right: 10px;
}

.menubar li.last {
    margin-right: 0px;
}

.side_menu_cont {
    margin-top: 200px;
    margin-left: 20px;
    width: 157px;
    position: fixed;
}

.side_menu_cont .links a {
    text-align: right;
    display: block;
    margin-bottom: 30px;
    color: #303030;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
}

.side_menu_cont .links a::after {
    border-bottom: solid 1px #303030;
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

.side_menu_cont .links a:hover::after {
    width: 100%;
}

.side_menu_cont_w {
    padding-top: 40px;
    padding-left: 3%;
    padding-right: 1%;
    background: rgba(0, 0, 0, 0.7);
    width: 16%;
    position: fixed;
    height: 100vh;
    z-index: 100;
    top: 0;
}

.side_menu_cont_w .logo {
    text-align: center;
    padding-bottom: 120px;
    color: #ffffff;
}

.side_menu_cont_w .logo img {
    width: 50%;
}

.side_menu_cont_w .links a {
    text-align: right;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
}

.side_menu_cont_w .links a::after {
    border-bottom: solid 1px #ffffff;
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

.side_menu_cont_w .links a:hover::after {
    width: 100%;
}

#menu1,
#menu2,
#menu3,
#menu4 {
    width: 192px;
    height: 54px;
    display: block;
    color: transparent;
    margin-bottom: 40px;
}

#menu1 {
    background-image: url(../img/menu1.png);
    background-position: 0 0px;
}

#menu1:hover {
    background-position: 0 53px;
}

#menu2 {
    background-image: url(../img/menu2.png);
    background-position: 0 0px;
}

#menu2:hover {
    background-position: 0 53px;
}

#menu3 {
    background-image: url(../img/menu3.png);
    background-position: 0 0px;
}

#menu3:hover {
    background-position: 0 52px;
}

#menu4 {
    background-image: url(../img/menu4.png);
    background-position: 0 0px;
}

#menu4:hover {
    background-position: 0 53px;
}

#topics table {
    width: 192px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-color: #333333;
}

#topics table td {
    background-image: url("../img/clearbg.png");
    height: 25px;
    font-size: 12px;
    text-align: center;
    border-color: #333333;
    /*    font-family: "ＭＳ Ｐ明朝", serif;*/
}

#topics_min {
    /*    font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3";*/
    font-size: 14px;
    color: #666666;
    margin-left: 30px;
    width: 192px;
}

a:hover img {
    opacity: 0.5;
}

.catch_copy {
    margin-top: 150px;
}

.catch_logo {
    margin-top: 70px;
    margin-left: 550px;
}

table {
    /*
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
*/
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
}

table caption {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding: 5px;
    background: #efefef;
    border: 1px solid #ccc;
    color: #666;
}

table a {
    text-decoration: none;
    border-bottom: 1px dotted #f60;
    color: #f60;
    font-weight: bold;
}

table a:hover {
    text-decoration: none;
    color: #fff;
    background: #f60;
}

table tr th a {
    color: #369;
    border-bottom: 1px dotted #369;
}

table tr th a:hover {
    color: #fff;
    background: #369;
}

table thead tr th {
    text-transform: uppercase;
    background: #e2e2e2;
}

table tfoot tr th,
table tfoot tr td {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

table tfoot tr th {
    width: 20%;
}

table tfoot tr td {
    width: 80%;
}

table td,
table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 1.8em;
    font-size: 0.8em;
    vertical-align: top;
    background-image: url("../img/clearbg.png");
    overflow-wrap: break-word;
}

table tr.odd th,
table tr.odd td {
    background: #efefef;
}

th.yy1 {
    width: 125px;
}

.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

#topicsdate {
    margin: 20px auto;
    text-align: center;
}

#topicsdate a {
    text-decoration: none;
    color: #ffffff;
    /* border: 1px solid rgba(255,255,255,0.8); */
    padding: 10px;
    cursor: pointer;
    box-shadow: 0px 6px 7px -4px rgba(63, 63, 63, 0.7);
    -webkit-box-shadow: 0px 6px 7px -4px rgba(63, 63, 63, 0.7);
    -moz-box-shadow: 0px 6px 7px -4px rgba(63, 63, 63, 0.7);
}

.title_2 {
    margin: 0 0 30px 0;
    padding: 12px 10px;
    background: #303030;
    background: linear-gradient(left, #006600 0%, #00aa00 50%, #006600 100%);
    color: #ffffff !important;
    text-shadow: 1px 1px 2px #333;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.1);
    position: relative;
    /*
    font-family: 'Lucida Grande',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    Meiryo, メイリオ, sans-serif;
*/
}


/*

.title_2:before,
.title_2:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    width: 40%;
    height: 20px;
    left: 4px;
    bottom: 7px;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    background-color: #F00;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.title_2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
*/

.title_3 {
    margin: 0 0 30px 0;
    padding: 12px 10px;
    background: #006600;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000066 0%, #ff0000 50%, #000066 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000066), color-stop(50%, #0000aa), color-stop(100%, #000066));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000066 0%, #0000aa 50%, #000066 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #000066 0%, #0000aa 50%, #000066 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(left, #000066 0%, #0000aa 50%, #000066 100%);
    /* IE10+ */
    background: linear-gradient(left, #000066 0%, #0000aa 50%, #000066 100%);
    /* W3C */
    color: #FFFFFF !important;
    text-shadow: 1px 1px 2px #333;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.1);
    position: relative;
    /*
    font-family: 'Lucida Grande',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    Meiryo, メイリオ, sans-serif;
*/
}

.title_3:before,
.title_3:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    width: 40%;
    height: 20px;
    left: 4px;
    bottom: 7px;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    background-color: #F00;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.title_3:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.title_4 {
    margin: 0 0 30px 0;
    padding: 5px 10px;
    background: #303030;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px #333;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.1);
    position: relative;
    /*    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
}

.title_4:before,
.title_4:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    width: 40%;
    height: 20px;
    left: 4px;
    bottom: 7px;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.title_4:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.date_view {
    margin-bottom: 100px;
}

.body_k {
    /*
    font-family: 'Lucida Grande',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    Meiryo, メイリオ, sans-serif;
    font-size: 13px;
    line-height: 17px;
*/
}

.top_link {
    text-align: right;
    margin-bottom: 20px;
}

.top_link a {
    color: #666666;
}

#footer {
    width: 100%;
    background-color: #ffffff;
    clear: both;
    z-index: 101;
    position: relative;
}

#footer p {
    margin: 0;
}

#footer .leftimg {
    float: left;
}

#footer .rightimg {
    float: right;
}

.contact_form {
    width: 100%;
}

.pc_only {}

.r002 .cont_body {
    min-width: 1024px;
    max-width: 1024px;
    padding-left: 1%;
    z-index: 105;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1%;
    box-sizing: border-box;
    padding-bottom: 5%;
}

.r002 table {
    width: 100%;
    margin: 0 auto;
}

.r002 table.y {
    table-layout: fixed;
}

#yotei th.y1 {
    width: 107px;
}

#yotei table tbody tr:nth-child(1) > th:nth-child(2) {
    width: 50px;
}

#yotei table tbody tr:nth-child(1) > th:nth-child(3) {
    width: 100px;
}

#yotei table tbody tr:nth-child(1) > th:nth-child(4) {
    width: 127px;
}

#yotei table tbody tr:nth-child(1) > th:nth-child(5) {
    width: 105px;
}

#yotei table tbody tr:nth-child(1) > th:nth-child(6) {
    width: 105px;
}

#yotei table tbody tr:nth-child(1) > th:nth-child(7) {
    width: 70px;
}

#yotei table tbody tr:nth-child(1) > th:nth-child(8) {
    width: 72px;
}

#yotei table tbody tr:nth-child(1) > th:nth-child(9) {
    width: 50px;
}

@media screen and (min-width:768px) and ( max-width:1324px) {
    /*　for iPad 　*/
    body {
        width: 1024px;
        background: #303030;
    }
    .r002 .cont_body {
        min-width: auto;
        max-width: auto;
    }
    .r002 .cont_body {
        width: 100%;
        padding-left: 1%;
        z-index: 105;
        margin-left: auto;
        margin-right: auto;
        padding-right: 1%;
        box-sizing: border-box;
        padding-bottom: 5%;
    }
    .r002 table {
        width: 100%;
        margin: 0 auto;
    }
    .r002 table.y {
        table-layout: fixed;
    }
    #yotei th.y1 {
        width: 107px;
    }
    #yotei table tbody tr:nth-child(1) > th:nth-child(2) {
        width: 50px;
    }
    #yotei table tbody tr:nth-child(1) > th:nth-child(3) {
        width: 100px;
    }
    #yotei table tbody tr:nth-child(1) > th:nth-child(4) {
        width: 127px;
    }
    #yotei table tbody tr:nth-child(1) > th:nth-child(5) {
        width: 105px;
    }
    #yotei table tbody tr:nth-child(1) > th:nth-child(6) {
        width: 105px;
    }
    #yotei table tbody tr:nth-child(1) > th:nth-child(7) {
        width: 70px;
    }
    #yotei table tbody tr:nth-child(1) > th:nth-child(8) {
        width: 72px;
    }
    #yotei table tbody tr:nth-child(1) > th:nth-child(9) {
        width: 50px;
    }
}

@media screen and (min-width:768px) {
    .sp_only {
        display: none;
    }
}

@media screen and (max-width:768px) {
    body {
        padding-top: 69px;
        margin: 0px;
        background: #000000;
    }
    .pc_only {
        display: none;
    }

    header {
        position: fixed;
        width: 100%;
        height: 70px;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 1);
        border-bottom: 1px solid #000;
        z-index: 162;
    }
    .spmenu_btn {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
        width: 30px;
        height: 22px;
        background: #ffffff;
        border-top: 10px solid rgba(0, 0, 0, 0.9);
        ;
        border-bottom: 10px solid rgba(0, 0, 0, 0.9);
        ;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .spmenu_btn:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #ffffff;
        top: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .spmenu_btn:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #ffffff;
        bottom: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .spmenu_btn.active {
        background: #000000;
    }
    .spmenu_btn.active:before {
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 0;
        right: 0;
    }
    .spmenu_btn.active:after {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 0;
        right: 0;
    }
    .spmenu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
    }
    .spmenu ul {
        margin: 0;
        padding: 0;
    }
    nav {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    nav li a {
        display: block;
        width: 100%;
        color: #FFF;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        border-bottom: 1px solid #999;
    }
    .r002 .cont_body {
        min-width: auto;
        max-width: auto;
    }
    .r002 .cont_body {
        width: 100%;
        padding-left: 1%;
        z-index: 105;
        margin-left: auto;
        margin-right: auto;
        padding-right: 1%;
        box-sizing: border-box;
        padding-bottom: 5%;
    }
    .r002 table {
        width: 100%;
        margin: 0 auto;
    }
    .r002 table.y {
        table-layout: fixed;
    }
    .r002 .container {
        width: 100%;
        margin-top: 100vh !important;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0;
    }
    .r002 table.minitable {
        margin-bottom: 20px;
    }
    .sp_top {
        position: fixed;
        top: 69px;
        left: 0;
    }
    .date_view {
        padding-top: 80px;
        margin-top: -40px;
    }
    #angledown {
        margin-top: 10px;
        text-align: center;
    }
    #angledown a {
        color: #ffffff;
        font-size: 70px;
        line-height: 10px;
    }
    #topicsdatesp {
        margin-top: 10px;
        text-align: center;
    }
    #topicsdatesp a {
        text-decoration: none;
        color: #ffffff;
        /* border: 1px solid rgba(255,255,255,0.8); */
        padding: 10px;
        cursor: pointer;
        box-shadow: 0px 6px 7px -4px rgba(63, 63, 63, 0.6);
        -webkit-box-shadow: 0px 6px 7px -4px rgba(63, 63, 63, 0.6);
        -moz-box-shadow: 0px 6px 7px -4px rgba(63, 63, 63, 0.6);
    }
    .footersp {
        display: flex;
        justify-content: space-between;
    }
    .month_prev {
        text-align: left;
        font-size: 80%;
        margin-top: -10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .month_prev a {
        color: #303030;
    }
    .month_prev_list {
        display: flex;
        justify-content: space-between;
        font-size: 75%;
        margin-top: -10px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .month_prev_list a {
        color: #303030;
        display: block;
        width: 33%;
        text-align: center;
    }
}
