@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
    font-size: 1.5em;
	color: #353535;
    line-height: 1.8em;
	letter-spacing:0rem;
	font-weight: 500;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.contents_inner{
	width: 690px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a.opacity img{
	transition : 0.3s ;
	-webkit-transition : 0.3s ;
	-moz-transition    : 0.3s ;
	-o-transition      : 0.3s ;
	-ms-transition     : 0.3s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

a {
	text-decoration:none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
    outline-offset: -2px;
}
.over{
	overflow:hidden !important;
	height:100% !important;
}
.bg_blue{
	background: #12b8d7;
    position: relative;
}
.bg_blue:before{
	content: url(../img/index/bg_blue_line.png);
	position: absolute;
	top: -119px;
	left: 0;
}
.bg_pink {
	background:#fbe8f0;
}
.bg_white{
	background: url(../img/index/bg_white_line.png) no-repeat #FFF;
    background-position: top center;
    background-size: contain;
}
.bg_green{
	background:#9dc815;
}
.w840{
	width: 840px;
	margin: 0 auto;
}
.w730{
	width: 730px;
	margin: 0 auto;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
.end_text {
	font-weight: bold;
	font-size: 24px;
	line-height: 180%;
	padding: 2em;
}
@media screen and (max-width: 840px) {
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.contents_w1200{
		width: 100%;
	}
	.rl {
		line-height: 2.0rem;
		letter-spacing: 0.4rem;
		-ms-writing-mode: inherit;
		writing-mode: unset;
	}
	a.link_btn{
		width: 30%;
	}
	.sp{
		display:none;
	}
	.pc{
		display:none;
	}
	.tab{
		display:block;
	}
	.w840{
		width: 95%;
		margin: 0 auto;
	}
	.w730{
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.end_text {
		font-size: 14px;
		padding: 0;
	}
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-----------------------------------

	header

-----------------------------------*/
header h1{
	width: 250px;
	position:absolute;
	z-index:997;
	top:40px
}
@media screen and (max-width: 840px) {
	header h1{
		width: 200px;
		top:20px
	}
}
@media screen and (max-width: 640px) {
	header h1{
		width: 120px;
		top:20px
	}
}
/*-----------------------------------

	main

-----------------------------------*/
#main {
    margin: 0 auto;
}
#main .contents_inner{
	position:relative;
}
#main a#link_owner{
	position:absolute;
	left: 0;
	bottom:95px;
}
@media screen and (max-width: 840px) {
	#main .w840{
    	width: 100%;
    	height: auto;
		background:none;
	}
	#main .contents_inner{
		height: auto;
		position: static;
	}
	#link_owner{
		text-align:center;
	}
	#link_owner a{
		width: 60%;
		display:block;
		margin: -85px auto 0;
	}
}
@media screen and (max-width: 640px) {
	#link_owner a{
		width: 80%;
		display:block;
		margin: -85px auto 0;
	}
}
/*-----------------------------------

	nav

-----------------------------------*/
nav#nav_pc{
	height: 90px;
	z-index: 990;
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}
nav#nav_pc ul{
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
nav#nav_pc ul li{
	width: 25%;
    display: flex;
    justify-content: center;
}
nav#nav_pc ul li:first-child,
nav#nav_pc ul li:last-child{
	margin-top:-100px;
}
/*--
nav#nav_pc ul li:nth-child(2),
nav#nav_pc ul li:nth-child(4){
	margin-top:-75px;
}--*/
nav#nav_pc ul li:nth-child(2),
nav#nav_pc ul li:nth-child(3){
	margin-top:-50px;
}
nav#nav_pc ul li a{
	display:block;
}
@media screen and (max-width: 840px) {
	nav#nav_pc{
		display:none;
	}
	.menu_btn_wrap {
		width: 40px;
		height: 20px;
		cursor: pointer;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 999;
	}
	.menu_btn {
		width: 40px;
		height: 3px;
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
		background: #fff;
		cursor:pointer;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		border-radius:5px;
		z-index:999;
	}
	.menu_btn:before {
		content:'';
		position:absolute;
		width: 40px;
		height: 3px;
    	background: #fff;
		top:-12px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
		border-radius:5px;
	}
	.menu_btn:after {
		content: '';
		position: absolute;
		width: 40px;
		height: 3px;
    	background: #fff;
		bottom: -12px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		border-radius: 5px;
	}
	.menu_btn.active {
		background:none;
	}
	.menu_btn.active:before {
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	.menu_btn.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
	#nav_sp{
		width: 100%;
		height: 100%;
		background:#9dc815;
		position: fixed;
		overflow-y: scroll;
		top: 0;
		right: -100%;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
		padding: 30px 2.5%;
		display:inline-block;
		z-index: 998;
		box-sizing: border-box;
	}
	#nav_sp.toggle{
		right: 0 !important;
	}
	.spmenu_wrap {
		position: fixed;
		top: 55px;
		left: 0;
		z-index: 99;
		display: none;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	#nav_sp p{
		width: 25%;
		margin: 0 auto 20px;
	}
	#nav_sp ul{
		text-align:center;
		margin-bottom: 50px;
	}
	#nav_sp ul li{
		width: 49%;
		float: left;
		text-align: left;
		margin-top: 10px;
	}
	#nav_sp ul li:nth-child(2n){
		margin-left: 2%;
	}
	#nav_sp ul li a{
		font-weight: 600;
		text-align:center;
		color: #9dc815 !important;
		background:#fff;
		text-decoration:none;
		display:block;
		padding: 10px 0;
		border-radius:10px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
	}
	#nav_sp ul li a:hover{
		background:#63903c;
	}
}
@media screen and (max-width: 640px) {
	#nav_sp p{
		width: 40%;
		margin: 0 auto 20px;
	}
}
/*-----------------------------------

	bnr_contact

-----------------------------------*/
.bnr_contact_01 {
	position:fixed;
	z-index: 999;
	right: 5px;
	top: 290px;
}
.bnr_contact_02 {
	position:fixed;
	z-index: 999;
	right: 5px;
	top: 470px;
}
.bnr_contact_03 {
	position:fixed;
	z-index: 999;
	right: 5px;
	top: 650px;
}
@media screen and (max-width: 840px) {
	.bnr_contact img {
		width: 500px;
		height: auto;
	}
}
@media screen and (max-width: 644px) {
	.bnr_contact {
		width: 220px;
		top: 110px;
	}
	.bnr_contact img {
		width: 300px;
		height: auto;
	}
}

