@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');

.w_100 {
	width: 100%;
}
.contbox {
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-repeat: repeat;
	margin-bottom: 50px;
	background-color: #020202;
}
.box {
	background-color: #B6C7D3;
	margin-bottom: 50px;
	box-shadow: 6px 6px 12px rgba(0,0,0,0.4);
}
.text_box3 {
	width: 100%;
	display: block;
	padding: 60px 0 30px;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.8em;
	letter-spacing: 1px;
	background-image: url(../images/appeal/message.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.text_box3 .message2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.text_box3 .message2 p {
	width: 100%;
	display: block;
	margin-bottom: 2em;
}
.fadein {
    opacity: 0;
    animation: fadein 3s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
.txt01 {animation-delay: 1s;}
.txt02 {animation-delay: 5s;}
.txt03 {animation-delay: 10s;}
.txt04 {animation-delay: 15s;}
.txt05 {animation-delay: 20s;}
.txt06 {animation-delay: 25s;}
.text_box3 .deco {
	width: 56%;
	margin: 0 auto 30px;
	display: block;
}
.text_box3 .deco2 {
	width: 56%;
	margin: 10px auto 0;
	display: block;
}
.r_point {
	position: relative;
	width: 100%;
}
.r_point img {
	width: 100%;
}
.text_box {
	width: 34%;
	display: block;
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	left: 33%;
	color: #FFFFFF;
	background-color: rgba(63, 40, 24, 0.7);
	padding: 1.5em 0;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.5em;
	z-index: 2;
}
.text_box h3 {
	font-size: 2.4em;
	font-weight: bold;
	display: block;
	letter-spacing: 3px;
	margin-bottom: 0.5em;
}
.text_box2 {
	width: 34%;
	display: block;
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	left: 33%;
	color: #FFFFFF;
	background-color: rgba(164, 143, 32, 0.7);
	padding: 1.5em 0;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.5em;
	z-index: 2;
}
.text_box2 h3 {
	font-size: 2.4em;
	font-weight: bold;
	display: block;
	letter-spacing: 3px;
	margin-bottom: 0.5em;
}
.pad_right {
	padding-right: 5%;
}
.pad_left {
	padding-left: 5%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.br_pc {
	display: block;
}
.br_768 {
	display: none;
}
.br_sp {
	display: none;
}


/*ホバーアクション*/
.r_point {
	overflow: hidden;
    cursor: pointer;
}
.r_point img{
  width: 100%;
  transition-duration: 0.5s;
}
.r_point img:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
}
.decoration_border {
	display: block;
  margin: 0 auto 4rem;
  width: 40%;
}
.decoration_border2 {
	display: block;
  margin: 4rem auto 0;
  width: 40%;
}




@media screen and (max-width:1024px){
.text_box3 {
	background-image: url(../images/appeal/message2.jpg);
}
}



@media screen and (max-width:768px){
.contbox {
	font-size: 1.8vw;
}
.text_box {
	width: 42%;
	left: 29%;
}
.text_box2 {
	width: 42%;
	left: 29%;
}
.text_box3 {
	padding: 45px 0 25px;
}
.text_box3 .message2 p {
	margin-bottom: 1.6em;
}	
}





@media screen and (max-width:767px){
.contbox {
	margin-bottom: 40px;
	font-size: 4.2vw;
	line-height: 1.7em;
}
.box {
	margin-bottom: 40px !important;
}
.text_box {
	width: 76%;
	left: 12%;
	font-size: 4.0vw;
	padding: 0.5em;
	letter-spacing: 0px;
}
.text_box h3 {
	font-size: 1.3em !important;
	font-weight: bold;
	display: block;
	letter-spacing: 3px;
	margin-bottom: 0.3em;
}
.text_box2 {
	width: 76%;
	left: 12%;
	font-size: 4.0vw;
	padding: 0.5em;
	letter-spacing: 0px;
}
.text_box2 h3 {
	font-size: 1.3em !important;
	font-weight: bold;
	display: block;
	letter-spacing: 3px;
	margin-bottom: 0.3em;
}
.text_box3 {
	width: 100%;
	display: block;	
	padding: 40px 0px 15px;
	background-image: url(../images/appeal/message3.jpg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text_box3 .message2 {
	width: 88%;
	display: block;
	margin: 0 auto;
}
.text_box3 .message2 p {
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 0 0 1.6em;
}
.br_pc {
	display: none;
}
.pc {
	display: none;
}
.br_sp {
	display: block;
}
.sp {
	display: block;
}

.decoration_border {
	display: block;
  margin: 0 auto 4rem;
  width: 80%;
}
.decoration_border2 {
	display: block;
  margin: 4rem auto 0;
  width: 80%;
}
}
