@charset "UTF-8";
@import "/commons/eventfooter/css/eventfooter.css";
@import "/commons//css/wovn.css";
@import "/commons/css/font-awesome.min.css";


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


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Life+Savers&display=swap');

@font-face {
  font-family: 'utsukushi';
  src: url("./font/utsukushi.eot?") format('eot'),
       url("./font/utsukushi.woff") format('woff'),
       url("./font/utsukushi.otf")  format('opentype');
}


/*************************************************************

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

}
**************************************************************/

/*************************************************************

*リセット

**************************************************************/

* {
  margin: 0 auto;
}

a img {
border:0px;
}

p, ul, ol, dl {
    margin-top: 0;
    margin-bottom: 0;
}
ul, ol {
    padding-left: 0;
    list-style-type: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", sans-serif;
}


#contents {
  width: 100%;
  z-index: 0;
}


#page-event a:visited {
    color: #00a3d9;
}
#page-event a:link {
    color: #00a3d9;
}

/*************************************************************

*font-family:

**************************************************************/
.eng {
	font-family: times, serif;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
    letter-spacing: 1px;
}
.mincho {
    font-family: "Sawarabi Mincho";
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
    font-family: 'Noto Serif JP', sans-serif;
	font-weight: normal!important;
}


/*************************************************************

HTB共通

**************************************************************/

@media only screen and (min-width: 736px){
	#container:after {
	   /* display:none;*/
	}
}
#contents ul.globalnavigation {
  float: none;
  margin: 0 auto 5px;
}
#contents .SocialBlock {
  width: 960px;
  height: 20px;
  padding-top: 5px;
  margin: 0 auto 0px;
  position: relative;
}
#contents .SocialBlock .sociallinks {
  top: 1px!important;
}

#twitter-widget-0 {
  height: 20px !important;
  min-width: 100px !important;
  width: 100px !important;
}


ul.breadcrumbs{}

ul.breadcrumbs {
	max-width: 1100px;
    margin: 0 auto 0px;
    position: relative;
text-align: right;
}
ul.breadcrumbs li {
	display: inline-block;  
    color: #666;
	*display: inline;  
    *zoom: 1; 
    list-style-type: none;
    font-size:11px;
}

ul.breadcrumbs li:after{
} 
ul.breadcrumbs li:last-child:after{
} 

ul.breadcrumbs li a:visited {
    color: #666;
}
ul.breadcrumbs li a:link {
    color: #666;
text-decoration: underline;
}

div#lang {
    position: absolute;
    right: 0;
}
div#lang a {
    background: #e00053;
    color: #fff;
    padding: 2px 10px;
    text-decoration: none;
    width: auto;
}

.backtotop {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 9000;
	display: none;
}

.backtotop a:link,
.backtotop a:visited {
    width: 50px;
	display: block;
    color: #FFFFFF!important;
    padding: 10px 6px;
    margin: 0;
    background-color: #B1B5BD!important;
    border-radius: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}
.backtotop a:hover {
  opacity: 0.5;
}

.backtotop i {
	margin: 0 0px 0 0;
	font-size: 180%;
}

.backtoBtn {
    position: fixed;
    right: 5px;
    z-index: 4;
    display: none;
    bottom: 30%;
    width: 200px;
}



@media screen and (max-width: 736px) {
	#header,
	#contents ul.globalnavigation,
	#contents ul.breadcrumbs,
	#Footer {
	    display: none!important;
	}
	footer {
		    display: block!important;
	}
	header#header-sp {
	    overflow: hidden;
	}

	#contents .SocialBlock {
	    width: auto;
	    height: auto;
		padding-top: 0;
		height: auto!important;
	}

	body #contents .SocialBlock .sociallinks {
	    top: 0px!important;
	    position: relative;
	    right: auto;
	    left: 0;
	    width: auto;
	}
	ul.breadcrumbs{display:none;}

	.backtoBtn {
	    bottom: 10%;
	    width: 30%;
	}

}


/*************************************************************

ページ共通

**************************************************************/

#page-event {
    overflow: hidden;
    width: 100%;
    color: #000;
    background: #fff
}
#page-event .page-header {
	position: relative;
    font-size: 0;
}
#page-event .page-header-body {
	position: relative;
	background: #081548;
    padding: 15px 0px;
    width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
}
#page-event .page-contents {
    position: relative;
    overflow: hidden;
}
#page-event .page-header a.htb-logo {
    margin-left: 10px;
    display: block;
}

#eventfooter {
    background: #fff;
	margin-top: 0px;
}
.page-footer {
    background: #fff;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 736px) {
	#page-event .page-header-body {
	    padding: 5px 0px;
	}
}
/****************img********************/


img {
	vertical-align: top;
}

.img_responsive {
	max-width: 100%;
	width:auto!important;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}
img.hover{
	opacity: 0.5;
}

.img-circle {
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
}

.img-border {
    border: 4px #fff solid;
    /*
    box-shadow: 3px 3px 4px #999999,-1px -1px 4px #999999;
	*/
}
.img-shadow {
    box-shadow: 1px 1px 4px #999;
}

.img-round {
    border-radius:99999px;
}

.img-rotate-r {
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}

.img-rotate-l {
    transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}

.img-notes {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.75rem;
    width: 99%;
    padding: 0.5%;
}

.nw {
    display: inline-block;
}

@media screen and (max-width: 736px) {
	img {
		max-width: 100%;
	}
	.img-rotate-n-sp {
	    transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	}
}


/****************parts********************/
.nw {
    display: inline-block!important;
}
.wow{
	visibility: hidden;
}
.of_visible {
    overflow: visible!important;
}
hr {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    border: 1px #e76177 dotted;
}
hr.clear {
    clear: both;
    border: none;
    margin: 30px 0;
    border: 0px #c1a962 dotted;
}

.visible_pc {
	display: block !important;
}
.visible_sp {
	display: none !important;
}

