/* *******************************************************************

　共通

******************************************************************* */
body{line-height:1.5 !important;}
*, ::after, ::before {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


/* PC SP 切替 */
.pc { display: inline-block;}
.pcCont { display: block;}
.sp,.spCont { display: none;}

@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
	img{
		width: auto;
		max-width: 100%;
        height: auto;
	}
	.pc,.pcCont { display: none;}
	.sp { display: inline-block;}
	.spCont { display: block;}
}


/* *******************************************************************

　『ききりんご』(PC)

******************************************************************* */
/* 共通 */
.contents {
    width: 100%;
    text-align: center;
    color: #39280e;
    margin-bottom: 60px;
}
.contents:last-of-type {
    margin-bottom: 100px;
}
.contents .block  {
	width: 940px;
	margin: 0 auto;
    text-align: left;
}

/* メイン画像 */
.contents.mainView {
    background: url("image/main_bg.png") no-repeat center center, #cf2f1b;
}

/* 内容紹介 */
.contents.storyBlock .block {
    display: table;
}
.contents.storyBlock .block .image,
.contents.storyBlock .block .detail {
    display: table-cell;
    vertical-align: top;
}
.contents.storyBlock .block .detail {
    padding-left: 40px;
}
.contents.storyBlock .block .detail .ttl {
    color: #cf2f1b;
    background: url("image/story_ic.png") no-repeat left center;
    font-size: 34px;
    font-weight: bold;
    line-height: 46px;
    padding-left: 48px;
    margin-bottom: 20px;
}
.contents.storyBlock .block .detail dl dt {
    background: #f6f5ec;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.contents.storyBlock .block .detail dl dt em {
    font-size: 26px;
    font-weight: bold;
    margin-right: 20px;
}
.contents.storyBlock .block .detail dl dt span {
    font-size: 20px;
    font-weight: bold;
}
.contents.storyBlock .block .detail dl dd + dd {
    margin-top: 20px;
}
.contents.storyBlock .block .detail dl dd.tit {
    font-size: 18px;
    font-weight: bold;
}
.contents.storyBlock .block .detail dl dd.read {
    font-size: 18px;
    font-weight: bold;
    color: #cf2f1b;
}
.contents.storyBlock .block .detail dl dd.txt {
    font-size: 16px;
}
.contents.storyBlock .block .detail dl dd.note {
    font-size: 14px;
}
.contents.storyBlock .block .image .btn {
    font-size: 0;
    margin-top: 10px;
}
.contents.storyBlock .block .image .btn li {
    font-size: 14px;
    display: inline-block;
    width: 49%;
}
.contents.storyBlock .block .image .btn li + li {
    margin-left: 2%;
}
.contents.storyBlock .block .image .btn li a {
    background: #cf2f1b;
    display: block;
    color: #ffffff;
    padding: 10px 10px;
    text-align: center;
}
.contents.storyBlock .block .image .btn li a:hover {
    text-decoration: none;
    opacity: 0.6;
}

/* プロフィール */
.contents.profileBlock .block {
    background: #f6f5ec;
    box-sizing: border-box;
    display: table;
}
.contents.profileBlock .block .title,
.contents.profileBlock .block dl {
    display: table-cell;
    vertical-align: middle;
}
.contents.profileBlock .block .title{
    background: url("image/profile_ttl.png") no-repeat center center;
    width: 200px;
    text-align: center;
}
.contents.profileBlock .block .title h2{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    height: 145px;
    box-sizing: border-box;
    padding-top: 65px;
}
.contents.profileBlock .block dl {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 30px 30px 0;
}
.contents.profileBlock .block dl dt {
    color: #cf2f1b;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contents.profileBlock .block dl dd {
    font-size: 16px;
}

