@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap" rel="stylesheet');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Stick&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');


/* Global */
html, body {
    height: 100%;
    margin: 0;
}

body {
	height: 100%;
    position: relative;
    color: #444;
	font-size: 1em;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	letter-spacing: 1px;
	overflow-wrap: anywhere;
	background-color: #e3ddce;
	min-height: 100vh;
}

picture {
	background-color: #e3ddce;
}

img {
	max-width: 100%;
	height: auto;
}

.ie8 img {
	width: auto;
}

a:link {
	color: #2fa417;
	transition-property: all;
  	transition: 0.2s linear;
	text-decoration: none;
}

a:visited {
	color: #2fa417;
}

a:hover {
	color: #2fa417;
	text-decoration: underline;
}

.hover-move:hover {
	transform: translateY(-3px);
	transition: transform 0.3s ease;
}

*:focus {
outline: none;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#wrap {
	padding: 0 0 0 100px;
	min-height: calc(100vh - 280px); /* 100pxはfooterの高さに合わせて調整 */
    display: flex;
    flex-direction: column;
}

.container {
	width: 95%;
	max-width: 1000px !important;
	margin: auto;
	text-align: center;
}

.container800 {
	width: 95%;
	max-width: 800px !important;
	margin: auto;
	text-align: center;
}

.container1200 {
	width: 95%;
	max-width: 1200px !important;
	margin: auto;
	text-align: center;
}

.container1400 {
	width: 95%;
	max-width: 1400px !important;
	margin: auto;
	text-align: center;
}

.container_2 {
	width: 100%;
	text-align: center;
	padding-left: 10%;
}


/* Navigation は
jquery.fatNav.css*/



/* ふわっと表示 */
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 700ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}



/* General Slides */ 
.slide {
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
}


/* Slide 1 */
#slide1 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f3f0e0;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 4px;
}

.slide1_hero {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
	position: relative;
}

h1 {
	width: 180px;
    z-index: 999;
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
}


/* 新着情報 */
.news_wrap {
	width: 100%;
	max-width: 1100px !important;
	margin: 1em auto 0;
	text-align: center;
	display: flex;
	padding: 20px 20px 40px 30px;
}

.news_wrap .news_title {
	font-size: 1em;
	line-height: 1;
	text-align: left;
	font-weight: 600;
	width: 220px;
	margin: .8em 0;
	letter-spacing: 2px;
	z-index: 10;
	color: #000;
}

.news_wrap .news {
	margin: 10px 0 5px;
	padding: 0 0 0 2.5em;
	border-left: thin solid #999;
}

.news dl {
	text-align: left;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}

.news_list {
	border-top: 1px solid #666;
	padding-top: 15px;
	padding-bottom: 100px;
}

.news_list dl {
	text-align: left;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #666;
	position: relative;
}

.news dt,
.news_list dt {
	font-size: 0.85em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	display: flex;
}

.news dt .date,
.news_list dt  .date {
	width: 90px;
}

.news dt .category {
	font-weight: 500;
	font-size: 0.8em;
	line-height: 2em;
	text-align: center;
	margin: 0;
	border: 1px solid #999;
	width: 80px;
	height: 20px;
	min-width: 70px;
	padding: 0;
}

.news_list dt .category {
	color: #555;
	font-weight: 500;
	font-size: 0.8em;
	line-height: 2em;
	text-align: center;
	margin: 0;
	border: 1px solid #666;
	width: 80px;
	height: 20px;
	min-width: 70px;
	padding: 0;
}

.news dd,
.news_list dd {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: -1.8em 15px 0 200px;
	padding: 0;
}

.news_btn {
	color: #555;
	font-size: 0.7em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

.btn002-02 {
    height: 40px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
	margin: 0;
}
/* くの字アイコン */
.btn002-02 .arrow {
    width: 15px;
    height: 15px;
    position: relative;
    display: grid;
    place-items: center;
    background-color: #555;
    border-radius: 30px;
    overflow: hidden;
}
.btn002-02 .arrow span {
    margin-left: 4px;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    height: 8px;
    aspect-ratio: 1;
    background-color: #fefefe;
}
.btn002-02 .arrow__item02 {
    position: absolute;
    transform: translateX(-400%);
}
/* ホバーアニメーション */
.btn002-02:hover .arrow__item01 {
    transition: transform 0.3s ease-in-out;
    transform: translateX(400%);
}
.btn002-02:hover .arrow__item02 {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.news_btn a {
	text-decoration: none;
	color: #555;
}



/* Slide 2 */
#slide2 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 80px 0 50px;
}

.top_link_wrap {
	margin: 0 auto;
	padding: 40px 20px 80px;
	width: 100%;
	max-width: 1600px;
}

.top_link {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.top_link div {
	width: 32.7%;
	margin: 0;
	padding: 0;
}

.top_link div img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 2px solid #9c8679;
}

#slide2 h2 {
	color: #000;
	font-size: 3em;
	line-height: 1.5em;
	text-align: left;
	font-weight: 900;
}

.lead_txt p {
	font-size: 1.5em;
	line-height: 2.5em;
	text-align: left;
}

.span_lt {
	font-weight: 900;
	color: #000;
}

.sleeping_dino {
	text-align: right;
	margin-top: 60px;
}

.bg_green {
	width: 100%;
	max-width: 970px;
	margin-top: 80px;
}

.bg_green_ref {
	text-align: right;
	margin-top: 80px;
}

/* slide5 */
#slide5 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 100px;
}

.h2_dino {
	color: #000;
	font-size: 3.5em;
	line-height: 1.5em;
	font-weight: 900;
	letter-spacing: 8px;
	position: relative;
}

.dino_banner {
	margin: auto;
	text-align: center;
}

.dino_banner figure {
	margin: 0;
	padding: 0 2em;
}

.dino_banner figcaption {
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: right;
}


/* スポット映像 */ 
.move_wrap {
	width: 100%;
	margin: 40px auto 80px;
	max-width: 1000px;
}

.move{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin: auto;
}

.move iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

h2 {
	text-align: center;
}

/* トップページh2 */
.h2_sub {
    color: #222;
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: 5px;
	font-weight: 700;
	margin: 0 0 60px;
	text-align: center;
	display: flex;
	justify-content: center;
align-items: center;
}

.h2_sub::before,
.h2_sub::after {
content: '';
width: 40px;
height: 2px;
background-color: #222;
}

.h2_sub_fff {
    color: #fff;
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: 5px;
	font-weight: 700;
	margin: 0 0 60px;
	text-align: center;
	display: flex;
	justify-content: center;
align-items: center;
}

.h2_sub_fff::before,
.h2_sub_fff::after {
content: '';
width: 40px;
height: 2px;
background-color: #fff;
}

.h2_sub::before,
.h2_sub_fff::before {
margin-right: 20px;
}
.h2_sub::after,
.h2_sub_fff::after {
margin-left: 20px;
}

.s1 {
    color: #444;
    font-size: 1.4em;
    line-height: 1.6em;
	font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
	margin-bottom: 50px;
}

.s1:before {
    margin-right: 1em;
}

.s1:after {
    margin-left: 1em;
}

.s1:before, .s1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #aaa;
    display: block;
}


.frame {
	border: 1px solid #dcdcdc;
}



/* Slide 4　Schedule */
#slide4 {
	position: relative;
    margin: 0 0 50px;
	padding: 0;
}

#slide4 {
	position: relative;
    margin: 0 0 50px;
	padding: 0;
}

.slide4_wrap {
    background-color: #fff;
    width: 100%;
    margin: auto;
	padding: 80px 50px 50px;
	position: relative;
	border-radius: 8px; /* CSS3草案 */  
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px; /* Firefox用 */
}

#slide4 p {
	text-align: left;
	font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
	margin: 0 0 20px;
}


table.schedule {
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto 30px;
	background-color: #fff;
}

table.schedule caption {
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 500;
	margin-left: 10px;
}

.schedule th,
.schedule td{
	font-size: 0.95em;
	line-height: 1.6em;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #999999;
	width: 13%;
	text-align: center;
}
	
.schedule th{
	font-feature-settings: "palt";
	font-weight: 500;
	background: #f3f3f3;
}

.sh_caption {
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: left;
	margin-bottom: 25px;
	margin-top: -15px;
}



.dino_icon {
	width: 26px;
}

.schedule_note {
	width: 100%;
	font-size: 0.95em;
    line-height: 1.6em;
    text-align: left;
    margin: 0 0 20px;
	padding: 1em 1em .5em;
	border: 1px dashed #f30202;
	background-color: rgba(255, 255, 255, 0.7);
}

.schedule_note _dl {
	width: 100%;
	font-size: 0.95em;
    line-height: 1.6em;
    text-align: left;
    margin: 0 0 20px;
	padding: 1em 1em .5em;
	border: 1px dashed #f30202;
	background-color: rgba(255, 255, 255, 0.7);
}

.schedule_note dt {
	width: 40px;
	vertical-align: top;
	margin: 0;
}

.schedule_note dd {
	vertical-align: top;
	margin: -1.6em 0 .8em 50px;
}

.slide4_flex {
	display: flex;
	align-items: baseline;
}

.slide4_flex h3 {
	color: #000;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 500;
    text-align: left;
    margin: 0;
}

.note {
	font-size: 0.9em;
	line-height: 1.8em;
    text-align: left;
	margin: -10px 0 0;
}

.btn_area img {
	margin: 80px 0 0;
	transition: 0.3s;
}

.banner_img {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


/* トップチケット */
.hayawari_wrap {
	width: 100%;
	margin: 50px auto 80px;
	padding: 2em 2em 0;
	background-color: #fff;
	border: 2px dashed #fbaf58;
}

.hayawari_wrap img {
	width: 100%;
	max-width: 650px;
	margin: auto auto 10px;
}

table.ticket {
	border-collapse: collapse;
	background-color: #fff;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 1000px;
	color: #888;
	border: 1px solid #babcbf;
}

.ticket thead th {
	color: #000;
	font-size: 0.95em;
	line-height: 1.8em;
	padding: 10px 0;
	border: 1px solid #babcbf;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #ddd;
}

.ticket tbody th {
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 0;
	padding: 10px 5px 10px 2em;
	background-color: #f4f4f4;
	border: 1px solid #babcbf;
	width: 40%;
	text-align: left;
}

.ticket td{
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px .5em 10px 5px;
	background-color: #f4f4f4;
	border: 1px solid #babcbf;
	width: 30%;
}

.ticket td span {
	font-weight: normal;
	font-style: normal;
	margin-right: 2px;
}

.ticket td .span01 {
	font-size: 0.85em;
	margin-left: 0px;
}

table.ticket a {
	color: #333 !important;
	text-decoration: underline;
}
.go_modal {
	position: relative;
	padding: 0;
	margin: 0;
}

#inline {
    display: none;
}