.visible_pc_inline {
	display: inline-block !important;
}
.visible_sp_inline {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.visible_pc {
		display: none !important;
	}
	.visible_sp {
		display: block !important;
	}
	.visible_pc_inline {
		display: none !important;
	}
	.visible_sp_inline {
		display: inline-block !important;
	}
	.overflowX_sp {
	    white-space: nowrap;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}

}


/****************align********************/

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }

@media screen and (max-width: 736px) {
.align_l-sp { text-align: left !important; }
.align_c-sp { text-align: center !important; }
.align_r-sp { text-align: right !important; }
.valign_m-sp { vertical-align: middle !important; }

}


/****************color********************/

.c_black { color: #000!important; }
.c_black3 { color: #333!important; }
.c_red { color: #ff0000!important; }
.c_blue { color: #0099D9!important; }
.c_green { color: #22AC38!important; }
.c_yellow { color: #fffc00!important; }
.c_orange { color: #F39800!important; }
.c_gray { color:#999999!important; }
.c_white { color:#fff!important; }
.c_gold { color:#cfa607!important; }
.c_purple { color:#8E4898!important; }
.c_navy { color:#112d54!important; }
.c_peppermint { color:#0BB18D!important; }
.c_pink { color:#E62E8B!important; }
.c_darkbrown {color: #6f5f21!important;}

.bg_black { background-color: #000!important; }
.bg_black3 { background-color: #333!important; }
.bg_red { background-color: #ff0000!important; }
.bg_blue { background-color: #0099D9!important; }
.bg_green { background-color: #22AC38!important; }
.bg_yellow { background-color: #fffc00!important; }
.bg_orange { background-color: #F39800!important; }
.bg_gray { background-color:#999999!important; }
.bg_white { background-color:#fff!important; }
.bg_gold { background-color:#cfa607!important; }
.bg_purple { background-color:#8E4898!important; }
.bg_navy { background-color:#112d54!important; }
.bg_peppermint { background-color:#0BB18D!important; }
.bg_pink { background-color:#E62E8B!important; }
.bg_darkbrown {background-color: #6f5f21!important;}
.bg_transparent {
	background-color:transparent!important;
}
/****************table********************/

table.tbl-border {
    border-collapse: collapse;
    width: 100%;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
	border-spacing: 0;
	font-size: 1.3rem;
}
table.tbl-border  th, table.tbl-border  td {
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 20px;
}
table.tbl-border th {
    padding: 10px 20px;
    background: #eee;
}
table.tbl-border td {
	text-align: left;
}

/****************item********************/


.item-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
    font-size: 0;
    min-width: 1280px;
}

.item-container .item-container-body {
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    width: 1200px;
}

.item-container .item-container-variable {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1280px;
    max-width: 1600px;
}

.item{
	font-size: 0rem;
	display: inline-block;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 33.3333%;
    vertical-align: top;
    border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border: 0px #666 solid;
    text-align: center;
    padding: 0px;
  *display: inline;  
    *zoom: 1; 
}

.item .inbody {
    padding: 10px;
}
.item .inbody p.txt {
    padding: 5px 0;
    font-size: 1rem;
}

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


	.item-container{
		width: auto;
	    min-width: auto;
	}
	.item-container .item-container-body {
	    width: auto;
	    padding:0 0px;
		min-width: 320px;
	}
	.item-container .item-container-variable {
	    min-width: auto;
	    max-width: auto;
	}

}

/****************width:********************/


.w05per { width: 5%; }
.w10per { width: 10%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per {
	width: 33.3333333333333%;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}

.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w66per {
 width: 66.1111111111111111111111111111111111%; 
	width : -webkit-calc(100% / 3 * 2) ;
	width : calc(100% / 3 * 2) ;
}
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }
.w100per { width: 100%; }


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

	.w05per { width: 100%; }
	.w10per { width: 100%; }
	.w15per { width: 100%; }
	.w20per { width: 100%; }
	.w25per { width: 100%; }
	.w30per { width: 100%; }
	.w33per { width: 100%; }
	.w35per { width: 100%; }
	.w40per { width: 100%; }
	.w45per { width: 100%; }
	.w50per { width: 100%; }
	.w55per { width: 100%; }
	.w60per { width: 100%; }
	.w66per { width: 100%; }
	.w65per { width: 100%; }
	.w70per { width: 100%; }
	.w75per { width: 100%; }
	.w80per { width: 100%; }
	.w85per { width: 100%; }
	.w90per { width: 100%; }
	.w95per { width: 100%; }
	.w100per { width: 100%; }

	.w05per-sp { width: 5%; }
	.w10per-sp { width: 10%; }
	.w15per-sp { width: 15%; }
	.w20per-sp { width: 20%; }
	.w25per-sp { width: 25%; }
	.w30per-sp { width: 30%; }
	.w33per-sp { width: 33.3333333333333%; }
	.w35per-sp { width: 35%; }
	.w40per-sp { width: 40%; }
	.w45per-sp { width: 45%; }
	.w50per-sp { width: 50%; }
	.w55per-sp { width: 55%; }
	.w60per-sp { width: 60%; }
	.w65per-sp { width: 65%; }
	.w66per-sp { width: 66%; }
	.w70per-sp { width: 70%; }
	.w75per-sp { width: 75%; }
	.w80per-sp { width: 80%; }
	.w85per-sp { width: 85%; }
	.w90per-sp { width: 90%; }
	.w95per-sp { width: 95%; }
	.w100per-sp { width: 100%; }

}
/****************vertical-align********************/

.v_align-t{vertical-align: top;}
.v_align-m{vertical-align: middle;}
.v_align-b{vertical-align: bottom;}


/****************margin********************/

.m_top-05per{
    margin-top: -5%!important;
}
.m_top-10per{
    margin-top: -10%!important;
}
.m_top-15per{
    margin-top: -15%!important;
}
.m_top-20per{
    margin-top: -20%!important;
}
.m_top-30per{
    margin-top: -30%!important;
}
.m_top-40per{
    margin-top: -40%!important;
}
.m_top-50per{
    margin-top: -50%!important;
}
.m_right-05per {
     margin-right: -05%!important;
}
.m_right-10per {
     margin-right: -10%!important;
}
.m_right-15per {
     margin-right: -15%!important;
}
.m_right-30per {
     margin-right: -30%!important;
}
.m_right-50per {
     margin-right: -50%!important;
}
.m_left-05per {
     margin-left: -05%!important;
}
.m_left-10per {
     margin-left: -10%!important;
}
.m_left-15per {
     margin-left: -15%!important;
}
.m_left-30per {
     margin-left: -30%!important;
}
.m_left-50per {
     margin-left: -50%!important;
}
.m_bottom005per{
    margin-bottom: 0.5%!important;
}
.m_bottom01per{
    margin-bottom: 1%!important;
}
.m_bottom02per{
    margin-bottom: 2%!important;
}
.m_bottom05per{
    margin-bottom: 5%!important;
}
.m_bottom10per{
    margin-bottom: 10%!important;
}
.m_bottom15per{
    margin-bottom: 15%!important;
}
.m_bottom30per{
    margin-bottom: 30%!important;
}
.m_bottom50per{
    margin-bottom: 50%!important;
}

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

	.m_top-05per,
	.m_top-10per,
	.m_top-15per,
	.m_top-20per,
	.m_top-30per,
	.m_top-40per,
	.m_top-50per {
	    margin-top:0px!important;
	}
	.m_right-05per,
	.m_right-10per,
	.m_right-15per,
	.m_right-30per,
	.m_right-50per {
	    margin-right:auto!important;
	}
	.m_left-05per,
	.m_left-10per,
	.m_left-15per,
	.m_left-30per,
	.m_left-50per {
	    margin-left:auto!important;
	}
	.m_top-05per-sp{
	    margin-top: -5%!important;
	}
	.m_top-10per-sp{
	    margin-top: -10%!important;
	}
	.m_top-15per-sp{
	    margin-top: -15%!important;
	}
	.m_top-20per-sp{
	    margin-top: -20%!important;
	}
	.m_top-30per-sp{
	    margin-top: -30%!important;
	}
	.m_top-50per-sp{
	    margin-top: -50%!important;
	}
	.m_right-05per-sp {
	     margin-right: 5%!important;
	}
	.m_right-10per-sp {
	     margin-right: -10%!important;
	}
	.m_right-15per-sp {
	     margin-right: -15%!important;
	}
	.m_right-30per-sp {
	     margin-right: -30%!important;
	}
	.m_right-50per-sp {
	     margin-right: -50%!important;
	}
	.m_left-05per-sp {
	     margin-left: -5%!important;
	}
	.m_left-10per-sp {
	     margin-left: -10%!important;
	}
	.m_left-15per-sp {
	     margin-left: -15%!important;
	}
	.m_left-30per-sp {
	     margin-left: -30%!important;
	}
	.m_left-50per-sp {
	     margin-left: -50%!important;
	}
	.m_auto-sp {
	     margin:0 auto!important;
	}
}


/****************text-shadow********************/

.text-shadow-wh {
    text-shadow: #fff 2px 0px 1px , #fff -2px 0px 1px , #fff 0px -2px 1px , #fff 0px 2px 1px , #fff 2px 2px 1px , #fff -2px 2px 1px , #fff 2px -2px 1px , #fff -2px -2px 1px , #fff 1px 2px 1px , #fff -1px 2px 1px , #fff 1px -2px 1px , #fff -1px -2px 1px , #fff 2px 1px 1px , #fff -2px 1px 1px , #fff 2px -1px 1px , #fff -2px -1px;
    color: #333;
}
.text-shadow-wh02 {
	text-shadow: #fff 1px 0px 0.5px, #fff -1px 0px 0.5px, #fff 0px -1px 0.5px, #fff 0px 1px 0.5px, #fff 1px 1px 0.5px, #fff -1px 1px 0.5px, #fff 1px -1px 0.5px, #fff -1px -1px 0.5px, #fff 0.5px 1px 0.5px, #fff -0.5px 1px 0.5px, #fff 0.5px -1px 0.5px, #fff -0.5px -1px 0.5px, #fff 1px 0.5px 0.5px, #fff -1px 0.5px 0.5px, #fff 1px -0.5px 0.5px, #fff -1px -0.5px;
    color: #333;
}
.text-shadow-whbl {
    text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff 0px 2px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px,#00A3D9 2px 0px 4px, #00A3D9 -2px 0px 4px, #00A3D9 0px -2px 4px, #00A3D9 0px 2px 4px, #00A3D9 2px 2px 4px, #00A3D9 -2px 2px 4px, #00A3D9 2px -2px, #00A3D9 -2px -2px, #00A3D9 1px 2px, #00A3D9 -1px 2px, #00A3D9 1px -2px, #00A3D9 -1px -2px, #00A3D9 2px 1px, #00A3D9 -2px 1px, #00A3D9 2px -1px, #00A3D9 -2px -1px;
    color: #333;
}
.text-shadow-bk {
    text-shadow: #000 2px 0px 1px , #000 -2px 0px 1px , #000 0px -2px 1px , #000 0px 2px 1px , #000 2px 2px 1px , #000 -2px 2px 1px , #000 2px -2px 1px , #000 -2px -2px 1px , #000 1px 2px 1px , #000 -1px 2px 1px , #000 1px -2px 1px , #000 -1px -2px 1px , #000 2px 1px 1px , #000 -2px 1px 1px , #000 2px -1px 1px , #000 -2px -1px;
    color: #fff;
}
.text-shadow-bk02 {
    text-shadow: #000 1px 0px 0.5px, #000 -1px 0px 0.5px, #000 0px -1px 0.5px, #000 0px 1px 0.5px, #000 1px 1px 0.5px, #000 -1px 1px 0.5px, #000 1px -1px 0.5px, #000 -1px -1px 0.5px, #000 0.5px 1px 0.5px, #000 -0.5px 1px 0.5px, #000 0.5px -1px 0.5px, #000 -0.5px -1px 0.5px, #000 1px 0.5px 0.5px, #000 -1px 0.5px 0.5px, #000 1px -0.5px 0.5px, #000 -1px -0.5px;
    color: #fff;
}
.text-shadow-bl {
    text-shadow: #00A3D9 2px 0px 4px, #00A3D9 -2px 0px 4px, #00A3D9 0px -2px 4px, #00A3D9 0px 2px 4px, #00A3D9 2px 2px 4px, #00A3D9 -2px 2px 4px, #00A3D9 2px -2px, #00A3D9 -2px -2px, #00A3D9 1px 2px, #00A3D9 -1px 2px, #00A3D9 1px -2px, #00A3D9 -1px -2px, #00A3D9 2px 1px, #00A3D9 -2px 1px, #00A3D9 2px -1px, #00A3D9 -2px -1px;
    color: #fff;
}
.text-shadow-gr {
    text-shadow: #00b285 2px 0px, #00b285 -2px 0px, #00b285 0px -2px, #00b285 0px 2px, #00b285 2px 2px, #00b285 -2px 2px, #00b285 2px -2px, #00b285 -2px -2px, #00b285 1px 2px, #00b285 -1px 2px, #00b285 1px -2px, #00b285 -1px -2px, #00b285 2px 1px, #00b285 -2px 1px, #00b285 2px -1px, #00b285 -2px -1px;
    color: #fff;
}
.text-shadow-gr02 {
    text-shadow: #00b285 2px 0px 4px, #00b285 -2px 0px 4px, #00b285 0px -2px 4px, #00b285 0px 2px 4px, #00b285 2px 2px 4px, #00b285 -2px 2px 4px, #00b285 2px 0px, #00b285 -2px 0px, #00b285 0px -2px, #00b285 0px 2px, #00b285 2px 2px, #00b285 -2px 2px, #00b285 2px -2px, #00b285 -2px -2px, #00b285 1px 2px, #00b285 -1px 2px, #00b285 1px -2px, #00b285 -1px -2px, #00b285 2px 1px, #00b285 -2px 1px, #00b285 2px -1px, #00b285 -2px -1px;
    color: #fff;
}
.text-shadow-or {
    text-shadow: #ff7f00 2px 0px, #ff7f00 -2px 0px, #ff7f00 0px -2px, #ff7f00 0px 2px, #ff7f00 2px 2px, #ff7f00 -2px 2px, #ff7f00 2px -2px, #ff7f00 -2px -2px, #ff7f00 1px 2px, #ff7f00 -1px 2px, #ff7f00 1px -2px, #ff7f00 -1px -2px, #ff7f00 2px 1px, #ff7f00 -2px 1px, #ff7f00 2px -1px, #ff7f00 -2px -1px;
    color: #fff;
}
.text-shadow-pk {
    text-shadow: #bc1367 2px 0px, #bc1367 -2px 0px, #bc1367 0px -2px, #bc1367 0px 2px, #bc1367 2px 2px, #bc1367 -2px 2px, #bc1367 2px -2px, #bc1367 -2px -2px, #bc1367 1px 2px, #bc1367 -1px 2px, #bc1367 1px -2px, #bc1367 -1px -2px, #bc1367 2px 1px, #bc1367 -2px 1px, #bc1367 2px -1px, #bc1367 -2px -1px;
    color: #fff;
}
.text-shadow-pk02 {
    text-shadow: #bc1367 2px 0px 4px, #bc1367 -2px 0px 4px, #bc1367 0px -2px 4px, #bc1367 0px 2px 4px, #bc1367 2px 2px 4px, #bc1367 2px 0px 4px, #bc1367 -2px 0px, #bc1367 0px -2px, #bc1367 0px 2px, #bc1367 2px 2px, #bc1367 -2px 2px, #bc1367 2px -2px, #bc1367 -2px -2px, #bc1367 1px 2px, #bc1367 -1px 2px, #bc1367 1px -2px, #bc1367 -1px -2px, #bc1367 2px 1px, #bc1367 -2px 1px, #bc1367 2px -1px, #bc1367 -2px -1px;
    color: #fff;
}

/************* .txt-************************/

.txt-h14{
	line-height: 1.4!important;
}
.txt-h16{
	line-height: 1.6!important;
}
.txt-h18{
	line-height: 1.8!important;
}
.txt-h20{
	line-height: 2.0!important;
}
.txt-space5{
	letter-spacing:5px!important;
}
.txt-space10{
	letter-spacing:10px!important;
}
.txt-space15{
	letter-spacing:15px!important;
}


.txt-w100{
	font-weight: lighter;
}
.txt-w300{
    font-weight: 300!important;
}
.txt-w500{
    font-weight: 500!important;
}
.txt-w700{
    font-weight: 700!important;
}
.txt-xxxlarge{
	font-size: 3.8rem!important;
}
.txt-xxlarge{
	font-size:3rem!important;
}
.txt-xlarge{
	font-size:2.2rem!important;
}
.txt-large{
	font-size:1.8rem!important;
}
.txt-xmiddle{
	font-size:1.5rem!important;
}

.txt-middle{
	font-size:1.3rem!important;
}
.txt-small{
	font-size:1rem!important;
}
.txt-xsmall{
	font-size:0.85rem!important;
}

.txt-notes {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.8vw;
    width: 99%;
    padding: 0.5%;
}

@media screen and (max-width: 736px) {
	.txt-cat {
	    font-size: 4rem!important;
	}
	.txt-xxlarge {
	    font-size: 3.3vh!important;
	}
	.txt-xlarge {
	    font-size: 3vh!important;
	}
	.txt-large {
	    font-size: 2.4vh!important;
	}
	.txt-xmiddle{
	   font-size: 2.2vh!important;
	}
	.txt-middle{
	   font-size: 1.8vh!important;
	}
	.txt-small{
		font-size: 1.6vh!important;
	}
	.txt-xsmall{
		font-size: 1vh!important;
	}
}

/***************************************************************

#list

****************************************************************/

ul.note {
    margin: 10px 0!important;
    padding: 10px 20px;
    text-align: left;
    font-size: 0.9rem;
}
.note li {
    background: none!important;
    /* padding: 0; */
    line-height: 1.6;
    margin: 0px 0 5px;
    list-style: none;
}

.note li:before {
    content: "・";
    color: ;
    margin-left: -14px;
}


.list_dl{
    display: inline-block;
}

.list_dl dl{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	align-items: baseline;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    line-height: 1.6;
    margin: 0.5rem auto;
}
.list_dl dl dt{
	width: 100px;
}
.list_dl dl dt p {
    background: #999;
    color: #fff;
    border: 1px #999 solid;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 80%;
	margin-right: 0.5rem;
}
.list_dl dd p{
    margin: 0.1rem;
   text-align: left;
}
.list_dl dd.price span {
    font-family: helvetica;
	font-size: 160%;
}

/***************************************************************

flex-box

****************************************************************/



.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.flex-box.flex-d_r {
    flex-direction: row-reverse;
}
.flex-box.align-i_f {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-box.align-i_e {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}


/***************************************************************

btn

****************************************************************/

.btn{
	font-size: 1rem;
    color: #fff;
    padding: 0.5rem 35px 0.5rem 0px;
    display: inline-block;
    text-align: left;
    position: relative;
}
.btn.btn_bg{
    color: #fff;
    padding: 1rem 35px 1rem 35px;
    display: inline-block;
    border: 0px #4979aa solid;
    background-color: #4979aa;
}
.btn.btn_bg_w{
    color: #4979aa;
    padding: 1rem 35px 1rem 35px;
    display: inline-block;
    border: 0px #4979aa solid;
    background-color: #fff;
}

.btn.btn_border{
    padding: 1rem 35px 1rem 35px;
    display: inline-block;
    border: 2px #4979aa solid;
    color: #4979aa;
}

.btn.btn_round {
    border-radius: 9999px;
    padding: 0.5rem 35px 0.5rem 35px;
}
.btn.btn_round_large {
    border-radius: 9999px;
    padding: 1rem 35px 1rem 35px;
}

.btn.btn_margin{
	margin:5px;
}


.btn_arrow_circle {
	border-radius: 50%;
    background-color: #4777a9;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%; 
    right: 5px;
    -webkit-transform: translateY(-50%) rotateY( 0deg ); 
    transform: translateY(-50%) rotateY( 0deg ); 
    transition: .5s;
}
a:hover .btn_arrow_circle{
	transform:translateY(-50%) rotateY( 360deg ) ;
}
.btn_arrow_circle_border {
    border: 2px #4777a9 solid;
}
#fireworks-summer.btn_bg .btn_arrow_circle {
    background-color: #fff;
}

#fireworks-summer.btn.btn_border .btn_arrow_circle ,
#fireworks-summer.btn.btn_bg .btn_arrow_circle,
#fireworks-summer.btn.btn_bg_w .btn_arrow_circle {
    top: 0.85rem;
}

.btn_arrow_circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn_arrow_circle span:before {
    content: "";
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff;
    width: calc(100% - 8px);
    height: 2px;
    width: 6px;
}
.btn_arrow_circle span:after {
    content: "";
    display: block;
    -webkit-transform: translateX(-25%) rotate(45deg);
    transform: translateX(-25%) rotate(45deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-width: 2px;
    width: 6px;
    height: 6px;
}


.btn-basic {
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    padding: 15px 40px;
	padding: 0.8rem 35px 0.8rem 35px;
}

.btn_arrow_plus{
	border-radius: 50%;
    background-color: #4777a9;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.btn_arrow_plus span {
    position: absolute;
	top: 50%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_arrow_plus span::before {
    content: "";
    width: 10px;
    height: 2px;
    display: block;
    -webkit-transition: 300ms;
    transition: 300ms;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.btn_arrow_plus span::after {
    content: "";
    width: 10px;
    height: 2px;
    display: block;
    -webkit-transition: 300ms;
    transition: 300ms;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.open .btn_arrow_plus span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open .btn_arrow_plus span::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn.btn_place {
    padding: 0.5rem 0px 0.5rem 0px;
}




/*************************************************************

commons

**************************************************************/

#page-event {
	color: #333;
    background-color:#fff;
    font-family: 'Noto Sans JP', sans-serif;
}

#htb-header-body{
	background-color:#111b4f;
}
#htb-header-body a{
    padding: 5px 5px 5px 15px;
    display: block;
}


#page-event h2,
#page-event h3,
#page-event h4,
#page-event h5,
#page-event p{
    letter-spacing: 0.05rem;
    line-height: 1.6;
}


.f_utsukushi {
    font-family: 'utsukushi',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
}
.f_Caveati {
	font-family: 'Caveat', cursive;
}

.f_Oswald{
	font-family: 'Oswald', sans-serif;
}
.f_helvetica{
	font-family: 'helvetica', sans-serif;
}
.f_Viaoda{
font-family: 'Viaoda Libre', cursive;
	line-height: 1;
}
.f_Yeseva{
font-family: 'Yeseva One', cursive;
	line-height: 1;
}

.c_key{
	 color:#EA668C!important;
   	color: #c03f71!important;
}
.bg_key{
	 background-color:#EA668C!important;
	 background-color: #c03f71!important;
}

.c_sub{
	 color:#c39f72!important;
}
.bg_sub{
	 background-color:#c39f72!important;
}



.c_flower{
	 color:#EA668C!important;
}
.bg_flower{
	 background-color:#EA668C!important;
}
.c_hydrangea{
	 color:#55569A!important;
}
.bg_hydrangea{
	 background-color:#55569A!important;
}

.c_rose {
    color: #eb667b!important;
}
.bg_rose{
	 background-color:#EA668C!important;
}
.c_enjoy{
	 color:#36ADA7!important;
}
.bg_enjoy{
	 background-color:#36ADA7!important;
}
.c_enjoy.txt-balloon span:before, .c_enjoy.txt-balloon span:after{
    background: #36ADA7!important;
}


.c_enjoy-sub{
	 color:#EAEB72!important;
}
.bg_enjoysub{
	 background-color:#EAEB72!important;
}



.c_night{
	 color:#2E2B6B!important;
}
.bg_night{
	 background-color:#2E2B6B!important;
}
.c_stay{
	 color:#B59948!important;
}
.bg_stay{
	 background-color:#B59948!important;
}



.txt-xxlarge,
.txt-xlarge,
.txt-large {

}

.base-img {
    width: auto;
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    position: relative;
    background-color: #999;
}




.ttl-line em{
    font-style: normal;
    display: inline-block;
}
.ttl-line em:before,
.ttl-line em:after{
	content: "";
    border-top: 3px #fffc00 solid;
    display: block;
    width: 20%;
    margin: 10px 0;
}
.ttl-line em:after{
    border-top: 0px #fffc00 solid;
    border-bottom: 3px #fffc00 solid;
    margin: 10px 0 10px auto;
}

.txt-balloon  span{
    padding: 0px 2.5vw 0px;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.txt-balloon span:before,
.txt-balloon span:after {
    content: "";
    height: 4vh;
    width: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    vertical-align: middle;
    background:#fffc00!important;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20eg);
    -webkit-transform: rotate(-20deg);
}
.txt-balloon span:after {
    left: auto;
    right: 0;
    transform: rotate(20deg);
    -moz-transform: rotate(20eg);
    -webkit-transform: rotate(20deg);
}

.txt-date {
    display: inline-block;
    border-bottom: 4px #ddd solid;
    padding: 0 1rem;
}

.new:before{
	content: "NEW";
    background: #e91e63;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    border-radius: 9999px;
}

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

	.ttl_bg {
	    font-size: 1.6rem!important;
	}
	.txt-xxxlarge {
	    font-size: 2.4rem!important;
	}

	.txt-xxlarge {
	    font-size: 1.8rem!important;
	}
	.txt-xlarge {
	    font-size: 1.6rem!important;
	}
	.txt-large {
	    font-size: 1.45rem!important;
	}
	.txt-xmiddle {
	    font-size: 1.25rem!important;
	}
	.txt-middle {
	    font-size: 1rem!important;
	}

	.txt-small {
	    font-size: 0.85rem!important;
	}
	.txt-xsmall {
	    font-size: 0.75rem!important;
	}

	.seasonal {
	    width: 70px;
	    height: 70px;
	}
	.seasonal p {
	    font-size: 12px;
	}

	.flower-body .base-img {
	    padding-top: 75%;
	}

}


/*************************************************************

#tabmenu

**************************************************************/

#tabmenu{}

#tabmenu .hide{
	display:none;
}

#tabmenu  ul.tabmenu{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 25px;
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    max-width: 1200px;
    width: 1200px;
}

#tabmenu  ul.tabmenu li{
	cursor: pointer;
	width: 25%;
}
#tabmenu  ul.tabmenu li.select:after{
	content: "";
    height: 5px;
    background: #000;
    width: 100%;
    position: absolute;
    left: 0;
}
#tabmenu  ul.tabmenu li div{
    font-size: 1rem;
    display: block;
    margin: 0 5px;
    position: relative;
    color: #000;
}
#tabmenu  ul.tabmenu li p{
	z-index: 1;
	white-space: nowrap;
	font-weight: bold;
    position: relative;
    width: 90%;
    margin: 0 auto -8px;
    font-size: 80%;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF,
				1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF,
              -1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF,
              0px 1.5px 0 #FFF,  0 1.5px 0 #FFF,
              -1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
}
#tabmenu  ul.tabmenu li p.txt_balloon span{
}

#tabmenu  ul.tabmenu li p.txt_balloon::before,
#tabmenu  ul.tabmenu li p.txt_balloon::after{
  box-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#tabmenu  ul.tabmenu li div div {
    border-radius: 0.2em 0.2em 0 0;
    border: 2px #000 solid;
    border-bottom: 0;
    padding: 1.3rem 2rem;
    font-size: 110%;
    width: auto;
    margin: 0 auto;
    transition: .2s;
}
#tabmenu  ul.tabmenu li.select div div,
#tabmenu  ul.tabmenu li:hover div div{
	color:#fff!important;
	background: #000;
}

#tabmenu  ul.tabmenu li.select div div:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid black;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


#gourmet #tabmenu ul.tabmenu.tabmenu_bottom li a div {
    border-radius: 0 0 0.2em 0.2em;
    border: 2px #000 solid;
    border-top: 0;
}

#tabmenu ul.tabmenu.tabmenu_bottom li.select:after {
	top: 0;
    z-index: 3;
}



@media screen and (max-width: 736px) {
	#tabmenu ul.tabmenu{
		width: auto;
	}
	#tabmenu ul.tabmenu li {
	    width: 48%;
	}
	#tabmenu ul.tabmenu li div {
	    font-size: 0.8rem;
	}
	#tabmenu ul.tabmenu li div a {
	    padding: 1rem 1rem;
	}
}


/*************************************************************

#page-header-body

**************************************************************/

#page-event .page-header {
	position: relative;
    font-size: 0;
    width: 100%;
	transition: 300ms;
    background-color: #c03f71;
}
#page-event .page-header.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    z-index: 998;
    width: 100%;
    left: 0;
	box-shadow: 1px 1px 4px #ccc;
}
#page-event .page-header:before {
	content: "";
}


#page-event .page-header-body {
	position: relative;
    background: transparent;
	background: #c03f71;

    padding: 0px 0px;
    width: 1200px;
    width: 100%;
	min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
}
#page-event .page-header-body{
	font-size: 0;
}




#page-event .page-header-body .page-logo {
    text-indent: -9999px;
}

#page-event .page-header-body .page-logo {
    content: "";
    width: 100%;
    height: 70px;
    display: block;
    background-image: url(../images/page-header/logo.svg);
    background-size: auto 96%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms;
    /* margin: 10px; */
    background-color: #eee;
    padding: 5px;
}

#page-event .page-header.fixed .page-logo {
    height: 40px;
}
#page-event .page-header.fixed .page-header-body.open .page-logo {
height: 70px;
}


ul.page-navi{
	text-align: right;
	padding:10px;
	transition: 300ms;
}
#page-event .page-header.fixed ul.page-navi {
	padding:2px;
}