/*-----------------------------------

	info_box

-----------------------------------*/
.info_box {
	/* margin: 150px auto 0; */
}
.info_box h2 {
	width: 150px;
	text-align: center;
	margin: -15px auto 20px;
	background: #fff;
	font-size: 24px;
}
.info_box .info_wrap {
	padding: 0 30px 20px;
	border: 4px solid #cac99f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.info_box .info_wrap p {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	line-height: 190%;
}
.info_box .info_wrap p:last-child {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #cac99f;
}
.info_box .info_wrap ul {
    width: 320px;
    text-align: left;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    line-height: 190%;
}
@media screen and (max-width: 840px) {
	.info_box {
		margin-top: 10%;
	}
}

@media screen and (max-width: 640px) {
	.info_box h2 {
		width: 110px;
		margin: -10px auto 15px;
		font-size: 18px;
	}
	.info_box .info_wrap {
		padding: 0 15px 15px;
	}
	.info_box .info_wrap p {
		text-align: left;
		font-size: 14px;
		line-height: 170%;
	}
	.info_box .info_wrap p br {
		display: none;
	}
	.info_box .info_wrap ul {
		width: 100%;
		font-size: 14px;
		line-height: 170%;
	}
}

/*-----------------------------------

	banner_list

-----------------------------------*/
.banner_list {
	margin-top: 80px;
}
.banner_list .contents_inner {
    max-width: 720px;
    width: auto;
}
.banner_list #cherry_block h3 img{
	width: 100%;
}
.banner_list #cherry_block ul{
  margin-bottom: 40px;
}
.banner_list ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner_list li {
	width: 100%;
	margin-bottom: 10px;
}
.banner_list li img {
  max-width: 100%;
}

@media screen and (max-width: 840px) {
	.banner_list {
		margin-top: 60px;
	}
}

