﻿@charset "utf-8";

/*--------------------------------------

  いちごチャンネル（店内ページ）

---------------------------------------*/
.main {
    width: 640px;
}
video {
    width: 640px !important;
    margin-bottom: 20px;
}
.main p,
.main span {
  border: 0;
  font-size: 16px;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.bt_round_min {
    display: inline-block;
    width: auto;
    min-width: 160px;
}
/*記事タイトル*/
.main h3 {
    margin: 0 0 20px 0;
}
.main .w640 {
    width: 640px;
}
.main .w640 img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}
.shopinfo .catch_text {
    margin-bottom: 20px;
    color: #bb9365;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: left;
}
.shopinfo .data_new {
	position: relative;
}
.shopinfo .data_new .icon_ichigo {
	position: absolute;
	top: -14px;
	right: -6px;
}
.shopinfo .data_new .icon_ichigo img {
	width: 60px;
}
.shopinfo .data_new .gal_name {
    color: #333;
    float: left;
    font-size: 1.3rem;
}
.shopinfo .data_new .gal_name img {
	position: relative;
	width: 20px;
}
.shopinfo .data_new .gal_name b {
	display: inline-block;
	margin: 0 0 0 5px;
    font-size: 1.6rem;
}
.shopinfo .data_new .gal_data {
	padding: 5px 10px;
	color: #333;
	background-color: #f9e3ed;
	font-weight: bold;
    float: right;
}
.shopinfo .data_new .gal_data b {
	display: inline-block;
	margin: 0 3px 0 0;
	font-weight: normal;
}
.shopinfo .data_new .gal_data span {
	display: inline-block;
	margin: 0 5px 0 10px;
	font-weight: normal;
}
.title {
	font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 40px 0 20px 0;
    padding: 0 0 6px 0;
	color: #666;
	border-bottom: solid 2px #dcdcdc;
}
.title2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 35px 0 0 0;
    padding: 0 0 3px 10px;
	color: #333;
	border-bottom: solid 2px #06F;
}
.sub_title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4em;
    margin: 35px 0 0 0;
    padding: 20px 0 3px 10px;
	color: #fb6489;
	border-top: solid 2px #dcdcdc;
    text-align: center;
}
img.mt-image-none {
  /* max-width: 97.5%; */
  max-width:100%;
  width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/*============================

    記事形式

=============================*/
.main .article p,
.main .article span {
    font-size: 13px;
}
.reporter {
    display: block;
    margin: 20px 0;
    font-weight: bold;
    font-size: 14px;
}
.article .left_box {
    float: left;
}
.article .right_box {
    float: right;
    width: 240px;
}
.article .w390 {
    width: 390px;
}
.article .w240 {
    width: 240px;
}
.article .right_box.w240  img {
    position: relative;
    top: 20px;
    right: -14px;
    display: block;
    max-width: 220px;
    margin-bottom: 40px;
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}
.article .left_box.w240 img {
    position: relative;
    top: 20px;
    right: -14px;
    display: block;
    max-width: 200px;
    margin-bottom: 40px;
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.article  .popup.left .desc {
	padding-right: 0;
}
.article  .popup.right .desc {
	padding-left: 0;
}
.article .popup {
    margin-bottom: 10px;
}
.article .popup .pic {
	width: 34px;
}
.article .popup.left .pic {
    padding-right: 10px;
}
.article .popup .pic span {
    display: block;
    width: 34px;
    height: 34px;
}
.article .popup .desc span {
    display: inline-block;
    padding: 5px 10px;
}

/*============================

    対談形式

=============================*/
.popup {
	display: table;
	margin: 0 0 20px;
	zoom: 1;
}
.popup:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* dl */
.popup dt {	
	display: block;
	width: 40px;
	height: 40px;
	padding: 2px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
}
.popup.left dt {
	float: left;
	margin-right: 20px;
	vertical-align: middle;
}
.popup.right dt {
	float: right;
	margin-left: 20px;
}
.popup dt span {
	display: block;
	width: 40px;
	height: 40px;
	padding: 2px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
}
.popup dt img {
	margin: 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.popup dd {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.popup.left dd {
	padding-left: 8px;
	background: url(/pc/img/chihou/contents/15channel2/bg_pop_02.png) left center no-repeat;
}
.popup.right dd {
	padding-right: 8px;
	background: url(/pc/img/chihou/contents/15channel2/bg_pop_03.png) right center no-repeat;
}
.popup dd span,
.popup .desc span {
	display: block;
	padding: 7px 15px;
	background: #f9e3ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup {
	display: table;
	width: 100%; 
	margin: 0 0 20px;
	zoom: 1;
}
.popup:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.popup .pic,
.popup .desc {	
	display: table-cell;
	vertical-align: middle;
}
.popup .pic {
	width: 40px;
    padding-right: 15px;
}
.popup .pic span {
	display: block;
	width: 40px;
	height: 0;
	height: 40px;
	padding: 1px;
	border: 2px solid #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #fff 50% 50% no-repeat;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	line-height: 2;
	overflow: hidden;
}
.popup .pic img {
	margin: 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.popup.left .pic {
	padding-right: 15px;
}
.popup.right .pic {
	padding-left: 15px;
}
.popup p {
	margin-bottom: 0;
}
.popup .desc {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden; 
}
.popup.left .desc {
	padding-left: 8px;
	padding-right: 69px;
	background: url(/pc/img/chihou/contents/15channel2/bg_pop_07.png) left center no-repeat;
}
.popup.right .desc {
	padding-right: 8px;
	padding-left: 69px;
	background: url(/pc/img/chihou/contents/15channel2/bg_pop_08.png) right center no-repeat;
}
.popup.right .desc span {
    float: right;
    text-align: left;
}
.popup .desc span {
	display: inline-block;
	padding: 15px 20px;
	background: #fff9e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-weight:800;
}
.popup.pink2 .desc span {
	background: #fff0f5;
}
.popup.left.pink2 .desc {
	background: url(/pc/img/chihou/contents/15channel2/bg_pop_02.png) left center no-repeat;
}
.popup.right.pink2 .desc {
	background: url(/pc/img/chihou/contents/15channel2/bg_pop_03.png) right center no-repeat;
}
.popup.left.blue2 .desc {
	background: url(/pc/img/chihou/contents/15channel2/bg_pop_05.png) left center no-repeat;
}
.popup.right.blue2 .desc {
	background: url(/pc/img/chihou/contents/15channel2/bg_pop_06.png) right center no-repeat;
}
.popup.blue2 .desc span {
	background: #d6f2ff;
}
.gal_data2{
    padding: 5px 10px;
    color: #333;
    background-color: #f9e3ed;
    font-weight:bold;
}
.gal_data2 b {
    display: inline-block;
    margin: 0 3px 0 0;
    font-weight:normal;
}