@charset "utf-8";

/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2013/01/18 T.S                           */
/* -------------------------------------------------- */


#grapes .h2_wrap{
	background-image: url(../../grapes/img/bg_h2.jpg);
}

@media screen and (min-width: 751px) {
  #grapes .content{
    width: 1100px;
    margin: 0 auto 80px;
    background-color: #fff;
  }

  #grapes  .inner{
   padding: 80px 0;
      width: 940px;
      margin: 0 auto;   
  }
   #grapes  .inner01{
      position: relative;
      padding: 80px 0 120px;
      width: 940px;
	  height: 550px;
      margin: 0 auto; 
  }
    #grapes  .inner02{
      position: relative;
      padding: 80px 0 120px;
      width: 940px;
	  height: 450px;
      margin: 0 auto; 
  }
    #grapes  .inner03{
      position: relative;
      padding: 80px 0 120px;
      width: 940px;
	  height: 700px;
      margin: 0 auto; 
  }
    #grapes  .inner04{
      position: relative;
      padding: 80px 0 120px;
      width: 940px;
	  height: 600px;
      margin: 0 auto; 
  }
  #grapes .img_left{
    float: left;
    margin-right: 60px;
  }
  #grapes .text_right{
    float: right;
    text-align: left;
    width: 680px;
  }
  #grapes .title{
    font-size: 20px; 
    font-weight: bold;
	position: absolute;
	top:-80;
	left: 380px;
	z-index: 20;

  }
   #grapes p span{
    font-size: 30px; 
    font-weight: bold;
	color:#f1989c; 
  }

  #grapes .title03{
    font-size: 20px; 
    font-weight: bold;
	position: absolute;
	top:-80;
	left: 320px;
	z-index: 20;

  }
	
  #grapes .title04{
    font-size: 20px; 
    font-weight: bold;
	position: absolute;
	top:-80;
	left: 30px;
	z-index: 20;

  }
	
  #grapes .text{
    font-size: 13px;
    margin: 5px 0 30px;
  }
  #grapes .text_text{
    font-size: 13px;
    line-height: 30px;
  }
  #grapes .pic01{
    position: absolute;
    top: 60px;
    left: -200px;
  }
  #grapes .pic03{
    position: absolute;
    top: 60px;
    left: -200px;
	background-color: #ffefd6;
	padding: 130px 10px;
  }
  #grapes .text_box{
    width: 680px;
    text-align: center;
    float: right;
  }
 #grapes .pic02{
    position: absolute;
    top: 60px;
    right: -200px;
  }
#grapes .pic04{
    position: absolute;
    top: 60px;
    right: -200px;
  }
  #grapes .text_box02{
    width: 680px;
    text-align: center;
    float: left;
  }
  #grapes .bg01{
	  position: absolute;
	  z-index: 10;
	  top:140px;

  }	
  #grapes .bg03{
	  position: absolute;
	  z-index: 10;
	  top:180px;

  }	
  #grapes .bg04{
	  position: absolute;
	  z-index: 10;
	  top:80px;
  }	
	
  #grapes .huki-text-purple{
	width: 62%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 1em;
    border-radius: 10px;
    text-align: left;
	background-color:#d6cef3;
	font-size: 18px;
	font-weight: bold;
	margin-top:20px;
}
	
#grapes .huki-text-purple span{
	font-size: 24px;
	color: #000;
}

#grapes .huki-text-purple:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #d6cef3;
}	
	
#grapes .huki-text-green{
	width: 62%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 1em;
    border-radius: 10px;
    text-align: left;
	background-color:#d8efe8;
	font-size: 18px;
	font-weight: bold;
}
	
#grapes .huki-text-green:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #d8efe8;
}		
	
  #grapes  .huki-imgname {
    display: inline-block;
    text-align: center;
}	
	
  #grapes .pf-face-img {
    display: block;
    box-sizing: border-box;
	margin-top: 20px;
}
	
  #grapes .c-panel-01{
	  position: absolute;
	  z-index: 20;
	  top:500px;
     width: 680px;
    border: 2px solid #f1989c;
    border-radius: 10px;
	  background-color: #fff;
    overflow: hidden;
  }
	
  #grapes .c-panel-01__head {
    padding: 10px 10px 5px;
    background-color: #f1989c;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
	#grapes .c-panel-01__head span{
    font-size: 20px;
}
	#grapes .c-panel-01__body {
    padding: 18px 30px;
	text-align: left;
}
	#grapes .c-list-table {
    width: 100%;
}
	#grapes .c-list-table dl {
}
	#grapes .c-list-table dl.daihyo{
	border-top: 1px solid #f1989c;
	margin-top:20px;
	padding-top:20px;
	font-size: 12px;
}
	#grapes .c-list-table dl.daihyo dt{
	width: 100px;
}
	
	#grapes .c-list-table.contact-info dt {
    padding-right: 10px;
}
    #grapes .c-list-table dt, .c-list-table dd {
    display: table-cell;
    padding: 10px 10px 0 0;
}
	#grapes .c-tag--contact {
    width: 160px;
    background-color: #f1989c;
    border-radius: 20px;
    color: #fff;
}
	#grapes .c-tag {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 1.5;
    text-align: center;
}
	
}

