@charset "UTF-8";

/* ===== 全体の設定 ===== */
body {
	margin: 0;
	*text-align: center;
	font-family: "Hiragino Kaku Gothic Pro",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
	/*IE調整用*/
}

/* 全体背景[変更可] */
#wrapper {
	background: #fff !important;
	padding: 0;
}

div, i, p {
	line-height: 1.6;
	font-size: 14px;
}


/* ===== コンテンツ ===== */
/* コンテンツ リンク色[変更可] */
#content a:link {
	text-decoration: underline;
	color: #005799;
}

#content a:visited {
	text-decoration: underline;
	color: #005799;
}

#content a:active {
	text-decoration: underline;
	color: #005799;
}

#content a:hover {
	text-decoration: none;
	color: #005799;
}

/* イベント名 リンク色[色変更可] */
#main .blockInEvent .bl-hot a,
#bottomBlock .topics .topicsTitle a {
	text-decoration: none;
	color: #005799;
}

/* ===== コンテンツ[以下に追加] ===== */

#wrapper {
	background: #f0f0f0;
	border-bottom: 1px solid #dbdcdc;
	min-width: 1000px;
}

h2,
h3,
p,
dl,
dt,
dd {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#innerWrap {
	margin: 0 auto;
	overflow: hidden;
	width: auto !important;
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	background: none !important;
	*text-align: left;
	/*IE調整用*/
}

.center {
	text-align: center;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

#innerWrap a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}


.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content_wrapper img {
	height: auto;
	backface-visibility: hidden;
}
.content_wrapper figure{
	margin: 0 0 10px;
}
.content_wrapper{

}
/*.content_wrapper .main{
	margin: 0 0 50px;
}*/
/*.content_wrapper .main h1{
	margin: 0 0 4px;
}*/
.content_wrapper .main p{
	text-align: right;
	font-size: 14px;
}

.content_wrapper .main_low {
	background: url(../img/bg_low.jpg) center;
	background-size: cover;
	padding: 10px 0 100px;
}

.content_wrapper .main_low .pr_txt {
	font-size: 14px;
	text-align: right;
	margin-bottom: 30px;
}

.content_wrapper .main_low .schedule_box {
	margin: 0 auto 30px;
	width: 80%;
}

.content_wrapper .main_low .schedule_box img {
	width: 100%;
}

.content_wrapper .main_low .schedule_txt {
	margin: 0 auto;
	width: 80%;
}

.content_wrapper .main_low h2 {
	margin: 0 auto 10px;
	width: 70%;
}

.content_wrapper .main_low h2 img {
	width: 100%;
}

.content_wrapper .main_low .highlight_box {
	text-align: center;
}

.content_wrapper .main_low .highlight_box h3 {
	margin: 30px auto;
	width: 20%;
}

.content_wrapper .main_low .highlight_box h3 img {
	width: 100%;
}

.content_wrapper .main_low .highlight_box iframe {
	height: 405px;
	width: 80%;
}

.content_wrapper .anc_wrap {
	background: linear-gradient(70deg, #d9fadf, #fbf7f3, #f9e6fd, #bbcefb);
}

.content_wrapper .balloon_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0;
	margin: 0 auto;
	width: 80%;
}

.content_wrapper .balloon_box .balloon_s {
	margin-bottom: 20px;
	width: 230px;
}

.content_wrapper .balloon_box .balloon_s .anc img {
	width: 100%;
}

.content_wrapper .section2 {
	background: url(../img/bk_img.jpg);
	background-size: 100%;
}

.goods_exp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

.goods_exp div {
	margin: 0 auto;
	width: 30%;
}

.goods_exp p {
	width: 65%;
}

.cafe_exp .cafe_img_box {
	margin: 0 auto 60px;
	width: 40%;
	position: relative;
}

.cafe_txt_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

.cafe_txt_box p {
	width: 60%;
}

.cafe_txt_box div {
	width: 35%;
}

.content_wrapper .btn_detail{
	text-align: center;
}
.content_wrapper .btn_detail a{
	width: 400px;
	position: relative;
	display: block;
	margin: auto;
	background: linear-gradient(to right, #eea5a6, #e9b7ee);
	border-radius: 6px;
	line-height: 1.4;
	font-size: 20px;
    font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 20px 0;
}

.content_wrapper .btn_detail .only_p {
	padding: 10px 0;
}

.content_wrapper .btn_detail a:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
	margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content_wrapper .detail{

}
.content_wrapper .detail p{
	margin: 0 0 50px;
}
.content_wrapper .navi{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.content_wrapper .navi li{
	width: 23.5%;
}
.content_wrapper .navi li img{
	width: 100%;
}
.content_wrapper .device li{
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
}
.content_wrapper .device a{
	background: #eada9f;
	border: 2px solid #030303;
	color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
	border-radius: 8px;
	box-shadow: 0 4px 0 0px rgb(229 229 229);
}
.content_wrapper .device a:after{
	content: "";
	background: url(../img/btn_arrow.png) no-repeat left;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	width: 22px;
	height: 18px;
}
.content_wrapper .device a span{
	padding: 4px;
}

.content_wrapper .section{
	background: linear-gradient(140deg, #f7e0ed, #d7f2f0);
	padding: 10px 0 0;
}

.content_wrapper .section img,
.content_wrapper .section2 img {
	vertical-align: top;
	width: 100%;
}

.content_wrapper .section h2,
.content_wrapper .section2 h2 {
	margin: 0 auto 40px;
	width: 1040px;
}

.content_wrapper .section .original_pic_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}

.content_wrapper .section .original_pic_box .pic_area {
	width: 48%;
}

.pic_img_box span {
	color: #907b47;
	font-size: 12px;
	margin: 6px 0 10px;
	display: inline-block;
	line-height: 1;
}

.pic_img_box span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon_star.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-bottom: 4px;
}

.point_box {
	background: url(../img/ph_point.png) no-repeat;
	background-size: cover;
	height: 214px;
	width: 87%;
	margin: 60px auto 100px;
	position: relative;
}

.point_box p {
	position: absolute;
    top: 80px;
    padding: 0 40px;
}

.original_pic_box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.original_pic_box2 .pic_img_box {
	width: 48%;
}

.pic_in {
	margin: 0 0 60px;
}

.point_box3 {
	background: url(../img/ph_point2.png) no-repeat;
	background-size: cover;
	height: 277px;
	width: 87%;
	margin: 60px auto 100px;
	position: relative;
}

.point_box3 .point_in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 30px;
	justify-content: space-evenly;
	position: absolute;
	top: 70px;
}

.point_box3 .point_in div {
	width: 25%;
}

.point_box3 .point_in p {
	width: 65%;
}

.info_box .ticket_txt {
	margin-bottom: 30px;
}

.info_inner,
.info_box .ticket_txt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
}

