@charset "utf-8";
/* CSS Document */
header{
	margin-bottom: 40px;
}
header img{
	border-radius:10px;
	margin: auto;
}

header .text{
	line-height: 180%;
	letter-spacing: 1px;
}

header h2{
	background-image:url("../img/kasumigaura_troll/main_bg.png");
	background-position:center top;
	background-repeat: no-repeat;
	color:#333;
	margin-top:-45px;
	position:relative;
	text-align: center;
	font-size:170%;
	line-height:100%;
	letter-spacing:5px;
	padding:15px 0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header h2 .color{
	color: #619CB6;
	font-size: 150%;
	line-height:135%;
}

header h2 .text{
	font-size: 120%;
	line-height:120%;
}

.kasumigaura_troll{
	border:solid 1px #e6e6e6;
	margin-top:50px;
	letter-spacing: 5px;
	padding: 0 0 0 40px;
}

.kasumigaura_trollIco{
	text-align: center;
	font-size:180%;
	line-height:100%;
	letter-spacing: 3px;
	margin-top:-20px;
	margin-left:-40px;
	padding: 18px 10px 10px 10px;
}

.kasumigaura_trollIco span{
	background-color: #FFF;
	background-image: url(../img/kasumigaura_troll/icon_illust.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #619CB6;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 20px 5px 0 55px;
	text-align: center;
	vertical-align:middle;
}

.inWrap h4{
	background:url(../img/kasumigaura_troll/title_border.gif) repeat-x bottom;
	color:#333;
	font-size: 150%;
	line-height:100%;
	letter-spacing: 4px;
	padding-bottom: 20px;
	margin-bottom:30px;
	text-align: center;
}

.inWrap h5{
	font-weight: bold; 
	font-size: 150%;
    line-height: 130%;
    letter-spacing: 3px;
	margin-bottom:20px;
	text-align: center;
}

.imgRight,
.imgLeft,
.imgBottom{
	padding:0 15px;
	margin-bottom:40px;
}

.imgRight .imgInTitle,
.imgLeft .text,
.imgLeft .textInTitleT,
.imgLeft .textInTitle{
	float:right;
}

.imgLeft .imgInTitle,
.imgRight .text,
.imgRight .textInTitle{
	float:left;
}

.imgBottom .img{
	display: inline-block;
}

.imgBottom ul li{
	float:left;
	width:49%;
}

.imgLeft .img{
	float:left;
	width: 37%;
}

.img li{
	padding: 5px;
}

.imgRight .img{
	float:right;
	width: 37%;
}

.inWrap img{
	width: 100%;
    height: auto;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	padding: 5px;
	width: 280px;
}

.imgBottom .text{
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
	font-size: 110%;
}

.imgRight .text,
.imgLeft .text{
	width: 600px;
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
	font-size: 110%;
}

.imgRight .textInTitleT,
.imgLeft .textInTitleT{
	width: 600px;
}

.imgRight .textInTitle,
.imgLeft .textInTitle{
	width: 600px;
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
}
.img li {
    padding: 5px;
    color: #848383;
    font-size: 85%;
}
.contact .table_temp{
	margin: 10px 0;
}
.contact .table_temp th {
    width: 20%;
}
.contact .table_temp th span {
	font-size: 120%;
    line-height: 130%;
    letter-spacing: 2px;
}
.packProcess ul {
    padding: 0 10px;
}

.packProcess ul li {
    float: left;
    width: 46.5%;
    text-align: center;
	padding: 10px;
}

.packProcess ul li dl dt {
    background-color: #619CBD;
    color: #FFF;
}

.packProcess ul li dl dt img {
    width: 100%;
    height: auto;
}

.packProcess ul li dl dd {
    padding: 10px 0;
    letter-spacing: 1px;
    display: table-cell;
    text-align: left;
}
.brandlink {
	text-align: right;
    margin: 10px 0;
}
.brandlink a {
    color: #666666;
    background: url(../img/kasumigaura_troll/arrow.png) no-repeat right;
    padding-right: 15px;
    font-weight: 700;
    font-size: 110%;
}
.faqImg {
    float: left;
    width: 25%;
}
.faqImg p{
	text-align: center;
}
.faqImg img{
	border-radius: 50%;
}

.faqWrap{
    float: right;
    width: 67%;
	margin-top: 30px;
}
.faqWrap .text{
    line-height: 180%;
    letter-spacing: 1px;
    font-size: 110%;
}
.voice{
 	float: none;
    width: 100%;
}
.faqWrap dt {
    background: #f2f2f2;
    padding: 10px;
    margin: 33px 0 20px;
    position: relative;
    border-radius: 10px;
	line-height: 180%;
    letter-spacing: 1px;
	font-size: 110%;
}
.faqWrap dt:before {
	content: "";
    background: url(../img/kasumigaura_troll/faq_q.png) no-repeat;
    width: 50px;
    height: 47px;
    position: absolute;
    top: -25px;
    left: 10px;
}
.faqWrap dd {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 0 30px 60px;
    position: relative;
	line-height: 180%;
    letter-spacing: 1px;
}
.faqWrap dd:before {
	content: '';
    width: 15px;
    height: 15px;
    background: #f2f2f2;
    position: absolute;
    left: -7px;
    top: 15px;
    transform: rotate(45deg);
}
.faqWrap dd p{
	font-weight: 500;	
	font-size: 110%;
}

.shopImg {
    float: left;
    width: 25%;
}

.shopImg img{
	border-radius: 50%;
}
.productImg{
	float: left;
    width: 60%;
}
.productImg li{
	padding-bottom: 5px;
    color: #848383;
    font-size: 85%;
}

.shopWrap{
    float: right;
    width: 70%;
}
.shopImg p{
	text-align: center;
}
.shopWrap .text{
    line-height: 180%;
    letter-spacing: 1px;
    font-size: 110%;
}

.shopWrap dt {
    background: #f2f2f2;
    padding: 10px;
    margin: 33px 0 10px;
    position: relative;
    border-radius: 10px;
	line-height: 180%;
    letter-spacing: 1px;
	font-size: 110%;
}
.shopWrap dt:before {
	content: "";
    background: url(../img/kasumigaura_troll/comment.png) no-repeat;
    width: 50px;
    height: 47px;
    position: absolute;
    top: -25px;
    left: 10px;
}
.shopWrap dd {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
	line-height: 180%;
    letter-spacing: 1px;
}
.shopWrap dd:before {
	content: '';
    width: 15px;
    height: 15px;
    background: #f2f2f2;
    position: absolute;
    left: -7px;
    top: 15px;
    transform: rotate(45deg);
}
.shopWrap dd p{
	font-weight: 500;	
	font-size: 110%;
}
.foodimg li:first-child {
    padding-right: 13px;
}
.foodimg li {
    float: left;
    width: 49%;
}

.cookWrap{
	padding: 0 15px;
    margin-bottom: 20px;
}

.st_marker {
    background: linear-gradient(transparent 60%, #c0ebf9 60%);
}
.heightLine-o span{
	font-size: 200%;
    font-weight: 700;
    color: #3ca6c9;
}
.farmers{
	margin-bottom: 40px;
}

.analysisImg{
	width: 480px;
	margin: 30px auto;
}

.effortWrap{
    border: solid 4px #e6e6e6;
    padding: 35px;
	margin: 0 15px 50px;
}

.effortWrap dl{
	margin-top: 20px;
}

.effortWrap dl dt{
	font-weight: 700;
    margin-bottom: 10px;
    font-size: 130%;
}

.effortWrap dl dd{
	line-height: 180%;
    letter-spacing: 1px;
    font-size: 110%;
}

.qa .in {
	background: #f2f2f2;
    border-radius: 10px;
    padding: 20px 40px 40px;
    margin-top: 20px;
}

.qa .in dl dt {
    background: url("../img/kasumigaura_troll/faq_q.png") no-repeat left top;
    min-height: 39px;
    padding: 12px 0 0 50px;
    margin:20px 0 10px;
    font-size: 120%;
    box-sizing: border-box;
}

.qa .in dl dd {
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0 5px 30px 60px;
    font-size: 115%;
    font-weight: 600;
    line-height: 1.6em;
    position: relative;
}

.qa .in dl dd:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: 25px;
    transform: rotate(45deg);
}

.qa .in dl dd .face {
    position: absolute;
    top: 5px;
    left: -60px;
}

.qa .in dl dd .face img{
	border-radius: 50%;
	width: 30%;
}

.qa .img li{
	float: left;
    width: 48%;
}
.qa .img li:first-child {
    padding-right: 11px;
}

.qa .img li img{
    width: 100%;
    height: auto;
}

.productImg{
	float: left;
    width: 50%;
}
.detail {
    padding: 20px;
    background: #D6ECF5;
	border-radius: 10px;
	width: 40%;
    float: right;
}
.detail .text {
    line-height: 170%;
    font-size: 100%;
    color: #615746;
	width: auto;
	margin: 5px 0 25px;
}
.detail .data{
    background: #fff;
    border-radius: 10px;
    padding: 23px 16px;
    font-size: 95%;
    display: inline-block;
}
.detail .data .link{
	color: #666666;
	background-color: #e6e6e6;
    padding: 10px;
    font-weight: 700;
    font-size: 110%;
}

.detail .table_temp {
    border-collapse: collapse;
    word-break: break-all;
}

.detail .data table th {
    border: 0;
    background: none;
    width: 30%;
    padding: 5px 0px;
}

.detail .data table th.title {
	text-align: center;
    font-size: 120%;
	color: #333333;
}

.detail .data table td {
    border: 0;
    padding: 5px 0;
    font-weight: 700;
}

.detail .data .img {
    margin: 15px 0;
}

.detail .data a {
    display: block;
	color: #666666;
}

.detail .ce img {
    display: inline;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}

@media screen and (max-width:640px){

img,
.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	width: 100%;
}

.imgRight .text,
.imgLeft .text,
.imgRight .textInTitle,
.imgLeft .textInTitle,
.imgRight .textInTitleT,
.imgLeft .textInTitleT{
	width: auto;
}

.reflects h1 {
    font-size: 140%;
}
	
header img{
	border-radius:0px;
}

header h2{
	background-image:none;
	font-size: 130%;
	padding:35px 0 10px;
	border-bottom: 1px solid #e6e5dc;
    margin: -10px 0 20px 0;
	width:100%;
    letter-spacing: 0px;
}

header h2 .text{
	padding-top:30px;
	font-size: 100%;
}

header h2 .color {
	font-size: 140%;		
}	

.kasumigaura_trollIco{
	margin-top:0;
	letter-spacing: 0px;
    font-size: 160%;
}
.kasumigaura_trollIco span{
	line-height:100%;
	background-color:transparent;
}

h4{
	padding-top:30px;
	letter-spacing: 0;
	font-size: 130%;
	line-height: initial;
}

.imgRight,
.imgLeft,
.imgBottom{
	padding:0;
}

.imgRight .imgInTitle,
.imgRight .text,
.imgRight .textInTitle,
.imgLeft .text,
.imgLeft .textInTitleT,
.imgLeft .textInTitle,
.imgLeft .imgInTitle{
	float:none;
}

.imgBottom .img{
	display: inline;
}

.imgBottom ul li,
.imgLeft .img,
.imgRight .img,
.faqImg,
.faqWrap,
.foodimg li{
	float:none;
	width:100%;
}
.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	margin-bottom:30px;
}

.imgRight .imgInTitle p,
.imgLeft .imgInTitle p{
	padding: 5px;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	padding: 0;
}

.inWrap li {
    padding: 5px 0 5px 0;
}
	
.contact .table_temp th, .contact .table_temp td {
    display: block;
    width: auto;
    padding: 5px;
}
.packProcess ul {
    padding-left: 1.5px;
}

.packProcess ul li {
    width: 100%;
    margin: 1.6%;
	padding: 5px 0 5px 0;
}

.packProcess ul li dl dd {
    padding: 3px 0;
    letter-spacing: 0;
}
.foodimg li:first-child {
    padding-right: 0;
}
.cookWrap {
    padding: 0;
}
.faqWrap {
    margin-top: 35px;
}
.faqWrap dd {
    margin: 0 0 30px 0px;
}
.faqWrap dd:before {
	top: -8px;
    left: auto;
    right: 15px;
}
.farmers{
	margin-bottom: 0;
}
.faqImg {
    width: 65%;
    height: auto;
    margin: 0 auto;
}

h5{
	font-size: 130%;
}
	
.analysisImg{
	width: 100%;
}
.effortWrap {
    padding: 10px;
    margin: 0 0 50px;
}
.qa .in {
    padding: 10px;
}
.qa .in dl dd {
    margin: 0 5px 15px 15px;
}
.qa .img li {
    float: none;
    width: auto;
}
.qa .img li:first-child {
    padding-right: 5px;
}
.cookWrap {
     margin-bottom: 0; 
}
.shopWrap {
    margin-top: 20px;
	float: none;
    width: 100%;
}
.shopWrap dd {
    margin: 0 0 30px 0px;
}
.shopWrap dd:before {
	top: -8px;
    left: auto;
    right: 15px;
}
.shopImg {
    width: 65%;
    height: auto;
    margin: 0 auto;
	float: none;
}

.productImg {
    float: none;
    width: 100%;
}
.detail {
	float: none;
    width: auto;
}
	
}