/* コラム */
.contents.colmnsBlock {
    background: #f7f6f4;
    padding: 40px 0;
}
.contents.colmnsBlock .title {
    background: url("image/columns_ttl_ic.png") no-repeat center top;
    padding-top: 60px;
    text-align: center;
}
.contents.colmnsBlock .title h2 {
    color: #cf2f1b;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}
.contents.colmnsBlock .title h2 span {
    color: #ffffff;
    background: #cf2f1b;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.contents.colmnsBlock .block .box {
    background: #ffffff;
    border: 1px solid #dbe2db;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 40px;
}
.contents.colmnsBlock .block .box .image img {
    width: 100%;
    height: auto;
}
.contents.colmnsBlock .block .box .text .txt {
    font-size: 14px;
}
.contents.colmnsBlock .block .box .text .txt p + p {
    margin-top: 10px;
}
.contents.colmnsBlock .block .box .text .tag {
    border-top: 1px solid #dbe2db;
    font-size: 0;
}
.contents.colmnsBlock .block .box .text .tag li,
.contents.colmnsBlock .block .box .text .tag li a {
    font-size: 14px;
    color: #206abe;
    text-decoration: none;
}
.contents.colmnsBlock .block .box .text .tag li {
    display: inline-block;
    margin-right: 10px;
}
.contents.colmnsBlock .block .box .text .tag li:last-of-type {
    margin-right: 0px;
}

/* box1clm */
.contents.colmnsBlock .block.box1clm .box {
    display: table;
    width: 100%;
}
.contents.colmnsBlock .block.box1clm .box .image,
.contents.colmnsBlock .block.box1clm .box .text {
    display: table-cell;
}
.contents.colmnsBlock .block.box1clm .box .image {
    width: 450px;
}
.contents.colmnsBlock .block.box1clm .box .text {
    vertical-align: top;
}
.contents.colmnsBlock .block.box1clm .box .text .tit {
    color: #cf2f1b;
    background: url("image/columns_recipe_ic.png") no-repeat left 20px center;
    line-height: 26px;
    padding: 15px 20px 15px 50px;
    border-bottom: 1px solid #dbe2db;
    font-size: 20px;
    font-weight: bold;
}
.contents.colmnsBlock .block.box1clm .box .image img {
    border-radius: 4px 0 0 4px;
}
.contents.colmnsBlock .block.box1clm .box .text .txt,
.contents.colmnsBlock .block.box1clm .box .text .tag {
    padding: 15px 20px;
}


/*box23clm*/
.contents.colmnsBlock .block.box2clm,
.contents.colmnsBlock .block.box3clm {
    font-size: 0;
    text-align: center;
}
.contents.colmnsBlock .block.box2clm .box,
.contents.colmnsBlock .block.box3clm .box {
    display: inline-block;
    font-size: 14px;
}
.contents.colmnsBlock .block.box2clm .box:nth-of-type(2n),
.contents.colmnsBlock .block.box3clm .box:nth-of-type(3n),
.contents.colmnsBlock .block.box3clm .box:last-of-type {
    margin-right: 0px;
}
.contents.colmnsBlock .block.box2clm .box {
    width: 450px;
    margin-right: 40px;
}
.contents.colmnsBlock .block.box3clm .box {
    width: 290px;
    margin-right: 35px;
}
.contents.colmnsBlock .block.box2clm .box .image img,
.contents.colmnsBlock .block.box3clm .box .image img {
    border-radius: 4px 4px 0 0;
}
.contents.colmnsBlock .block.box2clm .box .text .txt,
.contents.colmnsBlock .block.box3clm .box .text .txt,
.contents.colmnsBlock .block.box2clm .box .text .tag,
.contents.colmnsBlock .block.box3clm .box .text .tag {
    padding: 10px;
    text-align: left;
}


/* *******************************************************************

　『ききりんご』(SP)

******************************************************************* */

@media screen and (max-width:767px){
/* ---------------------------------------------------------------- */
/* 共通 */
.contents  {
	margin-bottom: 20px;
}
.contents:last-of-type {
    margin-bottom: 80px;
}
.contents .block  {
	width:100%;
    padding: 0 20px;
    box-sizing: border-box;
} 

/* メイン画像 */
.contents.mainView .block {
    padding: 0;
}

/* 内容紹介 */
.contents.storyBlock .block,
.contents.storyBlock .block .image,
.contents.storyBlock .block .detail {
    display: block;
}
.contents.storyBlock .block .detail {
    padding-left: 0;
    margin-top: 20px;
}
.contents.storyBlock .block .detail .ttl {
    font-size: 28px;
    margin-bottom: 10px;
}
.contents.storyBlock .block .detail dl dt {
    margin-bottom: 10px;
}
.contents.storyBlock .block .detail dl dt em {
    font-size: 24px;
    margin-right: 0px;
    display: block;
}
.contents.storyBlock .block .detail dl dt span {
    font-size: 20px;
    display: block;
}
.contents.storyBlock .block .detail dl dd + dd {
    margin-top: 10px;
}
.contents.storyBlock .block .detail dl dd.tit {
    font-size: 18px;
    font-weight: bold;
}
.contents.storyBlock .block .detail dl dd.read {
    font-size: 18px;
    font-weight: bold;
    color: #cf2f1b;
}
.contents.storyBlock .block .detail dl dd.txt {
    font-size: 16px;
}
.contents.storyBlock .block .detail dl dd.note {
    font-size: 14px;
}
.contents.storyBlock .block .image .btn li {
    display: block;
    width: 100%;
}
.contents.storyBlock .block .image .btn li + li {
    margin-left: 0;
    margin-top: 5px;
}

/* プロフィール */
.contents.profileBlock .block {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contents.profileBlock .block,
.contents.profileBlock .block .title,
.contents.profileBlock .block dl {
    display: block;
}
.contents.profileBlock .block .title{
    background: url("image/profile_ttl.png") no-repeat center center;
    width: 100%;
    text-align: center;
}
.contents.profileBlock .block dl {
    padding: 0;
    margin-top: 20px;
}

/* コラム */
.contents.colmnsBlock {
    padding: 20px 0;
}
.contents.colmnsBlock .title h2 {
    font-size: 26px;
    line-height: 30px;
}
.contents.colmnsBlock .title h2 span {
    width: 30px;
    height: 30px;
}

.contents.colmnsBlock .block .box {
    margin-top: 20px;
}

/* box1clm */
.contents.colmnsBlock .block.box1clm .box,
.contents.colmnsBlock .block.box1clm .box .image,
.contents.colmnsBlock .block.box1clm .box .text {
    display: block;
}
.contents.colmnsBlock .block.box1clm .box .image {
    width: 100%;
}
.contents.colmnsBlock .block.box1clm .box .text .tit {
    background-position: left 10px center;
    padding: 10px 10px 10px 40px;
}
.contents.colmnsBlock .block.box1clm .box .image img {
    border-radius: 4px 4px 0 0;
}
.contents.colmnsBlock .block.box1clm .box .text .txt,
.contents.colmnsBlock .block.box1clm .box .text .tag {
    padding: 10px;
}


/*box23clm*/
.contents.colmnsBlock .block.box2clm .box,
.contents.colmnsBlock .block.box3clm .box {
    display: block;
    width: 100%;
    margin-right: 0;
}
/* ---------------------------------------------------------------- */
}