ul.page-navi li{
	display: inline-block;
}
ul.page-navi li a{
display: block;
	font-size: 0.9rem;
	font-size: 1vw;
	font-size:min(1vw,1rem);
    display: block;
    padding: 0.5rem 1.3rem;
    position: relative;
	text-align: center;
}
ul.page-navi li span,
ul.menuSub li a:link,
ul.menuSub li a:visited{
	color:#fff!important;
}
ul.menuSub li a:link,
ul.menuSub li a:visited{
    color: #c03f71!important;
    text-align: left;
}
ul.page-navi li a:before{
	content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    transform: rotate(35deg);
    top: 0;
    left: 0;
}
ul.page-navi li:last-child a:after{
	content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    transform: rotate(35deg);
    top: 0;
    right: 0;
}

ul.page-navi li span,
ul.menuSub li span{
  position: relative;
  display: inline-block;
}

ul.page-navi li a span::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #d1ca77;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
ul.page-navi li a span:hover::after {
  transform: scale(1, 1);
}


.menuSub {
  position: absolute;
  margin-left: -6px;
  padding: 0;
  display: none;
    padding: 0 5px;
}

.menuSub li {
    display: block!important;
	text-align: left;
    position: relative;
}

.menuSub li a {
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  display: block;
  color: #fff;
  text-decoration: none;
    background: #fff;
}
ul.page-navi li .menuSub li a:before,
ul.page-navi li .menuSub li a:after{
  display: none;
}
.menuSub li::before,
.menuSub li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 1;
}
ul.page-navi li .menuSub li::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #999999;
}
ul.page-navi li .menuSub li::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.nav-wrap {
    position: fixed;
    position: absolute;
    left: 0;
    top: -500px;
    z-index: 9;
    background: #fff;
    background-color: #c03f71;
    width: 100%;
    height: auto;
    transition: transform 400ms ease-in;
    -webkit-transition: transform 400ms ease-in;
    -moz-transition: transform 400ms ease-in;
    -o-transition: transform 400ms ease-in;
}
.nav-wrap:before {
    content: "";
}


