@charset "UTF-8";
@import "/css/content.css";
@import "/commons/eventfooter/css/eventfooter.css";
@import "/commons//css/wovn.css";
@import "/commons/css/font-awesome.min.css";
@import "/commons/index/sp/css/skin_common.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');



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

@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共通

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


#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%;
}



@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;}

}

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

ページ共通

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

#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;
}
@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%;
}

@media screen and (max-width: 736px) {
	img {
		max-width: 100%;
	}
}


/****************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;
}

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

.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;
	}
	.item-container .item-container-body {
	    width: auto;
	    padding:0 0px;
		min-width: 320px;
	}


}

/****************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:0px!important;
	}
	.m_left-05per,
	.m_left-10per,
	.m_left-15per,
	.m_left-30per,
	.m_left-50per {
	    margin-left:0px!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: -05%!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: -05%!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;
	}
}


/****************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-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%;
}



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

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_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);
}






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

#fireworks-summer commons

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

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


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


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

}




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

場内マップ

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

.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.wellcomearea{
    background: #753A97!important;
    color:#fff;
}

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

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

.mapno.maptxt {
    margin: 0  0  0 0.3rem;
    padding: 0 0rem;
    color:#333!important;
}



/*****************************************
#samatoku
*****************************************/
#samatoku {
	background-image: url(../images/samatoku/bg.png);
    background-size: cover;
    background-position: center top;
}

#samatoku  p {
    color: #ff008d;
     color: #fff;
}

#samatoku .facility-name {
    font-size: 2.5rem;
}
#samatoku .facility-namee .txt-copy {
    font-size: 80%;
}

#samatoku .facility-name .txt-ttl {
     color: #fff;
}

#samatoku .samatoku_logo {
    background-image: url(../images/samatoku/logo.svg);
    width: 100%;
    padding-top: 60%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

#samatoku a.button {
    display: inline-block;
    border: 0px #9e0421 solid;
    background: #fff100;
    border-radius: 0px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 0px;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    padding: 1rem 4rem;
    margin: 10px 5px;
    line-height: 1.2;
    font-size: 16px;
    width: auto;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 736px) {
	#samatoku .facility-name {
	    font-size: 2.4vh;
	    padding: 0;
	}
}