@media screen and (max-width: 640px) {
	.banner_list .contents_inner {
		width: 90%;
	}
	.banner_list {
		margin-top: 5%;
	}
  .banner_list #cherry_block ul{
    margin-bottom: 10px;
  }
}

.banner_list ul.cherry_banner{
  flex-wrap: wrap;
  margin: 2% 0;
}
.banner_list ul.cherry_banner li{
  width: 49%;
}


/*-----------------------------------

	cherry

-----------------------------------*/
#cherry{
	text-align: center;
	margin-top: 60px;
	padding: 7% 0 12% 0;
}
#cherry .c_conte {
	position:relative;
}
#cherry .cherry_name {
	position:absolute;
	left:0;
	top:0;
}
#cherry .tp_logo {
    position: absolute;
    right: 0;
    top: -60px;
}
#cherry .cherry_txt {
    position: absolute;
    right: 0;
    bottom: 0;
}
#cherry .main_txt {
    position: absolute;
    right: 120px;
    bottom: -30px;
}
#cherry .f_conte {
	margin-top:60px;
}
#cherry .soldout_txt {
	margin-top: 30px;
	padding: 10px 5px;
	font-size: 22px;
	text-align: center;
	font-weight: 800;
	line-height: 150%;
	color: #fff;
	background: #d21e18;
}

#cherry .form_box {
	/*
	margin-bottom:30px;
	*/
}
#cherry .form_box:last-child{
	margin-bottom:0;
}
#cherry .satonishiki,
#cherry .benishuho  {
	margin-bottom:30px;
}
#cherry .f_conte_btn {
    width: 250px;
    margin: 0 auto;
    display: inline-block;
    background: #8cc55f;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 8px;
	border: 3px solid #cce6ac;
}
#cherry .f_conte_btn:hover {
	opacity:0.8;
}
@media screen and (max-width: 1600px) {
	#cherry {
		padding-bottom: 14%;
	}
}
@media screen and (max-width: 1000px) {
	#cherry {
		padding-bottom: 25%;
	}
}
@media screen and (max-width: 840px) {
	#cherry{
		text-align: center;
		padding: 25% 0 30% 0;
	}
}
@media screen and (max-width: 640px) {
	#cherry {
		margin-top: 20px;
		padding: 18% 0 9% 0;
	}
	#cherry .soldout_txt {
		font-size: 16px;
	}
	#cherry .cherry_name,
	.tp_logo{
		width:25%;
	}
	#cherry .cherry_txt{
		position:static !important;
		margin:0 auto;
		width:70%;
		padding-bottom:20px;
	}
	#cherry .main_txt{
		position:static !important;
		margin:0 auto;
		width:70%;
	}
	#cherry .f_conte {
		margin-top:30px;
	}
}

/*-----------------------------------

	top_banner

-----------------------------------*/
#top_banner {
	padding: 60px 0 10px;
}
@media screen and (max-width: 840px) {
	#top_banner {
		padding: 40px 0 0;
	}
	.cherry_btn {
		padding: 60px 0 10px !important;
	}
}

/*-----------------------------------

	suika

-----------------------------------*/
#suika{
	text-align: center;
	padding: 150px 0 0;
}
#suika .s_conte {
	position:relative;
}
#suika .suika_txt,
.onabanazawa,
.thanks_banner,
.shipping {
	margin:0 auto;
	padding-bottom:30px;
}
#suika .f_conte_btn {
    width: 250px;
    margin: 0 auto;
    display: inline-block;
    background: #8cc55f;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 8px;
	border: 3px solid #cce6ac;
}
#suika .f_conte_btn:hover {
	opacity:0.8;
}

#suika .contents_inner .form_box {
	width:48%;
}
#suika .contents_inner .longbunner {
	width:100%;
}
.harf_banners_contener {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
}

