@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	box-sizing: border-box;
	min-height: 346px;
	box-sizing: border-box;
	text-align: center;
	background: url(../../image/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

.mainVisual h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.mainVisual h1 img {
	width: 100vw;
}


#main .about {
	padding: 25px 17px 27px;
	background: #dfe9f4;
}

#main .news {
	margin-bottom: 30px;
	font-size: 12px;
	text-align: left;
	color:#3E3E3E;
	background: #fff;
	border-radius: 10px;
	padding: 18px 20px;
}


#main .news .news-btn {
    background-color: #cd0000;
    width: 300px;
    height: 70px;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
    margin: 1.5em auto;
    border: 0;
    display: block;
}

#main .news a {
    text-decoration: none;
}

#main .news p:first-child {
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
	font-size:12px;
}

#main .news p:last-child {
	text-align: left;
	font-size: 10px;
}

.txtArea-read p {
	width:84%;
	text-align: center;
	margin: 0 auto 30px auto;
}

.txtArea-read p.white {
	color: #fff;
}

.txtArea-read p.pink {
	color: #000;
}


@media screen and (min-width: 768px) {

 .mainVisual{
	 background-image: url(../../image/pc_main_bg.jpg);
 }

	#main .news {
		margin-bottom: 30px;
		font-size: 14px;
		border-radius: 10px;
		padding: 30px 40px;
		margin: 20px 0;
	}

	#main .news p:first-child {
		margin-bottom:20px;
	}

	#main .news p:last-child {
		font-size: 13px;
	}

}

#main .about .txtArea p {
	margin-bottom: 11px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-align: center;
	color: #D13447;
	font-weight: bold;
}


#main .pickup {
	padding: 20px 10px 80px 10px;
	background: #dfe9f4;
	position: relative;
}


#main .pickup .txtArea p {
	margin-bottom: 11px;
	position: relative;
	z-index: 1;
	text-align: center;
}

#main .comBox .caution-area,
#main .comBox .special-area {
	width: 90%;
	padding: 5%;
	background: #F5F5F5;
	margin-bottom: 15px;
	font-size: 14px;
	border-radius: 10px;
}

#main .comBox .tanosucolabo-area {
	width: 90%;
	padding: 5%;
	background: #F8F6F3;
	margin-bottom: 15px;
	font-size: 14px;
	border-radius: 10px;
}

#main .comBox .tanosucolabo-area h3 {
	text-align: center;
	font-size:16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #D13447;
}

#main .comBox .tanosucolabo-area p {
	color: #393939;
	font-size:14px;
	text-align:center;
}

@media screen and (min-width: 768px) {
	#main .pickup {
		padding: 30px 10px 80px;
	}	

	#main .comBox .caution-area {
	width: 90%;
	padding: 5%;
	}
}



#main .comBox .caution-area h3,
#main .comBox .special-area h3 {
	text-align: center;
	font-size:16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #D13447;
}

#main .comBox .special-area p {
	color: #393939;
	font-size:14px;
	text-align:center;
}

#main .comBox .caution-area p {
	color: #393939;
	font-size:13px;
}

#main .comBox .special-area span.present-text {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff8a8a38 60%);
}

#main .comBox .caution-area li {
	list-style: square;
	margin: 5px 0;
	color: #393939;
	margin-left: 1em;
	font-size:13px;
}

#main .comBox .special-area .kome {
	width: 100%;
    font-size: 13px;
    color: #646464;
    display: block;
    padding: 0;
    margin-top: 20px;
    text-align: left;
}

#main .comBox .kome {
	width: 96%;
	margin:0 auto;
	font-size: 11px;
	color: #767676;
}

#main .about .txtArea p:last-child {
	margin-bottom: 0;
}

#main .about .imgBox {
	margin-bottom: 22px;
}

#main .about .imgBox .photoBox {
	margin-bottom: 31px;
	position: relative;
}

#main .about .imgBox .photoBox:before {
	width: 22px;
	height: 17px;
	position: absolute;
	top: -2px;
	right: 12px;
	background: url(../image/icon01.png) no-repeat;
	background-size: 100% auto;
	content: '';
}