.bg_pink {
	background-color: #fff0f5 !important;
}

.bg_blue {
	background-color: rgba(190,222,254,0.5) !important;
}

.bg_f5f5f5 {
	background-color: #f5f5f5 !important;
}

.bg_yellow {
	background-color: #ffffb7 !important;
}

.bg_darkblue {
	background-color: rgba(23, 80, 208, 0.4) !important;
}

.bg_orange {
	background-color: rgba(254, 210, 49, 0.7);
}

.span_bg01 {
	font-size: 0.9em;
	color: #fff;
	display: inline;
	padding: 0.3em 0.4em;
	margin-right: .7em;
	background-color: #63a34b;
}

.span_bg02 {
	font-size: 0.9em;
	color: #fff;
	display: inline;
	padding: 0.3em 0.4em;
	margin-right: .7em;
	background-color: #b27f0c;
}

.span_bg03 {
	font-size: 0.9em;
	color: #fff;
	display: inline;
	padding: 0.3em 0.4em;
	margin-right: .7em;
	background-color: #005720;
}

.buy_p {
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0;
}



/* SNSボタン配置 */
.sns_link {
	position: fixed;
    z-index: 4000;
    top: 0;
    left: 0;
    width: 100px;
	height: 100vh;
    background-color:#231816;
}

.sns_link ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px;
    display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
	height: 100%;
	width: 100%;
}

.sns_link li {
	font-size: 0.85em;
	line-height: 1em;
	text-align: center;
	margin: 15px 0;
}

.sns_link li img {
	width: 22px;
}

.sns_link li span {
	font-size: 0.7em;
}

.sns_link li a {
	color: #fff;
	text-decoration: none;
}

.sns_div {
	font-size: 0.6em;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
}

.spUser {
    display :none;
}
 
/* 画像hover　範囲内での拡大 */ 
.hover_img {
	overflow: hidden !important;
	max-height: 256.5px;
}

.hover_img2 {
	overflow: hidden !important;
}

.zoomin1 img{
    -webkit-transform: scale(1);
     -moz-transition: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.zoomin1:hover img {
    -webkit-transition: 1.3s ease-in;
    -moz-transition: 1.3s ease-in;
    transition: 1.3s ease-in;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}



/* footer */ 
footer {
	text-align: center;
	margin: 0;
	padding: 40px 0 20px 100px;
	background-color: #2d2420;
    position: relative;
    top: 0;
    width: 100%;
}

.footer_info {
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	 align-items: center;
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}

.footer_info .footer_logo {
	width: 40%;
	max-width: 380px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
}

.footer_info .date {
	width: 35%;
	margin: 0;
	padding: 0;
	max-width: 350px;
}

.width_banner {
	width: 60px;
}


footer p {
	font-size: 0.75em;
	line-height: 1.8em;
	letter-spacing: 1px;
	color: #ccc;
}

footer p span {
	font-size: 1.7em;
}

.footer_bold {
	font-weight: 500;
}

footer a {
	color: #ccc !important;
}



/* 下層ページ */
#slide_sub1 {
	position: relative;
	margin: 0;
	width: 100%;
}

.subpge_kv {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
    position: relative;
	filter: brightness(0);
}

.main_h1 {
	width: 200px;
    z-index: 999;
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
   opacity: 0;
}


.main_h2 {
	color: #fff;
	font-size: 3.5em;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2px;
	z-index: 10;
    position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
   opacity: 0;
}

#slide_sub2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 100px 0;
}

.h3_main {
	color: #222;
    font-size: 2em;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 0 0 1rem;
    margin-bottom: 0.5rem;
    position: relative;
	opacity: 1;
}

#slide_sub3 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 100px;
}

#slide_sub3 p {
	color: #333;
	font-size: 1em;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 25px;
	letter-spacing: 1px;
}


/*開催概要 */
table.outline { 
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 2em;
	letter-spacing: 1px;
	text-align: left;
	width: 100%;
	margin: 40px auto 150px;
	opacity: 1;
}

table.outline th { 
	font-size: 0.9em;
	line-height: 2em;
	text-align: left;
	letter-spacing: 1px; 
	vertical-align: top;
	width: 220px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #777;
	border-right-style: none;
	border-left-style: none;
}

table.outline td { 
	font-size: 0.95em;
	line-height: 1.8em;
	vertical-align: top; 
	padding: 18px 10px 10px 0;
	border: 1px solid #777;
	border-right-style: none;
	border-left-style: none;
}

table.outline dl {
	margin: 0;
	padding: 0;
}

table.outline dt {
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 110px;
}

table.outline dd {
	vertical-align: top;
	margin: -1.8em 0 5px 110px;
	padding: 0;
}



/* Access */
.h3_place {
	font-size: 1.4em;
    line-height: 1.6em;
	font-weight: 500;
	letter-spacing: 5px;
	margin-top: 80px;
	margin-bottom: 0;
}

.dl_access {
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
}

.dl_access dt {
    text-align: center;
    font-size: 0.9em;
    line-height: 1.8em;
    width: 110px;
	border: thin solid #222;
}

.dl_access dd {
    text-align: left !important;
    font-size: 0.9em !important;
    line-height: 1.8em;
    margin-left: 140px;
    margin-top: -1.9em;
}


/* マップ */
.map-responsive {
    position: relative;
    width: 100%;
	padding-top: 28.57%; /* (400 / 1400) * 100 = 28.57% で7:2の比率を保持 */
    padding-top: 52.65%; /*上の比率を書き換え */
	margin-bottom: 50px;
	margin-top: 50px;
	border: 5px solid white; /* 白い枠線を追加 */
    box-sizing: border-box; /* 枠線を内側に含める */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
.map--gray iframe{
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}
*/



/* チケット page */
.ul_ticket_menu {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	width: 100%;
	margin: 10px 0 30px;
	padding: 0;
}

.ul_ticket_menu li {
	font-size: 0.9em;
	line-height: 1;
	margin: 0 0.4em 10px;
	display: inline-block;
	background-color: #222;
	width: 150px;
	opacity: 0;
}

.ul_ticket_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.7em 1em;
}

.ul_ticket_menu li a:hover {
	background-color: #a34e01;
}


.ticket_wrap {
	background-color: #fff;
	margin: 0 0 80px;
	padding: 80px 50px 50px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
}

.ticket01 {
	opacity: 0;
}

.ticket_wrap .lead_txt_01 {
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: center;
	font-weight: 700;
	margin: 40px 0 30px;
}

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

.price_wrap  {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.price_wrap ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	margin: 10px auto 20px;
	padding: 0;
	list-style-type: none;
}

.price_wrap li {
	width: 48.5%;
	margin: 0;
	padding: 10px 10px 15px;
	border-radius: 6px;	/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	border: 12px solid #e7e7e7;
	background-color: #fff;
}

.price_wrap li img {
	width: 80px;
    margin-top: -30px;
	margin-bottom: 0;
}

.price_wrap dl {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	border-top: 1px dotted #7c656a;
	border-bottom: 1px dotted #7c656a;
}

.noborder_bottom {
	border-bottom-style: none !important;
}

.price_wrap dt {
	color: #000;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 10px 0 0.5em 0.5em;
	width: 50%;
}

.price_wrap dt span {
	display: inline-block;
}

.price_wrap dd {
	color: #000;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0;
	margin: 0 auto;
	padding: 15px 0.5em 0.5em 0;
	width: 50%;
}


/* チケット 注意事項 */ 
  .ticket_notes p {
 	font-size: 0.85em !important;
 	line-height: 1.7em !important;
 	text-align: left;
 	margin: 0 0 3px !important;
 }
 
 /* チケットページのスリーピングティラノ */
 .wrap_dash_01 {
	padding: 40px;
 	margin: 50px auto 100px;
 	background-color: #f6edde;
 	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
 }
  
  .wrap_dash_01 p {
  	font-size: 0.9em !important;
  	line-height: 1.8em !important;
  	margin: 0;
  }
  
    .wrap_dash_01 span {
  	font-size: 1.3em !important;
  	font-weight: 700;
  }
 
 .wrap_dash_01 img {
 	text-align: right;
	margin-top: 20px;
  	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2));
  }
 
 /* 座席表 */   
.seat_info {
	width: 50%;
	margin: 0;
	padding: 0;
}

.seat_info .caption {
	font-size: 0.85em;
	line-height: 1.6em;
	margin: 0 0 10px;
}

.top_notewrap {
	width: 45%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.notes_p {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0 0 8px;
}

.span_bg_maru {
	color: #fff;
	line-height: 1.8em;
	text-align:center;
	display: inline-block;
	background-color: #555;
	border-radius: 50%;
	width: 1.8em;
	height: 1.8em;
	margin-right: .5em;
	margin-bottom: 5px;
	padding: 0;
}
  
 /* プレイガイド */
 .h4_s1none {
    color: #444;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: bold;
    align-items: center;
    letter-spacing: 2px;
	margin: -30px 0 0;
 }
 
 .h4_s1none_sub {
 	font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
 	margin: 5px 0 0;
 }
 
 .playguide_table {
	border-collapse: collapse;
	width: 75%;
	margin: 30px auto 20px;
	border: 1px solid #555;
	border-right-style: none;
	border-left-style: none;
 	position: relative;
 }

.playguide_table th {
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 600 !important;
	letter-spacing: 1px;
	padding: 1.3em 0!important;
	background-color: transparent !important;
	border: 1px solid #555 !important;
	border-right-style: none !important;
	border-left-style: none !important;
	vertical-align: middle;
	text-align: left;
}

.playguide_table td {
	font-size: 1em !important;
	line-height: 1.3em;
	font-weight: 500 !important;
	padding: 1.3em 0!important;
	letter-spacing: 1px;
	text-align: right;
	border: 1px solid #555 !important;
	border-right-style: none !important;
	border-left-style: none !important;
	vertical-align: middle;
	width: 170px;
}

.playguide_table .th01 {
	border-bottom-style: none !important;
	padding-bottom: 0!important;
}

.playguide_table .td01 {
	border-bottom-style: none !important;
	padding-bottom: 0!important;
}

.playguide_table .td02 {
	color: #666;
	border-top-style: none !important;
	font-size: 0.8em !important;
	line-height: 1.6em;
	font-weight: 400 !important;
	text-align: left !important;
	padding-top: 0.5em !important;
	padding-bottom: 1.7em !important;
}


.td_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}

