@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,600,700,800,900&display=swap');

@font-face {
		font-family: "LINE Seed JP";
		src:
		url("../font/LINESeedJP_OTF_Rg.woff") format("woff"),
		url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
		font-weight: 300;
		font-style: normal;
}

@font-face {
		font-family: "LINE Seed JP";
		src:
				url("../font/LINESeedJP_OTF_Bd.woff") format("woff"),
				url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
		font-weight: 700;
		font-style: bold;
}

/* リセットCSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
	height: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /リセットCSS */


/****************************************
		clearfix
*****************************************/
.cf::before,
.cf::after {
	content: " ";
	display: table;
}
.cf::after {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: inline-block;
	*zoom: 1;
}

* html .cf {
	height: 1%;
}
/* /clearfix */

/****************************************
		base
*****************************************/

*{
	box-sizing: border-box;
}
body{
	width: 100%;
	max-width: 100%;
	position: relative;
	font-family: 'LINE Seed JP','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	/* font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
	font-size: 16px;
  font-weight: 500;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	background: #ea9143;
	color: #333;
}

.font01{
	font-family: 'LINE Seed JP','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

p{
	font-size: 1em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	word-break: break-word;
	overflow-wrap : break-word;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.4em;
	letter-spacing: 0.1em;
	word-break: break-word;
	overflow-wrap : break-word;
}
strong{
	font-weight: 800;
	color: #f62e5d;
}
img{
	margin: 0 auto;
	line-height: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a{
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
a:hover{
	opacity: .8;
}
button{
	font-size: 100%;
	border: 0;
	padding: 0;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


body ::-webkit-scrollbar {
	width: 0.5em;
	display: inline-block;
	margin: 1em 0;
}
body ::-webkit-scrollbar-track {
	background: #e6e6e6;
	border-radius: 5em;
}
body ::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 5em;
}


.txt_left{
	text-align: left;
}
.txt_center{
	text-align: center;
}
.txt_right{
	text-align: right;
}
.color01{
	color: #d36848;
}


.flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex > div{
	width: 49%;
}
.col2 li{
	width: 49%;
}
.col3 li{
	width: 32%;
}
.f_right{
	float: right;
}

.inner{
	max-width: 1244px;
	width: 80%;
	margin: 0 auto;
}
.inner_blk{
	margin: 2.5em 0;
	position: relative;
}
.inner_blk2{
	background: #fff;
	border-radius: 1.5em;
	padding: 4em 4.5em 5em;
	overflow: hidden;
}
.tit01{
	padding: 0.1em 1em 0.2em;
	display: inline-block;
	background: #d36848;
	color: #fff;
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: bold;
	border-radius: 1em;
	margin: 0 auto;
    min-width: 6em;
}
.tit02{
	padding: 0.2em 1em;
	display: inline-block;
	background: #fff;
	color: #ea9143;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 1em;
	margin: 0 auto;
}
.tit03{
	padding: 0.13em 1em;
	display: inline-block;
	background: #d36848;
	color: #fff;
	font-size: 2.5em;
	letter-spacing: 0.01em;
	font-weight: bold;
	margin: 1.1em auto 0.8em;
	min-width: 9.5em;
}

.txt > div + div > .tit03{
	margin: 0.8em 0 0.8em;
}

.copy01{
	padding: 0.2em 1em;
	display: inline-block;
	background: #e4b734;
	font-size: 1.2em;
	font-weight: bold;
}
.copy02{
	padding: 0.1em 1.4em 0.2em;
	display: inline-block;
	background: #f1e1b3;
	font-size: 2.6em;
	font-weight: 800;
  line-height: 1.4;
	letter-spacing: -0.01em;
	margin: 1em auto 0.4em;
  min-width: 12.5em;
}
.sub_tit + .copy02{
	margin: -0.9em auto 0.4em;
}

.btn{
	position: relative;
	border: solid 1px #333;
	background: #e4b734;
	border-radius: 2em;
	transition: .3s;
	padding: 0.32em 2em 0.32em 2em;
	display: block;
	max-width: 460px;
	width: 90%;
	margin: 0 auto 0;
	font-weight: bold;
  font-size: 2.5em;
}
.btn:after{
	content: "";
	position: absolute;
	width: 0.5em;
	top: 0;
	right: 0.5em;
  display: flex;
  align-items: center;
  height: 100%;
	background: url(../img/ico_arrow.png) center/contain no-repeat;
}
.btn:hover{
	transition: .3s;
	opacity: 1;
	background: #d36848;
}

.inner_blk > .btn{
	position: absolute;
	bottom: 1.5em;
	left: 0;
	right: 0;
}

.inner_blk.tyrannosaurus > .btn{
	bottom: 15%;
}

.border_blk{
	border: solid 1px #d36848;
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.border_blk .tit{
	background: #d36848;
	color: #fff;
	padding: 0.5em;
}
.border_blk p{
	padding: 0.5em;
}


/****************************************
		header
*****************************************/
header{
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}
.head_bar{
	background: #d36848;
	padding: 3em 0 3em;
	/* height: 156px; */
}



/****************************************
		ハンバーガーメニュー
*****************************************/
header .ham_menu {
	top: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

header .ham_menu .menu {
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	transition: 0.3s;
	z-index: -1;
	background: #e4b734;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	padding: 16em 1em 3em;
	top: -100vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
header .ham_menu.active .menu {
	opacity: 1;
	transition: 0.3s;
	pointer-events: auto;
	top: 0;
}

header .menu .inner{
	max-height: 100%;
	overflow: auto;
	max-width: 1290px;
	margin: 0 auto;
	width: 80%;
}

.header_menu{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-weight: bold;
}
.header_menu li{
	width: 23.5%;
	margin: 1em 0;
}
.header_menu li a{
	padding: 0.15em 0;
    font-size: 1.9em;
	font-weight: 800;
	letter-spacing: 0.01em;
}

/* header .menu .menu_list {
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 2em;
}

header .menu .menu_list li {
	width: 100%;
}
header .menu .menu_list li a{
	position: relative;
	padding: 0.5em 1em;
	font-size: 1em;
}

header .menu .menu_list li + li {
	margin-left: 0;
} */

/* header .menu .menu_list .menu_list_child {
	position: static;
	width: 100%;
	background: none;
	transform: none;
	top: 0;
	font-size: 0.9em;
	margin-bottom: 0;
	margin-left: 0;
}

header .menu .menu_list .menu_list_child li a{
	padding: 3.8em 3em 3.8em 10em;
}
header .menu .menu_list .menu_list_child li a:before{
	top: 5.5em;
	left: 6em;
} */

header .menu .close_btn{
	margin: 4em 0 0;
}

/* .nav_toggle */
header .ham_menu .nav_toggle {
	position: fixed;
	top: 2.6em;
	right: 3.2em;
	/* z-index: 1000; */
	appearance: none;
	cursor: pointer;
	pointer-events: auto;
	border: none;
	box-sizing: border-box;
	color: #fff;
	transition: .3s;
}
header .ham_menu.active .nav_toggle img{
	/* opacity: 0; */
}
/* header .ham_menu.active .nav_toggle {
	background: url(../img/ham_active.png) center/contain no-repeat;
} */

/* header .ham_menu .nav_toggle .line {
	position: relative;
	width: 100%;
	margin: 0 0 0 auto;
	text-align: right;
	box-sizing: border-box;
}

header .ham_menu .nav_toggle .line:before,
header .ham_menu .nav_toggle .line:after {
	content: "";
	position: absolute;
	width: 100%;
	right: 0;
}

header .ham_menu .nav_toggle .line,
header .ham_menu .nav_toggle .line:before,
header .ham_menu .nav_toggle .line:after {
	height: 0.5em;
	background-color: #fff;
	display: block;
	transition: all .4s;
}

header .ham_menu .nav_toggle .line:before {
	top: -2em;
}

header .ham_menu .nav_toggle .line:after {
	top: 2em;
} */

/* body.ham_active{
	overflow: hidden;
}
body.ham_active header{
	position: fixed;
	z-index: 9999;
} */

/* body.ham_active header .head_left{
	background: url(../img/teaser/logo_wh.png) left top/contain no-repeat;
}
body.ham_active header .head_left img{
	opacity: 0;
} */
/* 
header .ham_menu.active .nav_toggle .line{
	visibility: hidden;
}
header .ham_menu.active .nav_toggle .line:before,
header .ham_menu.active .nav_toggle .line:after{
	height: 0.5em;
	top: 0;
	visibility: visible;
	width: 100%;
}
header .ham_menu.active .nav_toggle .line:before{
	transform: rotate(45deg);
}
header .ham_menu.active .nav_toggle .line:after{
	transform: rotate(-45deg);
} */


/****************************************
		footer
*****************************************/
footer{
	background: #e4b734;
	text-align: center;
	padding: 4.5em 0 7em;
}
footer .inner{
    max-width: 1330px;
}
.footer_menu{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-weight: bold;
}
.footer_menu li{
	width: 23%;
	margin: 1em 0;
}
.footer_menu li a{
	padding: 0.5em 0;
	font-size: 1.6em;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.sns_menu{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 6.5em 0 3.5em;
}
.copy{
	font-weight: bold;
	font-size: 1.6em;
	padding: 1em 0 1em;
	display: block;
	width: 100%;
}


/****************************************
		slide
*****************************************/
.slider{
	padding-bottom: 3em;
	margin-bottom: 6em !important;
}
.slick-list{
	border-radius: 1em;
	background: #fff;
}
.slick-track{
	/* margin-left: -49.5%; */
	/* margin-left: -24%; */
}

.slick-prev,
.slick-next{
	top: 42.5%;
	width: 0;
	height: 0;
}
.slick-prev:before,
.slick-next:before{
	content: "";
	width: 4.1em;
	height: 4.1em;
	display: block;
	opacity: 1;
	background: url(../img/ico_slider_next.png) center center/contain no-repeat;
}
.slick-prev:before{
	background: url(../img/ico_slider_prev.png) center center/contain no-repeat;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
	opacity: .8;
}

.slick-prev{
	left: 3%;
	z-index: 2;
}
.slick-next{
	right: 9.8%;
	z-index: 2;
}
.slick-dots{
	bottom: -0.3em;
}
.slick-dots li{
	margin: 0 1.86em;
	width: 0;
	height: 0;
}
.slick-dots li button:before{
  content: '';
	background: #ea9143;
	border: solid 2px #fff;
	width: 4em;
	height: 4em;
	opacity: 1;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.slick-dots li.slick-active button:before{
	background: #fff;
	border: solid 2px #fff;
	opacity: 1;
}
/* .slick-dots > li:first-child:last-child {
  display: none;
} */

/****************************************
		main
*****************************************/
.main{
	text-align: center;
}
.hero{
	margin: 0 0 0;
}
.area_tit{
	margin: 6.2em 0 8.5em;
}
.sec_tit{
	margin: 10em 0 7em;
}
.inner + div > .inner > .sec_tit{
	margin: 8em 0 7em;
}
.sub_tit{
	font-size: 3.6em;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #fff;
	line-height: 1.4;
}
.sec_tit + .sub_tit{
	margin: -1em 0 0.9em;
}

.shin-kawaba .inner_blk2 .img,
.shin-kawaba .inner_blk2 .txt{
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}
.shin-kawaba .txt p{
	font-size: 2.55em;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.23;
	text-align: left;
}

.area02{
	margin-top: 9em;
}

.other{
	margin-top: 11.5em;
}
.other .inner > .flex{
	margin-top: -2em;
}

.special .sec_tit{
	margin: 7.5em 0 8em;
}

.special .tyrannosaurus{
	margin-bottom: -3.2em;
}

.schedule{
	background: #e4b734;
	margin-top: 3.2em;
	padding-bottom: 1.3em;
}
.schedule .sec_tit{
	margin-top: 6.5em;
}

.guide-map .sec_tit{
	margin-top: 6em;
}

.access .inner_blk2{
	padding: 3.8em 4.5em 4em;
}
.access .img{
	width: 56%;
}
.access .txt{
	width: 40%;
	padding-top: 0.5em;
}
.access .txt > div + div{
	margin-top: 1.3em;
}
.access .tit01{
	margin-bottom: 0.4em;
}
.access .txt p{
	font-size: 2.4em;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.supporter{
	padding: 11.2em 0 5.5em;
	background: #e4b734;
	font-weight: bold;
	margin: 12.5em 0 0;
}
.supporter .inner{
	max-width: 1480px;
}

.supporter .sec_tit{
	margin: 0 0 6em;
}

.totop{
	text-align: center;
	font-weight: normal;
    margin: 8em 0 0;
}
.contact{
	background: #d36848;
	padding: 2.7em 0 2em;
	color: #fff;
}
.contact .tit{
	border: solid 1px #fff;
	font-size: 2.6em;
	letter-spacing: -0.01em;
	font-weight: 800;
	padding: 0.2em 1.4em 0.35em;
	display: inline-block;
	margin-bottom: 0.3em;
}
.contact p{
	font-weight: 800;
    font-size: 2.5em;
	letter-spacing: 0.06em;
}
.contact .tel{
	color: #fff;
	letter-spacing: 0.01em;
	font-weight: 700;
	font-size: 0.9em;
}
.contact a{
	color: #fff;
}

/* change */
.change{
    margin-bottom: 11.5em;
}
.change .inner{
    max-width: 1140px;
}
.change .sec_tit{
	background: #000;
	color: #fff;
	border-radius: 2em;
	padding: 0.2em 0.5em 0.2em;
	margin: 1.8em 0 0.7em;
	letter-spacing: 0.08em;
	font-size: 3.6em;
	font-weight: 800;
}
.change p{
	font-size: 2.9em;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0.07em;
}
.change .place{
	margin: 6.8em 0 0;
}
.change .place_box{
	background: #fff;
	border-radius: 1.5em;
    padding: 3.3em 1.5em 1.3em;
	position: relative;
	margin: 5.5em auto 0;
	width: 100%;
}
.change .place .tit{
	background: #000;
	color: #fff;
	border-radius: 0.4em;
	font-size: 2.9em;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	width: 7.4em;
	margin: 0 auto;
}
.change .place p{
	font-weight: 800;
	color: #000;
	font-size: 4.1em;
	letter-spacing: 0.05em;
}
.change .place .after .tit{
	background: #EE0003;
}
.change .place .after p{
	color: #EE0003;
}

/****************************************
	 	アニメーション
*****************************************/

/* fade */
.fadein {
  transition: all 1000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}
.fadein.scrollin {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.fadein + .fadein{
	transition-delay: 0.2s;
}
.fadein + .fadein + .fadein{
	transition-delay: 0.4s;
}
.fadein + .fadein + .fadein + .fadein{
	transition-delay: 0.6s;
}
.fadein + .fadein + .fadein + .fadein + .fadein{
	transition-delay: 0.8s;
}
.fadein + .fadein + .fadein + .fadein + .fadein + .fadein{
	transition-delay: 1s;
}

/****************************************
		スマホ対応
*****************************************/
.sp{
	display: none !important;
}
@media (min-width: 769px) and (max-width: 1550px) {
	body{
		font-size: 14px;
	}
	.inner{
		width: 90%;
	}
	.head_logo img{
		width: 48vw;
	}
	header .ham_menu .nav_toggle img{
		width: 15vw;
	}
	.hero{
		margin-top: 4vw;
	}
}
@media (min-width: 769px) and (max-width: 1000px) {
	body{
		font-size: 10px;
	}
	.change{
		font-size: 8px;
	}
	.sec_tit img{
		height: 7.9vw;
		width: auto;
	}
}
@media (max-width: 768px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	img.sp{
		display: inline-block;
	}
	body{
		font-size: 3vw;
	}
	.inner{
		width: 75%;
	}
	.inner_blk{
    margin: 2vw 0;
	}
	.inner_blk2{
		padding: 7vw 8vw 2.5em;
    border-radius: 2vw;
	}
	.btn{
    font-size: 3.8vw;
    width: 78%;
    padding: 0.6em 2em 0.6em 2em;
	}
	.btn:after{
    width: 0.7em;
    right: 0.7em;
	}
	.inner_blk > .btn{
    bottom: 2em;
	}
	.inner_blk.tyrannosaurus > .btn{
		bottom: 23vw;
		width: 58%;
	}
	.area_tit{
    margin: 13vw 0 3vw;
	}
	.sec_tit{
    margin: 13vw 0 10vw;
	}
	.inner + div > .inner > .sec_tit{
    margin: 9vw 0 10vw;
	}
	.sub_tit{
		font-size: 5.3vw;
		line-height: 1.3;
	}
	.sec_tit + .sub_tit{
    margin: -1.5em 0 1.3em;
	}
	.sec_tit img{
    height: 7.9vw;
		width: auto;
	}
	.tit01{
    font-size: 4.2vw;
    padding: 0.3em 1em 0.4em;
    min-width: 9.4em;
	}
	.tit03{
			font-size: 4.2vw;
			padding: 0.25em 1em;
			display: block;
	}
	.txt > div + div > .tit03{
    margin: 1.2em 0 0.5em;
	}
	.copy02{
    padding: 0.2em 1.4em 0.3em;
    font-size: 4.4vw;
    min-width: 13.1em;
	}
	.sub_tit + .copy02{
    margin: -2em auto 1.2em;
	}

	/* slider */
	.slider{
    padding-bottom: 1em;
    margin-bottom: 0 !important;
	}
	.slick-prev,
	.slick-next{
    top: 46%;
	}
	.slick-prev{
    left: -3vw;
	}
	.slick-next{
    right: 4.5%;
	}
	.slick-prev:before,
	.slick-next:before{
    width: 6vw;
    height: 6vw;
	}
	.slick-dots{
    bottom: -1em;
	}
	.slick-dots li{
    margin: 0 2vw;
	}
	.slick-dots li button:before{
    width: 1.8vw;
    height: 1.8vw;
	}

	/* header */
	.head_bar{
    padding: 3vw 0 3vw;
    height: 10.5vw;
	}
	.head_logo img{
		width: 48vw;
	}
	header .ham_menu .nav_toggle{
    top: 0.9em;
    right: 0.9em;
	}
	header .ham_menu .nav_toggle img{
		width: 18vw;
	}
	
	header .menu .inner{
		width: 100%;
	}
	header .ham_menu .menu{
		top: 0;
		left: auto;
		right: -80vw;
		padding: 11vw 4vw 12vw 4vw;
		width: 50vw;
		height: 100vh;
    z-index: 100;
    box-shadow: 0px 0px 4vw rgba(0, 0, 0, 0.6);
		/* border-radius: 0 0 0 2vw; */
	}
	header .ham_menu.active .menu{
		right: 0;
	}
	.header_menu{
    justify-content: space-between;
		padding-bottom: 11vw;
	}
	.header_menu li{
		width: 100%;
		text-align: left;
		margin: 1.1em 0;
		margin-left: 3vw;
	}
	.header_menu li a{
    font-size: 3.3vw;
	}
	header .menu .close_btn{
		margin: 0 auto 5vw;
	}
	header .menu .close_btn img{
		width: 10vw;
	}
	
	/* footer */
	footer{
        padding: 6vw 0 12vw;
	}
	.footer_menu{
    justify-content: space-between;
	}
	.footer_menu li{
		width: 44%;
		text-align: left;
    margin: 0.73em 0;
	}
	.footer_menu li a{
    font-size: 3.29vw;
	}
	.sns_menu{
    margin: 8vw 0 7.5vw;
	}
	.sns_menu img{
    width: 8vw;
	}
	.copy{
        font-size: 3.2vw;
	}

	/* main */
	.shin-kawaba .txt p{
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.5;
	}
	.shin-kawaba .txt p span{
		font-weight: 800;
	}
	.shin-kawaba .inner_blk2 .img{
    width: 51vw;
	}
	.area02{
        margin-top: 19vw;
	}
	.other{
			margin-top: 18vw;
	}
	.other .inner > .flex{
        margin-top: -1vw;
	}
	.other .inner > .flex > div{
		width: 100%;
	}
	.special .sec_tit{
    margin: 11vw 0 2vw;
	}
	.special .sec_tit img{
		height: 14vw;
	}
	.schedule{
    margin-top: 5vw;
	}
	.schedule .sec_tit{
    margin-top: 13vw;
	}
	.guide-map .sec_tit{
    margin-top: 15vw;
	}
	.access .inner_blk2{
        padding: 7vw 8vw 2.5em;
	}
	.access .img{
		width: 100%;
	}
	.access .txt{
		width: 100%;
    padding-top: 4.5vw;
	}
	.access iframe{
        height: 47vw;
	}
	.access .txt p{
    font-size: 4.3vw;
	}
	.access .tit01{
    margin-bottom: 0.8em;
	}
	.supporter{
    padding: 13vw 0 10vw;
    margin: 15vw 0 0;
	}
	.supporter .sec_tit{
    margin: 0 0 9.5vw;
	}
	.supporter .sec_tit img{
		height: 7vw;
	}
	.special .tyrannosaurus{
		margin-bottom: -2.5em;
	}

	.totop{
    margin: 10.5vw 0 0;
	}
	.totop img{
        width: 17vw;
	}
	.contact{
    padding: 4vw 0 4.5vw;
	}
	.contact .tit{
    font-size: 3.2vw;
    padding: 0.1em 1.4em 0.1em;
    margin-bottom: 0.5em;
	}
	.contact p{
    font-size: 3.25vw;
        line-height: 1.3;
    letter-spacing: 0.15em;
	}
	.contact .tel{
    letter-spacing: 0.07em;
	}

	.change{
    margin-bottom: 16vw;
	}
	.change .sec_tit{
		font-size: 6.5vw;
		line-height: 1.2;
		padding: 0.5em 0.5em 0.4em;
		letter-spacing: 0.03em;
	}
	.change p{
    font-size: 3.8vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
	}
	.change .place{
    margin: 10vw 0 0;
	}
	.change .place .tit{
    font-size: 3.1vw;
    width: 7.1em;
    padding: 0.2em 1em;
	}
	.change .place p{
    font-size: 4vw;
	}
	.change .place_box{
    margin: 6vw auto 0;
    border-radius: 2vw;
    padding: 1.3em 1em 0.3em;
	}

}
