.pickup-contentB {
	margin-top:24px;
	font-size:1.1em;
	padding:0 10px;
	line-height:1.4;
	overflow:hidden;
}

.pickup-photo {
	margin:14px 0 7px;
	width:100%;
}

.InfoTable {
	background:#ded6c0;
	padding:10px 0;
	margin:5px auto 10px
}

.ITT {
	background:#947a45;
	padding:2px 5px;
	margin:2px 10px 5px;
	border-radius:15px;
	color:#fff;
	text-align:center;
	font-size:0.9em;
}

.ITI {
	background:#00a4d0;
	padding:2px 5px;
	margin:2px 10px;
	border-radius:15px;
	float:left;
	color:#fff;
	width:80px;
	text-align:center;
	font-size:0.9em;
	clear:left;
}

.ITN {
	padding:2px;
	margin:2px 0;
	font-size:0.9em;
	float:left;
	width:65%;
}

.SubTitle {
	border-bottom:solid 1px #947a45;
	font-size:1.1em;
	font-weight:bold;
	color:#947a45;
	margin:14px 0 7px;
}

.Credit {
	text-align:center;
	font-size:0.9em;
	color:#666;
	margin:32px 0;
}

.Credit .Logo {
	width:30% !important;
}

.pickup-contentB a:link,
.pickup-contentB a:visited,
.pickup-contentB a:active {
	color: #2E9AFE;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.SpHeadOff{
	position:absolute;
	top:0px;
}

.midashi{
	font-size: 1.2em;
	font-weight: bold;
	border-left: 10px solid #FF7BAC;
	padding: 0.2em 0.5em;
	margin: 1em 0 0.8em;
	line-height: 1.2;
}

.effect1{
font-size: 1.3em;
font-weight: bold;
}

.effect2{
font-size: 0.9em;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 0;
  position: relative;

  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;

  /*Borders - (Optional)*/
  /*border-left: 15px solid #CBB78A;
  border-right: 2px solid #CBB78A;
  */
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}


blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
.source-photo{
  font-size:0.8em;
  color:#AFAEB3 !important;
  margin-bottom:15px;
}

.article-section{
  margin-bottom:50px;
}
.comment-text{
 margin-top:20px;
 margin-bottom:20px;
}




table.light {
margin: 0 auto 50px;
width: 100%;
border: none;
background: #EFEEED;
}


table.light th {
vertical-align: middle;
width: 40%;
padding:10px;
margin: 0;
text-align: center;
vertical-align: top;
font-size: 0.9em;
white-space: nowrap;
font-weight: bold;
}

table.light td {
margin-left: 20px;
padding:10px;
width: 60%;
border: none;
font-size: 0.8em;
text-align: left;
overflow: hidden;
}

/*▼STORY購入ボタン用（SP）*/
storyActionBtn_table{
	border-collapse: separate;
	margin:0 auto;
	width:90%;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.storyActionBtn_td{
    padding:3px 3px;
}
.storyActionBtn_img{
    width:100%
}

/*▼SHOPメニュー用*/

.shopmenu_title{
	color:#FFFFFF;
	background:#000;
	text-align:center;
    font-size: 1em;
    width:100%;
	padding:2px;
}

table.shopmenu_table{
	border-collapse: separate;
	margin-left: auto;
    margin-right: auto;
    width:100%;
    table-layout: fixed;
    text-align:center;
}
.shopmenu_table img{
    width:70%
}


/*スライダー（Swipe）*/
.shop_swipeslider {
  width: 100%;
  height: 20%;
  display: flex;
  overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-points-x: repeat(100px);
      -ms-scroll-snap-points-x: repeat(100px);
          scroll-snap-points-x: repeat(100px);
  -webkit-scroll-snap-type: mandatory;
      -ms-scroll-snap-type: mandatory;
          scroll-snap-type: mandatory;
}
.shop_swipeslide {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
}

.shop_swipeslide img{
    width:100%;
}

/*スライダー（固定）*/
.shop_fixslide{
    width:100%;
    margin:10px 0px;
}
.shop_fixslide img{
    width:99%;
}


/*モバイルコムページ*/
.MC_title{
    margin:150px auto 0;
    padding:0 20px;
}
.MC_title span{
    line-height: 1.5;
    text-align:left;
    font-size:0.9em;
    font-weight:bold;
    display:block;
    text-align: center;
}
.MC_text{
    margin:20px auto 50px;
    font-size:0.9em;
    line-height: 1.66666667;
    padding:0 10px;
}

.MC_banner {
    margin: 10px 0;
    border: solid thin;
    border-radius: 7px;
    width:98%;
}
.MC_banner a{
    text-decoration:none;
    color: #000;
}
.MC_banner img{
    width:100%;
    margin:5px auto;
}
.MC_banner table{
    width:100%;
}
.MC_bannerL{
    width:90%;
    padding:10px 10px
}
.MC_bannerL p{
    text-align: left;
    font-size:0.8em
}
.MC_bannerR{
    width:10%;
    padding-right: 10px
}
.MC_bannerR img{
    width:80%;
}

/*河原学園*/


table.KGmenu_table{
	border-collapse: separate;
	margin-left: auto;
    margin-right: auto;
    width:100%;
    table-layout: fixed;
    text-align:center;
}


table.shopmenu_info_table{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
td.2{
	width:50%;
}
td.1{
	width:25%;
}

.shopmenu_info_table img{
    width:90%
}


.shopmenu_info_midashi{
	border-bottom: solid 1px black;
	font-size:0.8em;
	text-align:left;
	margin:20px 10px;
	font-weight: bold;
}

td.L{
	width:30%;
}

td.R{
	width:70%;
	text-align:left;
	line-height: 1.5em;
	font-size: 0.6em;
	padding:0 10px;
}

p.info{
	text-align:center;
	padding-top:20px;
}





.shopmenu_title2{
	text-align:center;
    font-size: 1em;
    width:100%;
	padding:2px;
    margin:20px 0;
}

table.shopmenu_table2{
    border-collapse: separate;
    border-spacing:10px 10px;
    display: table;
    width:100%;
}
.shopmenu_table2 img{
    width:100%;
    padding:3px;
}

/*スライダー*/
.shop_slider .owl-carousel .owl-dots .owl-dot {width: auto;}
.shop_slider .owl-carousel .owl-dots .owl-dot span {display: block;}



table.story201912_table {
	width:100%;
	border-collapse: collapse;
	border: solid 2px orange;
	font-size:0.7em;
	padding:20px
}

table.story201912_table th {
	border: dashed 1px orange;
	color: #FF9800;
	background: #fff5e5;
	text-align:center;
}

table.story201912_table td {
	border: dashed 1px orange;
	color: #FF9800;
}

.yellowmarker-bold{
    background-color:yellow;
    font-weight:bold
}

.pinkmarker-bold{
    background-color:pink;
    font-weight:bold
}

/*210104_ボタン */

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
}
.btn-copy:before {
  margin-right: 1rem;

}
.btn-copy:after {
  margin-left: 1rem;

}



a.btn--yellow {
color: #000;
  background-color: #fff100;
}
a.btn--yellow:hover {
  color: #000;
  background: #fff20a;
}
a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #ccc100;
}
a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}
a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 3rem 2rem 3rem;
  border-radius: 100vh;
}
a.btn-c i.fa {
  margin-right: 1rem;
}
a.btn-c:before {
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
}


/* 20210514 */
a img:hover {
	opacity:0.4;
}
.startTimeEventContent {
	max-width:90%!important;
}