.td_flex a {
    display: flex;
	justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    color: #2fa417;
}

.td_flex a:hover {
	opacity: 0.79;
}

/* 画像のスタイル調整 */
.td_flex a img {
    width: 30px !important;
    height: auto;
	margin-left: 7px;
	padding: 0;
}
 
 .h4_ticket {
	color: #fff;
	font-size: 1.3em !important;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	background-color: #4869b1;
	margin: 0 0 20px;
	padding: 0.7em 1em 0.5em;
}

.collabo_logo {
	width: 100%;
	max-width: 350px;
}



.seat_wrap {
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 40px 0 0;
	position: relative;
	padding: 1em 2em .3em;
}

.seat_name {
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	background-color: #4869b1;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 1em;
}


.flex_plate {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-bottom: 30px;
}

.flex_plate figure {
	width: 60%;
	margin: 0;
}

.flex_plate figure img {
	width: 100%;
}

.flex_plate .description {
	margin-left: 3em;
	border: 1px dashed #aaa;
	padding: 0 2em;
}

.flex_plate .description p {
	margin-bottom: 0 !important;
}

.note_wrap {
	border: 5px double #ccc;
	padding: 1em 20px;
}

.note_wrap_dash {
	border: 1px dashed #aaa;
	padding: 1.5em 2em 1em;
	margin-right: auto;
	margin-left: auto;
}

.ul_mg {
	margin-right: 20px;
	margin-left: 20px;
}


.note_wrap_dash ul {
	margin: 0;
	padding: 0;
	display: block !important;
	width: 100% !important;
	list-style-type: square !important;
}

.note_wrap_dash li {
	font-size: 0.85em !important;
	line-height: 1.8em !important;
	text-align: justify;
 	text-justify: inter-ideograph;
	letter-spacing: 1px !important;
	border-style: none !important;
	width: 100% !important;
	margin: 0 0 .5em !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.tokuten_img {
	width: 74.786325%;
	margin-bottom: 60px;
}

.font_semiTi {
	color: #ffa500;
	font-size: 1.3em;
	line-height: 1.5em;
}

.title_Palanquin {
	font-family: 'Palanquin Dark', sans-serif;
}

.font_semiTi img {
	margin: auto;
	width: 100%;
	max-width: 400px;
}

#slide_sub2 .sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.5em;
	color: #4869b1;
	margin-top: 40px;
}

#slide_sub2 .sectTit::before,
#slide_sub2 .sectTit::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #4869b1;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}

#slide_sub2 .sectTit:before {
  transform: rotate(-35deg);
}

#slide_sub2 .sectTit:after {
  transform: rotate(35deg);
}

.off_frame {
	border: 1px solid #d7073a;
	padding: 3px 5px;
	margin-left: 3px;
	margin-right: 3px;
}

.h3_seat {
	width: 250px;
	color: #000;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 3px;
	margin: -20px auto 0;
	border: 1px solid #000;
	padding: 10px 0 7px;
}

.sale_info {
	width: 100%;
	color: #000;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 1px;
	margin: 40px auto 0;
	border: 1px solid #000;
	padding: 15px 10px 10px;
	max-width: 380px;
}

.sale_info span {
	color: #577fd7;
	font-size: 1.2em;
	font-weight: bold;
}

.benefits figure {
	margin: 40px auto 30px;
	border-style: none;
	width: 100%;
	max-width: 600px;
}

.benefits figure figcaption {
	font-size: 0.8em;
	line-height: 1em;
	margin-top: -10px;
}

.flex_dark {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	margin: 40px auto 20px;
}

.flex_dark figure {
	width: 46%;
	margin: 0 2% 20px;
}

.flex_dark figure figcaption {
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: left;
}

.flex_dark figure img {
	width: 100%;
}

.h5_ticket {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
    background-color: #677fb5;
    margin: 0 0 20px;
	padding: 0.5em 0.5em 0.3em;
}


/*overlay グレーアウト*/
.overlay {
	position: relative;
 }

.overlay::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
 height: 100%;
background-color: rgba(0, 0, 0, 0.6);
pointer-events: none;
border-radius: 8px;	
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
z-index: 500;
}
 
 .overlay2 {
	position: relative;
 }

.overlay2::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
 height: 100%;
background-color: rgba(255, 255, 255, 0.6);
pointer-events: none;
}

/*グレーアウト tableの行ごとの場合*/
.overlay3 {
  background-color: rgba(0, 0, 0, 0.1);
  color: #999;
}

.overlay3 a {
  pointer-events: none; 
  color: #999;
  text-decoration: none;
}

.overlay3 a img {
  /* グレースケール & 輝度調整でやや暗めに */
  filter: grayscale(100%) brightness(1);
}


/*About ディノサファリについて*/
.about_lead_wrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.tecne_wrap {
	margin:2em 0;
    position: relative;
    padding: 1.5em 2em;
    border-top: solid 2px #222;
    border-bottom: solid 2px #222;
}

.tecne_wrap:before,
.tecne_wrap:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}

.tecne_wrap:before {left: 10px;}
.tecne_wrap:after {right: 10px;}

h2.about_ti {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 40px;
	opacity: 0;
}



.about_wrap p {
    font-size: 1em;
    line-height: 2em;
    text-align: left;
	margin: 0 0 25px;
	letter-spacing: 1px;
}

.figure_01 {
	margin: 50px 0 100px;
	position: relative;
}

.figure_01 figcaption {
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	position: absolute;
	bottom: 12px;
	right: 10px;
}

.h2_about_2 {
	margin: 0 0 20px;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
}

.p_sub {
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: center;
}

.ul_photos {
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_photos li {
	width: 48%;
	margin: 0 0 30px;
	padding: 0;
}


/*注意事項ページ*/
.notices_wrap {
	margin: 0;
	padding: 0;
}

.noteWrap01 {
	opacity: 0;
}

.noteWrap02 {
	opacity: 0;
}

.notices_h2 {
	color: #000;
	font-size: 2.2em;
	line-height: 1;
	font-weight: 600;
	margin: 0;
	letter-spacing: 10px;
	opacity: 0;
}

.notices_wrap p {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	margin: 40px 0 0;
	opacity: 0;
}

.ul_notes {
	margin-right: 20px;
	margin-left: 20px;
}

.ul_notes li {
	font-size: 0.9em !important;
}


/* 登場恐竜 page */
.dino_field {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
    height: auto;
	background-color: #000;
	padding-bottom: 150px;
}

.dino_back {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
    position: relative;
    filter: brightness(0);
}

.dino_field h2 {
	color: #fff;
    font-size: 3.5em;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    z-index: 100;
    position: absolute;
	top: 70px;
	left: 50%;
    transform: translateX(-50%);
    margin: 0;
	opacity: 0;
}

.dino_field .h2_sub {
	color: #fff;
    font-size: 0.9em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    z-index: 100;
    position: absolute;
	top: 140px;
	left: 50%;
    transform: translateX(-50%);
    margin: 0;
	opacity: 0;
}

.dino_field .h2_sub::before,
.dino_field .h2_sub::after {
	display: none;
}

.dino_field .lead_bun {
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	 position: absolute;
	top: 220px;
	left: 50%;
	width: 52%;
    transform: translateX(-50%);
    margin: 0 auto;
	max-width: 780px;
	opacity: 0;
}

.dino_all {
	position: absolute;
	top: 6em;
	left: 0;
	margin: 0 auto;
	padding: 0;
}

.dino_all figure {
	position: relative;
	margin: 0;
	padding: 0;
}

.dino_all figcaption {
	color: #fff;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	margin: 20px 0 0;
}

.clickthis {
	opacity: 0;
}

.dino_wrap {
	position: absolute;
	top: 6em;
	left: 0;
    width: 100%;
    margin: 0;
}

.dino_eg {
	color: #fff;
	font-size: 7em;
	line-height: .9em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	position: absolute;
    top: 400px;
    left: 60px;
	opacity: .3!important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.dino_photo {
	position: relative;
    top: 300px;
    left: calc(50% - 660/1920*100vw);
    width: calc(1320/1920*100vw);
    height: calc(685/1920*100vw);
}

.dino_txt {
	position: absolute;
	text-align: left;
	background-color: rgba(84,80,67,0.2);
	padding: 1em 1.5em;
	border: 1px solid #978b78;
	 width: 33%;
	right: 30px;
	opacity: 0;
	bottom: -350px;
}

.dino_txt h3 {
	color: #fff !important;
	font-size: 1.5em !important;
	line-height: 1.3em !important;
	font-weight: bold !important;
	margin: 0;
	padding: 0;
}

.dino_txt h3 .new {
	font-size: 0.6em !important;
	line-height: 1.5em;
	display: inline-block;
	padding: 3px 5px 0;
	background-color: #d7073a;
	font-weight: normal;
	font-style: normal;
}

.dino_txt p {
	color: #f5f5f5 !important;
	font-size: 1em !important;
	line-height: 1.8em !important;
	margin: 10px 0 0;
}

.dino_list {
	margin: -10px auto 80px;
	padding: 0 0 100px;
	width: 70%;
	position: relative;
}

.dino_list ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dino_list li {
	width: 18.5%;
	margin: 0;
	padding: 0;
}

.dino_list li img {
	border-radius: 8px; /* CSS3草案 */  
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px; /* Firefox用 */
	cursor: pointer;
}

.dino_list_li_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1 !important;
}

.dino_list_li_walu {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 90 !important;
		opacity: 0;		
}

.kyo_thm {
	position: relative;
}
.display_none {
	display: none !important;
}

.gray_wrap {
	padding: 30px 30px 10px;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.5);
}