#main .about .imgBox .photoBox img {
	width: 100%;
}

#main .about .imgBox .photoBox .price {
	padding: 12px 16px 8px 15px;
	min-width: 130px;
	box-sizing: border-box;
	position: absolute;
	bottom: -18px;
	left: -6px;
	display: block;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	background: url(../image/bg04.png) no-repeat left center;
	background-size: cover;
}

#main .about .imgBox .photoBox .price:before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 9px;
	border-right: 1px dashed #FFF;
	content: '';
}

#main .about .imgBox .photoBox .price .num {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.15;
}

#main .about .imgBox .textBox p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.75;
}

#main .about .imgBox .textBox .note {
	margin-bottom: 0;
	padding: 5px 0;
	/*text-indent: -1em;*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size:12px;
}

#main .about .imgArea {
	margin-bottom: 31px;
}

#main .about .imgArea .pho {
	margin-bottom: 14px;
	padding:  15px 10px 17px;
	text-align: center;
	background: url(../image/bg05.png) repeat left top;
}

#main .about .imgArea .pho img {
	width: 213px;
}

#main .about .imgArea p {
	font-size: 12px;
	line-height: 1.8;
}

#main .shopListArea {
	padding: 60px 5px;
}

#main .bk-color-a {
	background-color: #FFF;
}

#main .bk-color-b {
	background-color: #F8F6F3;
}

#main .bk-color-c {
	background-color: #f5f4dc;
}

#main .shopListArea .headLine01 {
	margin-bottom: 34px;
}

#main .shopListArea .shopList01 {
	margin-bottom: 0;
}

#main .contents-01 {
	padding: 60px 5px;
	position: relative;
	background-color: #F8F6F3;
}

#main .contents-02 {
	padding: 60px 5px 20px 5px;
	position: relative;
	background-color: #fff;
}

#main .contents:before {
	width: 100%;
	height: 532px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 50px auto;
	content: '';
}

#main .contents .headLine01 {
	margin-bottom: 48px;
	position: relative;
	z-index: 1;
}

#main .contents .innerBox {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

#main .contents .innerBox h3 {
	position: absolute;
	left: -11px;
	top: -23px;
}

#main .contents .innerBox h3 img {
	width: 58px;
}

#main .contents .goodsList {
	margin-bottom: 16px;
	font-weight:bold;
}

#main .contents .goodsList li {
	width: 49%;
	float: left;
	font-size: 12px;
	text-align: center;
}

#main .contents .goodsList li:nth-child(2n) {
	float: right;
}

#main .contents .goodsList li .pho {
	margin-bottom: 13px;
	display: block;
}

#main .contents .goodsList li img {
	width: auto;
	height: 117px;
}

#main .contents .noteList li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}

#main .contents .innerBox .photo {
	margin-bottom: 11px;
}

#main .contents .innerBox .photo img {
	width: 100%;
	margin-bottom: 15px;
}

#main .contents .innerBox .movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	z-index: -1;
}
 
#main .contents .innerBox .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main .contents .innerBox .h4Ttl01 {
	margin-bottom: 6px;
	font-size: 14px;
}

#main .contents .innerBox .h4Ttl01 .txt {
	margin-right: 6px;
	padding: 1px 6px 0;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	vertical-align: top;
	background-color: #943927;
}

#main .contents .innerBox .text {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.67;
	color: #393939;
}

#main .contents .rBox {
	padding: 30px;
	border: 1px solid #C9C9C9;
	background-color: #F0F0F0;
}

#main .contents .rBox .h4Ttl02 {
	margin-bottom: 18px;
	position: relative;
	font-size: 14px;
	text-align: center;
}

#main .contents .rBox .h4Ttl02:before {
	margin-left: -6px;
	width: 12px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: -3px;
	background-color: #000;
	content: '';
}

#main .contents .rBox .textList li {
	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #C9C9C9;
}

#main .contents .rBox .textList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#main .contents .rBox .textList li h5 {
	margin-bottom: 3px;
	font-size: 13px;
}

#main .contents .rBox .textList li .text {
	margin-bottom: 0;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
	letter-spacing: -0.5px;
	word-break: break-all;
}

#main .contents .rBox .imgBox {
	margin-top: 9px;
}

#main .contents .rBox .imgBox .photoBox {
	width: 54px;
	float: left;
}

#main .contents .rBox .imgBox .photoBox .pho {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

#main .contents .rBox .imgBox .photoBox .pho span {
	display: table-cell;
	vertical-align: middle;
}

#main .contents .rBox .imgBox .photoBox img {
	width: 100%;
}

#main .contents .rBox .imgBox .textBox {
	padding-left: 68px;
}

#main .contents .rBox .imgBox .textBox .sub {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	background-color: #FFF;
}

#main .contents .rBox .imgBox .textBox .sub:before {
	margin-top: -7px;
	width: 12px;
	height: 15px;
	position: absolute;
	left: -8px;
	top: 50%;
	background: url(../image/icon02.png) no-repeat;
	background-size: 100% auto;
	content: '';
}

#main .contents .rBox .imgBox .textBox .sub p {
	padding: 7px 5px 5px;
	width: 100%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

#main .contents .imgList li {
	margin-bottom: 30px;
	border: solid 1px;
	padding: 20px;
	border-radius: 10px;
	background: #ffffff;
}

#main .contents .imgList li:last-child {
	margin-bottom: 0;
}

#main .contents .imgList li .photo {
	margin-bottom: 12px;
}

#main .contents .imgList li .h4Ttl01 {
	color: #000;
	margin: 15px 0;
	text-align: center;
}

#main .contents .imgList li .yen {
    color: #333333;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    display: block;
}

#main .areaMap {
	padding: 60px 5px;
	background-size: 50px auto;
	background:#fff;
}

#main .areaMap .headLine01 {
	margin-bottom: 34px;
	color: #FFF;
}

#main .areaMap .headLine01:before {
	background-color: #FFF;
}

#main .areaMap .comMap .link a {
	color: #FFF;
}

#main .access {
	padding: 26px 20px 41px;
	background-color: #F5F5F5;
}

#main .access .headLine01 {
	margin-bottom: 36px;
	color: #5f0c0c;
}

#main .access .headLine01:before {
	background-color: #5f0c0c;
}

#main .access .accessBox {
	margin-bottom: 10px;
}

#main .access .accessBox iframe {
	width: 100%;
	height: 184px;
	vertical-align: top;
}

#main .access .comTab {
	border-color: #D13447;
}

#main .access .comTab th,
#main .access .comTab td {
	color: #D13447;
	border-color: #D13447;
}

.part1, .part2, .part3 {
	padding: 1px 8px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
}

.comTab-pink .part1 {
	background: #e697a0;
}

.comTab-pink .part2 {
	background: #C31E32;
	margin-top: 10px;
}

.comTab-pink .part3 {
	background: #895832;
	margin-top: 10px;
}

.comTab-pink  p .time {
	font-size: 14px;
	font-weight: bold;
	margin-right: 24px;
}

.comTab-pink  .ticket-time {
	font-size: 12px;
    background: #f1f1f1;
    color: #444;
    padding: 2px 8px;
    border-radius: 2px;
    display: inline-block;
    margin: 5px 0 0 0;
}

@media screen and (min-width: 768px) {
	.mainVisual {
		height: 100vh;
	}
	
	.mainVisual h1 img {
		width: 80vw;
	}

	#main .about {
		padding: 30px 0;
	}

	#main .about .txtArea {
		background-size: auto auto;
		margin-bottom: -2px;
	}

	#main .about .txtArea:before {
		width: 114px;
		height: 100px;
		top: -60px;
	}

	#main .about .txtArea p {
		margin: 20px;
		font-size: 15px;
	}

	#main .about .imgBox {
		margin-bottom: 60px;
	}

	#main .about .imgBox .photoBox {
		margin-bottom: 0;
		width: 480px;
		float: left;
	}

	#main .about .imgBox .photoBox:before {
		width: 44px;
		height: 34px;
	}

	#main .about .imgBox .photoBox .price {
		min-width: 200px;
		bottom: -20px;
		left: -10px;
		font-size: 15px;
	}

	#main .about .imgBox .photoBox .price .num {
		font-size: 20px;
	}

	#main .about .imgBox .textBox {
		width: 480px;
		float: right;
	}

	#main .about .imgBox .textBox p {
		margin-bottom: 15px;
		font-size: 15px;
	}

	#main .about .imgArea {
		margin: 0 auto 60px;
		width: 500px;
	}

	#main .about .imgArea .pho {
		margin-bottom: 20px;
		box-sizing: border-box;
		padding: 25px 10px;
	}

	#main .about .imgArea .pho img {
		width: 400px;
	}

	#main .about .imgArea p {
		font-size: 15px;
	}

	#main .pickup .txtArea p {
		margin-bottom: 20px;
		font-size: 15px;
	}

	#main .shopListArea {
		padding: 60px 0;
	}

	#main .shopListArea .headLine01 {
		margin-bottom: 50px;
	}

	#main .contents:before {
		height: 900px;
		background-size: auto auto;
	}

	#main .contents .headLine01 {
		margin-bottom: 65px;
	}

	#main .contents .innerBox {
		margin:30px 0;
	}

	#main .contents .innerBox:last-child {
		margin-bottom: 0;
	}

	#main .contents .innerBox h3 {
		left: -15px;
		top: -25px;
	}

	#main .contents .innerBox h3 img {
		width: 100px;
	}

	#main .contents .goodsList {
		margin-bottom: 30px;
	}

	#main .contents .goodsList li {
		font-size: 15px;
	}

	#main .contents .goodsList li .pho {
		margin-bottom: 20px;
	}

	#main .contents .goodsList li img {
		width: 100%;
		height: auto;
	}

	#main .contents .noteList li {
		font-size: 15px;
	}

	#main .contents .innerBox .photo {
		margin-bottom: 25px !important;
	}

	#main .contents .innerBox .h4Ttl01 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	#main .contents .innerBox .h4Ttl01 .txt {
		font-size: 15px;
	}

	#main .contents .innerBox .text {
		margin-bottom: 20px;
		font-size: 14px;
	}

	#main .contents .lBox {
		width: 480px;
		float: left;
	}
	
	#main .contents .rBox {
		padding: 20px 15px;
		width: 480px;
		box-sizing: border-box;
		float: right;
	}

	#main .contents .rBox .h4Ttl02 {
		margin-bottom: 30px;
		font-size: 18px;
	}

	#main .contents .rBox .h4Ttl02:before {
		margin-left: -10px;
		width: 20px;
	}

	#main .contents .rBox .textList li {
		margin-bottom: 15px;
		padding-bottom: 20px;
	}

	#main .contents .rBox .textList li h5 {
		margin-bottom: 10px;
		font-size: 15px;
	}

	#main .contents .rBox .textList li .text {
		font-size: 14px;
		letter-spacing: 0;
	}

	#main .contents .rBox .imgBox {
		margin-top: 15px;
	}

	#main .contents .rBox .imgBox .photoBox {
		width: 100px;
	}

	#main .contents .rBox .imgBox .textBox {
		padding-left: 125px;
	}

	#main .contents .rBox .imgBox .textBox .sub:before {
		margin-top: -15px;
		width: 24px;
		height: 30px;
		left: -18px;
	}

	#main .contents .rBox .imgBox .textBox .sub p {
		font-size: 15px;
	}

	#main .contents ul.imgList {
	    display: flex;
	    justify-content: center;
	    -webkit-box-lines: multiple;
	    -moz-box-lines: multiple;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-direction: row;
	}

	#main .contents .imgList li {
		margin: 10px;
		width: 400px;
		float: left;
		border: solid 1px #3E3E3E;
		padding: 20px;
		border-radius: 10px;
		background-color: #ffffff;
	}

	#main .contents .imgList li:nth-child(2n) {
		float: right;
	}

	#main .areaMap {
		padding: 60px 0;
	}

	#main .areaMap .headLine01 {
		margin-bottom: 50px;
	}

	#main .access {
		padding: 60px 0 80px;
	}

	#main .access .headLine01 {
		margin-bottom: 50px;
	}

	#main .access .accessBox {
		margin-bottom: 30px;
	}

	#main .access .accessBox iframe {
		height: 350px;
	}
	
	#main .about .imgBox .textBox .note {
		margin-bottom: 0;
		padding: 5px 0;
		/*text-indent: -1em;*/
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		font-size:14px;
	}

	#main .comBox .kome {
		font-size: 13px;
	}

	.part1, .part2, .part3 {
		padding: 1px 8px;
		color: #fff;
		font-weight: bold;
		border-radius: 2px;
	    font-size: 12px;
	    margin-right: 10px;
	    display: inline-block;
	}

	.ticket-area .part1 {
		background: #d1b096;
	}

	.ticket-area .part2 {
		background: #b98d6a;
		margin-top: 10px;
	}

	.ticket-area .part3 {
		background: #895832;
		margin-top: 10px;
	}

	.ticket-area .comTab p .time {
		font-size: 14px;
		font-weight: bold;
		margin-right: 24px;
	}

	.ticket-area .comTab p .ticket-time {
		font-size: 12px;
	    background: #f1f1f1;
	    color: #444;
	    padding: 2px 8px;
	    border-radius: 2px;
	    display: inline-block;
	    margin: 5px 0 0 0;
	}

	.ticket-area .comTab p .time {
		font-size: 18px;
		font-weight: bold;
		margin-right: 24px;
	}

	.ticket-area .comTab p .ticket-time {
		font-size: 13px;
	    background: #f1f1f1;
	    color: #444;
	    padding: 2px 10px;
	    border-radius: 2px;
	    display: inline-block;
	    margin: 5px 0 0 0;
	}

}