.nav-wrap ul{
	margin: 0 3% 1rem;
}
.nav-wrap ul li{
}
.nav-wrap ul li a,
.nav-wrap ul li div{
	font-size: 0.9rem;
    display: block;
    padding: 1rem 0.5rem;
    border-top: 1px #e8e7e7 solid;
	position: relative;
	background: transparent;
}
.nav-wrap ul li:last-child a{
    border-bottom: 1px #e8e7e7 solid;
}

.nav-wrap ul.menuSub li a {
    border-bottom: 0px #e8e7e7 solid;
}

.nav-wrap ul li a span,
.nav-wrap ul li div span,
.nav-wrap ul.menuSub li a:link, .nav-wrap ul.menuSub li a:visited {
    color: #fff!important;
}
.nav-wrap ul.menuSub li a:link, .nav-wrap ul.menuSub li a:visited {
    color: #ff7bac!important;
}

.nav-wrap ul li div:before, .nav-wrap ul li div:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    width: 14px;
    height: 3px;
    right: 18px;
    z-index: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
    top: 50%;
    transform: translateY(-50%);
}
.nav-wrap ul li div:after {
    top: 49%;
    transform: translateY(-50%);
    margin: auto 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-wrap ul li.active div:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*メニューボタン*/

.nav-button,
.nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav-button {
	z-index: 20;
	position: relative;
	position: absolute;

	width: 40px;
	height: 36px;
	z-index: 20;
	width: 40px;
	height: 36px;
	right: 1%;
	top: 24%;
    cursor: pointer;
}
.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color:#78722c;
	border-radius: 0px;
}
.nav-button span:nth-of-type(1) {
	top: 0;
}
.nav-button span:nth-of-type(2) {
	top: 16px;
}
.nav-button span:nth-of-type(3) {
	bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(16px) rotate(-45deg);
	transform: translateY(16px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
	opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-16px) rotate(45deg);
	transform: translateY(-16px) rotate(45deg);
}
.nav-button.active span {
    background-color:#666;
}

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

	#htb-header-body a  {
	    display: block;
	    padding: 5px;
	}


	#htb-header-body a img{
		    width: 100px!important;
	}

	#page-event .page-header-body {
		min-width:auto;
	}
	#page-event .page-header-body .page-logo {
    margin: 5px auto;
    width: 70%;
	}
	.nav-wrap.open {
	    overflow: hidden;
	}
	.nav-wrap.open, {
	    display: block!important;
	    top: 0;
	    position: fixed;
	    top: 102px;
	    transform: unset;
	}
	.page-header .nav-wrap.open{
	    transform: translateY(60px);
	    transform: unset;
	    top: 82px;
	}
	.page-header.fixed .nav-wrap.open {
	    top: 60px;
	}
	.page-header .nav-wrap.open.logo-large {
	    top: 90px;
	}

	.nav-button {
	    width: 30px;
	    height: 20px;
	    top: 35%;
	    right: 2%;
	}
	.nav-button span:nth-of-type(2) {
	    top: 9px;
	}

	.nav-button.active span:nth-of-type(1) {
	    -webkit-transform: translateY(8px) rotate(-45deg);
	    transform: translateY(8px) rotate(-45deg);
	}
	.nav-button.active span:nth-of-type(3) {
	    -webkit-transform: translateY(-10px) rotate(45deg);
	    transform: translateY(-10px) rotate(45deg);
	}

	.nav-wrap ul .menuSub {
		position: relative;
	    margin: 0;
	    background: #eee;
	    overflow: hidden;
	}
	.nav-wrap ul .menuSub li {
	    text-align: center;
	}
}