.dino_copy {
	color: #aaa;
	font-size: 0.8em;
	line-height: 1;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.dino_notes {
	color: #444;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: right;
	margin: 0 10px 100px;
}

.dino_sub2_pd {
	padding-top: 7px !important;
}

.newdino_wrap {
	background-color: #fff;
	margin: 0 0 80px;
	padding: 50px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
}

.h3_new_dino {
	text-align: center !important;
	margin: 0 auto 20px !important;
	padding: 0;
	width: 100%;
	max-width: 650px;
}

.newdino_wrap .lead_txt {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: center;
	margin: 0 0 20px;
	font-weight: 500;
}

.h4_supporter {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    background-color: #563f4b;
    margin: 100px 0 30px;
    padding: 1em 0.5em 0.8em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.newdino_wrap p {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 0 30px;
}

.prof_01 {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.prof_01 figure {
	margin: 0;
	padding: 0;
	width: 40%;
	position: relative;
}

.prof_01 figcaption {
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: left;
	margin: 5px 0 0;
	color: #666;
}

.prof_01 .description {
	margin: 0;
	padding: 0;
	width: 57%;
}

.comment_ti {
	position: relative;
	color: #563f4b;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: left;
	background-color: #bcf0d3;
	margin-top: 50px;
	margin-bottom: 0.8rem;
	padding: 0.5em 1rem 1rem;
}

.comment_ti::before {
  position: absolute;
    inset: -5px 5px 5px -5px;
    border: 2px solid #563f4b;
    content: '';
}

.comment_p {
	color: #563f4b;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
	margin: 25px 0 60px;
}

.fa-stack {
  color: #563f4b;
  vertical-align: bottom;
  margin-top: -20px;
}

.fa-microphone-alt {
  font-size:1.2em;
}


.prof_wrap {
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
	position: relative;
    border: 1px solid #bbb;
    width: 100%;
    margin: 80px 0 0;
	padding: 2em 0 0;
	border-left-style: none;
	border-right-style: none;
}

.prof_wrap:after {
	color: #444;
    content: "Profile";
    position: absolute;
    top: -18px;
    left: 30px;
    background-color: #FFF;
    font-size: 1.5em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    padding: 0 10px;
    letter-spacing: 1px;
}

.prof_wrap p {
	color: #666;
	font-size: 0.85em;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.prof_wrap .name {
	margin: 0 0 10px;
	text-align: left;
}

.prof_wrap .jp_name {
	font-size: 1.7em;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding-right: 15px;
}

.prof_wrap .eg_name {
	font-size: 0.95em;
	line-height: 1.5em;
	letter-spacing: 0.5px;
}

/*社長コメント*/
  .flex_photoR {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
  	padding: 20px 0 0;
  }

.flex_photoR .description {
	width: 60%;
	margin: 0;
	text-align: left;
}

.flex_photoR .photos {
	width: 35%;
	margin: 0;
	border-style: none;
}

.flex_photoR .photos figure {
	width: 100%;
	margin: 0;
}

.flex_photoR .photos figure figcaption {
	text-align: right;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 5px 0 2em;
}


/*ナビゲーター*/
h2.navi_ti {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 40px;
	opacity: 0;
}

.navi_contents {
	background-color: #fff;
	margin: 0 0 80px;
	padding: 50px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
}

.navi_lead_txt {
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 500;
}

.navi_lead_txt span {
	display: inline-block;
}

.navi_wrap {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.navi_wrap figure {
	width: 35%;
	margin: 0;
	padding: 0;
}

.navi_wrap figure img {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.navi_wrap .description {
	text-align: left;
	width: 60%;
}

.navi_wrap .description h4 {
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: left;
	font-weight: 500;
	margin: 10px 0 30px;
	letter-spacing: 2px;
	background-color: #bcf0d3;
	padding: 0.2em 0.5em 0.3em;
	position: relative;
}

.navi_wrap .description h4::before {
  position: absolute;
    inset: -5px 5px 5px -5px;
    border: 2px solid #563f4b;
    content: '';
}

.navi_wrap .description h4 span {
	font-size: 0.6em;
	font-weight: 600;
	display: inline-block;
}

.navi_wrap .prof {
	margin-top: 30px;
}

.navi_wrap .prof h5 {
	color: #666;
	font: 500 1.1em/1em 'Noto Serif JP', serif;
	position: relative;
	display: flex;
    align-items: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

.navi_wrap .prof h5::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #aaa;
	margin-left: 1rem;
}

.navi_wrap .prof  p {
	font-size: 0.85em !important;
	line-height: 1.8em !important;
	margin: 0 0 15px !important;
}



/* ナビゲーター出演スケジュール */
.mgSch_link {
	display: none;
}

.nabi_sch_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.hoshitori {
	width: 52%;
	margin: 0 2% 40px;
	text-align: left;
}

.hoshitori2 {
	width: 40%;
	margin: 0 2% 40px;
	text-align: left;
}

.hoshitori dl,
.hoshitori2 dl {
    line-height: 1.8em;
    text-align: left;
	margin: -10px 0 40px;
}

.hoshitori dl dt,
.hoshitori2 dl dt {
    font-size: 0.9em;
    width: 150px;
}

.hoshitori dl dd,
.hoshitori2 dl dd {
    font-size: 0.9em;
    margin-left: 150px;
    margin-bottom: 5px;
    margin-top: -1.8em;
}

.schedule td span {
	display: inline-block;
	margin-right: 8px;
}


/*見どころ*/
.highlights_h2 {
	width: 100%;
	max-width: 450px;
	margin: 0 auto 40px;
	opacity: 0;
}

.highlight_wrap {
    position: relative;
	margin: 80px 0 0;
    padding: 0;
	width: 100%;
	max-width: 1000px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.highlight {
	margin: 0 0 70px;
	padding: 0;
}

.highlight figure {
	margin: 0;
	padding: 0;
}

.highlight_photo {
	opacity: 0;
}

.highlight_ti {
	width: 100%;
	max-width: 600px;
	margin: -6rem auto auto;
	opacity: 0;
	display: none;
}

 .highlight .description p {
 	color: #000 !important;
 	font-size: 1.2em !important;
 	line-height: 2.5em !important;
 	text-align: center !important;
 	margin: 40px 0 0;
 	padding-bottom: 50px;
}
 
  .highlight .description p span {
 	font-size: 1.5em;
  	font-weight: bold;
}

 .highlight .description rt {
 	font-size: 9px;
 	font-weight: normal;
 }
  
.comment_wrap {
	background-color: #fff;
	margin: 0 0 80px;
	padding: 50px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
}

.comment_wrap h3 {
	color: #000;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 500;
	margin: 0 0 40px;
}

.comment_wrap h3 span {
	display: inline-block;
	border: thin dashed #000;
	border-right-style: none;
	border-left-style: none;
	padding: 7px 0 5px;
}

.comment_wrap p {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 0 30px;
}


/*DINOバザールページ*/
.bg_beige {
	background-color: #f0e7d6 !important;
}

.back_bazaar {
    background: url(../images/dino_bazaar/bazaar_bg.jpg) center top no-repeat;
    background-size: contain;
    width: 100% !important;
    height: 100%;
}

#slide_sub3 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
}

.ul_bazaar_menu {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	width: 100%;
	margin: 10px 0 30px;
	padding: 0;
}

.ul_bazaar_menu li {
	font-size: 0.95em;
	line-height: 1;
	text-align: center;
	margin: 0 0.4em 10px;
	display: inline-block;
	background-color: #222;
	width: 250px;
	border-radius: 4px; /* CSS3草案 */  
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px; /* Firefox用 */
}

.ul_bazaar_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1.2em 1em;
}

.ul_bazaar_menu li a:hover {
	background-color: #71a303;
	border-radius: 4px;
}

.link_on {
	background-color: #71a303;
	border-radius: 4px; /* CSS3草案 */  
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px; /* Firefox用 */
}

.h2_bazzar {
	width: 100%;
	max-width: 500px;
	text-align: center !important;
    margin: 0 auto !important;
	padding: 60px 0 0 !important;
}

.bazzar_leadtxt {
	width: 100%;
	max-width: 850px;
	margin: 50px auto auto;
}

.bazaar_wrap {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    margin: 90px auto 100px;
    padding: 60px 50px 50px;
    position: relative;
    border-radius: 8px;
	text-align: center;
}

.bazaar_wrap .absolute {
	position: absolute;
	right: 0;
	top: -80px;
	width: 280px;
	z-index: 10;
}

.bazaar_wrap .lead_photo {
	position: relative;
	width: 100%;
	margin: 0;
}

.bazaar_wrap .lead_photo figcaption {
	font-size: 0.75em;
	line-height: 1.5em;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.bazaar_info {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin-top: 30px;
	padding: 1.5em 1em 1em 3em;
	border: 1px dashed #000;
}

.bazaar_info .title {
	width: 50%;
	text-align: left;
	margin: 0;
}

.bazaar_info .title p {
	margin: 0;
}

.bazaar_info .info {
	width: 45%;
}

.bazaar_info .title span {
	display: inline-block;
}

.baz_note {
	color: #fff;
	font-size: .9em;
	line-height: 1.6em;
	font-weight: 500;
	background-color: #d7073a;
	display: inline-block;
	margin: 10px 0 0;
	padding: 5px 20px;
}

.bazaar_info .info dl {
	color: #333;
    font-size: 1em;
    line-height: 2em;
    text-align: left;
    letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.bazaar_info .info dt {
	width: 120px;
	margin: 0;
}

.bazaar_info .info dd {
	margin: -2em 0 0 120px;
}

.goods_h3 {
	font-size: 1.8em;
	line-height: 1em;
	text-align: left;
	font-weight: 900;
	margin: 100px 0 20px;
	display: flex;
	align-items: center;
	border-bottom: 3px dotted #88b706;
	color: #FF7C00;
  background: -webkit-linear-gradient(top, #a3c91b 0%, #88b706 50%, #87aa09 51%, #2fa417 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.goods_h3 img {
	width: 50px;
	margin-right: 15px;
}

.goods_area_ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.goods_area_ul li {
	width: 22%;
    background-color: #fff;
    color: #000;
    font-size: 0.95em;
    line-height: 1.8em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	margin: 0 4% 30px 0;
	padding: 0;
	position: relative;
}

.goods_area_ul li:nth-child(4n) {
	margin: 0 0 30px 0;
}

.goods_area_ul li figure {
	position: relative;
	margin: 0;
	padding-bottom: 0.5rem;
    border-bottom: 2px solid #aaa;
    background-color: white;
}

.goods_area_ul li figure:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 15px;
    width: 5px;
    border-right: 2px solid #aaa;
    background-color: white;
    content: "";
}

.goods_area_ul li figure img {
	margin: 0;
	position: relative;
	width: 100%;
}

.goods_area_ul li figure .icon {
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 30px;
	box-shadow: none !important;
	background-color: transparent !important;
	height: auto;
	opacity: 0.4;
	margin-bottom: 5px;
}

.goods_area_ul li .name {
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	margin: 25px 0 0;
}

.goods_area_ul li p {
	font-size: 0.9em !important;
	text-align: left;
	margin: 0 0 10px !important;
}

.goods_area_ul li a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.txt_more {
	font: italic 1.1em / 2em 'Noto Serif JP', serif;
	text-align: right;
	margin: -10px 0 0;
	color: #d7073a;
}

.goods_area .note {
	font-size: 0.85em !important;
}


/*わくわくDINOワーク*/
.ws_wrap {
    width: 100%;
    margin: 80px auto 100PX;
    padding: 60px 50px 50px;
    position: relative;
    border-radius: 8px;
	background: url(../images/dino_work/ws_bg.png) center top no-repeat;
	background-color: #fcfaeb;
	background-size: contain;  /* 画像のURLを指定     */
    /* 画像の表示位置を指定 */
    /* 画像のサイズを指定  */
    width:100%;
    height:100%;
}

.h2_workshop {
	width: 100%;
	max-width: 450px;
	text-align: center !important;
    margin: -20px auto 0 !important;
	padding: 0 !important;
}

.ws_leadtxt {
	width: 100%;
	max-width: 550px;
	margin: 50px auto 50px;
}

.ws_wrap .lead_photo {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

.ws_wrap .lead_photo figcaption {
	color: #fff;
	font-size: 0.75em;
	line-height: 1.5em;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.ws_wrap .lead_photo img {
	border: 5px solid #9c8679;
}

.workshop_wrap {
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
}

.ws_note {
	color: #891603;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 700;
	margin: 0 0 60px;
}

.workshop_wrap ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
}

.workshop_wrap li {
	width: 31%;
	margin: 0 0 40px;
	padding: 1.5em 2em 1em;
	background-color: #f8e3af;
	border-radius: 8px; /* CSS3草案 */  
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px; /* Firefox用 */
}

.work_new {
	position: relative;
}

.workshop_wrap h3 {
	color: #744026;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: "Stick", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-text-stroke: 1px #a25b37;
	text-stroke: 1px #000;
	letter-spacing: 0;
	position: relative;
	margin: 0 0 15px;
	padding: .3em;
    border-radius: 2em .6em 3em .4em/.3em 4em .6em 2em;
    border: 3px solid #71a303;
}

.workshop_wrap h3:before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    border: 5px solid #71a303;
    border-radius: 2em .6em 3em .4em/.3em 4em .6em 2em;
}

.new_icon_w {
	position: absolute;
	width: 50px;
	top: -20px;
	right: -15px;
}

.workshop_wrap h3 span {
	display: inline-block;
}

.workshop_wrap p {
	font-size: 0.95em !important;
	line-height: 1.8em !important;
	margin: 0 0 10px !important;
}

.workshop_wrap .note {
	color: #666 !important;
	font-size: 0.85em !important;
}

.workshop_wrap li.photo {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 1em !important;
}

.frame_white {
    border: 2px dashed #fff;
    padding: 0 20px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
}


/*DINOカフェ*/
.dinner_wrap {
    width: 100%;
    margin: 100px auto 100PX;
    padding: 60px 50px 50px;
    position: relative;
    border-radius: 8px;
	background: url(../images/dino_cafe/cafe_bg.jpg) center top no-repeat;
	background-color: #fff;
	background-size: contain;  /* 画像のURLを指定     */
    /* 画像の表示位置を指定 */
    /* 画像のサイズを指定  */
    width:100%;
    height:100%;
}

.h2_cafe {
    width: 100%;
    max-width: 370px;
    text-align: center;
    margin: 0 auto 0;
    padding: 0;
}

.cafe_p {
	text-align: center !important;
}

.cafe_leadtxt {
    color: #329532;
	font-size: 2.2em;
	line-height: 1.5em;
	font-weight: 900;
    margin: 40px auto 50px;
	text-shadow:2px 2px 0 #ffe800, -2px -2px 0 #ffe800,
              -2px 2px 0 #ffe800, 2px -2px 0 #ffe800,
              0px 2px 0 #ffe800,  0-2px 0 #ffe800,
              -2px 0 0 #ffe800, 2px 0 0 #ffe800;
}

.dinner_wrap .lead_photo {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}

.dinner_wrap .lead_photo figcaption {
	color: #fff;
	font-size: 0.75em;
	line-height: 1.5em;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.ribbon {
  color: #FFF;
  font-size: 1.3em;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  box-sizing: border-box;
  margin-top: 120px;
  width: 100%;
  max-width: 500px;
}

.ribbon_bg01 {
	background: #fd6969;
}

.ribbon_bg02 {
	background: #45bfe1;
}

.ribbon_bg03 {
	background: #80c92f;
}

.ribbon_bg04 {
	background: #feb336;
}

.ribbon_bg05 {
	background: #59c885;
}

.ribbon h4 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.new_icon {
	position: absolute;
	width: 60px;
	top: -10px;
	left: 30px;
}

.menu_name {
	font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 30px;
	margin-bottom: 50px;
}

.menu_flex {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: center;
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
}

.menu_flex figure {
	width: 45%;
	margin: 0;
	padding: 0;
	position: relative;
}

.menu_flex figure figcaption {
	font-size: 0.7em;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 4.5px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 4px;
	color: #fff;
}

.menu_flex .description {
	width: 48%;
	text-align: left;
	margin: 0;
	padding: 0;
}

.menu_wrap {
	margin: 0;
	padding: 20px;
	border: 2px dashed #bbb;
	border-radius: 8px; /* CSS3草案 */  
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px; /* Firefox用 */
}

.menu_wrap .title {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}

.title01 {
	color: #fd6969;
}

.title02 {
	color: #29b5dc;
}

.title03 {
	color: #82ca31;
}

.title04 {
	color: #fea012;
}

.title05 {
	color: #59c885;
}

.menu_wrap .menu_info {
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}



/*インフォ詳細*/
.info_wrap h3 {
	color: #111;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	border: 1px solid #111;
	border-right-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-bottom: 8px;
	border-top-width: 3px;
	margin: 0 0 40px;
}

.info_wrap h3 span {
	font-size: 0.8em;
	font-weight: 400 !important;
}

.info_wrap h4 {
	color: #111;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 700;
	text-align: left;
	margin: 40px 0 10px;
}

.info_wrap p {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0 0 20px;
}

.comment_ti_02 {
	position: relative;
	color: #563f4b;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: left;
	background-color: #fed9a9;
	margin-top: 50px;
	margin-bottom: 0.8rem;
	padding: 0.5em 1rem 1rem;
}

.comment_ti_02::before {
  position: absolute;
    inset: -5px 5px 5px -5px;
    border: 2px solid #563f4b;
    content: '';
}


/*ぬりえ*/
.flow_design ul {
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
}

.flow_design li {
  border-radius: 8px;
  background: #f2f4f9;
  position: relative;
  margin: 0 0 15px;
  padding: 22px;
}

.flow_design li::after {
  content: '';
  position: absolute;
  bottom: -10px; /* 矢印の位置調整 */
  left: 20%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #57c75a; /* 三角形の色 */
}

.flow_design li:last-child::after {
  display: none;
}

.flow_design dl {
  display: flex;
	width: 100%;
  font-size: 0.95em;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
}

.flow_design dl dt {
color: #57c75a;
  font-size: 1.3em;
  font-weight: 500;
text-align: center;
  width: 15%;
  min-width: 3em;
margin: 0;
padding: 0;
}

.flow_design dl dd {
  text-align: left;
  width: 85%;
margin: 0;
padding: 0;
}

.bg_word {
	display: inline-block;
	padding: 0 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #fce0fe;
}

.flex_nurie {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
	padding: 0;
}

.flex_nurie .photos {
	width: 48%;
	margin: 0;
}

.flex_nurie .description {
	width: 48%;
	margin: 0;
}

.flex_nurie .description img {
	border: 2px solid #ccc;
}

  
/*フォント*/
.font_NotoSerif {
    font: italic 0.85em/2em 'Noto Serif JP', serif;
}


/*フローティングバナー*/
.floating-banner {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
	width: 150px;
}

.floating-banner img {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}



.hidden_pc {
	display: none;
}

.hidden_sp {
	display: block;
}

.tb_br {
	display: none;
}



@media screen and (min-width: 1921px) {
.video video {
        left: 50%;
        transform: translateX(-50%);
        max-width: 1920px;
    }
}


@media screen and (max-width: 1700px) {
/* 恐竜-1700 */
.dino_field .lead_bun {
   width: 60%;
}

.dino_all {
    position: absolute;
    top: 10em;
    left: 0;
    margin: 0 auto;
}

.dino_eg {
    font-size: 5.5em;
    line-height: .9em;
}

.dino_txt h3 {
    font-size: 1.4em !important;
}

.dino_txt p {
    font-size: 0.9em !important;
    line-height: 1.8em !important;
}

.dino_list {
    margin: 0 auto 100px;
    padding: 5em 0 0;
    width: 70%;
    position: relative;
}
}


@media screen and (max-width: 1450px) {
.container {
    padding-left: 40px;
    padding-right: 40px;
}

.container1200 {
    padding-left: 40px;
    padding-right: 40px;
}

.container1400 {
    padding-left: 40px;
    padding-right: 40px;
}

/* slide2-1450 */
#slide2 h2 {
    font-size: 2.5em;
	padding-right: 20px;
	padding-left: 20px;
}

.lead_txt p {
    font-size: 1.3em;
	padding-right: 20px;
	padding-left: 20px;
}

.sleeping_dino {
	margin-left: 100px;
}

/* slide3-1450 */


/* slide4-1450 */

/* 中ページ-1450 */
.main_h1 {
    width: 180px;
}

/* 恐竜-1450 */
.dino_all {
    position: absolute;
    top: 11.5em;
    left: 0;
    margin: 0 auto;
}

.dino_txt {
    position: absolute;
    text-align: left;
    background-color: rgba(84, 80, 67, 0.2);
    padding: 1em 1.5em;
    border: 1px solid #978b78;
    width: 33%;
    right: 30px;
    opacity: 0;
    bottom: -400px;
}

.dino_list {
        margin: 0 auto 100px;
        padding: 7em 0 0;
        width: 70%;
        position: relative;
}
}

@media screen and (max-width: 1350px) {
.dino_field .lead_bun {
    color: #fff;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    position: absolute;
    top: 200px;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    margin: 0 auto;
    opacity: 1;
    max-width: 1000px;
}

.dino_txt {
    width: 40%;
	right: 30px;
	bottom: -350px;
}

.dino_txt h3 {
    font-size: 1.2em !important;
    line-height: 1.3em !important;
}

.dino_txt p {
    font-size: 0.95em !important;
    line-height: 1.8em !important;
}
}


@media screen and (max-width: 1280px) {
/* 主演恐竜-1280 */
.dino_field .lead_bun {
        font-size: 1.1em;
}

.dino_all figcaption {
    color: #fff;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    margin: 60px 0 0;
}

.dino_wrap {
    position: absolute;
    top: 4em;
    left: 0;
    width: 100%;
    margin: 0;
}

.dino_eg {
   font-size: 6em;
	line-height: .9em;
}

.dino_name {
	width: 80%;
}

.dino_txt {
    width: 40%;
	right: 30px;
	bottom: -400px;
}

.dino_txt p {
    font-size: 0.95em !important;
    line-height: 1.6em !important;
}

.dino_list {
        margin: 0 auto 110px;
        padding: 10em 0 0;
        width: 90%;
        position: relative;
}


/* ディノバザール-1280 */
.bazzar_leadtxt {
    max-width: 700px;
}

.bazaar_info .title {
    width: 100%;
	margin-bottom: 30px;
}

.bazaar_info .info {
    width: 100%;
}

.txt_more {
    font: italic 1em / 2em 'Noto Serif JP', serif;
    text-align: right;
    margin: -40px 0 0;
}


/* わくわくDINOワーク-1280 */
.workshop_wrap li {
    width: 48%;
}
}



@media screen and (max-width: 1024px) {
.bg_green {
    width: 100%;
    max-width: 700px;
    margin-top: 50px;
}

.bg_green_ref {
    text-align: right;
    max-width: 700px;
    margin-top: 0;
	float: right;
	margin-bottom: 80px;
}

/*  チケットページ-1024 */
.playguide_table {
	width: 90%;
}

footer {
    padding: 40px 0 100px 100px;
}

/*  恐竜ページ-1024 */
.dino_field h2 {
    top: 50px;
}

.dino_field .h2_sub {
	font-size: 0.85em;
    top: 120px;
}

.dino_field .lead_bun {
        font-size: 1em;
        line-height: 2em;
        position: absolute;
        top: 180px;
        width:70%;
}

.dino_all {
        position: absolute;
        top: 11em;
        left: 0;
        margin: 0 auto;
}

.dino_all figcaption {
      color: #fff;
      font-size: 1em;
      line-height: 1.6em;
      text-align: center;
      margin: 100px 0 0;
}

.dino_wrap {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    margin: 0;
}

.dino_eg {
    font-size: 4.5em;
    line-height: .9em;
	top: 350px;
    left: 50px;
}

.dino_txt {
    width: 60%;
    right: 30px;
    opacity: 0;
    bottom: -450px;
}

.dino_list {
        margin: 0 auto 80px;
        padding: 14em 0 0;
        width: 90%;
        position: relative;
}

.h4_supporter {
    font-size: 1.2em;
    text-align: left;
    padding: 1em 1em 0.8em;
}


/*  見どころページ-1024 */
.highlight_wrap {
    margin: 60px 0 0;
}

.highlight_ti {
	width: 100%;
	max-width: 500px;
	margin: -5rem auto auto;
	opacity: 0;
	display: none;
}

/* ディノバザール-1024*/
.back_bazaar {
    background: url(../images/dino_bazaar/bazaar_bg-1024.jpg) right top no-repeat;
	background-size: contain;
	width: 100%;
    height: 100%;
}

.ul_bazaar_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.9em 1em;
}

.top_bazaar h3 {
	font-size: 2em;
}

.h2_bazzar {
    max-width: 400px;
    padding: 30px 0 0 !important;
}

.bazaar_wrap .absolute {
    position: absolute;
    right: 0;
    top: -65px;
    width: 240px;
    z-index: 10;
}

/* ディノワーク-1024*/
.h2_workshop {
    max-width: 350px;
	margin-top: 0 !important;
}

/* ディノカフェ-1024*/
.h2_cafe {
    max-width: 300px;
    margin: 0 auto 0;
}
}



@media screen and (max-width: 912px) {
.guide_wrap li {
	width: 48%;
}

.guide_wrap li:nth-child(2n) {
	margin-right: 0;
}

.guide_wrap li:nth-child(3n) {
	margin-right: 3%;
}

.news_wrap {
    text-align: center;
    width: 95%;
    max-width: 1600px !important;
    margin: 1em auto 0;
	padding: 20px 10px 40px;
    display: flex;
    flex-direction: column;
}

.news_wrap .news {
    margin: 10px 0 1em;
	padding: 0;
	border-left-style: none;
}

.news_wrap .news_title {
    font-size: 0.9em;
    line-height: 2.2em;
    text-align: left;
	font-weight: bold;
    width: auto;
    border-right: none;
    margin: 0.8em 0 0;
    letter-spacing: 2px;
	border-bottom: 1px solid #444;
}

.news_btn {
    color: #666;
    font-size: 0.7em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
	float: right;
}

.news dl {
    margin: 0;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
	padding-top: 10px;
}

.news dd {
	margin: 5px 0 0;
}


/* 概要-912*/
table.outline th {
    width: 19%;
	padding-left: 1em;
}

table.outline td {
    padding: 18px 10px 10px 1em;
}

/* チケット-912 */
.ul_ticket_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.price_wrap li {
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 10px 15px;
	border-radius: 6px;	/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	border: 12px solid #e7e7e7;
	background-color: #fff;
}

.seat_info {
    width: 100%;
    margin: 0 0 20px;
}

.top_notewrap {
    width: 100%;
}

/*  恐竜ページ-912 */
.dino_field .lead_bun {
        font-size: 1em;
        line-height: 1.8em;
        position: absolute;
        top: 180px;
        width: 80%;
}

.dino_all {
    position: absolute;
	top: 14em;
	left: 0;
	margin: 0 auto;
}

.dino_all figcaption {
            color: #fff;
            font-size: 1em;
            line-height: 1.6em;
            text-align: center;
            margin: 90px 0 0;
}

.dino_txt {
        width: 95%;
        right: 20px;
        opacity: 0;
        bottom: -450px;
}
	
.dino_txt h3 {
        font-size: 1.1em !important;
        line-height: 1.3em !important;
}

.dino_txt p {
        font-size: 0.9em !important;
        line-height: 1.8em !important;
}
	
.dino_list {
        margin: 0 auto 60px;
        padding: 17em 0 0;
        width: 90%;
        position: relative;
}

/* ディノバザール-912*/
.goods_area_ul li {
	width: 48%;
	margin: 0 4% 30px 0;
}

.bazzar_leadtxt {
    width: 100%;
    max-width: 600px;
    margin: 30px auto auto;
}

.goods_area_ul li:nth-child(2n) {
	margin: 0 0 30px 0;
}

.ws_leadtxt {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 30px;
}

/* ディノカフェ-912*/
.dinner_wrap {
    padding: 60px 50px 0;
}

.cafe_leadtxt {
	font-size: 2em;
    margin: 20px auto 30px;
}

.ribbon {
    margin-top: 60px;
}

.menu_flex figure {
    width: 100%;
    margin: 0 0 10px;
}

.menu_flex .description {
    width: 100%;
	margin-bottom: 50px;
}
}


@media screen and (max-width: 820px) {
.container {
    padding-left: 20px;
    padding-right:20px;
}

.container1200 {
    padding-left: 20px;
    padding-right: 20px;
}

.container1400 {
    padding-left: 20px;
    padding-right: 20px;
}

/* slide2-820 */
#slide2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 0;
}

.lead_txt p {
    font-size: 1.1em;
	padding-right: 20px;
	padding-left: 20px;
}

.sleeping_dino {
	margin-left: 70px;
}


/* slide5-820 */
#slide5 {
    padding-top: 0;
    padding-bottom: 80px;
}

.bg_green {
    width: 100%;
    max-width: 600px;
    margin-top: 50px;
}

.bg_green_ref {
    text-align: right;
    max-width: 600px;
    margin-top: 0;
	float: right;
	margin-bottom: 80px;
}

/* subpge_kv-820 */
.subpge_kv {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
    position: relative;
	height: 250px;
	object-position: center top;  /*画像の横の位置　縦の位置 */
}

.main_h1 {
        width: 150px;
}

.main_h2 {
    font-size: 2.5em;
    letter-spacing: 1px;
    position: absolute;
    bottom: 1em;
}

/* チケットページ-820 */
.ticket_wrap {
    margin: 10px 0 80px;
    padding: 60px 2.5em 2.5em;
}

.wrap_dash_01 {
    margin: 50px auto 100px;
    padding: 2em 1.5em 1.5em;
    background-color: #f6edde;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.floating-banner {
    bottom: 5px;
    right: 20px;
    width: 100px;
}

/*  恐竜ページ-820 */
.dino_all {
        position: absolute;
        top: 13em;
        left: 0;
        margin: 0 auto;
}

.dino_all figcaption {
            color: #fff;
            font-size: 1em;
            line-height: 1.6em;
            text-align: center;
            margin: 100px 0 0;
        }

.dino_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
 }
	
.dino_field .lead_bun {
        font-size: 1em;
        line-height: 1.8em;
        position: absolute;
        top: 170px;
        width: 90%;
}

.dino_txt {
        width: 95%;
        right: 20px;
        opacity: 0;
        bottom: -430px;
}
	
.dino_list {
    margin: 0 auto 40px;
    padding: 18em 0 0;
    width: 90%;
    position: relative;
 }
	
.newdino_wrap {
 margin: 10px 0 80px;
padding: 50px 2.5em 2.5em;
}


/*  ナビゲーター-820 */
.navi_contents {
 padding: 50px 2.5em 2.5em;
}
	

/*  見どころ-820 */
.comment_wrap {
    margin: 10px 0 80px;
    padding: 50px 2.5em 2.5em;
}

/* ディノバザール-820 */
.ul_bazaar_menu li {
	font-size: 0.95em;
	width: 210px;
}

.ul_bazaar_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.9em 0.5em;
}

.bazaar_wrap {
    padding: 60px 30px 50px;
}

/* ディノカフェ-820 */
.dinner_wrap {
 margin: 10px 0 80px;
padding: 50px 2.5em 2.5em;
}

}



@media screen and (max-width: 768px) {
footer p span {
	font-size: 1.3em;
}

/*  チケットページ-768 */
.playguide_table {
	width: 100%;
}

/*  恐竜ページ-768 */
.dino_field .lead_bun {
        font-size: 1em;
        line-height: 1.8em;
        position: absolute;
        top: 180px;
        width: 95%;
}

.dino_all {
            position: absolute;
            top: 16em;
            left: 0;
            margin: 0 auto;
}

.dino_all figcaption {
            color: #fff;
            font-size: 1em;
            line-height: 1.6em;
            text-align: center;
            margin: 120px 0 0;
}

.dino_wrap {
        position: absolute;
        top: 1em;
        left: 0;
        width: 100%;
        margin: 0;
 }

.dino_txt {
        width: 93%;
        right: 20px;
        opacity: 0;
        bottom: -480px;
}
	
.dino_list {
    margin: 0 auto 10px;
    padding: 22em 0 0;
    width: 92%;
    position: relative;
 }

.flex_photoR {
    display: flex;
    justify-content: flex-end;
}

.flex_photoR .description {
	width: 100%;
	margin: 0;
	text-align: left;
}

.flex_photoR .photos {
	width: 60%;
	margin: 40px 0 0;
}

.flex_photoR .photos figure figcaption {
    margin: 5px 0 0;
}


/*  見どころページ-768 */
.highlight {
    margin: 0;
    padding: 0;
}

.highlight_ti {
	width: 100%;
	max-width: 400px;
	margin: -3.5rem auto auto;
	opacity: 0;
	display: none;
}

/* ディノバザール-768 */
.bazzar_leadtxt {
	padding-right: 2em;
		padding-left: 2em;
}

.h2_bazzar {
    max-width: 350px;
    padding: 0 !important;
}

.bazzar_leadtxt {
    width: 100%;
    max-width: 550px;
    margin: 20px auto auto;
}

.bazaar_wrap .absolute {
    top: -45px;
    width: 200px;
}

.bazaar_info {
    padding: 1.5em 1em 1em 1em;
}

.goods_h3 {
    font-size: 1.5em;
}

/* わくわくDINOワーク-768 */
.ws_wrap {
    background: url(../images/dino_work/ws_bg-768.png) center top no-repeat;
    background-color: #fcfaeb;
    background-size: contain;
}

.h2_workshop {
   max-width: 300px;
}
	
.ws_leadtxt {
    width: 100%;
    max-width: 450px;
    margin: 20px auto 30px;
}

.workshop_wrap li {
        width: 100%;
    }


/* DINOカフェ-768 */
.h2_cafe {
   max-width: 250px;
   margin: 0 auto 0;
}
}



@media screen and (min-width: 751px) {
a[href^="tel:"]{
    pointer-events: none;
}
}

	
@media screen and (max-width: 640px) {
body {
	font-size: 0.95em;
}

#wrap {
	padding: 0;
}

h1 {
	display: none;
}

.pcUser {
    display :none;
}

.spUser {
    display : block;
}

.container800 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.container {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

.container1200 {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

.container1400 {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
}


.h2_sub {
    font-size: 1em;
    line-height: 1.3em;
    letter-spacing: 5px;
    font-weight: 500;
    margin: 10px 0 50px;
    text-align: center;
}


/* Slide 1-sp */
#slide1 {
	position: relative;
	margin: 0;
	width: 100%;
}

.topimg_sp_link {
	display: flex;
	width: 100%;
	margin: -5px 0 0;
}

.topimg_sp_link .img_01 {
	width: 28.8%;
}

.topimg_sp_link .img_02 {
	width: 34.93%;
}

.topimg_sp_link .img_03 {
	width: 36.13%;
}

.back_imgall {
    background: url(../images/bg/bg_all-1024.jpg) right 50px no-repeat;
		background-size: contain;
	width: 100%;
    height: 100%;
}

.back_bazaar {
    background: url(../images/dino_bazaar/bazaar_bg-640.jpg) right top no-repeat;
	background-size: contain;
	width: 100%;
    height: 100%;
}

    .news_wrap {
        text-align: center;
        width: 95%;
        max-width: 1600px !important;
        margin: 1em auto 0;
        padding: 0 10px 20px;
        display: flex;
        flex-direction: column;
    }
	
.news_list dd {
	margin: 5px 0 0;
}


/* slide2-sp */
#slide_sub2 {
    padding: 70px 0;
}

.top_link_wrap {
	margin-bottom: 40px;
    padding: 30px 25px 25px;
	background-color: #fff;
}

.top_link div {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

#slide2 h2 {
        font-size: 2em;
	padding-right: 0;
	padding-left: 0;
}

.lead_txt p {
    font-size: 1.1em;
	padding-right: 0;
	padding-left: 0;
	line-height: 2em;
}

.sleeping_dino {
	margin-left: 10px;
		margin-top: 20px;
}

.guideline ul {
    margin: 0 0 30px;
}

.guideline li {
	width: 100%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

ruby span {
    line-height: 1.2em;
}

.slide2_h3 {
    margin: 20px 0 20px;
}

.movie_txt {
	font-size: 1.5em;
    font-weight: 900;
    line-height: 1.5em;
}

.banner_mg {
    margin-top: 50px;
    margin-bottom: 50px;
}

.slide2_wrap {
    background-color: #fff;
    padding-top: 60px;
}

.top_txt {
	margin: 30px auto 30px;
}


/* トップバナー-sp */ 


/* スポット映像-sp */ 
.spot_movie ul {
	width: 100%;
	margin: 0;
	padding: 0;    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
}
 
.spot_movie li {
	width: 100%;
	padding: 0;
	list-style-type: none;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}


/* slide3-sp */
#slide3 {
    padding-top: 30px;
    padding-bottom: 80px;
}


/* slide4-sp */
#slide4 {
    padding-top: 30px;
}

.slide4_wrap {
    width: 100%;
    margin: 0 auto auto;
    padding: 30px 10px 30px;
    position: relative;
    border-radius: 8px;
}

.schedule th, .schedule td {
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 0;
    padding: 10px 5px;
    border: 1px solid #babcbf;
    text-align: center;
}

.schedule th,
.schedule td {
	padding-right: 0;
		padding-left: 0;
	width: auto;
}

.schedule td span {
	display: inline-block;
	margin-right: 0;
}




/* チケット-sp */
.ul_ticket_menu li {
	width: 46%;
}

.ticket_wrap {
    padding: 60px 1em 30px;
}

    .wrap_dash_01 {
        margin: 50px auto 80px;
        padding: 2em 1em 1.5em;
    }

.hayawari_wrap {
    margin: 30px auto 40px;
}

.hayawari {
    width: 100%;
    margin: 0 auto auto;
}

.ticket tbody th {
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 0;
	padding: 10px .5em;
	background-color: #f4f4f4;
    border: 1px solid #babcbf;
    width: 40%;
    text-align: left;
}

.ticket td {
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
    text-align: right;
    margin: 0;
	padding: 10px .3em;
	background-color: #f4f4f4;
    border: 1px solid #babcbf;
    width: 32%;
}

.playguide_table th {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 1.3em 0 !important;
	width: 50%;
}

.playguide_table td {
    font-size: 1em !important;
    line-height: 1.3em;
    font-weight: 500 !important;
    padding: 1.3em 0 !important;
    letter-spacing: 1px;
    text-align: right;
    border: 1px solid #555 !important;
    border-right-style: none !important;
    border-left-style: none !important;
    vertical-align: middle;
    width: 150px;
}

.note_wrap_dash {
    border: 1px dashed #aaa;
    padding: 1.5em 1em 1em;
    margin-right: auto;
    margin-left: auto;
}

.ul_mg {
    margin-right: 0;
}


/* slide5-sp */
#slide5 {
    padding-bottom: 50px;
}

