section.mainvisual{
	max-width: 100%;
	height: 100vh;
	position:relative;
}

#mainvisual_title{
	position: absolute;
	width: 620px;
	height: 145px;
	top: 43%;
    left: 50%;
    transform: translate(-50%, -43%);
    -webkit-transform: translate(-50%, -43%);
    -ms-transform: translate(-50%, -43%);
}
	
#scroll_box{
	width:30px;
	height:auto;
	position:absolute;
	bottom: 0px;
    left: 50%;
    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%)
    }
}






/* =======================================
	メインヴィジュアル右側のナビゲーション
======================================= */

	

.fixed_left {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    right: 1.5%;
    top: 0%;
    bottom: 0;
    display: flex ;
    justify-content: center;
    writing-mode: vertical-rl;
	height: 100vh;
	padding:7px;
}
.fixed_left .side_links a:not(:last-child) {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #CCC;
}
.fixed_left .side_links a {
	font-size: 77%;
	font-weight:800;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	color: #FFF;
    display: block;
    letter-spacing: 2px;
	float:left;
	transition: 0.2s;
}

.fixed_left .side_links a:hover{
	color: #919940;
}





#line{
	width:100%;
	height:1px;
}



/* =======================================
	お知らせ
======================================= */
#contents_news{
	clear:both;
	width: 100%;
	background: #f5f2e9;
	border-bottom: 1px solid #ffffff;
/*	border-top: 3px solid #d1c0a5;
*/	padding: 55px 0px;
/*	border-bottom: 3px solid #d1c0a5;
*/}
.sub_con_01{
	width: 95%;
	max-width:1150px;
	position:relative;
	margin:0 auto;
}

#important_box{
	position:relative;
	width:260px;
	padding: 15px 25px 15px 0;
	vertical-align:middle;
	border-right:3px solid #a6937c;
	float:left;
}
h2.important_title{
	font-weight: normal;
	color: #666;
	font-size: 123.1%;
	text-align: center;
	letter-spacing: 2px;
	
}
span.s_title{
	font-size: 77%;
	color: #a6937c;
	padding-left: 5px;
}

ul#important_list{
	float:right;
	width:830px;
}

ul#important_list li{
	width:830px;
	height:33px;
	background:url(../img/yajirushi.gif) no-repeat scroll 90px 6px;
	border-bottom:1px dotted #999;
	overflow:hidden;
	position:relative;
}
#important_list li:nth-child(4)  {
    border-bottom:none !important;
}
span.day01{
	font-size:93%;
	font-weight:bold;
	width:40px;
	color:#444;
	position:absolute;
	top:10px;
}
#important_list a{
	display:block;
	color:#444;
	position:absolute;
	top:10px;
	left:110px;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
    text-overflow: ellipsis;
	font-size:93%;
	letter-spacing:3px;
	transition: 0.1s;
}
#important_list a:hover{
	color: #919940;
}

/* =======================================
	ボタン
======================================= */

.button_01.btn_01 {
	display:none;
}
	
.button{
	background-color: #a6937c;
	border: 2px solid #f3f6f9;
	display: inline-block;
	font-size:60%;
	color:#FFF;
	margin-top:15px;
	padding:0px 20px;
	/*************************************************************************************
	outlineプロパティは、アウトラインのスタイル・太さ・色をまとめて指定する際に使用します。
	borderプロパティとは異なり、outlineプロパティには上下左右の概念はありません。 
	アウトラインをつける（縁取りをする）対象が丸い場合には、アウトラインも丸くなります。
	*************************************************************************************/
	outline: none;
	text-decoration:none !important;
	border-radius:5px !important;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	border-radius:5px !important;
}
.button,
.button::before,
.button::after {
	/*********************************************************
	「box-sizing」はボックスサイズの算出方法を指定する 
	content-box
	パディングとボーダーを幅と高さに含めない（初期値）
	border-box
	パディングとボーダーを幅と高さに含める
	inherit
	親要素の値を継承する
	**********************************************************/
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	/*transitionで変化を設定 これにより滑らかに動く*/
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

/* btn3 */
.btn3 {
	z-index: 2;
	color:#fff !important;
	line-height: 30px;
	letter-spacing:2px;
	position:relative;
	border-radius:5px !important;
}
.btn3:hover {
	border-radius:5px !important;
	background-color: #fff;
	border-color: #a6937c;
	color: #a6937c !important;
}
.btn3::before,
.btn3::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #a6937c;
}
.btn3::before {
	right: 0;
}
.btn3::after {
	left: 0;
}
.btn3:hover::before,
.btn3:hover::after {
	width: 0;
	background-color: #a6937c;
	border-radius:5px !important;
}

/* =======================================
	ここまで
======================================= */

.content {
	width: 100%;
	height: 820px;
	margin: 0 auto;
	background: url(../img/bg_01.jpg) center top no-repeat;
}

h2.title {
	padding: 140px 0 10px 0;
	text-align: center;
	font-size: 200%;
	color:#FFF;
	letter-spacing:1.5px;
	text-shadow:2px 2px 2px #000;
}

p.text {
	text-align: center;
	letter-spacing:2px;
	color: #FFF;
	font-size: 131%;
	line-height:1.8;
	text-shadow:2px 2px 2px #000;
/*	background:rgba(194, 94, 108, 0.7);
*/	padding:15px;
}



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


/* モバイル対応 */
@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;
  min-width: 520px;
  max-width: 520px;
  width: 100%;
  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%;
  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つの画像エフェクト
======================================= */
p.pickup_title{
	color: #333;
	font-size: 131%;
	letter-spacing: 1px;
	text-align: center;
	line-height: 50px;
}
	