.info_inner h4 {
	margin: 0;
	font-weight: normal;
}

.info_inner p {
	margin-left: 20px;
}

.info_inner h4:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon_info.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-bottom: 10px;
}

.emp {
	padding: 8px;
	background: linear-gradient(70deg, #d9fadf, #fbf7f3, #f9e6fd, #bbcefb);
}






.content_wrapper .section .txt{
	margin: 50px 0 0;
}
.content_wrapper .section2 .slide_section{
	position: relative;
}
.content_wrapper .section2 .slide_section .swiper-slide{
	text-align: center;
}

.content_wrapper .section2 .slide_section .swiper-slide .slide_box {
	margin: 10px auto;
	width: 70%;
}

.content_wrapper .section2 .slide_section .swiper-slide .slide_box h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px;
	line-height: 1.4;
}

.content_wrapper .section2 .slide_section .swiper-slide .slide_box p {
	font-size: 14px;
	text-align: left;
}

.content_wrapper .section2 .slide_section .swiper-slide figure{
	margin: 0 auto 5px;
	/*border: 1px solid #c0c0c0;*/
    box-sizing: border-box;
    width: 60%;
}
.content_wrapper .section2 .swiper-button-prev,
.content_wrapper .section2 .swiper-button-next{
	bottom: 400px;
	/*top: 0;*/
	margin: auto;
    width: 27px;
    height: 52px;
    /*background: #333;*/
    border-radius: 5px;
}
.content_wrapper .section2 .swiper-button-prev{
	left: 80px;
}
.content_wrapper .section2 .swiper-button-next{
	right: 80px;
}
.content_wrapper .section2 .swiper-button-prev:after,
.content_wrapper .section2 .swiper-button-next:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border: solid #9fa8af;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.content_wrapper .section2 .swiper-button-prev:after {
	left: 10px;
    border-width: 0 0 2px 2px;
}

.content_wrapper .section .swiper-button-prev:after{
    left: 10px;
    border-width: 0 0 2px 2px;
}
.content_wrapper .section2 .swiper-button-next:after{
	border-width: 2px 2px 0 0;
}
.content_wrapper .section ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 50px 0 0;
}
.content_wrapper .section ul li{
	width: 48%;
	margin: 0 0 40px;
	font-size: 14px;
}
.content_wrapper .section ul li figure{
	margin: 0 0 5px;
}

