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

/*================================================
背景色
================================================*/
.Contents-bg01 {
    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;
}

.Contents-bg02 {
    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;
    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;
}

/*================================================
アンカー・ボタン類
================================================*/
.Page__items {
    justify-content: center;
}

/*================================================
コンテンツ
================================================*/
.Sec-movie::after {
    background-image: url(../../common/images/deco03__green-big.png);
}

.gyaku-inner {
    display: flex;
    justify-content: flex-start;
    width: 860px;
    margin: 0 auto 50px;
}

.gyaku-dt {
    border-right: solid 1px #333;
    font-size: 25px;
    width: 100%;
}

.gyaku-dd {
    flex-basis: auto;
    font-size: 18px;
    padding-left: 30px;
}

.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;
}

.Feature2__button {
	margin: 0 auto;
	width: 630px;
	font-size: 26px;
	font-weight: 600;
	background: rgb(219,240,179);
	background: -webkit-linear-gradient(top left, rgba(219,240,179,1) 0%, rgba(219,240,179,1) 50%, rgba(235,250,114,1) 100%);
	background: -o-linear-gradient(top left, rgba(219,240,179,1) 0%, rgba(219,240,179,1) 50%, rgba(235,250,114,1) 100%);
	background: linear-gradient(to bottom right, rgba(219,240,179,1) 0%, rgba(219,240,179,1) 50%, rgba(235,250,114,1) 100%);
}

.Feature2__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0 25px 15px;
  transition: opacity 0.5s;
}

.Feature2__link:hover {
  opacity: 0.3;
}

.Feature2__link::before,
.Feature2__link::after {
  content: '';
  position: absolute;
  background: #000;
}

.Feature2__link::before {
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  width: 40px;
  height: 1px;
}

.Feature2__link::after {
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  right: 7px;
  width: 10px;
  height: 1px;
}

.Feature2__link small {
  display: block;
  font-size: 15px;
  font-weight: 400;
}