@media all and (-ms-high-contrast:none) {
	#main .contents .innerBox .h4Ttl01 .txt {
		margin-top: -3px;
		padding: 6px 6px 0;
		line-height: 1.2;
	}
}


/*------------------------------------------------------------
	ピックアップ
------------------------------------------------------------*/


@media screen and (max-width: 767px) {

.pickup .flex-item{
    position: relative;
}

.pickup .flex-item:not(:last-child){
  margin-bottom: 20px;
}

.pickup .flex-item__img-typeA {
  width: 70%;
	position: relative;
}

.pickup .flex-item__img-typeB {
    width: 70%;
    display: block;
    margin: 0 0 0 auto;
	position: relative;
}

.pickup .flex-item__img-typeA img.content-img,
.pickup .flex-item__img-typeB img.content-img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 30px;
}


.pickup .flex-item__img-typeA img.status-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
}

.pickup .flex-item__img-typeB img.status-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
}

.pickup .flex-item__txtA{
	width: 200px;
    position: absolute;
    padding-left: 40px;
    z-index: 10;
    right: 0;
    top: 30px;
}

.pickup .flex-item__txtB{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 30px;
}

.pickup .flex-item__txtA h2,
.pickup .flex-item__txtB h2 {
  padding-top: 20px;
}



/* ピックアップribbon	 h2タイトル */
.pickup h2.ribbon-pickup-white {
	margin:0 auto 30px auto;
	font-size: 15px;
    letter-spacing: 0.1em;
    z-index: 1;
}