.content_wrapper .section .btn_detail{
	margin: 50px auto 100px;
}

.content_wrapper .section2 .btn_detail{
	margin: 50px auto 100px;
}
.content_wrapper .section span{
	display: block;
	font-size: 14px;
}
.content_wrapper .section span img{
	margin: 0 0 5px;
}

/*.content_wrapper .section2{
	margin: 0 0 100px;
}*/
.content_wrapper .section2 h2{

}
.content_wrapper .section2 ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 50px 0 0;
}
.content_wrapper .section2 ul li{
	width: 32%;
	margin: 0 0 40px;
	font-size: 14px;
}
.content_wrapper .section2 ul li figure{
	margin: 0 0 5px;
}
.content_wrapper .section2 ul li figure img{
	width: 100%;
}
.content_wrapper .section2 .txt{
	margin: 50px 0 0;
}

.content_wrapper .info{
	background: linear-gradient(140deg, #8989ba, #a7a6cb);
	padding: 40px 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content_wrapper .info h2{
	margin: 0 auto 50px;
	width: 250px;
}

.content_wrapper #pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.content_wrapper #pageTop a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 40px;
	background: #ccc;
}
.content_wrapper #pageTop a:after{
    content: "";
    position: absolute;
    top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (min-width: 769px) {
	.spOnly {
		display: none !important;
	}

	.inner {
		width: 900px;
		position: relative;
		margin: 0 auto;
	}

	.info_box {
		margin: 60px auto;
		width: 40%;
	}

	.info_box .btn_detail {
		margin: 60px 0 100px;
	}

	.info_inner {
		margin-bottom: 30px;
	}

	.content_wrapper .main h1{
		text-align: center;
		margin: 0;
		line-height: 0;
	}

	.content_wrapper .main h1 img {
		width: 100%;
	}

	.content_wrapper a:hover{
		opacity: .8;
	}

	.content_wrapper .device a{
	    height: 108px;
	}

	.content_wrapper .section4 h2{
		padding: 12px 0;
	}

	.content_wrapper .section2 .slide_section{
		width: 100%;
		margin: 60px auto;
    }
	.content_wrapper .section,
	.content_wrapper .section2 {
		padding: 10px 0;
		margin: 0;
	}

	.content_wrapper .section4 span{
		width: 686px;
		margin: auto;
	}

	.content_wrapper .info h2 img{
		width: 100%;

	}

	dl a:link {
		color: #333333;
	}

}

/*//////////SPここから//////////*/

@media screen and (max-width: 768px) {
    body {
    	margin: 0px;
    }
	.pcOnly {
		display: none !important;
	}

	#innerWrap {
		width: auto !important;
		margin: auto !important;
		background: none !important;
	}

	#wrapper {
		min-width: 100%;
	}

	.content_wrapper {
		font-size: calc(20vw / 750 * 100);
	}

	.content_wrapper img {
		width: 100%;
	}

	.content_wrapper .detail p{
		margin: 0 0 20px;
	}

	/*.content_wrapper .main{
		margin: 0 0 20px;
	}*/

	.inner {
		position: relative;
		margin: 0 16px;
	}
	.content_wrapper{
		font-size: 13px;
	}
	.content_wrapper figure{
		margin: 0 0 5px;
	}


	.content_wrapper .main_low .schedule_box {
		padding: 0;
		height: auto;
		width: 100%;
	}

	.content_wrapper .main_low .schedule_box li {
		margin: 0;
	}

	.content_wrapper .main_low .schedule_box li .schedule_rbx {
		font-size: 16px;
	}


	.content_wrapper .main h1 {
		margin: 0;
		line-height: 0;
	}

	.content_wrapper .main_low h2 {
		width: 90%;
	}

	.content_wrapper .main_low .schedule_txt {
		width: 100%;
	}

	.content_wrapper .main_low .highlight_box h3 {
		margin: 30px auto 20px;
		width: 42%;
	}

	.content_wrapper .main_low .highlight_box iframe {
		height: 200px;
		width: 100%;
	}

	.content_wrapper .main_low {
		padding: 10px 0 40px;
	}

	.content_wrapper .balloon_box {
		padding: 40px 0;
	}

	.content_wrapper .balloon_box .balloon_s {
		width: 48%;
		margin-bottom: 10px;
	}

	.content_wrapper .section .original_pic_box2 .pic_img_box {
		margin: 0 0 10px;
		width: 100%;
	}

	.pic_in {
		margin: 0 0 30px;
	}

	.goods_exp {
		width: 100%;
	}

	.goods_exp div {
		margin: 0 auto 20px;
		width: 70%;
	}

	.goods_exp p {
		width: 100%;
	}

	.content_wrapper .section2 {
		background-size: 100%;
	}

	.original_pic_box2 .pic_img_box {
		margin: 0 0 10px;
		width: 100%;
	}

	.content_wrapper .section2 .slide_section .swiper-slide figure {
		width: 100%;
	}

	.content_wrapper .section2 .swiper-button-next {
		right: -15px;
	}

	.content_wrapper .section2 .swiper-button-prev {
		left: -10px;
	}

	.content_wrapper .section2 .btn_detail {
		margin: 50px 0;
	}

	.content_wrapper .section2 .slide_section .swiper-slide .slide_box {
		width: 100%;
	}

	.cafe_exp .cafe_img_box {
		margin: 0 auto 20px;
		width: 100%;
	}

	.cafe_txt_box {
		align-items: baseline;
		margin: 0 0 30px;
		width: 100%;
	}

	.cafe_txt_box p {
		line-height: 1.48;
		width: 60%;
	}

	.cafe_txt_box div {
		width: 37%;
	}

	.info_box {
		margin-bottom: 60px;
	}

	.content_wrapper .section h2,
	.content_wrapper .section2 h2{
		margin: 0 0 20px;
	}

	.content_wrapper .section,
	.content_wrapper .section2 {
		margin: 0;
		padding: 10px 0;
	}

	.content_wrapper .navi li{
		width: 48%;
		font-size: 13px;
	}

	.content_wrapper .device li{
		margin: 0 0 25px;
	}
	.content_wrapper .device a{
		height: 100%;
		border: 2px solid #030303;
		box-shadow: 0 3px 0 0px rgb(229 229 229);
	}
	.content_wrapper .device a:after {
	    background: url(../img/btn_arrow.png) no-repeat left/ cover;
		bottom: -15px;
		width: 19px;
		height: 15px;
	}

	.content_wrapper .detail{
		margin: 0 16px;
	}

	.content_wrapper .btn_detail a{
		width: 70%;
		line-height: 2.5;
		font-size: 18px;
	}


	.content_wrapper .balloon_box {
		padding: 20px 0;
		width: 100%;
	}

	.content_wrapper .section h2,
	.content_wrapper .section2 h2 {
		width: auto;
	}

	.content_wrapper .section .original_pic_box .pic_area {
		margin: 0 0 30px;
		width: 100%;
	}

	.pic_img_box span {
		margin: 3px 0;
		line-height: 1;
	}

	.content_wrapper .section .original_pic_box {
		margin: 0 auto;
	}

	.point_box {
		background: url(../img/ph_point_sp.png) no-repeat;
		background-size: 100%;
		margin: 30px auto;
		position: relative;
		height: 230px;
	}

	.point_box p {
		top: 60px;
		padding: 0 20px;
		line-height: 1.6;
	}

	.point_box2 {
		background: url(../img/ph_point_sp.png) no-repeat;
		background-size: 100%;
		margin: 30px auto;
		position: relative;
		height: 230px;
	}

	.point_box2 p {
		position: absolute;
		top: 60px;
		padding: 0 20px;
		line-height: 1.6;
	}

	.content_wrapper .btn_detail a {
		padding: 10px 0;
		width: auto;
	}

	.content_wrapper .btn_detail .only_p {
		line-height: 1.4;
	}


	.point_box3 {
		background: url(../img/ph_point3_sp.png) no-repeat;
		background-size: 100%;
		width: 100%;
		margin: 30px auto 50px;
		position: relative;
		height: 440px;
	}

	.point_box3 .point_in {
		position: absolute;
		top: 60px;
	}

	.point_box3 .point_in div {
		margin: 10px auto;
		width: 60%;
	}

	.point_box3 .point_in p {
		top: 60px;
		line-height: 1.6;
		width: 100%;
	}
	.content_wrapper .section .txt{
		margin: 20px 0 0;
	}
	.content_wrapper .section ul li{
		font-size: 12px;
	}
	.content_wrapper .section ul.column1{
		display: block;
	}
	.content_wrapper .section ul.column1 li{
		width: auto;
	}
	.content_wrapper .section .btn_detail{
		margin: 20px auto 50px;
	}
	.content_wrapper .section .btn_detail:last-child{
		margin: 0 auto 40px;
	}


	.content_wrapper .section span{
		display: block;
		font-size: 12px;
	}
	.content_wrapper .section2 .swiper-button-prev,
	.content_wrapper .section2 .swiper-button-next{
		bottom: 70%;
	}

	/*.content_wrapper .section2{
		margin: 0 0 60px;
	}*/
	.content_wrapper .section2 .txt{
		margin: 20px 0 0;
	}
	.content_wrapper .section2 ul{
		margin: 30px 0 0;
		display: block;
	}
	.content_wrapper .section2 ul li{
		font-size: 12px;
		width: auto;
	}

	.content_wrapper .btn_detail {
		margin: 30px;
	}




	.content_wrapper .info h2{
		margin: 0 auto 20px;
		width: 200px;
	}
	.content_wrapper .info a:link{
		color: #333333;
	}
	.content_wrapper .info{

	}

	.content_wrapper #pageTop{
		bottom: 115px;
		z-index: 1;
	}
	.content_wrapper #pageTop.to_top.close,
	.content_wrapper .fixed_navi.on.close {
	    display: none!important;
	}

}