@media screen and (max-width: 750px) {
#grapes .h2_wrap{
	padding-top: 35px;
	height: 115px;
}	
#grapes h2 img{
	width: 33%;
	height: auto;
	margin-top: 10px;
}
    #grapes .content{
    margin: 0 auto 30px;
    background-color: #fff;
  }
#grapes .content img{
    width: 100%;
   height: auto;
  }
  #grapes  .inner01, .inner02, .inner03,.inner04{
   padding: 15px;
   margin: 0 auto;   
  }
  #grapes .inner04{
   position: relative; 
   height: 270vmin;
  }
  #grapes .img_left{
    margin-top: 10px;
  }
  #grapes .text_right{
    text-align: left;
  }
  #grapes .title, .title03, .title04{
    font-size: 14px; 
    font-weight: bold;
  }
  #grapes .title04{
    position: absolute;
	z-index: 20;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	
  }
  #grapes .title span, .title03 span, .title04 span{
    font-size: 18px; 
    font-weight: bold;
	color:#f1989c; 
  }
  #grapes .text_box02{
    position: relative;
  }
  #grapes .bg04{
	width:  80vmin;
    position: absolute;
	top: 3vh;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 0;
  }
  #grapes .text{
    font-size: 13px;
    margin: 5px 0 30px;
  }
  #grapes .text_box{
    text-align: center;
  }
  #grapes .text_text{
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #grapes .pic01{
    margin-top: 10px;
  }
  #grapes .pic02{
    margin-top: 10px;
  }
  #grapes .pic03{
	background-color: #ffefd6;
	padding: 10px;
	margin-top:20px; 
  }
  #grapes .pic04{
	width:  84vmin;
    position: absolute;
	top: 60vmin;
	right: 0;
	left: 0;
	margin: auto;
  }
  #grapes .text_box02{
    text-align: center;
  }
	
  #grapes .c-panel-01{
    margin: 20px auto;
    border: 2px solid #f1989c;
    border-radius: 10px;
	background-color: #fff;
	position: absolute;
	top: 170vmin;
	right: 0;
	left: 0;
  }
	
  #grapes .c-panel-01__head {
    padding: 10px 10px 5px;
    background-color: #f1989c;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
	}
  #grapes .c-panel-01__head span{
    font-size: 14px;
	}
  #grapes .c-panel-01__body {
    padding: 10px 10px;
	text-align: left;
	}
  #grapes .c-list-table {
    width: 100%;
	}	
  #grapes .c-list-table dl.daihyo{
	border-top: 1px solid #f1989c;
	margin-top:20px;
	padding-top:20px;
	font-size: 12px;
	}
  #grapes .c-list-table dt, .c-list-table dd {
    padding: 10px 10px 0 0;
	}
  #grapes .c-tag--contact {
    width: 100%;
    background-color: #f1989c;
    border-radius: 20px;
    color: #fff;
	}
  #grapes .c-tag {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 1.5;
    text-align: center;
	}
  #grapes .pf-face-img {
    width: 70px !important;
    height: auto;
	}
  #grapes .huki-text-purple{
	width: 62%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 1em;
    border-radius: 10px;
    text-align: left;
	background-color:#d6cef3;
	font-size: 14px;
	font-weight: bold;
	margin-top:20px;
	}
	
   #grapes .huki-text-purple span{
	font-size: 16px;
	color: #000;
	}

	#grapes .huki-text-purple:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: 10px;
	border: 15px solid transparent;
	border-left: 15px solid #d6cef3;
}	
	
#grapes .huki-text-green{
	width: 62%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 1em;
    border-radius: 10px;
    text-align: left;
	background-color:#d8efe8;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
	
#grapes .huki-text-green:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -35px;
  border: 15px solid transparent;
  border-right: 15px solid #d8efe8;
}		
	
  #grapes  .huki-imgname {
    display: inline-block;
    text-align: center;
}	
	
  #grapes .pf-face-img {
    display: block;
    box-sizing: border-box;
	margin-top: 45px;
}	
	
}	
	
	
	
