/*■01.MAINVISUAL*/
.mainvisual {
    position: relative;
}
.btn_scroll {
    display: block;
    position: absolute;
    left: 45.5%;
    bottom: 5px;
    width: 43px;
    height: 37px;
    z-index: 2;
}
.btn_scroll {
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease;
    -ms-animation-name: fuwafuwa;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -7px);
    }

    to {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -7px);
    }

    to {
        -moz-transform: translate(0, 0);
    }
}
/*■02.MAIN*/
.top_01 {
	margin: 8% 0;
	text-align: center;
}
.style_btn01 {
	display: block;
    border: 1px solid #464646;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    text-decoration: none !important;
    color: #464646;
    text-align: center;
    padding: 10px;
    margin: 25px auto 0;
    letter-spacing: 1px;
}
.style_btn01:hover {
    background: #d4b572;
}
.top_02 {
	position: relative;/* 
	background: #fdfbf8; */
	padding-bottom: 40px;
}
.top_02 h3 {/* 
	position: absolute;
	left: 2%;
	top: -47px; */
	text-align: center;
	margin-bottom: 30px;
}
/* .top02_cont01 .cont01_txt h4,
.top02_cont01 .cont01_txt p
{
	padding-left: 80px;
} */
.top_02 .cont_img {
	margin-top: 30px;
}
.top_04 {
	position: relative;/* 
	background: url('../images/top04_bg.jpg') repeat;
	-webkit-background-size: 66px;
	background-size: 66px; */
	padding: 40px 0;
}
/* .top_04 h3 {
	position: absolute;
	top: -47px;
	right: 10px;
} */
.top04_cont {
    background: #C94F50;
	padding: 4% 2%;
	margin-top: 30px;
}
.top04_cont .container {
	background: #fff;
	padding: 3% 2%;
}
.top04_cont ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.top04_cont ul li {
	width: 33%;
	margin-right: 1%;
}
.top04_cont .infor {
	margin-top: 10px;
}
.top04_cont .infor .stl_01 {
	font-size: 16px;
	font-weight: bold;
}
.top04_cont .infor .stl_01 a {
  text-decoration: none;
}
.top04_cont .infor .stl_02 {
	color: #8c6239;
	font-weight: bold;
}
.sec_news .ttl_news {
	border-bottom: 1px solid #d4b572;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sec_news .ttl_news .btn_news {
	float: right;
	text-decoration: none !important;
	font-weight: normal;
}
.sec_news .ttl_news .btn_news:hover {
	color: #8c6239;
}
.sec_news .news_cont{/* 
	height: 350px; */
	overflow: auto; 
}
.news_cont dl{
	margin-bottom: 10px;
}
.news_cont dt{
	color: #d4b572;
	margin-bottom: 5px;
}
.news_cont dd a {
	text-decoration: none;
}
.news_cont dd a:hover {
	text-decoration: underline;
}
.sec_instagram {
	margin-top: 40px;
}
.sec_instagram h3 {
    font-size: 14px;
    border-bottom: 1px solid #d4b572;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.sec_instagram .box_instagram {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px #ebebeb;
	-moz-box-shadow: 0px 0px 5px 0px #ebebeb;
	box-shadow: 0px 0px 5px 0px #ebebeb;
}
.media_320 {
	display: none;
}
/*■FIX RESPONSIVE*/
@media only screen and (max-width: 375px) {
	.top04_cont .infor .stl_01 {
		font-size: 15px;
	}
}
@media only screen and (max-width: 320px) {
	.style_btn01 {
		width: 250px;
	}
	.top04_cont .infor .stl_01 {
		font-size: 13px;
	}
	.media_320 {
		display: block;
	}
}