@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-family: 'メイリオ', 'Meiryo', source-han-sans-japanese, 'Noto Sans JP', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.cdp-copy-loader-overlay {
    display: none !important;
}
.spview_only {
    display: none;
}

.hide {
    display: none !important;
}

.font_key {
    font-family: 'Big Shoulders Display', cursive;
    font-weight: 700;
}

.pagetop a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagetop {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.icon::before {
    display: block;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: inherit;
    transition-property: opacity;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

textarea,
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #777;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 1px 0;
    width: 100%;
    background: #f8f8f8;
    transition-duration: .3s;
    transition-property: background-color, color, text-indent;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    text-indent: 1em;
    background: #fff;
}

label input[type="checkbox"],
label input[type="radio"] {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}

body.js_mouseover a:hover,
body.js_mouseover button:hover,
body.js_mouseover button:focus,
body.js_mouseover input[type="reset"]:hover,
body.js_mouseover input[type="reset"]:focus {
    opacity: 0.7;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
}

tr>* {
    padding: 20px 20px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

th {
    background-color: #f4f4f4;
    font-weight: normal;
}

tr>.no_bd {
    border-right: none;
}


.dl {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dl:first-child {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.dt {
    width: 150px;
}

.dd {
    width: calc(100% - 150px);
}

ul.ul>li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}

ul.ul>li:before {
    content: "・";
}

/* ------------------------------------------------------------------------------------------------------------ */

/* layout ↓ */

/* ------------------------------------------------------------------------------------------------------------ */

#main,
.block {
    width: 100%;
    display: block;
}

#main,
.mainvis,
.block,
.container,
.cont {}

#main {
    overflow-x: hidden;
}

.block {
    padding-top: 60px;
    padding-bottom: 60px;
    background: transparent;
}


.container {
    width: 100%;
    /*padding-bottom: 40px;*/
/*    margin-bottom: 40px;*/
}

.cont {
    margin-left: auto;
    margin-right: auto;
/*    padding-bottom: 40px;*/
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0px 3px 1px rgb(256 256 256 / 30%);
}

.inner {
    max-width: 1222px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
.inner.inner2 {
    max-width: 960px;
}
.inner {
    padding-left: 100px;
    padding-right: 100px;
}

.toggle,
.nav_tel {
    display: none;
}

#header {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #fff;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

#header.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    height: 60px;
    background: #269d39;
/*    background: #56c21f;*/
/*    border-bottom: 1px solid;*/
    box-shadow: 0px 3px 10px 1px rgb(0 0 0 / 7%);
}


.js_mouseover .head_logo:hover,
.head_logo:hover {
    opacity: .96;
    box-shadow: 0 0px 70px 0px rgb(0 0 0 / 16%);
}

body.nav_show {
    overflow: hidden;
    height: 100vh;
}

body.nav_show #main {
    opacity: 0;
}

body.js_mouseover .pagetop a:hover {
    opacity: .9;
    height: 84px;
    width: 84px;
}


a.head_logo {
    display: inline-flex;
    align-items: center;
    max-width: 200px;
}

div#navi {
    background: #269d39;
    color: #fff;
    z-index: 999;
    margin-bottom: 0;
    padding: 15px 0;
    /*    width: 100%;*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    top: 0;*/
}

.outer_nav {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
}

ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