/*****************************************
#footer-navi
*****************************************/

#footer-navi {
	background-color: #bf3a72;
}
#footer-navi .txt-balloon span:before,
#footer-navi .txt-balloon span:after{
    background: #fff!important;
}
.footer-navi-item{}
.footer-navi-item a::before{
	content: "";
    padding-top: 70%;
    width: 70%;
    position: relative;
    margin: 0 auto 10px;	
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 9999px;
}

.footer-navi-item::after {
    content: "";
}
.footer-navi-item:hover::before {
}

.footer-navi-item.toppage a::before{
    background-image: url(../images/footer-navi/01.svg);
}
.footer-navi-item.flower a::before{
    background-image: url(../images/index/flower/01.jpg);
    background-position: right center;
}
.footer-navi-item.showevent a::before{
    background-image: url(../images/index/enjoy/nav.jpg);
}
.footer-navi-item.gourmet a::before{
    background-image: url(../images/gourmet/sweets/02.jpg);
}
.footer-navi-item.goods a::before{
	background-image: url(../images/goods/foodie/08.jpg);
}
.footer-navi-item.illumination a::before{
    background-image: url(../images/index/night/01.jpg);
}
.footer-navi-item.modelcourse a::before{
    background-image: url(../images/index/stay/01.jpg);
    background-position:-35px center;
}

