@charset "UTF-8";
/* CSS Document */


@media screen and (max-width:768px) {
	.header .top_description {
		display: none;
	}
	.br-sp{
		display: block;
	}
}



/* KV */
.kv_pic {
	height: 40px;
	width: 100%;
	object-fit: cover;
	    margin: 40px 0;
	
}

.kv_description {
    font-size: 2.6rem;
    line-height: 4.0rem;
}

.main_button_text{
	padding: 22px 20px;
	background-color: #F8A028;
	color: #fff;
	font-size: 2.4rem;
	width: 350px;
	height: 70px;
	border-radius: 100px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    transition: background-color 1s, color 1s;
}

.main_button_text:hover{
    background-color: #fff;
    color: #F8A028;
    
}

.main-button {
    margin-top: 50px;
}

.content-width{
		max-width: 1040px;
	margin: 0 auto;
}

h3.section_title {
    padding-bottom: 40px;
}





.news, .about, .kokunai, .kaigai, .bazaar, .olivetoha {
	    padding: 10px 20px;
}


/* section */
.section_title::after{
	margin-left:20px; 
	border-top:1px solid #707070; 
	content:""; 
	flex-grow:1;
}
.section_title {
	font-size: 2.2rem;
	text-align: left;
	display: flex;
	align-items: center; /* 垂直中心 */
}
.content-width {
	margin-bottom: 60px;
	    margin-top: 20px;
	    text-align: left;
}

/* about */
.about_description {
	padding-left: 30px;
}
@media screen and (max-width:768px) {

	.kv h2 {
	padding: 30px 0px 260px 20px;
		text-align: left;
		line-height: 3.6rem;
		font-size: 2.0rem;
	}
	
	.main_button_text {
		font-size: 2.0rem;
}

	.kv_description {
		font-size: 2.8rem;
	}
	.olivetoha {
		    padding-top: 40px;
	}
	.olivetoha .section_title_center{
		padding-bottom: 40px;
		font-size: 2.8rem;
	}
	.olivetoha_text {
	line-height: 3.2rem;
	}
	.content-width {
    margin-bottom: 20px;
	}
	
}

.main_button_text {
    padding: 22px 20px;
    background-color: #F8A028;
    color: #fff;
    font-size: 2.4rem;
    width: 340px;
    height: 70px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    transition: background-color 1s, color 1s;
}

.button {
	text-align: right;
	margin-bottom: 40px;
	    margin-top: 20px;
}

.section_button_text {
	color: #fff;
	padding: 20px;
	text-decoration: none;
	    display: inline-block;
	font-size: 2.0rem;
	 width: 300px;
    height: 64px;
    background-color: #54A8B3;
	text-align: center;
    transition: border-radius 2s;
}

.section_button_text:hover{
    border-radius: 100px;
    
    opacity: 0.8;
}
/* about */
.about_content-wrapper{
	display: flex;
	padding-top:40px;
	align-items: flex-start;
}
img.section_img {
    padding-right: 40px;
	width: 289px;
}
.about_description{
	font-size: 1.6rem;
	line-height: 3.5rem;
	text-align: left;
}




.mb-80 {
	margin-bottom: 80px;
}

.sub_headline {
	padding: 20px;
}
.bazzer_description {
	padding: 0 0 0 40px;
}


.fadeIn {
animation-duration:2s;
}
.grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}
.grid img {
	width: 300px;
}
.grid_box {
	    width: 300px;
	margin-bottom: 40px;
}

.gallery_main_pic {
	width: 100%;
    object-fit: cover;
	height: 250px;
}
.caption {
	border-bottom: solid #333 2px;
  padding-top: 8px;
	    display: inline-block;
}

.gallery_picture_main-pic_box {
	margin-bottom: 40px;
}

@media screen and (max-width:768px) {
.section_button_text {
    padding: 8px;
	font-size: 1.6rem;
    width: 200px;
    height: 40px;
}
	.about_content-wrapper {

    flex-direction: column;
}
	.about_description {
    padding-top: 20px;
}
	.grid {
	display: flex;
	justify-content: center;
}
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