ul.nav>* {
    list-style: none;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
ul.nav>* a {
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 12px;
    display: block;
}

ul.nav>li:nth-of-type(1),
ul.nav>li:nth-of-type(2) {
    white-space: nowrap;
}

.js_mouseover ul.nav>li>a:hover {
    text-decoration: underline;
    opacity: .6;
}

ul.nav>li>a>span {
    display: inline-block;
}




/* ------------------------------------------------------------------------------------------------------------ */

/* parts */

/* ------------------------------------------------------------------------------------------------------------ */


.txtSS {
    font-size: 12px;
}

.txtS {
    font-size: 14px;
}

.txtN {
    font-size: 16px;
}

.txtM {
    font-size: 22px;
}

.txt20 {
    font-size: 20px;
    line-height: 1.3;
}

.txt25 {
    font-size: 25px;
    line-height: 1.3;
}

.txt30 {
    font-size: 30px;
    line-height: 1.2;
}

.txt35 {
    font-size: 35px;
    line-height: 1.2;
}

.txt40 {
    font-size: 40px;
    line-height: 1.2;
}

.txt45 {
    font-size: 45px;
    line-height: 1.1;
}

.txt50 {
    font-size: 50px;
    line-height: 1.1;
}

.txt55 {
    font-size: 55px;
    line-height: 1.1;
}

.tit01 {
    font-size: 44px;
    line-height: 1.1;
    color: #231815;
    margin: 60px auto 40px;
    display: block;
    text-align: center;
}

.btn {
    display: inline-block;
    margin: auto;
    border: 2px solid;
    max-width: 100%;
    min-width: 280px;
    padding: 1em 2em;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    border-radius: 30px;
/*    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.33);*/
}

.btn>span {
    position: relative;
}

.btn:before {
    content: "";
    opacity: 0;
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

body.js_mouseover .btn:hover:before {
    right: -40px;
}



.bg_white {
    background-color: #fff;
}
.bg_key {
    background-color: #269d39;
}
.bg_lightGreen {
    background-color: #56c21f;
}
.bg_limeGreen {
    background-color: #37dae1;
}
.bg_yellowGreen {
    background-color: #e6eb00;
}
.bg_orange {
    background-color: #ffaa2a;
}
.bg_paleBlue {
    background-color: #4ba0ff;
}
.bg_skyBlue {
    background-color: #77d7ff;
}


i[class*=clr_],
i[class*=txt] {
    font-style: normal;
}

.clr_key {
    color: #269d39;
}
.clr_lightGreen {
    color: #56c21f;
}
.clr_limewGreen {
    color: #37dae1;
}
.clr_yellowGreen {
    color: #e6eb00;
}
.clr_white {
    color: #fff;
}
.clr_red {
    color: #EB2727;
}
.clr_lightBlue {
    color: #37dae1;
}
.clr_paleBlue {
    color: #4ba0ff;
}
.clr_skyBlue {
    color: #77d7ff;
}

.bg_arrow svg, .bg_arrow svg g {
    fill: #269d39;
    stroke: #269d39;
}

.btnArea {
    text-align: center;
}

/* menu basic ------------------------------------------ */
.toggle {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    /*    box-sizing: content-box;*/
    padding: 14px;
    margin: 0 0 0;
    z-index: 999;
    background: rgba(38, 157, 57, 0.77);
    display: none;
}

.toggle:after {
    /*content: "";*/
    display: block;
    width: 80px;
    height: 88px;
    position: absolute;
    top: -15px;
    right: 0;
    background: black;
    opacity: 0.2;
    z-index: -1;
}

.menu_label {
    display: block;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin: -13px auto 0;
    margin: -23px auto 0;
    letter-spacing: -1px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.toggle>a,
.toggle>a span {
    display: inline-block;
    cursor: default;
    transition: all .4s;
    box-sizing: border-box;
}

.toggle>a {
    position: relative;
    width: 100%;
    height: 100%;
    /*transform: scale(0.5);*/
}

.toggle>a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.toggle>a span:nth-of-type(1) {
    top: 9px;
}

.toggle>a span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.toggle>a span:nth-of-type(3) {
    bottom: 9px;
}

/* menu option ------------------------------------------ */
.toggle>a.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-330deg);
    transform: translateY(6px) rotate(-330deg);
}

.toggle>a.active span:nth-of-type(2) {
    opacity: 0;
}

.toggle>a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(330deg);
    transform: translateY(-6px) rotate(330deg);
}

/*.menu_sec {
    position: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999;
}*/



/* ------------------------------------------------------------------------------------------------------------ */

/* content */

/* ------------------------------------------------------------------------------------------------------------ */
.tit_bg_dot {
    font-size: 29px;
    margin-bottom: 20px;
    padding-top: 6px;
    background: url(../img/bg_dot.png) repeat-x right center;
}
.tit_bg_dot span {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 0.4em 0.2em 0.4em 0em;
}