@media screen and (max-width: 840px) {
	#suika{
		text-align: center;
		padding: 7% 0 0 0;
	}
}
@media screen and (max-width: 640px) {

	#suika{
		text-align: center;
		padding: 6% 0 0;
	}
	#suika .suika_box,
	.shipping_box{
		padding-bottom:30px;
	}
	#suika p{
		/* text-align:center; */
		margin-bottom:10px;
	}
	#suika .suika_txt,
	.onabanazawa,
	.thanks_banner {
		padding-bottom: 10px;
	}
	#suika .contents_inner .form_box {
		width:45%;
	}
	#suika .contents_inner .longbunner {
		width:96%;
	}
	.harf_banners_contener {
	    justify-content: space-evenly;
	}
}
/*-----------------------------------

	farm

-----------------------------------*/
#farm{
	margin-top: 190px;
	text-align: center;
}
#farm h2{
    font-size: 30px;
    line-height: 3.2rem;
    color: #12b8d7;
    background: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 4px 3px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#farm p{
	color:#fff;
}
@media screen and (max-width: 840px) {
	#farm{
		margin-top: 220px;
		padding: 0;
	}
}
@media screen and (max-width: 640px) {
	#farm {
		margin-top: 20px;
	}
	#farm h2{
		font-size: 18px;
		line-height: 1.8rem;
		padding: 5px 7px;
	}
	#farm p {
		width: 90%;
		text-align: left;
		margin: 0 auto;
	}
}
/*-----------------------------------
	about
-----------------------------------*/
#about {
	margin-top: -50px;
}
#about .contents_inner{
	position:relative;
	padding-top: 160px;
}
#about .left{
	width:315px;
	text-align:left;
	height: 375px;
	position:relative;
}
#about .left h3{
	width: 390px;
    height: 62px;
    position: absolute;
    top: 20px;
}
#about .left .text{
	line-height: 2.1rem;
	margin-top: 95px;
}
#about .left img{
	position:absolute;
	bottom:0;
	left: 0;
}
#about .right{
	width:365px;
}
#about .right li{
	float: left;
}
#about .right li:nth-child(2){
	margin-bottom: 10px;
}
#about .right li:nth-child(3){
	margin-right: 5px;
}
#about .deco_01{
	position:absolute;
	top:0;
	left: -65px;
	z-index:991;
}
#about .deco_02{
	position:absolute;
	top:100px;
	right: 0;
	z-index:991;
}
@media screen and (max-width: 840px) {
	#about .contents_inner {
		max-width:690px;
		padding-top: 60px;
	}
	#about .left img {
		position: static;
		bottom: 0;
		left: 0;
	}
	#about .left {
		width: 46%;
		max-width: 315px;
		height: auto;
	}
	#about .left .text {
		margin-bottom: 10px;
	}
	#about .right {
		width: 53%;
		max-width: 365px;
	}
	#about .right ul{
		width: 100%;
	}
	#about .right li{
		float: left;
	}
	#about .right li:nth-child(2){
		width: 100%;
		margin-bottom: 10px;
	}
	#about .right li:nth-child(3){
		width: 57%;
		margin-right: 2%;
	}
	#about .right li:nth-child(4){
		width: 41%;
	}
	#about .deco_01{
		width: 120px;
		left: -15px;
	}
	#about .deco_02{
		position:absolute;
		top:-20px;
		right: 0;
		z-index:991;
	}
}
@media screen and (max-width: 640px) {
	.bg_blue:before {
		display: none;
	}
	#about {
		margin-top: 0;
	}
	#about .left {
		width: 100%;
		max-width:100%;
		float:  none!important;
		height: auto;
	}
	#about .right {
		width: 90%;
		max-width:100%;
		float:  none !important;
		margin:20px auto 0;
	}
	#about .left img {
		position: static;
		bottom: 0;
		left: 0;
	}
	#about .left h3 {
		width: 80%;
		max-width: 390px;
		margin: 0 auto;
		position: static;
	}
	#about .left .text {
		text-align:center;
		margin-top: 0;
	}
	#about .right li{
		float: left;
	}
	#about .right li:nth-child(1){
		width: 100%;
		margin-bottom: 10px;
	}
	#about .right li:nth-child(2){
		width: 32.5%;
		margin-right: 1%;
		margin-bottom: 0;
	}
	#about .right li:nth-child(3){
		width: 32.5%;
		margin-right: 1%;
	}
	#about .right li:nth-child(4){
		width: 32.5%;
	}
	#about .deco_01 {
		width: 70px;
		top: 50px;
		left: -5px;
	}
	#about .deco_02 {
		width: 60px;
		top: 50px;
		right: 0px;
	}
}
/*-----------------------------------
	next
-----------------------------------*/
#next{
	position:relative;
	padding: 30px 0 140px;
	background: #12b8d7;
}
#next h3{
	width: 660px;
	margin: 0 auto 30px;
}
#next .deco_01{
	width: 950px;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	#next h3{
		width: 80%;
		max-width: 430px;
		margin: 0 auto 20px;
	}
	#next .deco_01 {
		width: 100%;
		bottom: -1px;
	}
}
/*-----------------------------------

	watermelon

-----------------------------------*/
#watermelon{
	text-align:center;
	padding: 0 0 60px;
}
#watermelon .contents_inner{
	position:relative;
}
#watermelon h2{
	font-size: 30px;
	line-height: 3.2rem;
	color:#e60012;
	background:#fff;
	display: inline-block;
	margin-bottom: 30px;
	padding: 4px 3px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#watermelon p{
	color:#fff;
}
#watermelon .left h3{
	width: 390px;
    height: 62px;
    position: absolute;
    top: 50px;
}
#watermelon #watermelon_01{
	position:relative;
}
#watermelon #watermelon_02{
	margin-top: 10px;
}
#watermelon #watermelon_02 .left{
	width: 545px;
	text-align:left;
}
#watermelon #watermelon_02 .right{
	width: 142px;
}
#watermelon #watermelon_03{
	margin-top: 10px;
}
#watermelon #watermelon_03 li{
	float: left;
	margin-left: 5px;
}
#watermelon #watermelon_03 li:first-child{
	margin-left: 0;
}
#watermelon .deco_02{
    position: absolute;
	top: -100px;
    left: 160px;
}
#watermelon .deco_03{
	position:absolute;
	top:-75px;
	left: -100px;
}
#watermelon .deco_01{
	position:absolute;
	top: -195px;
    right: -30px;

}
@media screen and (max-width: 840px) {
	#watermelon .contents_inner {
		max-width:690px
	}
	#watermelon #watermelon_02 .left {
		width: 73%;
	}
	#watermelon #watermelon_02 .right {
		width: 25%;
		max-width: 142px;
	}
	#watermelon #watermelon_03{
		margin-top: 10px;
	}
	#watermelon #watermelon_03 li{
		width: 32%;
		margin-left: 2%;
	}
	#watermelon #watermelon_03 li:first-child{
		margin-left: 0;
	}
	#watermelon .deco_03 {
		width: 60px;
		top: -80px;
		left: 0;
	}
	#watermelon .deco_02 {
		top: -80px;
		left: 100px;
	}
	#watermelon .deco_01{
		width: 60px;
		position: absolute;
		top: -100px;
		right: 0;
	}
}
@media screen and (max-width: 640px) {
	#watermelon h2 {
		font-size: 18px;
		line-height: 1.8rem;
		padding: 5px 7px;
	}
	#watermelon #watermelon_01 .left{
		width: 100%;
		height: auto;
		float: none !important;
		position: static;
	}
	#watermelon  #watermelon_01 .right{
		width: 90%;
		float: none !important;
		margin: 0 auto;
	}
	#watermelon  #watermelon_01 .left h3{
		width: 70%;
    	max-width: 390px;
		height: auto;
		position: static;
		margin: 0 auto 20px;
	}
	#watermelon #watermelon_02 {
		margin-top: 20px;
	}
	#watermelon #watermelon_02 .right {
		width: 60%;
		max-width: 100%;
		float: none !important;
		margin: 0 auto 20px;
	}
	#watermelon #watermelon_02 .left {
		width: 90%;
		float: none !important;
		margin: 0 auto;
	}
	#watermelon_03{
		width: 90%;
		margin: 0 auto;
	}
}
/*-----------------------------------

	info

-----------------------------------*/
#info{
	text-align:center;
	padding: 60px 0 0 0;
}
#info h2{
	font-size: 30px;
	line-height: 3.2rem;
	color:#fff;
	background:#9dc815;
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 3px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#info h3 {
    font-size: 14px;
	text-align:left;
    color: #9dc815;
    margin-bottom: 5px;
}
#info .left a{
	display:block;
	margin-top: 20px;
}
#info .right a{
	font-size: 14px;
	text-align:left;
	line-height:2.1rem;
	color:#12b8d7;
	font-weight: 600;
	text-decoration:none;
	display:block;
	margin:10px 0 0 25px;
}
#info .right .text{
	float: left;
	margin-top: 10px;
}
#info .right .img{
	float: left;
}
#info .Twitter_box {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#info .twitter_btn {
    display: inline-block;
    width: 270px;
    font-size: 20px;
    margin-top: 30px;
    padding: 20px 40px 15px;
    background: #1d9bf0;
    border-bottom: 5px solid #1d89d2;
    text-decoration: none;
    color: #fff;
    border-radius: 65px;
    transition: ease 0.2s;
}
#info .twitter_btn:hover {
	letter-spacing: 0.04em;
	background: #1d89d2;
}
#info .attention_txt {
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #4f4f4f;
	margin-top: 10px;
}
@media screen and (max-width: 840px) {
	#info .left{
		float: none !important;
	}
	#info .left .img{
		width: 90%;
		margin:  auto;
	}
	#info .left a{
		width: 90%;
		margin: 20px auto 0;
	}
	#info .right{
		float: none !important;
		margin-top: 40px;
	}
	#info .right a{
		text-align:center;
		width: 200px;
		margin: 20px auto 0;
	}
	#info .right .text{
		float: none ;
		margin-top: 0 !important;
	}
	#info .right .img{
		float: none !important;
	}
}
@media screen and (max-width: 640px) {
	#info{
		text-align:center;
		padding: 40px 0 0;
	}
	#info h2 {
		font-size: 18px;
		line-height: 1.8rem;
		padding: 5px 7px;
	}
	#info h3 {
		font-size: 18px;
		text-align:center;
		margin-bottom: 10px;
	}
	#info .twitter_btn {
		width: 220px;
		font-size: 16px;
		font-weight: 500;
		margin-top: 10px;
	}
	#info .attention_txt {
		font-size: 14px;
	}
}
/*-----------------------------------

	block

-----------------------------------*/
#block{
	text-align:center;
	padding: 60px 0 0;
}
#block h2{
	margin-bottom: 20px;
}
#block .img_01{
	width: 690px;
	margin:0 auto 20px;
}
#block_01{
	background:#fffde5;
	padding: 20px 0;
}
#block_01 .right{
	margin-top: 30px;
}
#block_02{
	text-align: left;
	position: relative;
	margin-top: 40px !important;
}
#block_02 .img_02{
	position: absolute;
	top:0;
	right: 0;
}
#block_02 #block_list {
	text-align:left;
}
#block_02 #block_list li{
	margin-bottom: 10px;
}
#block_02 #block_list li h3{
	font-size: 21px;
	color:#9dc814;
	font-weight: 600;
}