.h2_dino {
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 8px;
}

.dino_banner figure {
	margin: 0;
	padding: 0 1em;
}


/* slide6-sp */
#slide6 {
    padding-top: 30px;
    padding-bottom: 80px;
}

.navi_photo li {
    width: 48%;
}

.navi_photo ul {
    padding: 0 0 40px;
}


/* slide7-sp  */
#slide7 {
    padding-top: 0;
    padding-bottom: 80px;
	background-color: #000;
	background-image: none;
}


/* slide8-sp */
#slide8 {
    padding-top: 30px;
    padding-bottom: 80px;
}


/* footer-sp */
footer {
	margin: 0;
	padding: 40px 0 70px;
	text-align: center;
}

.footer_line {
	width: 100%;
    object-fit: cover;
	height: 30px
}

.footer_logo {
    width: 150px;
	margin-top: -30px;
		margin-bottom: 10px;
}

footer p {
	text-align: left;
}



/* SNSボタン配置-sp */
.sns_link_sp ul {
	position: fixed;
	margin: 0;
	padding: 10px 0;
    display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	list-style-type: none;
	bottom: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 4px #ccc;
	z-index: 100;
}

.sns_link_sp li {
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;
	margin: 0;
	width: 22%;
}

.sns_link_sp li img {
	width: 20px;
	margin-top: 3px;
}