.pickup h2.ribbon-pickup-white span {
    padding: 10px 15px;
	display: inline-block;
	background: #fff;
    color: #5a8da5;
		font-size: 12px;
}


.pickup h2.ribbon-pickup-white span:first-child {
	margin-bottom: 10px;
}

.moreLink {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
    color: #5a8da5;
    position: relative;
    right: 0;
    margin-top: 10px;
    float: right;
    padding-right: 20px;
}

.moreLink-B {
    position: relative;
    left: 0;
    margin-top: 10px;
    padding-right: 20px;
    float: left;
}

.moreLink:before {
	content: "Check!";
	position: absolute;
	bottom:5px;
	left: 10px;
}

.moreLink-B:before {
	content: "Check!";
	position: absolute;
	bottom:5px;
	left: 10px;
}

.moreLink:hover .lineArrow  {
    border-bottom: 1px solid #5a8da5;
    border-right: 1px solid #5a8da5;
}
.moreLink:hover {
    color: #5a8da5;
}
.lineArrow {
  width: 76px;
  height: 8px;
  border-bottom: 1px solid #5a8da5;
  border-right: 1px solid #5a8da5;
  transform: skew(45deg);
  margin: -10px 0 0 -5px;
}

}



@media screen and (min-width: 768px) {
	.pickup .flex-item{
	  display: flex;
	  justify-content: space-between;
	}

	.pickup .flex-item:not(:last-child){
	  margin-bottom: 50px;
	}

	.pickup .flex-item:nth-child(even){
	  flex-direction: row-reverse;
	}

	.pickup .flex-item__img {
	  width: 47%;
	  align-items: center;
	  padding-right: 10px;
	}


	.pickup .flex-item__img-typeA,
	.pickup .flex-item__img-typeB {
	  position: relative;
	}

	.pickup .flex-item__img-typeA img.status-icon {
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    width: 110px;
	}

	.pickup .flex-item__img-typeB img.status-icon {
	    position: absolute;
	    top: 10px;
	    right: 20px;
	    width: 110px;
	}

	.pickup .flex-item__img img.content-img{
		width: 100%;
	    height: 300px;
	    object-fit: cover;
	    border-radius: 30px;
	}

	.pickup .flex-item__txt{
	  width: 47%;
	}

	.pickup .flex-item__txt h2 {
	  padding-top: 20px;
	}

	/* ピックアップribbon	 h2タイトル */
	.pickup h2.ribbon-pickup-white {
		margin:0 auto 30px auto;
		font-size: 24px;
	    letter-spacing: 0.16em;
	    z-index: 1;
	}

	.pickup h2.ribbon-pickup-white span {
	    padding: 10px 20px;
		display: inline-block;
		background: #fff;
	    color: #5a8da5;
	}


	.pickup h2.ribbon-pickup-white span:first-child {
		margin-bottom: 10px;
	}

	.pickup .flex-item__txt p{
	  line-height: 1.5;
	  color:#5a8da5;
	}
	.moreLink {
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all  0.3s ease;
	    color: #5a8da5;
	    position: relative;
	    right: 0;
	    margin-top: 60px;
	    float: right;
	    padding-right: 30px;
	}

	.moreLink:before {
		content: "Check!";
		position: absolute;
		bottom:5px;
		left: 10px;
	}

	.moreLink:hover .lineArrow  {
	    border-bottom: 1px solid #5a8da5;
	    border-right: 1px solid #5a8da5;
	}
	.moreLink:hover {
	    color: #C31E32;
	}
	.lineArrow {
	  width: 90px;
	  height: 8px;
	  border-bottom: 1px solid #5a8da5;
	  border-right: 1px solid #5a8da5;
	  transform: skew(45deg);
	  margin: -10px 0 0 -5px;
	}

}