.head_btn {
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 8px 6px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.head_btn span {
    display: inline-block;
}

.mainvis {
    z-index: 9;
    padding-top: 65px;
}

.mainvis:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 9;
    margin: auto;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
}
.mainvis_img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.mainvis_itms {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 10%;
    padding-top: 8%;
    width: 100%;
    left: 0;
    right: 0;
}
.mainvis_itms > * {
    margin-bottom: .8em;
    margin-bottom: 12px;
    display: block;
}

.mainvis_tit {
    color: #fff;
    font-size: 36px;
}
img.mainvis_itm_1 {
    max-width: 160px;
    max-width: 150px;
}

img.mainvis_itm_2 {
    display: block;
/*    width: 540px;*/
    width: auto;
    height: 70px;
}
.mainvis_itm_2[src*="tit_kondate"] {
    height: 49px;
    height: 43px;
    margin-top: 18px;
}
.mainvis_itm_2[src*="tit_news"],
.mainvis_itm_2[src*="tit_about"] {
    height: 49px;
    margin-top: 18px;
}
.mainvis_itm_3 {
}


.kondate_dtl {
    background: #269d39;
    background: #3cc887;
    display: flex;
    color: #fff;
    padding: 20px;
    margin: 1px auto 60px;
    justify-content: space-between;
}
.kondate_img {
    object-fit: contain;
    width: 100%;
    height: 384px;
    height: 390px;
/*    border: 1px solid #ccc;*/
/*    padding: 10px;*/
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 15%);
}
.kondate_AB img.kondate_top_img {
    height: auto;
    width: 100%;
}
.kodante_fig {
    width: 90px;
    width: 220px;
    width: 280px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.kondate_dtl_tit {
    color: #fae600;
    font-size: 32px;
    line-height: 1.1;
}
.kondate_dtl_txt {
    width: calc(100% - 90px - 20px);
}
.kodante_fig img {
    width: 100%;
    width: 80px;
    display: block;
    margin: 10px auto;
    font-weight: bold;
}
.kondate_labels {
/*    margin-bottom: 20px;*/
    margin: 20px auto 10px;
}

.kondate_type1 {
/*    background: #269d39;*/
    display: inline-block;
    border-radius: 50%;
    line-height: 1.1;
    margin-bottom: 6px;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    padding: 0.7em 0.5em;
    min-width: 100px;
}
.kondate_type2 {
    background: #eee;
    color: #269d39;
    text-decoration: none;
    padding: 0.8em 1.6em;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.footer {
}
.footer_inner.inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-bottom: 30px;
}
.footer_info {
    font-size: 16px;
}
.footer_btns {
    list-style: none;
}
.footer_btns > * {
    display: block;
    margin: 0 auto 20px;
}
.footer_btns > * a {
    border: 2px solid;
    display: block;
    padding: 0.5em 0.4em;
    text-decoration: none;
    font-size: 24px;
    font-size: 23px;
    text-align: center;
    border-radius: 20px;
    line-height: 1.3;
}
.footer_btns > * a span {
    display: inline-block;
}

#new_list_top .news {
    border-top: 1px solid;
    margin-bottom: 20px;
}

#new_list_top .news_dl {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid;
    display: flex;
}

#new_list_top .news_dt {
    width: 7em;
}

#new_list_top .news_dd {
    width: calc(100% - 7.2em);
}

#new_list .news_dt {
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
}

#new_list .news_dd {
    margin-bottom: 80px;
}



.tit_round {
    display: inline-flex;
    padding: 13px 40px 13px 110px;
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 38px;
    min-width: 280px;
}
.tit_round_fig {
    position: absolute;
    width: 100px;
    left: 5px;
    top: -15px;
}