.sns_link_sp li span {
	font-size: 0.7em;
}

.sns_link_sp li a {
	color: #333;
	text-decoration: none;
}


/* 下層ページ-sp */
.subpge_kv {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
    position: relative;
	height: 200px;
	object-position: center top;  /*画像の横の位置　縦の位置 */
}

.main_h1 {
    width: 120px;
	display: block;
}

.main_h2 {
    font-size: 2em;
    letter-spacing: 1px;
    position: absolute;
    bottom: 1em;
}


/*チケット page-sp*/
.benefits_wrap .note1 {
	font-size: 1.3em;
}

.price_wrap ul {
    margin: 10px auto 0;
}

.h4_ticket {
    color: #fff;
    font-size: 1.15em !important;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    background-color: #577fd7;
    margin: 0 0 20px;
    padding: 0.5em 1em;
}

.collabo_logo {
	width: 80%;
}


.font_semiTi {
	font-size: 1.15em;
}

.seat_wrap {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 40px 0 0;
    position: relative;
    padding: 1em 2em 0.3em;
}

.h5_ticket {
    font-size: 1em;
    line-height: 1.6em;
}

.flex_dark figure {
    width: 100%;
    margin: 0 0 20px;
}



/* プレイガイド-sp*/
.guide_wrap li {
	position: relative;
	width: 100%;
	min-height: 80px;
	margin-right: 0;
	word-wrap: break-word;
}

