.mainvisual{
	position: relative;
	z-index: 0;
	background: #ccbca9;
}
.mainvisual .carousel{
	height: 40vh;
	width: 40vh;
}
.mainvisual #carousel{
	margin-bottom: 20vh;
	border-radius: 0 0 10px 0;
}
.mainvisual #carousel02{
	margin: 0 0 0 auto;
	border-radius: 10px 0 0 0;
}
h1#mainvisual_title{
	height: fit-content;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
h1#mainvisual_title img{
	display: block;
	width: 100%;
}
#scroll_box{
	width:30px;
	height:auto;
	position:absolute;
	bottom: 0px;
	left: 5%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	-ms-transform: translate(-50%, -0%);
}
.scroll a {
    display: block;
    height: 6em;
    text-align: right;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 900;
}
.scroll .line {
    display: block;
    height: 100px;
    width: 1px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.scroll .line span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(#999),to(#fff));
    background: linear-gradient(0deg,#fff,#999,#fff);
    -webkit-animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    z-index: 100;
}
@-webkit-keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
 
@keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

#contents_news{
	background: #f5f2e9;
	padding: 90px 0;
}
#contents_news h2{
	color: #535353;
	font-weight: normal;
	margin: 0 0 10px 10px;
	line-height: 1;
}
#contents_news h2 span{
	font-size: 70%;
}
#contents_news #important_list{
	width: 95%;
	margin: 0 auto;
}
#contents_news #important_list li{
	border-bottom: 1px dashed #535353;
	padding-bottom: 10px;
	margin: 10px 0;
}
#contents_news #important_list li a{
	color: #535353;
	font-size: 90%;
	letter-spacing: 1px;
}
#contents_news .button{
	display: block;
	width: fit-content;
	background: #a6937c;
	color: #fff;
	padding: 5px 15px 8px;
	margin: 30px 10px 15px auto;
	border-radius: 5px;
}
.greeting{
	padding: 90px 0;
	background: url(../img/bg_01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.7;
	text-shadow: 2px 2px 3px #000;
}
.greeting .title{
	margin-bottom: 20px;
	font-size: 170%;
}
.greeting .text{
	line-height: 1.8;
	padding: 0 10px;
}

.content_01{
	margin: 90px auto 150px;
}
.content_01 .pick_up{
	width: 100%;
	margin: 0 auto;
}
ul.pick_up{
	margin-top:150px;
    display: flex;
		flex-direction: column;
    align-items: center;         /* 垂直方向の中央揃え */
    justify-content: center;     /* 水平方向の中央揃え */
    gap: 60px; /* 要素の間隔を調整 */
}
ul.pick_up li:last-child .snip1445{
	margin: 0 0 0 auto;
}


/* モバイル対応 */
@media screen and (max-width: 768px) {
  .pick_up li {
    flex: 1 1 100%;
  }
}
/* =======================================
	2つの画像エフェクト
======================================= */
.snip1445 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  width: 80%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #3c1f03;
}
.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1445 img {
  max-width: 100%;
	height: auto;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1445 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}
.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 2px;
  width: 500px;
  position: absolute;
  content: '';
  background-color: #d1c0a5;
}
.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background: #d1c0a5;
}
.snip1445 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1445 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.title_10,
.title_11 {
  margin: 0;
  text-transform: uppercase;
}
.title_10 {
  letter-spacing: 2px;
  font-size: 150%;
}
.title_11 {
  display: block;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #a6937c;
  border-radius:5px;
}
.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* =======================================
	ここまで　
	2つの画像エフェクト
======================================= */