
/* main font for menu. */
@import url("https://fonts.googleapis.com/css?family=Biryani:400,700&display=swap");
/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.red {
	color: #ff3968;
}
.blue {
	color: #0a98bc;
}
.navy{
	color:#0e2d7a;
}
.purple{
	color:#776ab0;
}

/*--------------------
1. General
--------------------*/

body {
	margin: 0px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
	letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Quicksand', 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #232323;
	display: block;
	letter-spacing: 0.5px;
}

p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.5px;
	color: #444444;
	margin:0px;
	padding:0px;
}
.c12{font-size:12px;line-height: 160%;letter-spacing: 0px;}
.c14{font-size:14px;line-height: 160%;}
.c16{font-size:16px;line-height: 160%;}
.c18{font-size:18px;line-height: 160%;}

.dark-bg p {
color: #B1B1B1;
}

a:link{color:#0999bc;}
a:hover, a:focus, a:active, a.active {
	color: #796ba5;
	text-decoration: none;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

@media (max-width: 767px) {
.container {
padding:20px;
}
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	color:#fff;
	background: #7f90c8;
}

@media (min-width: 769px) {
	section {
		padding: 100px 0px;
	}
}
@media (max-width: 768px) {
	section {
		padding: 50px 0px;
	}
}
@media (max-width: 576px) {
section {
	padding: 30px 0;
}
}

ul {

	padding: 0px 0px 0px 15px;	
}

ul li {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
    text-align:left;
}



.img_res{
display: block;
  max-width: 100%;width:100%;
}

.left{text-align:left;}

.map{width:100%;height:500px;}

@media (max-width:768px) {
.map{width:100%;height:400px;}
}
@media (max-width:576px) {
.map{width:100%;height:300px;}
}

.slash{
	background:url(../imgs/slash.gif) repeat-x;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}


.my-1{margin:10px 0px}
.my-2{margin:20px 0px}
.my-3{margin:30px 0px}
.my-4{margin:40px 0px}
.my-5{margin:50px 0px}

.mt-1{margin-top:10px}
.mt-2{margin-top:20px}
.mt-3{margin-top:30px}
.mt-4{margin-top:40px}
.mt-5{margin-top:50px}

.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}


/*--------------------
2. Navigation
--------------------*/
.logo{
width:200px;
}

.navbar-default {
	background-color: #fff;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}

.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #0999bc;
	border-color: #0999bc
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #0999bc
}
.navbar-default .nav li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #333;
	padding-top:25px;
}

@media (max-width:576px) {
.navbar-default .nav li a {
font-size:14px;
padding:0px 0px 10px 10px;
margin:0px;
border-bottom: 1px solid #ccc;
}
}


.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #0999bc;
	outline: 0
}

.nav li.focus a{
	color: #0999bc;
}


.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #0999bc
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 0.65);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 10px;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #FFFFFF;
		border-bottom: 1px solid #828282;
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
}

/*--------------------
3. Header
--------------------*/

header {
    margin-top: 80px;
    	position: relative;
}

.owl-slider-item {
	background-color: #000;
}

.owl-slider-item img {
	opacity: 0.9;
}

@media (max-width: 768px) {
	.owl-slider-item img {
		width: 100%;
  height: 500px;
  object-fit: cover; /* この一行を追加するだけ！ */
	}
}


.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 20px;
	background: rgba(0, 0, 0, 0.26);
	border-radius: 0;
	margin: 0;
	font-size: 16px;
	z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}

.intro-text {
	position: absolute;
    text-align: center;
	transform: translateX(-50%);
	top:35%;
	left: 50%;
	z-index:9;
}
.intro-text2 {
	padding-top: 60px;
text-align:center;
}
@media (min-width: 768px) {
    .intro-text2 {
		padding-top: 100px;
    }
}
.intro-text2 .intro-lead-in {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 20px;
	font-family: "Open Sans",sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 3px;
}