.tokuten_img {
    width: 100%;
    margin-bottom: 30px;
}

.benefits figure {
	margin: 40px auto 0;
	border-style: none;
}

.benefits figure figcaption {
   line-height: 1em;
    margin-top: 0;
}


/*outline-sp*/
.table_area {
    margin: 50px auto 100px;
	width: 95%;
}

table.outline th {
	color: #000;
	font-size: 1em;
    width: 100%;
	display: block;
	padding: 5px 0 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-width: 2px;
	border-bottom-style: dashed;
}

table.outline td {
    padding: 12px 0 20px;
	width: 100%;
	display: block;
	border-top-style: none;
}

table.outline dl {
    margin: 0 0 0 -5px;
}

table.outline dt {
    width: 100px;
}

table.outline dd {
    vertical-align: top;
    margin: -1.8em 0 5px 100px;
    padding: 0;
}


/*Access-sp*/
.dl_access {
    margin: 30px 0 0;
}

.dl_access dt {
    width: 100%;;
	padding-top: 5px;
		padding-bottom: 5px;
}

.dl_access dd {
    margin-left: 0;
    margin-top: 20px;
}


/* ディノサファリについて-sp  */
h2.about_ti {
    width: 80%;
    margin: 0 auto -30px;
}

.h2_about_2 {
    font-size: 1.4em;
}