#block_02 #block_list li p{
    color: #686868;
    font-size: 16px;
    line-height: 2.1rem;
    font-weight: 600;
    padding-left: 20px;
	position:relative;
}
#block_02 #block_list li p:before{
	content:"●";
	position:absolute;
	left: 0;
}

#block .small{
	font-size: 12px;
	line-height:1.8rem;
}

#block_03{
	text-align:center;
	background:url(../img/index/bg_stripe.png) repeat;
	padding: 20px;
}
#block_04{
	text-align:left;
	padding: 20px 0 0;
}
/* previous_block */
/*--オーナー申し込みスケジュール再表示の際は↓を使用のこと
#previous_block {
	margin: 40px auto 70px;
}
--*/
#previous_block {
	margin: 40px auto 0;
}

#previous_block h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 10px 0;
	background: #82b518;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#previous_block p {
	display: block;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #333;
	margin-bottom: 25px;
}
#previous_block img {
	width: 100%;
}

.chery_img img{
	width:100%;
	height:150px;
	object-fit: cover;
}

.syukaku_img {
	margin: 40px auto 0px !important;
}

.cherry_btn {
    padding: 80px 0 10px !important;
}

.cherry_owner {
    background: #f8f1f2;
	width:100%;
	margin-top: 60px;
    padding-bottom: 60px;
}

