@charset "UTF-8";
/* コンテンツ */

.ytube {
    display: block;
    width: 100%;
    aspect-ratio:192 / 108;
    margin-left: auto;
    margin-right: auto;
}
.ytube iframe {
    width: 100%;
    height: 100%;
}

.cc_box {
    position: relative;
    background-image: url("../img/gaikan_bw.webp");
    background-position: center center;
    background-size: cover;
    aspect-ratio:16 / 9;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5em;
    margin-top: 8em;
}
.cc_box section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.name_img {
    position: absolute;
    line-height: 1;
    z-index: 1;
    text-align: center;
    top: -3em;
    left: 0;
    width: 100%;
}
.name_img h3 img {
    width: 90%;
}
.name_img p {
    margin-top: 1em;
    margin-bottom: 2em;
}
.name_img h4 img {
    width: 50%;
}

.cc_tx {
    position: relative;
    text-align: center;
}
.cc_tx h4 {
    font-family: "LINE Seed Bold",sans-serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.t_more span {
    display: block;
    width: 350px;
    height: 50px;
    line-height: 1;
    margin: auto;
}
.t_more span a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 2px;
    text-indent: 2px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: rgba(17,17,17,0.8);
    transition: all 0.3s;
}
.t_more span a:hover {
    color: #c08a13;
    border: 2px solid #c08a13;
}

.ex_bg {
    overflow: hidden;
}
.ex_box {
    margin-bottom: 3em;
}
.ex_box h2 {
    margin-bottom: 1em;
}
.ex_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ex_box ul li {
    width: 49%;
}
.ex_box ul li img {
    width: 100%;
}

.nbox {
    background-color: #fff;
    color: #111;
    padding: 3.5em 4em;
    border-radius: 10px;
}
.news_sub {
    font-size: 3em;
    text-align: center;
    line-height: 1;
}

#mns_news ul li span {
    color:#111 !important;
	background-color:#e0e0e0 !important;
}

.carnavi {
    margin-bottom: 2em;
}
.carnavi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.carnavi ul li {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #333;
    background-color: #fff;
    line-height: 2em;
}
.carnavi ul li span {
    background-color: #333;
    color: #fff;
    display: block;
    width: 10em;
    text-align: center;
}
.carnavi ul li p {
    padding: 0 0.5em;
}

.gmapbtn {
    text-align: center;
}
.gmapbtn a {
    display: block;
    width: 12em;
    line-height: 2.5em;
    border: 1px solid #333;
    background-color: #fff;
    margin: 0 auto;
    color: #111;
    transition: all 0.3s;
}
.gmapbtn a:hover {
    opacity: 0.6;
}


@media screen and (max-width: 960px) {

.cc_box {
    aspect-ratio:4 / 3;
    padding-bottom: 4em;
    margin-top: 6em;
}
.name_img {
    top: -2em;
}
.name_img img {
    width: 90%;
}
.cc_tx h4 {
    font-size: 4vw;
    margin-bottom: 1.5em;
    line-height: 1.7;
}

.t_more span {
    width: 18em;
    height: 3em;
}
.t_more span a {
    font-size: 1.24em;
}

.nbox {
    padding: 3em;
}
.news_sub {
    font-size: 2.5em;
}

.carnavi ul li {
    width: 100%
}
.carnavi ul li:first-child {
    margin-bottom: 1em;
}

}

@media screen and (max-width: 520px) {

.cc_box {
    aspect-ratio:1;
    padding-bottom: 3em;
    margin-top: 4em;
}
.name_img {
    top: -1em;
}
.name_img img {
    width: 90%;
}
.name_img p {
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.name_img h4 img {
    width: 70%;
}
.cc_tx h4 {
    font-size: 4.3vw;
}

.ex_box {
    margin-bottom: 3em;
}
.ex_box h2 {
    margin-bottom: 1.5em;
}
.ex_box ul {
    flex-direction: column-reverse;
}
.ex_box ul li {
    width: 100%;
}
.ex_box ul li:last-child {
    margin-bottom: 2em;
}

.t_more span {
    width: 16em;
    height: 3em;
}
.t_more span a {
    font-size: 1.16em;
}

.nbox {
    padding: 2em;
}
.news_sub {
    font-size: 2em;
}

.carnavi ul li {
    font-size: 0.92em;
}
}

@media screen and (max-width: 499px) {
  #mns_news ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