.ul_photos li {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}



.s1:before {
    margin-right: .5em;
}

.s1:after {
    margin-left: .5em;
}


/*注意事項ページ -sp*/
.notices_h2 {
	color: #000;
	font-size: 1.7em;
	line-height: 1;
	font-weight: 600;
	margin: 0;
	letter-spacing: 7px;
}

.ul_notes {
    margin-right: 0;
}


/*登場恐竜-sp*/
.dino_field {
    padding-bottom: 30px;
}

.dino_back {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
    position: relative;
    filter: brightness(0);
	height: 600px;
}

.dino_field h2 {
    font-size: 2em;
    letter-spacing: 1px;
    position: absolute;
	top: 50px;
	left: 50%;
    transform: translateX(-50%);
}

.dino_field .h2_sub {
        font-size: 0.85em;
        top: 88px;
		line-height: 1.3em;
}

.dino_field .lead_bun {
        font-size: 1em;
        line-height: 1.8em;
        position: absolute;
        top: 150px;
        width: 90%;
}

.dino_all {
        position: absolute;
        top: 22em;
        left: 0;
        margin: 0 auto;
		object-position: 0 100%;
 }
	
.dino_all figcaption {
            color: #fff;
            font-size: 0.9em;
            line-height: 1.6em;
            text-align: center;
            margin: 30px 0 0;
}
	
.dino_wrap {
       top: 25em;
        left: 0;
        width: 100%;
        margin: 0;
		display: flex;
	flex-wrap: wrap;
	 flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
}

.dino_eg {
	display: none;
}

.dino_photo {
	position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
}

.dino_txt {
    position: relative;
    text-align: left;
    background-color: rgba(84, 80, 67, 0.2);
    padding: 0.5em 1em;
    border: 1px solid #978b78;
    width: 95%;
    right: auto;
    bottom: auto;
    opacity: 0;
	left: 2.5%;
	top: 0;
}

.dino_list {
   margin: 0 auto 10px;
   padding: 19em 0 0;
   width: 92%;
   position: relative;
}


.dino_list_li_walu {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 90 !important;
    opacity: 0;
}

.dino_notes {
    text-align: left;
    margin: 0 10px 60px;
}

.newdino_wrap {
    padding: 20px 1em 30px;
}

.newdino_wrap .lead_txt {
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: left;
}

.h4_supporter {
    font-size: 1.1em;
    text-align: left;
    letter-spacing: 1px;
    padding: 1em 1em 0.8em;
}

.prof_01 figure {
    margin: 0 auto 30px;
    width: 100%;
}

.prof_01 .description {
    width: 100%;
}

.prof_01 figcaption {
    font-size: 0.8em;
}

.flex_photoR .photos {
	width: 70%;
	margin: 30px 0 0;
}


/*  ナビゲーター-sp */
h2.navi_ti {
    width: 80%;
}

.navi_contents {
 padding: 20px 1em 30px;
}

.navi_wrap figure {
	width: 100%;
	margin: 0;
	padding: 0;
}

.navi_wrap .description {
	width: 100%;
	margin-top: 15px;
}


/*  見どころページ-sp */
.highlight_wrap {
    margin: 40px 0 0;
}

.highlight_ti {
	width: 80%;
	margin: -3rem auto auto;
	opacity: 0;
	display: none;
}

.highlight .description p {
    font-size: 1em !important;
    line-height: 2.2em !important;
    text-align: center !important;
    margin: 20px 0 0;
    padding-bottom: 50px;
}

.comment_wrap {
    padding: 50px 1em 30px;
}


/*DINOバザール-sp*/
#slide_sub3 {
    padding: 0;
}

.ul_bazaar_menu {
	margin: 0 0 30px 1%;
	justify-content: flex-start;
}

.ul_bazaar_menu li {
	font-size: 0.9em;
	width: 48%;
	margin: 0 2px 5px;
}

.h2_bazzar {
    max-width: 65%;
    padding: 30px 0 0 !important;
}

.bazzar_leadtxt {
    padding-right: 0;
    padding-left: 0;
}

.bazaar_wrap .absolute {
    top: -25px;
    width: 140px;
}

.bazaar_wrap {
	margin: 40px auto 60px;
    padding: 50px 12px 30px;
}

.bazaar_wrap .lead_photo figcaption {
    font-size: 0.7em;
    line-height: 1.3em;
    position: absolute;
    right: 5px;
    bottom: 7px;
	color: #fff;
}

.bazaar_info .info dt {
    width: 100%;
	margin: 0 0 0 -.5em;
}

.bazaar_info .info dd {
    margin: 0 0 0 1em;
}

.goods_h3 {
    font-size: 1.2em;
	line-height: 1.3em;
	margin: 50px 0 10px;
}

.goods_h3 img {
    width: 35px;
    margin-right: 12px;
}

.goods_area_ul li {
	width: 46%;
	margin: 0 8% 30px 0;
}

.goods_area_ul li .name {
    color: #000;
    font-size: 0.95em;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin: 25px 0 0;
}

.txt_more {
    font: italic 0.95em / 2em 'Noto Serif JP', serif;
    text-align: right;
    margin: -30px 0 0;
}

.goods_area .note {
	margin-top: 20px;
}

/* わくわくDINOワーク-sp */
.ws_wrap {
    margin: 40px auto 60px;
    padding: 70px 15px 30px;
}

.h2_workshop {
   max-width: 70%;
}
	
.ws_leadtxt {
    width: 100%;
    max-width: 450px;
    margin: 20px auto 30px;
}

.workshop_wrap {
	margin: 40px 0 0;
}

.ws_note {
	width: 100%;
	margin-bottom: 30px;
}

.workshop_wrap li {
    width: 100%;
    margin: 0 0 30px;
}




/*DINOカフェ -sp*/
.dinner_wrap {
    padding: 40px 1em 30px;
}

.h2_cafe {
max-width: 60%;
}

.cafe_p {
	text-align: left !important;
}

.cafe_leadtxt {
    font-size: 1.3em;
    margin: 20px auto 30px;
}

.ribbon {
        font-size: 0.95em;
		margin-top: 30px;
}

.new_icon {
	position: absolute;
	width: 50px;
	top: -20px;
	left: 10px;
}
	
.menu_name {
    margin-top: 15px;
	text-align: left;
}

.menu_flex {
    margin: 20px 0 0;
}


	
/*インフォ詳細 -sp*/
.flow_design li {
  padding: 15px;
}

.flex_nurie .photos {
	width: 100%;
	margin: 0;
}

.flex_nurie .description {
	width: 100%;
	margin: 30px 0 0;
}
	

/*フローティングバナー -sp*/
.floating-banner {
    position: fixed;
    bottom: 55px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
	width: 80px;
	opacity: 0;
}

.floating-banner img {
    margin-bottom: 0;
}


.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}