#previous_block a:hover {
	opacity:0.8;
}

@media screen and (max-width: 840px) {
	#block h2{
		width: 95%;
		margin:0 auto 10px;
	}
	#block .img_01{
		width: 100%;
		max-width: 690px;
		margin: 0 auto;
	}
	#block_01 .left{
		width: 80%;
	}
	#block_01 .right{
		width: 18%;
		margin-top: 50px;
	}
	#block_02 .img_02 {
		width: 40%;
		max-width: 335px;
	}
	#block_02 .chery_img {
		width: 40%;
		max-width: 225px;
	}
}
@media screen and (max-width: 640px) {
	#block {
		padding: 40px 0;
	}
	#previous_block h3 {
		font-size: 20px;
	}
	#previous_block p {
		font-size: 13px;
	}
	#block_01 .left{
		width: 100%;
		float: none !important;
	}
	#block_01 .right{
		width: 50%;
		max-width:161px;
		margin:0 auto 20px;
		float: none !important;
	}
	#block_02 .img_02 {
		width: 90%;
		max-width: 335px;
		position: static;
		margin: 0 auto 20px;
	}
	#block_02 #block_list li h3{
		font-size: 16px;
		color: #9dc814;
		font-weight: 600;
	}
	#block_02 #block_list li p{
		font-size: 14px;
		line-height:1.8rem;
		padding-left: 20px;
	}
	#block_03{
		text-align:center;
		background:url(../img/index/bg_stripe.png) repeat;
		padding: 20px 2.5%;
	}

	.chery_img {
		width: 90%;
		max-width: 335px;
		position: static;
		margin: 0 auto 20px;
		height:150px;
		object-fit: cover;
	}
}
@media screen and (max-width: 320px) {
	#previous_block h3 {
		font-size: 17px;
	}
}
/*-----------------------------------

	tel

-----------------------------------*/
#tel{
	text-align:center;
	background:#fff9b1;
	/*--margin-top: 25px;--*/
	padding:15px 0;
}
@media screen and (max-width: 640px) {
	#tel{
		padding:30px 0;
	}
	#tel a{
		width: 90%;
		margin: 0 auto;
		padding: 15px 0;
		background: #e60012;
		border-radius: 10px;
		box-shadow:3px 3px 8px 0px rgba(0,0,0,0.49);
	}
	#tel a img{
	    width: 75%;
		max-width: 300px;
	}
}
/*-----------------------------------

	blog

-----------------------------------*/
#blog{
	text-align:center;
	padding:30px 0;
}
#blog h2{
	font-size: 22px;
	color:#9dc815;
	margin: 20px 0;
	padding: 4px 3px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#blog a {
    display: block;
}
@media screen and (max-width: 640px) {
	#blog{
		text-align:center;
		padding:40px 0;
	}
}
@media screen and (max-width: 640px) {
	#blog h2{
		font-size: 18px;
	}
	#blog a{
		width: 90%;
		margin: 0 auto;
	}
}
/*-----------------------------------

	contact

-----------------------------------*/
/* スイカ完売時だけ適用 */
#contact_block {
	padding-top: 30px;
}
@media screen and (max-width: 640px) {
	#contact_block {
		padding-top: 25px;
	}
}
/* ここまで */
#contact_block h2 {
	font-size: 30px;
	line-height: 3.2rem;
	color: #fff;
	background: #9dc815;
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 3px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#contact h3{
	float:left;
	font-size: 20px;
	color:#9dc815;
	margin-bottom: 10px;
}
#contact p {
	float:right;
	font-size: 11px;
	margin-left: 10px;
}
#contact dl{
	font-weight: 600;
	color:#9dc815;
}
#contact dt{
	font-size: 20px;
}
@media screen and (max-width: 840px) {
	#contact_block {
		text-align:center;
	}
	#contact{
		text-align:center;
		float: none !important;
	}
	#contact iframe{
		width: 90%;
		margin: 0 auto;
	}
	#contact h3,
	#contact p {
		float:none;
		display:block;
		margin:0 auto;
	}
}
@media screen and (max-width: 640px) {
	#contact_block h2 {
		font-size: 18px;
		line-height: 1.8rem;
		padding: 5px 7px;
	}
	#contact h3{
		font-size: 18px;
	}
	#contact dt{
		font-size: 16px;
	}
}
/*-----------------------------------

	company

-----------------------------------*/
#company h2 {
	font-size: 30px;
	line-height: 3.2rem;
	color: #fff;
	background: #9dc815;
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 3px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#company h3{
	font-size:18px;
	color: #11b8d6;
	margin-bottom: 10px;
}
#company div{
    width: 340px;
    font-size: 11px;
    font-weight: 600;
    color: #11b8d6;
    padding: 20px 15px;
    border: solid 1px #11b8d6;
    box-sizing: border-box;
}
#company div dl{
	line-height: 1.4rem;
}
#company div dt{
	width: 55px;
	float: left;
	padding: 5px 0;
}
#company div dd{
	padding: 5px 0 5px 55px;
}
@media screen and (max-width: 840px) {
	#company{
		text-align:center;
		float: none !important;
		margin-bottom: 40px;
	}
	#company div {
		width: 90%;
		text-align:left;
		font-size: 14px;
		font-weight: 400;
		margin: 0 auto;
		padding: 20px 2.5%;
	}
	#company div dt{
		width: 80px;
		float: left;
	}
	#company div dd{
		padding-left: 80px;
	}
}
@media screen and (max-width: 640px) {
	#company h2 {
		font-size: 18px;
		line-height: 1.8rem;
		padding: 5px 7px;
	}
	#company div {
		width: 100%;
		text-align:left;
		font-size: 14px;
		font-weight: 400;
		margin: 0 auto;
		padding: 10px 2.5%;
	}
	#company div p{
		text-align:center;
	}
	#company div dt{
		width: 100%;
		background: #e3f4f7;
		float: none !important;
		margin: 10px 0 5px;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	#company div dd{
		padding: 0 10px;
	}
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
    width: 100px;
	font-size: 18px;
	color:#e50011;
	font-weight: 600;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 0;
    cursor: pointer;
    z-index: 999;
    display: block;
	box-sizing:border-box;
	transition : 0.3s ;
	-webkit-transition : 0.3s ;
	-moz-transition    : 0.3s ;
	-o-transition      : 0.3s ;
	-ms-transition     : 0.3s ;
}
#pagetop img{
	margin-bottom: 5px;
}
#pagetop:hover{
	color:#595757;
	bottom: 90px;
}
#sp_pagetop{
	display:none ;
}
@media screen and (max-width: 840px) {
	#pagetop{
		display:none !important;
	}
	#sp_pagetop{
		width: 100%;
		color: #fff;
		text-align: center;
		cursor:pointer;
		display:block;
		background: url(../img/index/sp/pagetop.png) #9dc815;
		background-repeat: no-repeat;
		background-position: center 5px;
		padding: 15px 0 5px;
		transition : 0.3s ;
		-webkit-transition : 0.3s ;
		-moz-transition    : 0.3s ;
		-o-transition      : 0.3s ;
		-ms-transition     : 0.3s ;
	}
	#sp_pagetop:hover{
		background-position: center 0;
	}
}
/*-----------------------------------

	btn_main_sp

-----------------------------------*/

@media screen and (max-width: 840px) {

	#btn_main_sp {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 99;
	}
	.btn_main_01 {
	    float:left;
		width:49%;
	}
	.btn_main_02 {
	    float:right;
		width:49%;
	}
	.btn_main_03 {
		width: 100%;
		display: block;
		margin: 1.5% auto 0;
	}
}

/*-----------------------------------

	footer

-----------------------------------*/
footer{
	text-align:center;
	padding:145px 0 0;
}
footer a{
	width: 145px;
	display: block;
	margin: 0 auto 20px;
}
footer small{
	width: 100%;
	color: #fff;
	display:block;
	background:#595757;
	padding: 15px 0;
}
@media screen and (max-width: 840px) {
	footer{
		text-align:center;
		padding:60px 0 0;
	}
}

@media screen and (max-width: 640px) {

	footer{
		padding: 60px 0 0;
	}

}