/*------------------------------------------------------------
	いちご食べ比べ - FLOW
------------------------------------------------------------*/
.flow-wrap {
	width:100%;
	margin:30px auto;
}

.flow-item {
    color: #fff;
    margin: 0 0.7%;
    margin-top: 1%;
    width: 48%;
    display: inline-block;
    text-align: center;
}

.flow-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.flow-item {
	    margin: 0 0.24%;
	    margin-top: 0;
	    width: 24.2%;
	}
}

/*------------------------------------------------------------
	いちご食べ比べ - TICKET
------------------------------------------------------------*/
.ticket-wrap {
	width:100%;
	margin:30px auto 20px auto;
	overflow:hidden;
}

.ticket-box-left {
	width: 100%;
}

.ticket-box-left img {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.ticket-box-right {
	width: 90%;
    margin: 0 auto;
 	text-align: center;
}

.ticket-box-right p {
	color: #D13447;
	margin: 10px 0 0 0;
}

.ticket-box-right p span {
	font-weight: bold;
}

.ticket-box-right p span:fast-child {
	font-size:24px;
}

.ticket-box-right p span:nth-child(2) {
	font-size:30px;
}

.ticket-box-right p span:last-child {
	font-size:20px;
}


@media screen and (min-width: 768px) {
	.ticket-wrap {
		width:100%;
		margin:30px auto;
		overflow:hidden;
	}

	.ticket-box-left {
		width: 60%;
		height: 220px;
		float: left;
	}

	.ticket-box-left img {
		display: block;
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.ticket-box-right {
		width: 40%;
		padding: 30px 0;
		float: right;
	}

	.ticket-box-right p {
		color: #D13447;
		margin: 10px 0;
		text-align: left;
	}
}

/*------------------------------------------------------------
	いちご食べ比べ - ShopList
------------------------------------------------------------*/
.ticket-ShopList th div {
	width:90%;
	padding:10px;
	background: #fff;
	border-radius: 10px;
	font-weight: bold;
	font-size:13px;
}

.ticket-ShopList th div span{
	font-size:10px;
	display: block;
}

.ticket-ShopList td ul li {
    list-style-type: disc;
    font-weight: bold;
    float: left;
    margin: 2px 25px 2px 5px;
}

.ticket-ShopList td ul li a {
    display: block;
    color: #000;
    word-break: break-all;
    text-decoration: underline;
 }
 

.ticket-ShopList th,
.ticket-ShopList td {
	padding: 6px 1px 6px;
	width: 82%;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
}

.ticket-ShopList th  {
	padding: 5px 4px 6px 3px;
	width: 30%;
	font-weight: 500;
	text-align: center;
}

.ticket-ShopList {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}

.ticket-ShopList {
	border-top: 1px solid #000;
	color: #000;

}

.ticket-ShopList td p {
	padding-left: 13px;
}

.ticket-ShopList th {
	border-bottom: 1px solid #000;
}

.ticket-ShopList td {
	border-bottom: 1px solid #000;
	padding-left: 2.4em;
}

.ticket-ShopList td p {
	border-left: 1px solid #000;
}

@media screen and (max-width: 374px) { /*SP*/
	.ticket-ShopList th,
	.ticket-ShopList td  {
		width: 76%;
	}
	
	.ticket-ShopList th {
		width: 24%;
	}
}

@media screen and (min-width: 768px) { /*PC*/
	.ticket-ShopList {
		margin-bottom: 20px;
		width: 100%;
		font-size:15px;
	}

	.ticket-ShopList th div span{
		font-size:11px;
		display: block;
	}


	.ticket-ShopList th,
	.ticket-ShopList td {
		padding: 10px 10px 10px 30px;
		font-size: 13px;
	}

	.ticket-ShopList th,
	.ticket-ShopList th  {
		padding: 10px 5px;
	}

	.ticket-ShopList td p, 
	.ticket-ShopList td p {
		padding-left: 15px;
	}
}
/*------------------------------------------------------------
	いちご食べ比べ - いちご図鑑
------------------------------------------------------------*/
.ichigo-zukan {
	width: 90%;
	padding:30px 3% 30px 3%;	
	background: rgb(255, 255, 255);
	margin: 50px auto 0 auto;
	position: relative;
}

.ichigo-zukan .bk-wrap {
	background-image: url(../image/zukan-note.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: contain;
	width: 300px;
    height: 27px;    
    display: block;
    text-align: center;
    margin: 0 auto 30px auto;
}

@media screen and (min-width: 768px) {
	.ichigo-zukan {
	width: 94%;
	padding:30px 3% 30px 3%;
	}

	.ichigo-zukan .bk-wrap {
    width: 100%;
    height: 27px;
    margin-bottom: 30px;
	}
}

/*------------------------------------------------------------
	いちご装飾
------------------------------------------------------------*/
/*-#main .contents-02:before {
	content: "";
    background-image: url(../image/strawberry-object01.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    top: -100px;
    left: 0;
    width: 500px;
    height: 200px;
    display: block;
    background-size: contain;
}


@media screen and (max-width: 767px) {
	#main .pickup:after {
	    content: "";
	    background-image: url(../image/strawberry-object02.png);
	    background-repeat: no-repeat;
	    position: absolute;
	    z-index: 10;

	    width: 96%;
	    max-width: 400px;
	    height: 200px;
	    display: block;
	    background-size: contain;
	    background-position: bottom;
	    left: 48%;
		bottom: -50px;   
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	}

	#main .contents-02:before {
		content: "";
	    background-image: url(../image/strawberry-object01.png);
	    background-repeat: no-repeat;
	    position: absolute;
	    z-index: 10;
	    top: -100px;
	    left: 52%;

	    width: 96%;
	    max-width: 400px;
	    height: 200px;

	    display: block;
	    background-size: contain;

	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);

	}	
}*/



@media screen and (min-width: 768px) {
	/*		#main .pickup:before {
		content: "";
	    background-image: url(../image/strawberry-object01.png);
	    background-repeat: no-repeat;
	    position: absolute;
	    z-index: 10;
	    top: -100px;
	    right: 0;
	    width: 500px;
	    height: 200px;
	    display: block;
	    background-size: contain;
	}

#main .pickup:after {
		content: "";
	    background-image: url(../image/strawberry-object02.png);
	    background-repeat: no-repeat;
	    position: absolute;
	    z-index: 10;
	    bottom: -50px;
	    left: 0;
	    width: 500px;
	    height: 200px;
	    display: block;
	    background-size: contain;
	    background-position: bottom;
	}

 #main .contents-02:before {
		content: "";
	    background-image: url(../image/strawberry-object02.png);
	    background-repeat: no-repeat;
	    position: absolute;
	    z-index: 10;
	    top: -100px;
	    left: 0;
	    width: 500px;
	    height: 200px;
	    display: block;
	    background-size: contain;
	}	

	#main .contents-02:after {
		content: "";
	    background-image: url(../image/strawberry-object02.png);
	    background-repeat: no-repeat;
	    position: absolute;
	    z-index: 10;
	    bottom: -100px;
	    right: 0;
	    width: 500px;
	    height: 200px;
	    display: block;
	    background-size: contain;
	    background-position: bottom;
	}*/

}

/*------------------------------------------------------------
	タイトル deco
------------------------------------------------------------*/
/* #a02 h2 {
	z-index: 10;
}

#a02 h2:before {
	content: '';
    display: inline-block;
    width: 300px;
    height: 109px;
    background-image: url(../image/title-logo-2.png);
    background-size: contain;
    vertical-align: middle;
} */

.title-logo {
	position: relative;
}

.title-logo-img {
	position: absolute;
	top: -63px;
    left: -3%;
    width: 200px;
    z-index: 1;
}

.status-icon {
	display: block;
	width: 120px;
	margin:0 auto 20px auto;
}


@media screen and (min-width: 768px) {
	.title-logo-img {
    top: -65px;
    left: -5%;
    width: 300px;
	}
}

/*------------------------------------------------------------
	スクロール
------------------------------------------------------------*/
a.scroll-down {
  display: inline-block;
  position: absolute;
  right: 18px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 40px;
  overflow: hidden;
  color: #fff;
  font-size: 9px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

a.scroll-down::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
}

a.scroll-down::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, .4);
  z-index: 2;
}
a.scroll-down::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  z-index: 2;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }

 @media screen and (min-width: 768px) {
	a.scroll-down {
	  right: 40px;
	  padding: 10px 10px 90px;
	  }

	a.scroll-down::after {
	  height: 80px;
	}

	a.scroll-down::before {
	  height: 80px;
	}
}


}