.intro-text2 .intro-heading {
	font-weight: 700;
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 25px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (max-width: 768px) {
	.intro-text2 .intro-heading {
		line-height: 160%;
		font-size: 24px;
		margin-bottom: 50px;
	}
	.intro-text2 .intro-lead-in {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 3px;
	}
}





.intro-kikan {
	position: absolute;
    text-align: center;
	bottom:10%;
	right: 5%;
	z-index:9;
}

.intro{
width:100%;
max-width:1104px;
}
.kikan{
width:100%;
max-width:250px;
}

@media (max-width: 767px) {
.intro{
padding-top:20px;
width:350px;
}
.kikan{
width:100%;
max-width:150px;
}
}

#shop{
background:url(../imgs/price_bg.gif) no-repeat;
background-size: 100%;
background-position: center top;
}

.main_shop{
background:url(../imgs/slider-2.jpg) no-repeat;height:300px;
background-size:cover;
background-position: center center;
}

.main_gari{
background:url(../imgs/slider-6.jpg) no-repeat;height:300px;
background-size:cover;
background-position: center center;
}
.main_acc{
background:url(../imgs/slider-4.jpg) no-repeat;height:300px;
background-size:cover;
background-position: center center;
}



@media (max-width: 767px) {
	.main_shop {
		background:url(../imgs/slider-2.jpg) no-repeat;height:200px;
		background-size:cover;
	}

.main_gari{
background:url(../imgs/slider-6.jpg) no-repeat;height:200px;
background-size:cover;
background-position: center center;
}
.main_acc{
background:url(../imgs/slider-4.jpg) no-repeat;height:200px;
background-size:cover;
background-position: center center;
}
}


/*--------------------
4. Sections
--------------------*/


.section-title h2 {
	font-size: 32px;
	color: #444;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}


.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #0999bd;
}




.section-title h3 {
	font-size: 28px;
	color: #444;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}


.section-title h3:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #1cbcff;
}
@media (max-width: 768px) {
.section-title h2 {font-size:24px;margin-bottom:30px;}
.section-title h3 {font-size:20px}
.section-title p{margin-bottom: 30px;}

}


.dark-bg .section-title h2 {
	color: #fff;
}

@media (min-width: 769px) {
.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	margin: 20px 100px 60px 100px;
}
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
	padding: 40px 0;
	color: #fff;
	background-color: #60c3b6;
}
@media (max-width: 768px) {
.section-cta {
	padding: 20px 0;
	color: #fff;
	background-color: #60c3b6;
}
}

.section-cta h2 {
	color: #fff;
	font-size: 20px;
	line-height:160%;
	font-weight: 300;
	margin: 10px 0px 20px 0px;
}

.section-cta h3 {
	color: #fff;
	font-size: 16px;
	line-height:160%;
	font-weight: 300;
	margin: 0px;
	text-align:left;
}

.button-pri a{
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	display: inline-block;

	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;

}
.button-pri a:hover {
	color: #000;
	background-color: #fff;	
	text-decoration: none;
}
.button-pri a:visited{color:#fff;}


/*--------------------
 Button
--------------------*/
.btn{
display: flex;
  justify-content: center;
  align-items: center;
text-align:center;
margin:0px 0px 30px 0px;
}


a.btn-color {
color: #796ba5;
  border:2px solid #796ba5;
  background:#fff;
}

a.btn-color:hover {
  color: #fff;
  background:#796ba5;
  border:2px solid #796ba5;
}



a.btn-c {
  font-size: 1.7rem;
  position: relative;
  padding: 10px 20px;
  border-radius: 100vh;
}

.btn-copy {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
  color:#3997b9;
}



.btn-copy:before {
  margin-right: 10px;
  content: '＼';
}

.btn-copy:after {
  margin-left: 10px;
  content: '／';
}
@media (max-width: 768px) {
a.btn-c {
  font-size: 16px;
  position: relative;
  padding: 10px 20px;
  border-radius: 100vh;
}
.btn-copy:before {
  margin-right: 0px;
  content: '＼';
}

.btn-copy:after {
  margin-left: 0px;
  content: '／'
}
}


/*--------------------
TOP 今季のブルーベリー
--------------------*/

#berry{
background:url(../imgs/berry_bg.gif) no-repeat;
background-size: 100%;
background-color:#fffdca;
background-position: right top;
position: relative;
}
.box1000{
width:100%;
max-width:1000px;
margin:0px auto; 
}
.konki{
width:100%;
max-width:1000px;
margin:0px auto; 
margin-top:30px;
}
.konki p{
	line-height:1.8;
	padding-left:10px;
}

