@charset "UTF-8";
/* shikoku88.CSS Document */

/*================================================
背景色
================================================*/
.Contents-bg01 {
    position: relative;
    background: rgb(219, 240, 179);
    background: linear-gradient(135deg, rgba(219, 240, 179, 1) 0%, rgba(219, 240, 179, 1) 50%, rgba(235, 250, 114, 1) 100%);
    width: 100%;
    height: auto;
}

.Contents-bg02 {
    position: relative;
    background: rgb(219, 240, 179);
    background: linear-gradient(45deg, rgba(219, 240, 179, 1) 0%, rgba(219, 240, 179, 1) 50%, rgba(235, 250, 114, 1) 100%);
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 150px;
}

.Contents-bg02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 0 calc(100vw - 15px);
    border-color: transparent transparent transparent #fff;
    transform: scale(-1, 1);
}

/*================================================
タイトル
================================================*/

.Keyvisual__outer {
    background-image: url(../images/keyvisual__idx-pc.png);
}

.Keyvisual__inner {
    height: 960px;
}

/*================================================
コンテンツ
================================================*/

.Sec-movie::after {
    background-image: url(../../common/images/deco03__green-big.png);
}

.Sec-temple::after {
    background-image: url(../../common/images/deco04__green-big.png);
}

.Feature__link:hover {
    background-color: #dbf0b3;
}

/*================================================
ツアーはこちら
================================================*/
.Tour__table caption {
    background-color: #dbf0b3;
}

.Tour__table th {
    background-color: #aabf81;
}

/*================================================
説明会開催のご案内
================================================*/
/* ページャー */
.search_pager_wrap li:hover,
.search_pager_wrap li.current {
  background-color: #AABF81;
}


.Temple__tour-link {
  background-color: #fff;
}

.Temple__tour-link:hover {
  background-color: #ebfa72;
}