.kondate_top_area {
    width: calc(100% - 100px);
}
.kondate_top .kondate_type1 {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0px;
    font-size: 27px;
    line-height: 1;
    height: 60px;
}
.tit_kondate_col {
    font-size: 35px;
    line-height: 1.1;
}
.kondate_titCol {
    padding: 10px 3px;
    border-radius: 8px;
    line-height: 1.3;
}
.kondate_itmCol {
    border: 4px solid #56c21f;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}
.kondate_itmCol[href*="/kondate"] {
    background: url(../img/pic_kondate_2.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    text-decoration: none;
}
.kondate_itmCol_hasMovie {
    position: relative;
}
.kondate_itmCol_hasMovie:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/icon_movie.svg) no-repeat center;
    background-size: 100% auto;
}
a.kondate_itmCol[onclick] {
    cursor: default;
}
body.js_mouseover a.kondate_itmCol[onclick]:hover {
    opacity: 1;
}
.kondate_itmCol[href*="/kondate"] * {
    width: 100%;
}
.kondate_top_info {
    padding: 15px 4px 4px 8px;
    min-height: 160px;
}
.kondate_top_info_dtl {
    margin: 10px auto 1px;
}
.kondate_titCol img {
    width: 150px;
    width: 156px;
    display: block;
    margin: 15px auto;
    margin: 3px auto 10px;
}
.kondate_itmCol_Movie.nodata {
/*    background: #eee;*/
}
.kondate_itmCol_Movie .kondate_top_info {
    min-height: 0;
}
.kondate_itmCol_noMovie_tit {
    background: #eee;
    text-align: center;
    padding: 40px 2px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagetop {
    display: inline-block;
    position: fixed;
    margin: auto;
    z-index: 99;
    width: 120px;
    right: 20px;
    bottom: 20px;
    border-radius: 100%;
    box-shadow: 0px 1px 15px 3px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 15%);
}

.pagetop.isFixed {
    /*display: block;*/
    bottom: 20px;
    position: fixed;
}
.pagetop.footPosition {
    bottom: 300px;
}



.round {
    background: #fff;
    border-radius: 100%;
    text-align: center;
    padding: 10px 1px 20px;
    width: 270px;
    height: 270px;
}

.round img {
    width: 120px;
    margin: 15px auto 10px;
    display: block;
}
.round_tit {
    display: flex;
    min-height: 2em;
    line-height: 1.1;
    align-items: center;
    justify-content: center;
}
.arrowCols {
    align-items: center;
}
.arrowCols > * {
    min-height: 300px;
}
.bg_arrow {
    text-align: center;
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    z-index: 9;
}
.bg_arrow.bg_arrow2 {
    bottom: -35%;
    right: 29%;
    left: auto;
}

#access_cont iframe {
    width: 100%;
}

section#lead_top {
    padding-top: 100px;
    padding-bottom: 90px;
}

section#VR_top {
    background: url(../img/top_virtual_pc.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0 90px;
}
section#VR_top a {
    text-decoration: none;
}
body.js_mouseover section#VR_top a:hover {
    opacity: 1;
}


.kondate_itmCol.kondate_itmCol_Movie_preOpen {
    line-height: 0;
    overflow: hidden;
}
.kondate_itmCol.kondate_itmCol_Movie_preOpen img {
    line-height: 0;
    width: calc(100% + 20px) !important;
    max-width: none;
    object-fit: cover;
    margin: -3px -10px 0;
}

.kondate_date[class*="kondate_date__length_"] {
    margin-bottom: 80px;
}
.monthLinks_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.monthLinks_list > li {
    margin-left: 0;
    margin-right: 1.6em;
    margin-bottom: 0.6em;
}
.monthLinks_list > li strong {
    font-weight: bold;
}
.kondate_month .monthLinks {
/*    display: none;*/
}

.kondate_AB .kondate_top_img_area {
    text-align: center;
    position: relative;
    background: #eee;
}
.kondate_AB img.kondate_top_img {
    height: 240px;
    height: 224px;
    width: auto;
    object-fit: contain;
}
.kondate_AB .kondate_top_img_area:before {
    content: "";
    display: inline-block;
    opacity: 0;
    position: absolute;
    width: 140px;
    height: 160px;
    bottom: -17px;
    right: 20px;
    margin: auto;
    background: url(../img/fig_ready.png) no-repeat center;
    background-size: 100% auto;
}