.waku-blue{
width:100%;
max-width:970px;
background:#fff;
margin:0px auto;
padding:30px 0px;
text-align:left;
border-radius:10px;
border:5px solid#0999bd;
display: flex;
}
.waku-blue p{
	font-size:16px;
	line-height:2;
}

@media screen and (max-width: 768px) {
	.konki .col-sm-5{padding:0px;}
	.konki p{padding:5px 0px 0px 5px}
}



/*--------------------
TOPブルーベリー販売
--------------------*/

#price{
background:url(../imgs/price_bg.gif) no-repeat;
background-size: 100%;
background-position: center top;
}
.shop img,
#price img{
border-radius: 15px; 
width:100%;
}
.kikan-box{
	background:#0a98bc;
	border-radius: 30px;
	padding:10px 40px;
	text-align:center;
	color:#fff;
	font-size:24px;
	display:inline-block;
	
}

.berry_box{
position:relative;
width:100%;
margin:10px 0px;
}

.berry-kikan{
background:#fff000;
text-align:center;
position:absolute;
bottom:0px;
font-size:16px;
font-weight:500;
padding:5px 0px;
width:100%;
border-radius: 0px 0px 15px 15px; 
}

.shop h3,
#price h3{
font-size:20px;
color:#0a98bc;
font-weight:500;
line-height:1.5;
margin:0px;
margin:0px 0px 10px 0px;
}
.price{
font-size:20px;
}


@media screen and (max-width: 768px) {

.kikan-box{
	font-size:20px;
	margin-bottom:10px;
	padding:10px 20px;
}
	#price .col-xs-6{
		padding:0px 10px;
	}
	
	#price img{
		border-radius: 5px; 
		width:100%;
	}
	.berry_box{
		margin:5px 0px;
	}
	.berry-kikan{
		border-radius:0px 0px 5px 5px; 
		font-size:12px;
	}
	#price h3{
		font-size:15px;
		letter-spacing: 0;
		margin:0px;
	}
	.shop h3{
		font-size:18px;
		letter-spacing: 0;
		margin-top:5px;
	}
	#price .c14{
		font-size:12px;
		letter-spacing: 0;
		margin:0px;
	}
	.price{
		font-size:16px;
	}
	#price .btn-copy{
		font-size:13px;
	}
}


/*--------------------
ブルーベリー販売
--------------------*/
.shop-box{
	background:#fff;
	border:3px solid #0a98bc;
	border-radius:10px;
	padding:10px 20px 20px 20px;
}

.shop-box h4{
	color:#0a98bc;
}
.box16{
	font-size:14px;
	line-height:160%;
	color:#484848;
    padding:10px 15px;
    margin: 10px 0px 0px 0px;
    background: -webkit-repeating-linear-gradient(-45deg, #fffcdc, #fffcdc 3px,#fff68a 3px, #fff68a 7px);
    background: repeating-linear-gradient(-45deg, #fffcdc, #fffcdc 3px,#fff68a 3px, #fff68a 7px);
    border-radius: 7px;/*角丸*/
}
@media screen and (max-width: 768px) {
.box16{letter-spacing: 0;font-size:13px;}
}

/*送料ボタン*/
.btn-social-flat { 
  color: #484848;
  display: inline-block;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: #eaeef1;
  text-decoration: none;
  margin: 0px;
  border-radius: 10px;
}

.btn-social-flat-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
}
.btn-social-flat-icon i {
  font-size: 20px;
  line-height: 50px;
  transition: .3s;
}
.btn-social-flat-text {
  display: inline-block;
  width: 160px;
  text-align: left;
  padding-left:10px;
}


.btn-social-flat-icon--car {
  background:#46a3ce;
  border-radius: 10px 0px 0px 10px;
}

}
.btn-social-flat:hover .btn-social-flat-icon i {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


#nae ol li{font-size:16px;margin-top:10px;}
#nae ol {
  list-style: none;
  counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
}
#nae ol li:before {
  margin-right: .25em;
  counter-increment: ol_li; /* ol_li カウンタの値に1加える */
  content: counter(ol_li); /* before擬似要素のcontentで出力 */
  color: #1cbcff; /* 色を変更 */
  font-size:20px;
  line-height:160%;
}

