/* CSS Document */
/*@font-face {
font-family: "hare";
  src: url("fonts/hare.woff") format("woff");
}*/

#rttop { width: 100%; }
#rttop {
	color: #232323;
	margin: 0 auto;
	font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Yu Gothic Medium",   "メイリオ", sans-serif;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.p15 { padding: 0 15px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }

.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.pb05em { padding-bottom: 0.5em !important; }
.mr0 { margin-right: 0 !important; }

li { list-style: none; }

p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	text-justify: inter-ideograph;
}
h1,h2,h3,h4,h5,h6,strong { font-weight: normal; }
img { vertical-align: bottom; max-width: 100%; }

.noborder { border: none !important; }
.nomargin { margin: 0 0 !important; }

.ta_r { text-align: right; }
.ta_c { text-align: center; }

.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

.enfont { font-family: Montserrat; letter-spacing: 0.2em; font-weight: bold; }
	a {
		color: #302e2e;
		text-decoration: none;
	}
.ns_show { display: none; }



@media (min-width:1001px){

	.mb20 { margin-bottom: 20px !important; }
	.mb25 { margin-bottom: 25px !important; }
	.mb30 { margin-bottom: 30px !important; }
	.mb40 { margin-bottom: 40px !important; }
	.mb50 { margin-bottom: 50px !important; }
	.mb60 { margin-bottom: 60px !important; }
	.mb70 { margin-bottom: 70px !important; }
	.mb80 { margin-bottom: 80px !important; }
	.mb100 { margin-bottom: 100px !important; }
	.mb120 { margin-bottom: 120px !important; }
	.pt50 { padding-top: 50px !important; }
	.mr20 { margin-right: 20px; }
	.ls-1 { letter-spacing: -1px; }
	.ls-2 { letter-spacing: -2px; }
	.ls-3 { letter-spacing: -3px; }
	.ls-4 { letter-spacing: -4px; }
	.fs14 { font-size: 14px; }
	.fs16 { font-size: 16px; }
	.fs24 { font-size: 24px; }
	.fs26 { font-size: 26px; }

	a {
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}
	a img{
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}

	a:active, a:hover, a:hover img { opacity: 0.5; }

.mfp-wrap { height: 100%!important; }

.img_hidden {
	opacity: 0;
	transition: 1s;
}
.img_open {
	-moz-animation: imgfade 1s linear 0s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 0s 1 normal forwards;
	-o-animation: imgfade 1s linear 0s 1 normal forwards;
	-ms-animation: imgfade 1s linear 0s 1 normal forwards;
}
.img_open.ih2 {
	-moz-animation: imgfade 1s linear 0.3s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 0.3s 1 normal forwards;
	-o-animation: imgfade 1s linear 0.3s 1 normal forwards;
	-ms-animation: imgfade 1s linear 0.3s 1 normal forwards;
}
.img_open.ih3 {
	-moz-animation: imgfade 1s linear 0.6s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 0.6s 1 normal forwards;
	-o-animation: imgfade 1s linear 0.6s 1 normal forwards;
	-ms-animation: imgfade 1s linear 0.6s 1 normal forwards;
}
.img_open.ih4 {
	-moz-animation: imgfade 1s linear 0.9s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 0.9s 1 normal forwards;
	-o-animation: imgfade 1s linear 0.9s 1 normal forwards;
	-ms-animation: imgfade 1s linear 0.9s 1 normal forwards;
}
.img_open.ih5 {
	-moz-animation: imgfade 1s linear 1.2s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 1.2s 1 normal forwards;
	-o-animation: imgfade 1s linear 1.2s 1 normal forwards;
	-ms-animation: imgfade 1s linear 1.2s 1 normal forwards;
}

.showup {
	opacity: 0;
	transition: 1s;
	transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}
.upview {
	-moz-animation: showup 0.6s linear 0s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 0s 1 normal forwards;
	-o-animation: showup 0.6s linear 0s 1 normal forwards;
	-ms-animation: showup 0.6s linear 0s 1 normal forwards;
}
.upview.uv2 {
	-moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
	-o-animation: showup 0.6s linear 0.3s 1 normal forwards;
	-ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
}
.upview.uv3 {
	-moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
	-o-animation: showup 0.6s linear 0.6s 1 normal forwards;
	-ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
}
.upview.uv4 {
	-moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
	-o-animation: showup 0.6s linear 0.9s 1 normal forwards;
	-ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
}

.showdown {
	opacity: 0;
	transition: 1s;
	transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.downview {
	-moz-animation: showdown 0.6s linear 0s 1 normal forwards;
	-webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
	-o-animation: showdown 0.6s linear 0s 1 normal forwards;
	-ms-animation: showdown 0.6s linear 0s 1 normal forwards;
}
.downview.dv2 {
	-moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
	-webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
	-o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
	-ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
}
.downview.dv3 {
	-moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
	-webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
	-o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
	-ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
}
.downview.dv4 {
	-moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
	-webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
	-o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
	-ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
}

.showleft {
	opacity: 0;
	transition: 1s;
	transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
}
.leftview {
	-moz-animation: showleft 1s linear 0s 1 normal forwards;
	-webkit-animation: showleft 1s linear 0s 1 normal forwards;
	-o-animation: showleft 1s linear 0s 1 normal forwards;
	-ms-animation: showleft 1s linear 0s 1 normal forwards;	
}

.showright {
	opacity: 0;
	transition: 1s;
	transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}
.rightview {
	-moz-animation: showright 1s linear 0s 1 normal forwards;
	-webkit-animation: showright 1s linear 0s 1 normal forwards;
	-o-animation: showright 1s linear 0s 1 normal forwards;
	-ms-animation: showright 1s linear 0s 1 normal forwards;
}


	.for_sp{display: none !important;}
	.for_tab{display: none !important;}
	.for_nw{display: none !important;}
	.tab .for_pcnotab { display: none !important; }
	.tab .for_tab { display: inline !important; }
	#rttop { font-size: 15px; line-height: 28px; }
	.wrap,#page { position: relative; width: 100%; overflow: hidden; }

/*header*/
	.cnav { width: 100%; height: 110px; transition:0.3s; }
	header#header {  position: absolute; z-index: 1000; background: rgba(255,255,255,0.9);
		 top:0; left: 0; }
	#fnav { position: fixed; z-index: 1000; background: rgba(255,255,255,0.9);
		  top:-110px; display:none; }
	#fnav.scroll { top:0; }
	.cnav h1 a { padding-bottom: 55px; font-size: 12px; height: 73px; position: relative;
		display: block; width: 275px;
		background: url(https://www.matsunoka.jp/images/logo.svg) left bottom no-repeat; }
	.cnav h1 a span { position: absolute; top:0; left: 0; width: 385px; }

	.navmain { height: 100px; position: relative; display: flex; justify-content: space-between;
		 align-items:center; transition: 0.3s; flex-wrap: wrap; }
	.cnav nav { width: 815px; }
	.cnav nav ul { display: flex; justify-content: flex-end; align-items: center; /*flex-wrap: wrap;*/
		transition: 0.3s; }
	.navmain nav ul a { display: block; padding:0 18px; line-height: 40px;
		text-align: center; font-size: 15px; position: relative; }
	.navmain nav ul.subnav a { font-size: 14px; }
	.navmain nav ul.subnav li { position: relative; }
	.navmain nav ul.subnav li:after { content: ""; width: 4px; height: 12px; position: absolute;
		right: -2px; top:50%; margin-top: -6px;
		background: url(https://www.matsunoka.jp/images/icon_slash.svg) center center no-repeat; }
	.navmain nav>ul>li:last-child>a { padding: 0 0 0 18px; }
	header#header.scroll .navmain nav ul a{ color: #1c1c1c; }
	.navmain nav ul li { position: relative; }

	.rsv .rsv_ul { display: flex; }
	.rsv .rsv_ul li { margin-left: 8px; font-size: 16px; position: relative; }
	.rsv .rsv_ul li.dateli input[type="text"] { border: #cecece 1px solid; width: 230px; height: 35px;
		line-height: 33px; padding: 0 0 0 70px; border-radius: 3px; font-size: 15px; }
	.rsv .rsv_ul li.dateli label { position: absolute; left: 15px; top:0; line-height: 35px;
		color: #005f32; }
	.rsv .rsv_ul li.dateli i { position: absolute; right: 15px; top:0; line-height: 35px; color: #005f32;
		font-size: 14px; }
	.rsv .rsv_ul li select { width: 70px; height: 35px; line-height: 33px; padding-left: 15px;
		 -webkit-appearance: none; border: #cecece 1px solid; border-radius: 3px; margin-right: 5px;
		 background: url(https://www.matsunoka.jp/images/icon_select.svg) right 15px center no-repeat #ffffff;
		 font-size: 15px; }
	.rsv .rsv_ul li input[type="submit"] { width: 110px; height: 35px; line-height: 35px;
		text-align: center; background: url(https://www.matsunoka.jp/images/icon_arrow.svg) right 15px center no-repeat #dadf00;
		cursor: pointer; transition: 0.3s; border-radius: 3px; border:none; -webkit-appearance: none; }
	.rsv .rsv_ul li input[type="submit"]:hover { background: url(https://www.matsunoka.jp/images/icon_arrow_w.svg) right 10px center no-repeat #005f32; color: #ffffff; }


/*footer*/
	footer#footer { width: 100%; position: relative; background: url(https://www.matsunoka.jp/images/bg_cb.jpg) repeat;
		padding: 80px 0 70px; color: #ffffff; }
	footer#footer .footmain { display: flex; justify-content: space-between; }
	footer#footer .hotel_info .cflex { margin-bottom: 15px; }
	footer#footer h2 { width:275px; margin-right: 20px; }
	footer#footer h2 a { width:275px; height: 63px; text-indent: -10000px; overflow: hidden; display: block;
		background: url(https://www.matsunoka.jp/images/logo_foot.svg) left top no-repeat; background-size: contain; }
	footer#footer .btn_tw { width: 38px; height: 38px; line-height: 38px; text-align: center; border-radius: 19px;
		color: #4e4637; background:#ffffff; }
	footer#footer .btn_tw:hover { background:#dadf00; }
	footer#footer address p { font-style: normal; font-size: 15px; line-height: 26px; }
	footer#footer #footnav {   }
	footer#footer #footnav ul { padding-left: 40px; }
	footer#footer #footnav li a { font-size: 15px; display: block; position: relative; color: #ffffff;
		line-height: 46px; }
	/*#footer #shogetsu { background:#ffffff; border-radius: 10px; display: flex; align-items: center;
		padding-left: 50px; justify-content: space-between; margin: 45px 0 40px; }*/
	#footer #shogetsu { background:#ffffff; border-radius: 10px; display: flex; align-items: center;
		padding-left: 50px; justify-content: center; width: 50%; margin: 45px auto 40px; }
	#footer #shogetsu h3 { width: 180px; height: 100%; text-indent: -10000px; overflow: hidden;
		background: url(https://www.matsunoka.jp/images/logo_s_03.gif) left center no-repeat; margin-right: 15px; }
	#footer #shogetsu p { width: 500px; color: #231815; font-size: 15px; line-height: 22px; }
	#footer #shogetsu a { display: block; width: 250px; height: 90px; text-align: center; font-size: 14px;
		line-height: 90px; border-left: #4e4637 1px solid; border-radius: 0 10px 10px 0;
		background:url(https://www.matsunoka.jp/images/icon_arrow.svg) right 45px center no-repeat; }
	#footer #shogetsu a:hover { background:url(https://www.matsunoka.jp/images/icon_arrow.svg) right 40px center no-repeat #dadf00;
		opacity: 1; }
	footer#footer .copy { text-align: center; font-size: 13px;  }

/*pagetop*/
	#page-top { position: fixed; bottom: 20px; right: 50%; margin-right: -650px; z-index: 3000; }
	#page-top a { text-align: center; display: block; width: 80px; height: 80px; border-radius: 40px;
		position: relative; background: url(https://www.matsunoka.jp/images/icon_pagetop.svg) center top 20px no-repeat #4e4637;
		padding-top: 20px; }
	#page-top a:hover { background:url(https://www.matsunoka.jp/images/icon_pagetop.svg) center top 15px no-repeat #005f32; opacity: 1;
		 }
	#page-top a:hover img { opacity: 1; }
	/*#page-top a:hover:before { top:-5px; }*/
	#page-top.stop { position: absolute; bottom: 520px; }


/*common*/
	.mainw,.mainw_pc { width: 1200px; margin: 0 auto; }
	.w1100 { width: 1100px; margin: 0 auto; }
	.w1000 { width: 1000px; margin: 0 auto; }
	.w900 { width: 900px; margin: 0 auto; }
	.w800 { width: 800px; margin: 0 auto; }
	.w700 { width: 700px; margin: 0 auto; }
	.anchor { margin-top: -100px; padding-top: 100px; }
	.cflex { display: flex; }
	/*article { padding-top: 100px; }*/
	p { font-size: 15px; line-height: 28px; }
	.img100 { width: 100%; }
	.img100 img { width: 100%; }
	.shadowbox {background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px rgba(196,196,196,0.8);
		padding: 70px 50px; }
	.green { color: #047563; }
	.red { color: #9B2B31; }
	ul.bcl { padding: 13px 0; display: flex; }
	ul.bcl li { position: relative; padding-right: 20px; font-size: 13px; }
	ul.bcl li a { text-decoration: underline; color: #ff6a00; font-size: 13px; }
	ul.bcl li:after { content: ">"; color: #ababab; position: absolute; right: 3px; }
	ul.bcl li:last-child:after { content: ""; }
	#mv { width: 100%; max-width: 100%; position: relative;
		height: 500px; }
	#lead { background:url(https://www.matsunoka.jp/images/bg.jpg) repeat; padding-top: 60px; position: relative;
		margin-bottom: 90px; padding-bottom: 20px; }
	#lead:before { content: ""; background:url(https://www.matsunoka.jp/images/index/matsu_left.svg) right center no-repeat;
		 left: 0; width: 250px; height: 226px; position: absolute; top:150px; }
	#lead:after { content: ""; background:url(https://www.matsunoka.jp/images/index/matsu_right.svg) right center no-repeat;
		 right: 0; width: 250px; height: 226px; position: absolute; top:-60px; }
	#lead .cc { text-indent: -10000px; overflow: hidden; margin-bottom: 30px;
		position: relative; }
	#lead p,p.lead { text-align: center; font-size: 15px; line-height: 26px; margin-bottom: 80px; }

	/*p.lead { font-size: 16px; line-height: 26px; text-align: center; margin: 0 0 20px; }*/
	/*.lead { text-align: center; margin-bottom: 50px; font-size: 15px; line-height: 30px; }
	.lead_w { color: #ffffff; }*/
	/*.lead h4 { font-size: 20px; text-align: center; margin-bottom: 5px; line-height: 34px; }*/
	ul.noteul li { padding-left: 1em; text-indent: -1em; font-size: 14px; line-height: 20px; }

	a.tb { text-decoration: underline; color: #427464; padding-right: 18px;
		background: url(https://www.matsunoka.jp/images/icon_nw.svg) right center no-repeat; }

	h2.ch2 { margin-bottom: 50px; height: 190px; text-indent: -10000px; overflow: hidden;
		position: relative; }
	h2.ch2:after { content: ""; width: 4px; height: 60px; background:url(https://www.matsunoka.jp/images/obj_ttl.svg) center center no-repeat; position: absolute; bottom: 0; left: 50%; margin-left: -2px; }

	h3.ch3 { margin-bottom: 30px; text-indent: -10000px; overflow: hidden;
		position: relative; }
	h4.ch4 { text-indent: -10000px; overflow: hidden; margin-bottom: 15px;
		position: relative; }

	.cmenu { width: 100%; position: relative; z-index: 40; display: flex; margin-bottom: 90px;
		flex-wrap: wrap; justify-content:space-between; }
	.cmenu li { position: relative; margin-bottom: 25px; }
	.cmenu li a { display: flex; position: relative; border-radius: 10px;
		background: url(https://www.matsunoka.jp/images/icon_down_w.svg) right 15px center no-repeat #005f32;
		width: 250px; height: 70px; }
	/*.cmenu li a:hover,.cmenu li.active a { opacity: 0.6; }*/
	.cmenu li a .img { width: 70px; height: 70px; overflow: hidden; border-radius: 10px 0 0 10px;
		margin-right: 15px; }
	.cmenu li a p { text-indent: -10000px; overflow: hidden; width: 130px; }

	/*section .bx-wrapper .bx-viewport { left:0; }*/
	/*cb...color box*/
	.cb { background: url(https://www.matsunoka.jp/images/bg_cb.jpg) repeat; }
	.cb2 { background: url(https://www.matsunoka.jp/images/bg.jpg) repeat; }
	.cb3 { background: url(https://www.matsunoka.jp/images/bg2.jpg) repeat; }

	/*bt...border top*/
	.bt { border-top: #e0e0e0 1px solid; padding-top: 30px; }
	/*bb...border bottom*/
	/*.bb { width: 100%; box-shadow: 2px 2px 5px #cccccc; padding-bottom: 15px; margin-bottom: 70px; }*/
	/*cbd...common border*/
	.cbd { height: 15px; width: 100%; background:#f2f2f2; }

	.cbtn { font-size: 15px; display: block; text-align: center; line-height: 40px; color: #ffffff;
		  width: 290px; height: 40px; position: relative; border-radius: 6px;
		background: url(https://www.matsunoka.jp/images/icon_arrow_w.svg) right 20px center no-repeat #005f32; }
	.cbtn:hover { opacity: 1; color: #231815;
		background: url(https://www.matsunoka.jp/images/icon_arrow.svg) right 15px center no-repeat #dadf00; }
	.cbtn2 { background: url(https://www.matsunoka.jp/images/icon_arrow.svg) right 20px center no-repeat #dadf00;
		 color: #231815; }
	.cbtn2:hover { background: url(https://www.matsunoka.jp/images/icon_arrow_w.svg) right 15px center no-repeat #005f32;
		 color: #ffffff; }

	.btn_pdf { width: 200px; height: 48px; line-height: 44px; text-align: center; color: #ffffff; position: relative;
		background: #427464; border-radius: 10px; margin: 0 auto; display: block; border:#427464 2px solid; }
	.btn_pdf:before { content: ""; width: 28px; height: 28px; background: url(https://www.matsunoka.jp/images/icon_pdf.svg) center center no-repeat;
		position: absolute; right: 12px; top:50%; margin-top: -14px; transition: 0.3s; }
	.btn_pdf:after { content: ""; width: 28px; height: 28px; background: url(https://www.matsunoka.jp/images/icon_pdf_on.svg) center center no-repeat;
		position: absolute; right: 12px; top:50%; margin-top: -14px; transition: 0.3s; opacity: 0; }
	.btn_pdf:hover { background: #ffffff; color: #427464; opacity: 1; }
	.btn_pdf:hover:before { opacity: 0; }
	.btn_pdf:hover:after { opacity: 1; }



	table.ctable { border-collapse:collapse; width: 100%; font-size: 15px; }
	table.ctable th { color: #005f32; text-align: left; height: 50px;
		 line-height: 50px; border-bottom: #005f32 2px solid; padding-left: 20px;
		 width: 155px; }
	table.ctable tr:first-child th { border-top:#005f32 2px solid; }
	table.ctable td { text-align: left; vertical-align: middle;
		padding: 10px 20px; border-bottom: #dadf00 2px solid; }
	table.ctable tr:first-child td { border-top:#dadf00 2px solid; }
	/*table.ctable td a { text-decoration: underline; color: #1B6F61; }*/



	ul.cul { text-align: left; font-size: 16px; line-height: 30px; padding-left: 1em; }
	ul.cul li { padding-left: 1em; text-indent: -0.8em; /*list-style: disc;*/ }
	ul.cul li:before { content: "●"; color: #AAAAAA; display: inline-block; font-size: 10px;
		padding-right: 0.5em; }
	ul.cul li.note:before { content: ""; }

	dl.cdl { text-align: left; font-size: 16px; line-height: 30px; padding-left: 1em; }
	dl.cdl dt { font-size: 18px; }
	dl.cdl dd { padding-left: 1em; text-indent: -0.8em; /*list-style: disc;*/ }
	dl.cdl dd:before { content: "●"; color: #AB00F3; display: inline-block; font-size: 10px;
		padding-right: 0.5em; }

	p.note,ul.note li { font-size: 15px; line-height: 26px; padding-left: 1em; text-indent: -1em; }


	/*cdl...common dl*/
	/*ul.bn { text-align: center; margin: 60px auto 110px; }
	ul.bn li { float: left; }
	ul.bn li:last-child { float: right; }
	ul.bn li img { width: 550px; }*/

	.cborder { border: #DDDDDD 1px solid; padding: 25px 30px; border-radius: 10px; margin-bottom: 60px; }
	.cborder h5 { width: 400px; height: 32px; text-align: center; line-height: 28px;
		border-top:#365F38 2px solid; border-left:#365F38 2px solid;
		border-right: #D9DD34 2px solid; border-bottom: #D9DD34 2px solid; color: #005F32;
		font-size: 15px; margin-bottom: 30px; border-radius: 10px; }



}
@media (min-width: 1001px) and  (max-width:1470px){ #page-top { right: 20px; left: auto; margin-right: 0; } }

@media (min-width: 1001px) and  (max-width:1245px){
	.for_nw{display: inline !important;}
	.for_w { display: none; }

	.mainw,.mainw_pc,h2.mainh2 { width: 96%; margin-left: auto; margin-right: auto; }
	.mainw.anchor,.mainw_pc.anchor { padding: 100px 2vw 0; }
	/*header#header.scroll { height: 150px; }
	header#header.scroll .navmain { height: 150px; }*/


}
@media (min-width: 1001px) and  (max-width:1160px){
	.navmain nav { margin-left: auto; margin-top: -50px; }
	/*.navmain nav ul a { line-height: 50px; }
	.navmain nav ul li ul { top:50px; }*/
}
@media (min-width: 1001px) and  (max-width:1145px){
	.w1100 { width: 100%; padding: 0 2vw; }
	.w1100.anchor { padding: 100px 2vw 0; }
}
@media (min-width: 1001px) and  (max-width:1110px){
}
@media (min-width: 1001px) and  (max-width:1045px){
	.w1000 { width: 100%; padding: 0 2vw; }
	.w1000.anchor { padding: 100px 2vw 0; }
}

	@-moz-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-webkit-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-ms-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }

	@-moz-keyframes showup { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-webkit-keyframes showup { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-o-keyframes showup { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-ms-keyframes showup { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }

	@-moz-keyframes showdown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-webkit-keyframes showdown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-o-keyframes showdown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-ms-keyframes showdown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } }

	@-moz-keyframes showleft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } }
	@-webkit-keyframes showleft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } }
	@-o-keyframes showleft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } }
	@-ms-keyframes showleft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } }

	@-moz-keyframes showright { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } }
	@-webkit-keyframes showright { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } }
	@-o-keyframes showright { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } }
	@-ms-keyframes showright { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } }

	/*@-moz-keyframes megadisp { 0% { opacity: 0; margin-top: -25px; } 100% { opacity: 1; margin-top: 0; } }
	@-webkit-keyframes megadisp { 0% { opacity: 0; margin-top: -25px; } 100% { opacity: 1; margin-top: 0; } }
	@-o-keyframes megadisp { 0% { opacity: 0; margin-top: -25px; } 100% { opacity: 1; margin-top: 0; } }
	@-ms-keyframes megadisp { 0% { opacity: 0; margin-top: -25px; } 100% { opacity: 1; margin-top: 0; } }

	@-moz-keyframes megahide { 0% { opacity: 1; margin-top: 0; } 100% { opacity: 0; margin-top: -25px; } }
	@-webkit-keyframes megahide { 0% { opacity: 1; margin-top: 0; } 100% { opacity: 0; margin-top: -25px; } }
	@-o-keyframes megahide { 0% { opacity: 1; margin-top: 0; } 100% { opacity: 0; margin-top: -25px; } }
	@-ms-keyframes megahide { 0% { opacity: 1; margin-top: 0; } 100% { opacity: 0; margin-top: -25px; } }*/

@media (max-width:1000px){
	#rttop { font-size: 3.8vw; line-height: 1.5; }
	.mb20 { margin-bottom: 2.6vw !important; }
	.mb25 { margin-bottom: 3.3vw !important; }
	.mb30 { margin-bottom: 4vw !important; }
	.mb40 { margin-bottom: 5.3vw !important; }
	.mb50 { margin-bottom: 6.6vw !important; }
	.mb60 { margin-bottom: 8vw !important; }
	.mb70 { margin-bottom: 9.3vw !important; }
	.mb80 { margin-bottom: 10.6vw !important; }
	.mb90 { margin-bottom: 12vw; }
	.mb100 { margin-bottom: 13.3vw !important; }
	.mb120 { margin-bottom: 16vw !important; }
	.pt50 { padding-top: 6.6vw !important; }
	.ls-1 { letter-spacing: -1px; }
	.ls-2 { letter-spacing: -2px; }
	.ls-3 { letter-spacing: -3px; }
	.ls-4 { letter-spacing: -4px; }
	.fs14 { font-size: 3.4vw; }
	.fs16 { font-size: 3.7vw; }
	.fs24 { font-size: 4vw; }
	.fs26 { font-size: 5vw; }

	.wrap { width: 100%; overflow: hidden;}
	.for_pc { display: none !important; }
	.for_tab{display: none;}
	.for_pcnotab { display: none !important; }
	.for_nw{display: none !important;}


	.cf_s:before,.cf_s:after { content:""; display:table; }
	.cf_s:after { clear:both; }
	.cf_s { zoom:1; }

.showup {
	opacity: 0;
	transition: 1s;
	transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
}
.upview {
	-moz-animation: showup 1s linear 0s 1 normal forwards;
	-webkit-animation: showup 1s linear 0s 1 normal forwards;
	-o-animation: showup 1s linear 0s 1 normal forwards;
	-ms-animation: showup 1s linear 0s 1 normal forwards;
}

.showdown {
	opacity: 0;
	transition: 1s;
	transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
}
.downview {
	-moz-animation: showup 1s linear 0s 1 normal forwards;
	-webkit-animation: showup 1s linear 0s 1 normal forwards;
	-o-animation: showup 1s linear 0s 1 normal forwards;
	-ms-animation: showup 1s linear 0s 1 normal forwards;
}

.showleft {
	opacity: 0;
	transition: 1s;
	transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
}
.leftview {
	-moz-animation: showleft 1s linear 0s 1 normal forwards;
	-webkit-animation: showleft 1s linear 0s 1 normal forwards;
	-o-animation: showleft 1s linear 0s 1 normal forwards;
	-ms-animation: showleft 1s linear 0s 1 normal forwards;	
}

.showright {
	opacity: 0;
	transition: 1s;
	transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
}
.rightview {
	-moz-animation: showright 1s linear 0s 1 normal forwards;
	-webkit-animation: showright 1s linear 0s 1 normal forwards;
	-o-animation: showright 1s linear 0s 1 normal forwards;
	-ms-animation: showright 1s linear 0s 1 normal forwards;
}

	#fnav { width:100%; position:fixed; left:0; top:0; z-index:20000; }
	#head_spnav { width:100%; height:20vw; display: flex; position: relative; background: #ffffff;
		justify-content: space-between; align-items:center; z-index: 3000; transition: 0.3s;
		padding: 0 4vw; }
	/*#fnav.scroll #head_spnav,#fnav.showmenu #head_spnav { background: rgba(255,255,255,0.9); }*/
	#head_spnav h1 { width: 58vw; height: 20vw; text-indent: -10000px; overflow: hidden;
		background: url(https://www.matsunoka.jp/images/logo.svg) left center no-repeat; background-size: 53vw auto;
		 }
	#head_spnav h1 a { display: block; width: 100%; height: 20vw; /*padding-top: 9vw;*/ }
	#head_spnav #btn_rsv_sp { display: block; width: 13vw; height: 20vw; padding-top: 4vw; color: #365f38;
		text-align: center; }
	#head_spnav #btn_rsv_sp i { font-size: 6vw; }
	#head_spnav p { font-size: 3.4vw; text-align: center; }
	#head_spnav #menu_sp { width:16vw; height:20vw; color: #282828; padding-top: 4vw;
		position: relative; display: block;
		text-align: center; }
	#head_spnav #menu_sp div { width: 6vw; height: 4.4vw; margin: 1vw auto; position: relative; }
	#head_spnav #menu_sp span{ position: absolute;  display: block; width: 7vw; height: 2px;
		background: #282828; left:0; transform:rotate(0); }
	/*#fnav.scroll #head_spnav #menu_sp span,#fnav.showmenu #head_spnav #menu_sp span { background: #222222; }*/
	#head_spnav #menu_sp div span:first-child{ top:0; }
	#head_spnav #menu_sp div span:nth-child(2){ top:2vw; }
	#head_spnav #menu_sp div span:nth-child(3){ top:4vw; }
	#head_spnav #menu_sp p { display: block; text-align: center; font-weight: normal;  }

	.sp_yoko #fnav,.sp_yoko #head_spnav,.sp_yoko #head_spnav #btn_rsv_sp,
	.sp_yoko #head_spnav #menu_sp
	{ height: 15vh; }

	#header { display: none; position: fixed; left: 0; top: 18vw; width: 100%; z-index: 4000;
		text-align: center; height: calc(100% - 20vw ); overflow: auto; background: #ffffff;
		/*padding-top: 18vw;*/ }
	#header .navmain { width: 100%; }
	#header nav { width: 100%; height: 100%; overflow: auto; margin: 6vw 0 2vw; padding-bottom: 26vw; }
	#header nav>ul.navtop { width: 80vw; margin: 0 auto 8vw; display: flex; justify-content: space-between;
		flex-wrap: wrap; }
	#header nav>ul.navtop>li { border-bottom: #282828 1px solid;
		line-height: 12vw; width: 36vw; font-size: 4vw;/* color: #ffffff;*/ }
	#header nav ul.navtop li a { display: block; /*width: 100%; */line-height: 12vw; text-align: left; position: relative; }
	#header nav>ul.navtop>li:last-child { width: 100%; border-bottom: none; padding-top: 6vw; }
	#header nav>ul.navtop>li:last-child img { width: 100%; }

	#header nav .cbtn { margin: 11vw auto 6vw; }
	ul.sns { display: flex; margin: 6vw auto; width: 50%; font-size: 6vw;
		justify-content: space-between; align-items: center; }
	ul.sns li { width: 10vw; height: 14vw; text-align: center; }
	#header nav ul.sns li { width: 10vw; }
	ul.sns li a { display: block; width: 100%; height: 100%; padding-top: 2vw; }
	ul.sns img { width: 7vw; }
	ul.sns li:nth-child(3) a img { width: 7.2vw; }



/*footer#footer*/

	footer#footer { text-align: center; position: relative; background: url(https://www.matsunoka.jp/images/bg_cb.jpg) repeat;
		padding: 10vw 0 6vw; color: #ffffff; }
	/*footer#footer .mainw { width: 74vw; }*/
	footer#footer .hotel_info .cflex { position: relative; padding-top: 4vw; width: 64vw; margin: 0 auto; }
	footer#footer h2 a { width:38vw; height:28vw; text-indent: -10000px; overflow: hidden; display: block;
		background: url(https://www.matsunoka.jp/images/logo_foot_sp.svg) left top no-repeat; background-size: contain;
		margin: 0 auto 6vw; }
	footer#footer .btn_tw { width: 10vw; height: 10vw; line-height: 10vw; text-align: center; border-radius: 5vw;
		color: #4e4637; background:#ffffff; display: block; position: absolute; top:0; left: 0;
		font-size: 4.4vw; }
	footer#footer address p { font-style: normal; margin-bottom: 6vw; font-size: 3.8vw; line-height: 6vw;
		text-align: center; }
	#footer #shogetsu { background:#ffffff; border-radius: 10px;
		padding-top: 6vw; margin: 0 auto 6vw; }
	#footer #shogetsu h3 { width: 54vw; height: 13vw; text-indent: -10000px; overflow: hidden;
		background: url(https://www.matsunoka.jp/images/logo_s_03.gif) left center no-repeat; background-size: contain;
		margin: 0 auto 2vw; }
	#footer #shogetsu p { width: 54vw; margin: 0 auto 6vw; color: #231815; font-size: 3.8vw; line-height: 6vw; }
	#footer #shogetsu a { display: block; width: 100%; height: 15vw; text-align: center; font-size: 4vw;
		line-height: 15vw; border-top: #4e4637 1px solid;
		background:url(https://www.matsunoka.jp/images/icon_arrow.svg) right 16vw center no-repeat; background-size: 2vw auto; }

	footer#footer .copy { font-size: 3.4vw; text-align: center;
		margin: 0 auto; }


	#page-top { width: 20vw; height: 20vw; position: fixed; right: 2vw; bottom: 2vw;
		z-index: 3000; }
	#page-top a { display: block; width: 20vw; height: 20vw; position: relative; border-radius: 10vw;
		background: url(https://www.matsunoka.jp/images/icon_pagetop.svg) center 4vw no-repeat #4e4637; background-size: 2.4vw auto;
		text-align: center; padding-top: 6vw; font-size: 3.8vw; }
	#page-top.stop { position: absolute; bottom: 160vw; }


/*common*/
	.wrap { padding-top: 20vw; }
	.wrap,#page { position: relative; }
	.mainw,.w1100,.w1000,.w900,.w800,.w700 { width: 80vw; max-width: 100%; margin: 0 auto; padding: 0; }
	.anchor { margin-top: -30vw; padding-top: 30vw; }
	/*article { padding-top: 18vw; }*/
	p { font-size: 4vw; line-height: 7vw; }
	.shadowbox { background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px rgba(196,196,196,0.8);
		padding: 6vw; }
	.green { color: #047563; }
	.red { color: #9B2B31; }
	.bg_grade_sp { background: linear-gradient(to right,#f3d4a2, #005f32, #586ab6); }

	ul.bcl { padding: 2vw 0; display: flex; flex-wrap:wrap; }
	ul.bcl li { position: relative; padding-right: 6vw; font-size: 3.4vw; }
	ul.bcl li a { text-decoration: underline; color: #ff6a00; }
	ul.bcl li:after { content: ">"; color: #ababab; position: absolute; right: 1vw; }
	ul.bcl li:last-child:after { content: ""; }

	#mv { width: 100%;  position: relative;
		height: 40vw; }
	#lead { background:url(https://www.matsunoka.jp/images/bg.jpg) repeat; padding-top: 6vw; position: relative;
		margin-bottom: 13vw; padding-bottom: 2vw; }
	#lead:before { content: ""; width: 54vw; height: 30vw; position: absolute;
		top:14vw; background:url(https://www.matsunoka.jp/images/index/matsu_left.svg) left center no-repeat;
		left: -4vw; z-index: 3; background-size: contain; }
	#lead .cc { text-indent: -10000px; overflow: hidden; margin: 0 auto 6vw;
		position: relative; }
	#lead p,p.lead { text-align: center; font-size: 3.8vw; line-height: 6vw; margin: 0 auto 10vw; width: 80vw; }


	/*p.lead { text-align: center; margin: 0 auto 6vw; }*/
	.note { font-size: 3.4vw; line-height: 4.6vw; padding-left: 1em; text-indent: -1em; }
	ul.noteul li { padding-left: 1em; text-indent: -1em; font-size: 3.4vw; line-height: 4.6vw; }


	a.tb { text-decoration: underline; color: #427464; padding-right: 3vw;
		background: url(https://www.matsunoka.jp/images/icon_nw.svg) right center no-repeat; background-size: 2vw auto; }

	h2.ch2 { margin-bottom: 8vw; height: 23vw; text-indent: -10000px; overflow: hidden;
		position: relative; }
	h2.ch2:after { content: ""; width: 4px; height: 8vw; background:url(https://www.matsunoka.jp/images/obj_ttl.svg) center center no-repeat; position: absolute; bottom: 0; left: 50%; margin-left: -2px;
		background-size: auto 8vw; }

	h3.ch3 { margin-bottom: 4vw; text-indent: -10000px; overflow: hidden;
		position: relative; }
	h4.ch4 { text-indent: -10000px; overflow: hidden; margin-bottom: 2vw;
		position: relative; }

	.cmenu { width: 100%; position: relative; z-index: 40; display: flex; flex-wrap: wrap; margin-bottom: 10vw;
		justify-content: space-between; }
	.cmenu li { position: relative; margin-bottom: 2vw; width: 47%; }
	.cmenu li a { display: flex; position: relative; border-radius: 10px;
		background: url(https://www.matsunoka.jp/images/icon_down_w.svg) right 2vw center no-repeat #005f32;
		width: 100%; height: 12vw; }
	.cmenu li a .img { width: 12vw; height: 12vw; overflow: hidden; border-radius: 10px 0 0 10px;
		margin-right: 2vw; }
	.cmenu li a p { text-indent: -10000px; overflow: hidden; width: 20vw; }

	/*cb...color box*/
	.cb { background: url(https://www.matsunoka.jp/images/bg_cb.jpg) repeat; }
	.cb2 { background: url(https://www.matsunoka.jp/images/bg.jpg) repeat; }
	.cb3 { background: url(https://www.matsunoka.jp/images/bg2.jpg) repeat; }


	.bt { border-top: #e0e0e0 1px solid; padding-top: 4vw; }
	/*.bb { width: 100%; box-shadow: 2px 2px 5px #cccccc; padding-bottom: 4vw; margin-bottom: 13vw; }*/
	/*cbd...common border*/
	.cbd { height: 2.4vw; width: 100%; background: url(https://www.matsunoka.jp/images/c_line.jpg) left top repeat-x;
		background-size: auto 2.4vw; }


	.cbtn { font-size: 4vw; display: block; text-align: center; line-height: 13vw;
		width: 69vw; height: 13vw; position: relative; color: #ffffff; border-radius: 6px;
		background: url(https://www.matsunoka.jp/images/icon_arrow_w.svg) right 6vw center no-repeat #005f32;
		background-size: 2.6vw auto; }
	.cbtn.l2_sp { line-height: 6vw; padding-top: 1vw; }
	.cbtn2 { background: url(https://www.matsunoka.jp/images/icon_arrow.svg) right 6vw center no-repeat #dadf00;
		 color: #231815; background-size: 2.6vw auto; }

	.btn_pdf { width: 100%; height: 12vw; line-height: 12vw; text-align: center; color: #ffffff; position: relative;
		background: url(https://www.matsunoka.jp/images/icon_pdf.svg) right 4vw center no-repeat #427464; border-radius: 10px;
		margin: 0 auto; display: block; background-size: 6vw auto; font-size: 4vw; }


	table.ctable { border-collapse:collapse; width: 100%; font-size: 3.8vw; }
	table.ctable th { color: #005f32; text-align: left; height: 8vw;
		 border-bottom: #005f32 2px solid; padding: 2vw 4vw;
		 width: 34vw; }
	table.ctable tr:first-child th { border-top:#005f32 2px solid; }
	table.ctable td { text-align: left; vertical-align: middle;
		padding: 2vw 4vw; border-bottom: #dadf00 2px solid; }
	table.ctable tr:first-child td { border-top:#dadf00 2px solid; }

	table.ctable2_sp { background: url(https://www.matsunoka.jp/images/line_ctable2.svg) left top no-repeat; background-size: 100% 2px; }
	table.ctable2_sp th { display: block; border-bottom: none; padding-bottom: 0; width: 100%; }
	table.ctable2_sp td { display: block; border-bottom: none; background: url(https://www.matsunoka.jp/images/line_ctable2.svg) left bottom no-repeat; background-size: 100% 2px; padding-top: 0; }
	table.ctable2_sp tr:first-child th,table.ctable2_sp tr:first-child td { border-top: none; }



	ul.cul { text-align: left; font-size: 3.7vw; line-height: 6vw; padding-left: 1em; }
	ul.cul li { padding-left: 1em; text-indent: -0.8em;/* list-style: disc;*/ }
	ul.cul li:before { content: "●"; color: #AAAAAA; display: inline-block; font-size: 2vw;
		padding-right: 0.5em; }

	p.note,ul.note li { font-size: 3.4vw; line-height: 6vw; padding-left: 1em; text-indent: -1em; }



	/*cdl...common dl*/
	dl.cdl { text-align: left;  font-size: 3.7vw; line-height: 6vw; padding-left: 1em; }
	dl.cdl dt { font-size: 4vw; }
	dl.cdl dd { padding-left: 1em; text-indent: -0.8em; /*list-style: disc;*/ }
	dl.cdl dd:before { content: "●"; color: #AB00F3; display: inline-block; font-size: 2vw;
		padding-right: 0.5em; }
	/*.cdl {  width: 90vw; margin: 3vw auto; }
	.cdl dt { text-align: center; border-bottom: #e0e0e0 1px solid;
		min-height: 8vw; line-height: 8vw; font-size: 4.2vw; background: #eeeeee; text-align: left;
		padding-left: 2vw; }
	.cdl dt:first-child { border-top: #80ad1f 2px solid; }
	.cdl dd { border-bottom: #e0e0e0 1px solid; min-height: 8vw; line-height: 8vw;
		font-size: 4.2vw; padding: 2vw; text-align: left; }

	ul.bn { text-align: center; margin: 13vw auto 20vw; }
	ul.bn li { margin-bottom: 2.6vw; }*/

	.cborder { border: #DDDDDD 1px solid; padding: 4vw; border-radius: 10px; margin-bottom: 8vw; }
	.cborder h5 { width: 100%; text-align: center; line-height: 6vw; padding: 1vw 0;
		color: #005F32; border-top:#365F38 2px solid; border-left:#365F38 2px solid;
		border-right: #D9DD34 2px solid; border-bottom: #D9DD34 2px solid;
		font-size: 4vw; margin-bottom: 4vw; border-radius: 10px; }

	@-moz-keyframes txtfade { 0% { opacity: 0; transform: translateY(4vw); } 100% { opacity: 1; transform: translateY(0); } }
	@-webkit-keyframes txtfade { 0% { opacity: 0; transform: translateY(4vw); } 100% { opacity: 1; transform: translateY(0); } }
	@-o-keyframes txtfade { 0% { opacity: 0; transform: translateY(4vw); } 100% { opacity: 1; transform: translateY(0); } }
	@-ms-keyframes txtfade { 0% { opacity: 0; transform: translateY(4vw); } 100% { opacity: 1; transform: translateY(0); } }


}