.swiper-button-next::before,
.swiper-button-prev::before {
	display: none;
}

.swiper-button-next, .swiper-button-prev {
display: block!important;
}

.content_wrapper div.anc{
cursor:pointer;
}

.swiper-button-next::before,
.swiper-button-prev::before {
content: none!important;
}


.floating-banner {
    position: fixed;/* 追従 */
    z-index: 99999;/* 他の要素の下に隠れないように */
    bottom: 0;/* バナーの上下の位置 */
    right: 0;/* バナーの左右の位置 */
}
.floating-banner a {
	display: block;
}
.floating-banner img {
	width: 100%;
}
.pc {
    width: 300px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .9;/* ホバーで少し透過 */
}
.sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 990px) {/* タブレット用のブレイクポイントを指定 */
    .pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}
@media screen and (max-width: 560px) {/* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
    }
}

@media screen and (max-width: 768px) {
	.floating-banner {
		width: 100%;
	}

	.floating-banner img {
		vertical-align: bottom;
	}
}


.pic_img_box {
	position: relative;
}

.credit,
.credit2,
.credit3,
.credit5 {
	position: absolute;
	right: 10px;
	bottom: 30px;
	font-size: 10px;
	color: #fff;
}

.credit2 {
	bottom: 40px;
}

.credit3 {
	bottom: 53px;
}

.credit5 {
	bottom: 5px;
	color: #b0a191;
}

.goods_exp .goods_img_box {
	position: relative;
}

.goods_exp .goods_img_box .credit_c {
	position: absolute;
	right: 35px;
	bottom: 18px;
	font-size: 10px;
	color: #fff;
	width: 50%;
}

.cafe_txt_box .cafe_img {
	position: relative;
}

.cafe_txt_box .cafe_img .credit_c {
	position: absolute;
	right: 35px;
	bottom: 18px;
	font-size: 10px;
	color: #fff;
	width: 50%;
}

.point_box3 .point_in .poin_img_box {
	position: relative;
}

.point_box3 .point_in .poin_img_box .credit_c {
	position: absolute;
    right: 35px;
    bottom: 18px;
    font-size: 10px;
    color: #fff;
    width: 50%;
}



@media screen and (max-width: 768px) {
	.credit {
		bottom: 26px;
	}

	.credit2 {
		bottom: 28px;
	}

	.credit3 {
		bottom: 45px;
	}

	.credit4 {
		bottom: 30px;
	}

	.cafe_txt_box .cafe_img .credit_c {
		line-height: 1.2;
		right: 15px;
		bottom: 8px;
	}

	.point_box3 .point_in .poin_img_box .credit_c {
		bottom: 5px;
	}

	.goods_exp .goods_img_box .credit_c {
		bottom: 0;
	}
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}





/*----------------------------
toei_ticket_box_追加.22.9
----------------------------*/

.toei_ticket_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	margin: 60px auto 100px;
}

.toei_ticket_box .ticket_img {
	width: 40%;
}

.toei_ticket_box .ticket_info {
	width: 55%;
}

.toei_ticket_box .ticket_info ul {
	display: block;
	margin: 30px 0 0;
}

.toei_ticket_box .ticket_info ul li {
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
}

.toei_ticket_box .ticket_info ul.info_note {
	margin: 10px 0 0;
}

.toei_ticket_box .ticket_info ul.info_note li {
	font-size: 12px;
	margin: 0;
	line-height: 1.6;
}


@media screen and (max-width: 768px) {
	.toei_ticket_box .ticket_img,
	.toei_ticket_box .ticket_info {
		margin: 0 16px 20px;
		width: 100%;
	}

	.toei_ticket_box .ticket_info p {
		font-size: 16px;
	}

	.toei_ticket_box {
		margin: 30px auto;
	}
}