@media (max-width: 768px) {
	#nae ol li{
		text-align:left;
		margin-left:-30px;
	}
}





/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.section-text p {
    font-size: 15px;
    font-weight:400;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #dfdfdf;
}




/*--------------------
ブルーベリー狩り
--------------------*/
#gari{
background:url(../imgs/gari_bg.gif) no-repeat;
background-size: 100%;
background-position: left top;
}
#gari-info{
background:url(../imgs/slider-3.jpg) no-repeat;
background-size:cover;
background-position: right center;
background-attachment: fixed;
}

#yoyaku{
background:url(../imgs/price_bg.gif) no-repeat;
background-size: 100%;
background-position: center top;
}

#gari-info h2{color:#fff;}
#gari h3{
font-weight:500;
line-height:160%;

}




#berry-gari{
background:url(../imgs/berry-gari.jpg) no-repeat;
background-size: cover;
background-position: center top;
padding:0px;
margin-top:100px;
}

#berry-gari img{
	width:90%;
	max-width:500px;
}

#chita-banana{
background:url(../imgs/banana.jpg) no-repeat;
background-size: cover;
background-position: center top;
padding:30px 0px;
margin-top:50px;
}

#chita-banana img{
	width:100%;
	max-width:700px;
}
@media screen and (max-width: 768px) {
#gari-info{
background:url(../imgs/slider-1.jpg) no-repeat;
background-size:cover;
background-position: center center;
}
#chita-banana{
	margin-top:50px;
}
#chita-banana img{
	width:350px;
}
}

.gari-box{
width:100%;
max-width:1000px;
margin:0px auto; 
margin-top:30px;
}

.waku-purple{
max-width:970px;
background:#fff;
margin:0px auto;
padding:30px 30px 30px 0px;
text-align:left;
border-radius:10px;
border:5px solid#776ab0;
display: flex;
}
.waku-purple p{
	font-size:16px;
	line-height:2;
}





.gari-info th{
width:100px;
padding-right:20px;
}
.white_bg {
	background:#fff;
	padding:5px 10px;
	border-radius:5px;
	margin-bottom:20px;
	
}

.gari-info th h3{
font-size:14px;
background:#776ab0;
color:#fff;
padding:10px;
margin:0px;
border-radius:5px;
text-align:center;
}
.gari-info h4{
margin:0px;
line-height:160%;
}


table.nyuenryo {
width:100%;
}
.nyuenryo th{
	background: #edecf6;
  border: solid 1px #ccc;
  padding: 10px;
  width:60%;
  font-size:16px;
  text-align:center;
}
.nyuenryo td{
border: solid 1px #ccc;
  padding: 10px;
  text-align:center;
  font-size:16px;
  background:#fff;
}

.midashi {
font-size:16px;
font-weight:500;
 background:#776ab0;
 color:#fff;
 border-radius:25px;
 padding:5px 0px;
 margin:0px 0px 20px 0px;
 text-align:center;
}

.yoyaku .btn,
.yoyaku a.btn,
.yoyaku button.btn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin:0px 0px 10px 30px;
}

.yoyaku a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
  width:300px;
}

.yoyaku a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: # fff20a;
  border-bottom: 2px solid #ccc100;
}

