@charset "UTF-8";

/* =============================================================
 base.css
 =============================================================== */
html {
    height: 100%;
    background: #000;
}

html.openNav {
    overflow-y: hidden;
}

*:focus {
    outline: none;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    /* font: 13px/1.7 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
    font: 13px/1.7 "Hiragino Sans", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    *font-size: small;
    *font: x-small;
    background: #000;
    color: #000;
    min-width: 1100px;
}
@media screen and (max-width: 739px) {
    body {
        min-width: 100%;
    }
}

a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

a:link, a:visited {
    color: #0073be;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:hover, a:active {
    color: #f04c0b;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border: 1px solid #aaa;
    font-size: inherit;
    font: 100%;
    line-height: 1.7em;
    table-layout: fixed;
    word-wrap: break-word;
}

table th {
    padding: 8px 2% 7px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #ece9e5;
    text-align: center;
    vertical-align: middle;
}

table td {
    padding: 8px 2% 7px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #fff;
    text-align: left;
    vertical-align: top;
}

@media only screen and (max-width: 739px) {
    table th {
        padding: 10px 2% 10px;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        background: #ece9e5;
        text-align: center;
        vertical-align: middle;
    }

    table td {
        padding: 10px 2% 10px;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        background: #fff;
        text-align: left;
        vertical-align: top;
    }
}

@media screen and (min-width: 739px) {
    .show_pc {
        display: inherit;
    }

    .show_mb {
        display: none;
    }
}

@media screen and (max-width: 739px) {
    .show_pc {
        display: none;
    }

    .show_mb {
        display: inherit;
    }
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
a.linktext{
    text-decoration: underline;
    color: #000;
}
a.linktext i{
    padding: 0 5px 0 5px;
}
a.linktext:hover{
    text-decoration: underline;
    color: #f04c0b;
}
/* test
---------------------------------------------------------------- */
.test {
    background: green;
}

.test2 {
    background: red;
}

.comingsoon {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    color: #000;
    font-size: 36px;
    text-align: center;
    font-weight: 400;
}

/* color
---------------------------------------------------------------- */
.sunday {
    color: #ff0709;
}

.saturday {
    color: #3d84d4;
}

.caution {
    color: red;
}

/* pagetop
---------------------------------------------------------------- */
.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.pagetop a {
    color: #fff;
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0.8;
}

.pagetop a:before {
    content: "";
    display: block;
    font-size: 18px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
}

/* wrapper
---------------------------------------------------------------- */
#wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    font-size: 100%;
    background: #fff;
}

/* container
---------------------------------------------------------------- */
.container {
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 739px) {
    .container {
        max-width: 1100px;
        width: 1100px;
    }
    .container.small{
        max-width: 980px;
        width: 980px;
    }
}

.container.is_full {
    width: 100%;
    max-width: 100%;
}

.container.white {
    background: #fff;
}

/* tit
 --------------------------------------------------------------- */
.tit01 {
    font-size: 57px;
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.tit02 {
    font-size: 20px;
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.tit03 {
    font-size: 36px;
    margin: 0 0 50px;
    text-align: center;
    font-weight: 400;
}

.tit04 {
    font-size: 24px;
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.sub_tit01 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}

@media only screen and (max-width: 739px) {
    .tit01 {
        color: #fff;
        text-align: center;
        font-size: 48px;
        margin: 0 0 15px;
    }

    .tit02 {
        font-size: 21px;
        margin: 0 0 15px;
    }

    .tit03 {
        font-size: 24px;
        margin: 0 0 35px;
    }

    .sub_tit01 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px;
    }
}

/* contents_block
 ---------------------------------------------------------------- */
.contents_block {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 80px 7%;
    min-height: 500px;
    margin: 0 0 20px;
    box-sizing: border-box;
    /* border-radius: 100px; */
}

.contents_block .contents_block__text {
    font-size: 16px;
}

.contents_block .contents_block__text.text_bold {
    font-weight: bold;
}

.contents_block .contents_block__text.center {
    text-align: center;
}

@media screen and (max-width: 739px) {
    .contents_block {
        width: 96%;
        position: relative;
        background: #fff;
        /* border-radius: 50px; */
        padding: 50px 15px;
        margin: 0 2% 50px;
    }

    .contents_block .contents_block__text {
        font-size: 15px;
    }
}

/* box_ paragraph*/
.box_s {
    margin: 0 0 15px;
}

.box_m {
    margin: 0 0 30px;
}

.box_l {
    margin: 0 0 50px;
}

.paragraph_s {
    margin: 0 0 30px;
}

.paragraph_m {
    margin: 0 0 50px;
}

.paragraph_l {
    margin: 0 0 80px;
}

.paragraph_xl {
    margin: 0 0 150px;
}
@media screen and (max-width: 739px) {
    .box_s {
        margin: 0 0 15px;
    }
    
    .box_m {
        margin: 0 0 15px;
    }
    
    .box_l {
        margin: 0 0 25px;
    }
    
    .paragraph_s {
        margin: 0 0 15px;
    }
    
    .paragraph_m {
        margin: 0 0 25px;
    }
    
    .paragraph_l {
        margin: 0 0 30px;
    }
    
    .paragraph_xl {
        margin: 0 0 70px;
    }

}

.paragraph_boder {
    margin: 0 0 75px;
    padding: 0 0 75px;
    border-bottom: 1px solid #dfdfdf;
}

/* btn */
.contents_block_btn__list{
    display: flex;
}
a.contents_block_btn {
    color: #000;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 18px;
    border-radius: 35px;
    display: block;
    min-width: 300px;
    padding: 15px 45px;
    text-align: center;
    margin: 0 auto 15px;
    width: 49%;
    box-sizing: border-box;
}

a.contents_block_btn.btn_m {
    min-width: 150px;
    width: 40%;
}

a.contents_block_btn:hover {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 739px) {
    .contents_block_btn__list {
        display: block;
    }
    a.contents_block_btn {
        font-size: 14px;
        border-radius: 35px;
        width: 90%;
        padding: 15px 15px;
        margin: 0 auto 15px;
        text-align: center;
        box-sizing: border-box;
    }
}

/* link
 ---------------------------------------------------------------- */
.link_icon {
    padding: 0 0 0 7px;
    vertical-align: inherit;
    color: #fff;
}
.link_icon_bk{
    color: #000;
}
