@charset "UTF-8";
/* update */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Noto+Sans+JP&display=swap');
.box-pickup *,
.box-pickup *::before,
.box-pickup *::after ,
.opening-container *,
.opening-container *::before,
.opening-container *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
#thumbnail_slider {
    margin: auto;
    width: 100%;
}

.thumbnail-item {
    margin: auto;
}

.slick-prev {
    top: auto;
    left: 0;
    bottom: -36px;
    background: #ffffff url(../img/top/arrow_prev_sp.png) no-repeat;
    background-size: cover;
    width: 9px;
    height: 15px;
}
.slick-next {
    top: auto;
    right: 0;
    bottom: -36px;
    background: #ffffff url(../img/top/arrow_next_sp.png) no-repeat;
    background-size: cover;
    width: 9px;
    height: 15px;
}

.slick-dots li button {
    width: 4px;
    height: 4px;
}
.slick-dots li button:before {
    line-height: 5px;
    width: 4px;
    height: 4px;
}

.slick-dots {
    bottom: auto;
    margin: auto;
    padding-top: 5px;
    padding-top: 1.333vw;
    width: calc( 100% - 20px );
}
}

/* OPENING POSITION */
.box__topopening {
    background: #fff;
    padding-top: 80px;
}
@media (min-width:769px) and (max-width:1310px){
.box__topopening {
    padding-top: 5.856vw;
}
}
@media (max-width: 768px) {
.box__topopening {
    padding-top: 21.333vw;
}
}

.opening__box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
.opening__box {
    display: block;
}
}

.opening__elm {
    flex: 1 1 auto;
    flex-basis: 38%;
    max-width: 38%;
    box-shadow: 0 0 8px rgba(224, 224, 216, 0.75);
    /*margin: 35px 40px 0;*/
    margin: 3% 3.3% 0;
    padding: 8px 17px;
}
@media (min-width:769px) and (max-width:1310px){
.opening__elm {
    padding:  0.585vw 1.244vw;
}
}
@media (max-width: 768px) {
.opening__elm {
    max-width: 100%;
    box-shadow: 0 0 8px rgba(224, 224, 216, 0.75);
    margin: auto;
    margin-bottom: 3.2vw;
    padding: 1.6vw 1.866vw;
}
}

.opening__elm a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.opening__elm a:hover {
    text-decoration: underline;
    filter: brightness(90%) contrast(120%);
}
@media (max-width: 768px) {
.opening__elm a:hover {
    text-decoration: none;
}
}

.opening__elm div:first-child {
    width: 38%;
}
@media (max-width: 768px) {
.opening__elm div:first-child {
    width: 35%;
}
}

.opening__elm div:last-child {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    width: 62%;
}
@media (min-width:769px) and (max-width:1310px){
.opening__elm div:last-child {
    font-size: 1.171vw;
    line-height: 1.317vw;
}
}
@media (max-width: 768px) {
.opening__elm div:last-child {
    font-size: 3.733vw;
    line-height: 5.333vw;
    width: 65%;
}
}

.opening__elm div:last-child:after {
    position:absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    content: "";
    background-image: url(../img/top/link_arrow.png);
    background-size: contain;
    margin: auto;
    width: 12px;
    height: 20px;
}
@media (min-width:769px) and (max-width:1310px){
.opening__elm div:last-child:after {
    width: 0.878vw;
    height: 1.464vw;
}
}
@media (max-width: 768px) {
.opening__elm div:last-child:after {
    width: 2.4vw;
    height: 4vw;
}
}

.opening__elm img {
    width: 100%;
}

/* news */

.news__box {
    margin: 0 auto;
    padding-bottom: 25px;
    width: 90%;
}
@media (min-width:769px) and (max-width:1310px){
.news__box {
    padding-bottom: 1.83vw;
}
}
@media (max-width: 768px) {
.news__box {
    padding-bottom: 6.666vw;
    width: 100%;
}
}

.news__elm {
    box-shadow: 0 0 8px rgba(224, 224, 216, 0.75);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 18px 32px;
    text-align: left;
    margin-top: 30px;
}
@media (min-width:769px) and (max-width:1310px){
.news__elm {
    font-size: 1.171vw;
    line-height: 1.464vw;
    padding: 1.317vw 2.342vw;
    margin-top: 2.196vw;
}
}
@media (max-width: 768px) {
.news__elm {
    font-size: 3.733vw;
    line-height: 5.333vw;
    padding: 2.933vw 3.2vw;
    text-align: left;
    margin-top: 3.2vw;
}
}

.news__elm a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
@media (max-width: 768px) {
.news__elm a {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}

.news__elm>a:after {
}
@media (max-width: 768px) {
.news__elm>a:after {
    position:absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    content: "";
    background-image: url(../img/top/link_arrow.png);
    background-size: contain;
    margin: auto;
    width: 11px;
    height: 19px;
}
}

.news__elm a:hover {
    text-decoration: underline;
    filter: brightness(90%) contrast(120%);
}
@media (max-width: 768px) {
.news__elm a:hover {
    text-decoration: none;
}
}

.news__elm>a>div:first-child {
    width: 20%;
}
@media (max-width: 768px) {
.news__elm>a>div:first-child {
    width: 41%;
}
}

.news__elm>a>div:last-child {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    margin-left: 70px;
    width: 80%;
}
@media (min-width:769px) and (max-width:1310px){
.news__elm>a>div:last-child {
    font-size: 1.171vw;
    line-height: 1.317vw;
    margin-left: 5.124vw;
}
}
@media (max-width: 768px) {
.news__elm>a>div:last-child {
    font-size: 3.733vw;
    line-height: 5.333vw;
    margin-left: 5.6vw;
    margin-right: 2.666vw;
    width: 59%;
}
}

.news__elm>a>div:last-child:after {
    position:absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    content: "";
    background-image: url(../img/top/link_arrow.png);
    background-size: contain;
    margin: auto;
    width: 12px;
    height: 20px;
}
@media (min-width:769px) and (max-width:1310px){
.news__elm>a>div:last-child:after {
    width: 0.878vw;
    height: 1.464vw;
}
}
@media (max-width: 768px) {
.news__elm>a>div:last-child:after {
    background-image: none;
}
}

.news__elm div div {
}
@media (max-width: 768px) {
.news__elm div div {
    margin-right: 4.8vw;
}
}

.news__elm div div:first-child {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
}
@media (min-width:769px) and (max-width:1310px){
.news__elm div div:first-child {
    font-size: 1.098vw;
    line-height: 1.464vw;
    margin-bottom: 0.878vw;
}
}
@media (max-width: 768px) {
.news__elm div div:first-child {
    font-size: 3.2vw;
    line-height: 5.333vw;
    margin-bottom: 3.2vw;
}
}

.news__elm img {
    width: 100%;
}