.yoyaku h4 {
	font-weight:500;
  color: #776ab0;
  text-shadow: 1px 2px #fff;
  padding: 10px 0px 10px 20px;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 10px,#e9ebf6 3px, #e9ebf6 20px);
  background: repeating-linear-gradient(45deg, #fff, #fff 10px,#e9ebf6 3px, #e9ebf6 20px);
  border:1px solid #8696ca;
  border-radius:25px;
}
	
.yoyaku h4 span{
font-size:14px;
}
.yoyaku h5{
font-size:16px;
line-height:2;
padding:0px 20px;
}

.yoyaku p{
	padding:0px 20px;
}

.info_box{
background-color: #f8f8f8;
border-radius: 15px;/*角丸*/
padding:20px 25px;;
margin-top:10px;
}



.info_box p{text-align:left;
margin-bottom:20px;
}




 
@media screen and (max-width: 768px) {
#gari h3{
font-size:20px;
margin:10px 0px;
}
.gari-info th h3{
font-size:14px;
padding:5px;
}
.gari-info th h4{
	font-size:16px;
}
.waku-blue{
	display:block;
	padding:10px;
}
.waku-purple{
	display:block;
	padding:10px;
	margin:0px 20px;
	}
.waku-blue h3,
.waku-purple h3{
	font-size:18px;
	margin:10px 0px 5px 0px;
	}
	.waku-blue p,
.waku-purple p{
	font-size:14px;
	letter-spacing:0;
	}
	.yoyaku .btn,
.yoyaku a.btn,
.yoyaku button.btn {
	margin:0px auto;
	display: flex;
  align-items: center;
  justify-content: center;
}
.yoyaku p{
	padding:0px 15px;
	}
.gari-info p{
	font-size:13px;
	}
	.info_box{
		margin-top:20px;
		border-radius: 0px;
	}
}

















.news{
  color: #ff8683;/*文字色*/
  border: solid 2px #ff8683;/*線色*/
  padding: 5px 10px;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin-bottom:10px;
  font-size:14px;
  font-weight:500;
}




/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #f8f8f8;
}

.dark-bg {
	background-color: #333231;	
	color: #fff;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}





/*--------------------
バナナ苗
--------------------*/

.nae-item {
	text-align: center;
	background-color: #fff;
	
}

.nae-item h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2D2D2D;
}





.nae-item .nae-position {
	color: #989898;
	font-size: 12px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.nae-text {
    font-size: 15px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

.nae-socials {
	padding-bottom: 25px;
}

.nae-socials a {
    color: #B2B3B7;
    font-size: 20px;
    margin: 0 10px;
}

.nae-socials a:hover {
	color: #000;
}


.mail_to{
background:#f8f8f8;
font-size:14px; 
line-height:160%;
padding:20px;
 margin:20px  auto 10px auto;
 width:100%;max-width:800px;
}




/*--------------------
アクセス
--------------------*/
#access h3{
font-weight:500;
line-height:150%;
padding:0px;
}

@media screen and (max-width: 768px) {
	#access h3{font-size:20px;}
}


/*--------------------
5. Footer
--------------------*/

footer {
	padding: 30px;
	background-color: #000;	
}

footer p {
	color: #B7B7B7;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}

footer p a {
	color: #fff;
}

footer p a span {
	color: #FCBE03;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

@media screen and (max-width: 992px) {
#contact .section-text{
margin:0px 0px 0px 50px;
}
}
@media screen and (max-width: 768px) {
footer {
	padding: 10px;
}
#contact .section-text{
margin:0px 0px 0px 20px;
}
}


/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #62c647;
	margin-right: 15px;
	padding: 5px 10px;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #796ba5;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #0999bc;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen and (max-width : 768px) {
#back-top {
	position: fixed;
	bottom: 60px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}


@media screen and (min-width: 769px) {
.align-items-center{display: flex;
  align-items: center;
  justify-content: center;}
 }


 /* ====================================================
　改行位置
==================================================== */
@media print, screen and (min-width: 801px) {
.sp { display: none; }
.pc { display: inline; }
}
@media screen and (max-width: 800px) {
.sp { display: inline; }
.pc { display: none; }
}
@media screen and (max-width: 480px) {
.sp-no { display: none; }
}