.footer-navi-item a {
    position: relative;
    margin: 0 auto 10px;
    display: block;
    z-index: 2;
}

.footer-navi-item a:hover{
	opacity: .8;
}

.footer-navi-item-inner {
	color: #fff;
}
.footer-navi-item-inner p{
    line-height: 1.1!important;
}

.footer-navi-item-inner.footer-navi-item-inner-bottom {
	bottom: 5%;
    top: auto;
}

.under_link{}
.under_link:after {
    content: "";
    width: 90%;
    height: 8px;
    border-bottom: 1px solid #d6b578;
    border-right:0px solid #d6b578;
    transform: skew(45deg);
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 736px) {
	.footer-navi-item-inner {
	}
	.footer-navi-item a {
	}
	.footer-navi-item::before {
	    background-position: center bottom;
	}
	.footer-navi-item .txt-xsmall {
	    font-size: 0.7rem!important;
	}
	.footer-navi-item .txt-middle {
	    font-size: 1.1rem!important;
	}
	.footer-navi-item.txt-large {
	    font-size: 1.2rem!important;
	}

}
/*************************************************************

場内マップ

**************************************************************/

.txt-place::before {
    content: "";
    background-image: url(../images/icon/master.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.txt-place.amsterdamcity::before {
    background-image: url(../images/icon/amsterdamcity.svg);
}
.txt-place.attractiontown::before {
    background-image: url(../images/icon/attractiontown.svg);
}
.txt-place.harbortown::before {
    background-image: url(../images/icon/harbortown.svg);
}
.txt-place.flowerload::before {
    background-image: url(../images/icon/flowerload.svg);
}
.txt-place.artgarden::before {
    background-image: url(../images/icon/artgarden.svg);
}
.txt-place.towercity::before {
    background-image: url(../images/icon/towercity.svg);
}
.txt-place.forest::before {
    background-image: url(../images/icon/forest.svg);
}
.txt-place.fantasiacity::before {
    background-image: url(../images/icon/fantasiacity.svg);
}
.txt-place.wellcomearea::before {
    background-image: url(../images/icon/wellcomearea.svg);
}
.txt-place.adventurepark::before {
    background-image: url(../images/icon/adventurepark.svg);
}

.mapno-box{
    display: inline-block!important;
	background: #fff;
    font-weight: bold;
    border-radius: 9999px;
    padding: 0.1rem 1rem;
	color: #666;
    font-size: 11px;
    text-align: left;
	margin:0 5px;
}

.mapno-box:before{
	content:"マップNO";
}
.mapno {
    font-weight: normal;
    font-size: 12px!important;
	line-height: 18px!important;
        text-align: center!important;
    color: #fff!important;
    padding: 0 0.3rem!important;;
    margin: 0 0 0 .5rem!important;;
    display: inline-block!important;
    position: relative!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    text-shadow: none!important;
    border: 0!important;
	border-radius: 0!important;
	box-shadow:none!important;
}

.mapno_txt {
    font-weight: normal;
    //font-size: 13px!important;
	//line-height: 18px!important;
    text-align: center!important;
    color: #fff!important;
    padding: 0 0.1rem!important;;
    margin: 0 0.5rem 0 0rem!important;;
    display: inline-block!important;
    position: relative!important;
}



.mapno.wellcomearea{
    background: #753A97!important;
    color:#fff;
}
.mapno_txt.wellcomearea{
	color:#753A97!important;
}

.mapno.flowerload{
	background:#F27B88!important;
}
.mapno_txt.flowerload{
	color:#F27B88!important;
}

.mapno.adventurepark{
	background:#9A4C34!important;
}
.mapno_txt.adventurepark{
	color:#9A4C34!important;
}
.mapno.towercity{
	background:#EE1D23!important;
}
.mapno_txt.towercity{
	color:#EE1D23!important;
}
.mapno.amsterdamcity{
	background:#F382B7!important;
}
.mapno_txt.amsterdamcity{
	color:#F382B7!important;
}
.mapno.harbortown{
	background:#2098d1!important;
}
.mapno_txt.harbortown{
	color:#2098d1!important;
}
.mapno.attractiontown{
	background:#FCB814!important;
}
.mapno_txt.attractiontown{
	color:#FCB814!important;
}
.mapno.artgarden{
	background:#658441!important;
}
.mapno_txt.artgarden{
	color:#658441!important;
}
.mapno.forest{
	background:#40630f!important;
}
.mapno_txt.forest{
	color:#40630f!important;
}
.mapno.hotelrestaurant{
	background:#5d1e0b!important;
}
.mapno.rotterdam{
	background:#999!important;
}
.mapno.fantasiacity{
    background: #00ABCA!important;
}
.mapno_txt.fantasiacity{
    color: #00ABCA!important;
}
.mapno.other{
	background:#666!important;
}
.mapno.maptxt {
    margin: 0  0  0 0.3rem;
    padding: 0 0rem;
    color:#333!important;
}


