@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=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;500;700&family=Zen+Old+Mincho:wght@300;400;500;600&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) {

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

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

*リセット

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

* {
}

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-family: 'Zen Old Mincho', 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: auto;
}



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

/****************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-round {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.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-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%;
}
.img-notes.img-notes-t {
    position: absolute;
    bottom: auto;
    top:0;
    right: 0;
    font-size: 0.75rem;
    width: 99%;
    padding: 0.5%;
}

.img-shadow {
    box-shadow: 1px 1px 4px #999;
}

.data-notes:after {
    content: attr(data-notes);
    font-size: 0.7rem;
    color: #000;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 2;
    bottom: 5px;
    right:5px;
    text-align: right;
    line-height: 1;
	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;
}



.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);
	}
.img-rotate-r-sp {
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}

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


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

hr.border {
    border: 0;
    margin: 0;
    height: 2px;
    display: block;
    margin: 30px 0;
    background: #eee;
}

.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:#ccc!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_darkgray  {color: #999!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:#a3a0a0!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_lightgray {background-color: #F2F2F2!important;}
.bg_darkgray  {background-color: #999!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;
}

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

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


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

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

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

.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%; }
.w25fper { width:calc(25% / 2) ;}
.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%; }
.w120per { width: 120%; }

@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%; }
	.w120per { 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-005{
    margin-top: -0.5rem!important;
}
.m_top-01{
    margin-top: -1rem!important;
}
.m_top-02{
    margin-top: -2rem!important;
}
.m_top-03{
    margin-top:- 3rem!important;
}
.m_top-04{
    margin-top: -4rem!important;
}
.m_top-05{
    margin-top: -5rem!important;
}

.m_top005{
    margin-top: 0.5rem!important;
}
.m_top01{
    margin-top: 1rem!important;
}
.m_top02{
    margin-top: 2rem!important;
}
.m_top03{
    margin-top: 3rem!important;
}
.m_top04{
    margin-top: 4rem!important;
}
.m_top05{
    margin-top: 5rem!important;
}
@media screen and (max-width: 736px) {

	.m_top005{
	    margin-top:1vw!important;
	}
	.m_top01{
	      margin-top: 2vw!important;
	}
	.m_top02{
	      margin-top: 4vw!important;
	}
	.m_top03{
	      margin-top: 5.5vw!important;
	}
	.m_top04{
	     margin-top: 6.5vw!important;
	}
	.m_top05{
	      margin-top: 8vw!important;
	}
}
.m_bottom005{
    margin-bottom: 0.5rem!important;
}
.m_bottom01{
    margin-bottom: 1rem!important;
}
.m_bottom02{
    margin-bottom: 2rem!important;
}
.m_bottom03{
    margin-bottom: 3rem!important;
}
.m_bottom04{
    margin-bottom: 4rem!important;
}
.m_bottom05{
    margin-bottom: 5rem!important;
}

@media screen and (max-width: 736px) {
	.m_bottom005{
	    margin-bottom:1vw!important;
	}
	.m_bottom01{
	      margin-bottom: 2vw!important;
	}
	.m_bottom02{
	      margin-bottom: 4vw!important;
	}
	.m_bottom03{
	      margin-bottom: 5.5vw!important;
	}
	.m_bottom04{
	     margin-bottom: 6.5vw!important;
	}
	.m_bottom05{
	      margin-bottom: 8vw!important;
	}
}

.m_right005{
    margin-right: 0.5rem!important;
}
.m_right01{
    margin-right: 1rem!important;
}
.m_right02{
    margin-right: 2rem!important;
}
.m_right03{
    margin-right: 3rem!important;
}
.m_right04{
    margin-right: 4rem!important;
}
.m_right05{
    margin-right: 5rem!important;
}

@media screen and (max-width: 736px) {
	.m_right005{
	    margin-right:1vw!important;
	}
	.m_right01{
	      margin-right: 2vw!important;
	}
	.m_right02{
	      margin-right: 4vw!important;
	}
	.m_right03{
	      margin-right: 5.5vw!important;
	}
	.m_right04{
	     margin-right: 6.5vw!important;
	}
	.m_right05{
	      margin-right: 8vw!important;
	}
}

.m_right-005{
    margin-right: -0.5rem!important;
}
.m_right-01{
    margin-right: -1rem!important;
}
.m_right-02{
    margin-right: -2rem!important;
}
.m_right-03{
    margin-right: -3rem!important;
}
.m_right-04{
    margin-right: -4rem!important;
}
.m_right-05{
    margin-right: -5rem!important;
}

@media screen and (max-width: 736px) {
	.m_right-005{
	    margin-right:-1vw!important;
	}
	.m_right-01{
	      margin-right: -2vw!important;
	}
	.m_right-02{
	      margin-right: -4vw!important;
	}
	.m_right-03{
	      margin-right:-5.5vw!important;
	}
	.m_right-04{
	     margin-right: -6.5vw!important;
	}
	.m_right-05{
	      margin-right: -8vw!important;
	}
}


.m_left005{
    margin-left: 0.5rem!important;
}
.m_left01{
    margin-left: 1rem!important;
}
.m_left02{
    margin-left: 2rem!important;
}
.m_left03{
    margin-left: 3rem!important;
}
.m_left04{
    margin-left: 4rem!important;
}
.m_left05{
    margin-left: 5rem!important;
}

@media screen and (max-width: 736px) {
	.m_left005{
	    margin-left:1vw!important;
	}
	.m_left01{
	      margin-left: 2vw!important;
	}
	.m_left02{
	      margin-left: 4vw!important;
	}
	.m_left03{
	      margin-left: 5.5vw!important;
	}
	.m_left04{
	     margin-left: 6.5vw!important;
	}
	.m_left05{
	      margin-left: 8vw!important;
	}
}

.m_left-005{
    margin-left: -0.5rem!important;
}
.m_left-01{
    margin-left: -1rem!important;
}
.m_left-02{
    margin-left: -2rem!important;
}
.m_left-03{
    margin-left: -3rem!important;
}
.m_left-04{
    margin-left: -4rem!important;
}
.m_left-05{
    margin-left: -5rem!important;
}

@media screen and (max-width: 736px) {
	.m_left-005{
	    margin-left:-1vw!important;
	}
	.m_left-01{
	      margin-left: -2vw!important;
	}
	.m_left-02{
	      margin-left: -4vw!important;
	}
	.m_left-03{
	      margin-left:-5.5vw!important;
	}
	.m_left-04{
	     margin-left: -6.5vw!important;
	}
	.m_left-05{
	      margin-left: -8vw!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-h01{
	line-height: 1!important;
}
.txt-h12{
	line-height: 1.2!important;
}
.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-space05{
	letter-spacing:05px!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.9rem!important;
}

.txt-xxsmall{
	font-size:0.7rem!important;
}

.txt-110per{
	font-size:110%;
}
.txt-120per{
	font-size:120%;
}
.txt-130per{
	font-size:130%;
}

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


.txt-days{
  font-feature-settings: "palt";
}


@media screen and (max-width: 736px) {
	.txt-cat {
	    font-size: 4rem!important;
	}
	.txt-xxlarge {
	    font-size: 7.5vw!important;
	}
	.txt-xlarge {
	    font-size: 6.5vw!important;
	}
	.txt-large {
	    font-size: 6vw!important;
	}
	.txt-xmiddle{
	   font-size: 4.5vw!important;
	}
	.txt-middle{
	   font-size: 4.2vw!important;
	}
	.txt-small{
		font-size: 3.8vw!important;
	}
	.txt-xsmall{
		font-size: 3.2vw!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-nowrap{
    flex-wrap: nowrap;
} 
.flex-box.flex-wrap{
    flex-wrap: wrap;
} 
   
 
.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;
}
.flex-box.justify-c_s {
	justify-content: space-evenly;
}
.flex-box.justify-c_f {
justify-content: flex-start;
}

.flex-box.align-i_s{
  align-items: stretch;
}

.flex-box.justify-c_sb {
	justify-content: space-between;
}
@media screen and (min-width: 736px) {
	.flex-box.justify-c_sb_pc {
		justify-content: space-between;
	}
}
@media screen and (max-width: 736px) {
	.flex-box.flex-wrap_sp{
	    flex-wrap: wrap;
	} 
	.flex-box.flex-nowrap_sp{
	    flex-wrap: nowrap;
	} 
}

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

-box

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


.round-box{
	border-radius: 10px;
	border-radius: 1rem;
	overflow: hidden;
}

.border-box {
	border: 2px #000 solid;
	overflow: hidden;
}


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

btn

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

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

.btn.btn_border{
  padding: 15px 45px;
  border: 1px #333 solid;
  color: #333;
}

.btn.btn_border.btn_border-bottom {
	border-width: 3px;
	border-style: double;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}


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

p.btn.btn_round {
    padding: 0.5rem;
}

.btn.btn_margin{
	margin:3px auto;
}
.btn.btn_small{
    padding: 0.5rem 35px 0.5rem 35px;
}


.btn.btn_sign::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_white.btn.btn_sign::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}


/*
.btn_arrow{
	position: absolute;
	top: 40%; 
    -webkit-transform: translateY(-50%) rotateY( 0deg ); 
	right: -25px;
	display: block;
	width: 50px;
	height: 0px;
}
.btn.btn_round .btn_arrow {
  top: 35%;
}


.btn_arrow span::before{
    content: '';
  position: absolute;
    bottom:-8px;
    left:15%;
    width: 85%;
    height: 1px;
  background:#333;
    transition: all .3s;
}

.btn_arrow span::after{
    content: '';
  position: absolute;
    bottom:-4px;
    right:0;
    width: 12px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    transition: all .3s;
}

.btn:hover .btn_arrow span::before{
    left:20%;
}

.btn:hover .btn_arrow span::after{
    right:-5%;
}
*/

.btn_arrow{
	position: absolute;
	top: 40%; 
	right: 0px;
	display: block;
    transition: all .3s;
}

.btn_arrow span::before{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:45%;
    right: 10px;
    /*矢印の形状*/
    width: 16px;
    height: 5px;
    border-top: 1px solid #333;
    transform: rotate(180deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btn_arrow span::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:45%;
    right: 10px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 0px solid #333!important;
    border-left:0!important;
    border-bottom:0!important;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
a:hover .btn_arrow{
	transform: translateX(5px);
}

.btn_arrow_basic{
	position: absolute;
	top: 40%; 
	right: 0px;
	display: block;
}

.btn_arrow_basic span::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:45%;
    right: 13px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-left:0!important;
    border-bottom:0!important;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
a:hover .btn_arrow_basic{
	transform: translateX(5px);
}


.btn_arrow_circle {
	border-radius: 50%;
    background-color: #a4a4a4;
    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 #a4a4a4 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_arrow_circle.btn_arrow_anc{
  top: 20%;
    transform: rotate(90deg);
}
a:hover .btn_arrow_circle.btn_arrow_anc{
    transform: rotate(90deg);
}

.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_arrow_pop {
  position: absolute;
  top: 45%;
  right: 20px;
  display: block;
}

.btn_arrow_pop span::before,
.btn_arrow_pop span::after {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px #333 solid;
	position: absolute;
	top: 0;
	left: 0;
}
.btn_arrow_pop span::after {
  top: -4px;
  left: 4px;
}




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

.btn-map.btn_border {
  border: 1px #aaa solid;
  padding: 0.5rem 10px;
}
.btn-map.btn_border-bottom {
  border: 1px #aaa dotted;
  padding: 0.5rem 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}






.shop-name .btn {
	border-color:#333;
}
.shop-name .btn_arrow_circle {
background-color: transparent!important;
}
.shop-name .btn_arrow_circle span:before {
  background-color: #333;
  height: 2px;
  width: 6px;
}
.shop-name .btn_arrow_circle span:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-width: 2px;
  width: 6px;
  height: 6px;
}
/*************************************************************

commons

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


#page-event {
	color: #333;
	background-color:#fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}


#htb-header-body{
	background-color: #1d326f;
	  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#htb-header-body a{
    padding: 15px 5px 15px 5px;
    display: block;
  max-width: 200px;
}


#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_helvetica{
	font-family: 'helvetica', sans-serif;
}
.f_Garamond{
font-family: 'EB Garamond', sans-serif;
}
.f_Hind{
font-family: 'Hind', sans-serif;
}
.f_Roboto{
font-family: 'Roboto', sans-serif;

}
.f_Tangerine{
font-family: 'Tangerine', cursive;

}

.f_Shippori{
font-family: 'Shippori Mincho', serif;
}
.f_Hurricane{
	font-family: 'Hurricane', sans-serif;
}


.item-container-side {
}

@media screen and (max-width: 1280px) {
	.item-container-side {
	  padding: 0 6rem 0 0rem;
	}
}
@media screen and (min-width: 1281px) {
	.item-container-side {
	  padding: 0 12rem 0 0rem;
	}
}
@media screen and (max-width: 768px) {
	.item-container-side {
	  padding: 0 0rem 0 0rem;
	}
}


.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: #eee;
}

.base-img.base-img30{
  width: auto;
  padding-top: 30%;
}
.base-img.base-img40{
  width: auto;
  padding-top: 40%;
}

.base-img.base-img50{
  width: auto;
  padding-top: 50%;
}
.base-img.base-img60{
  width: auto;
  padding-top: 60%;
}

.base-img.base-img70{
  width: auto;
  padding-top: 70%;
}

.base-img.base-img80{
  width: auto;
  padding-top: 80%;
}
.base-img.base-img100{
  width: auto;
  padding-top: 100%;
}
.base-img.base-img120{
  width: auto;
  padding-top: 120%;
}


.circle-img  {
    width: 100%;
    padding-top:100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    position: relative;
    background-color: #eee;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
}

.square-img {
  padding-top: 100%;
}
.circle-img {
  border-radius:50%
}
.round-img {
  border-radius:1rem;
}

.base-img.bg-size_contain {
  background-size: contain;
}
.base-img.bg-size_cover {
  background-size: cover;
}
.news-box{}
.news-box{
    position: relative;
    text-align: left;
    padding: 1rem 1rem 1rem 20%;
    display: inline-block;
    background-color: #eee;
}

.news-box:before {
	content: attr(data-label);
    font-family: 'Mohave', sans-serif;
    font-size: 2.3rem;
    font-weight: 500;
    font-style: italic;
    color: #CCCCCC;
    position: absolute;
    width: 25%;
    display: block;
    z-index: 2;
    left: 0;
    text-align: center;
    opacity: 1;
    letter-spacing: 0px;
    line-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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 3vw 0px;
	padding: 0px 1rem 0px;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.txt-balloon span:before,
.txt-balloon span:after {
    content: "";
    height: 3.5vh;
    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);
}


.c_black.txt-balloon span:before, .c_black.txt-balloon span:after {
  background: #000!important;
}




.txt-brackets span{
	padding: 30px;
	position: relative;
	display:inline-block;
}
.txt-brackets span::before, .txt-brackets span::after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}
.txt-brackets span::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}
.txt-brackets span::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}




.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) {


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

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

	.news-box {
	    padding: 1rem 1rem 1rem 10vh;
	}
	.news-box:before {
	    font-size: 2.5vh;
	}
	.base-img.base-img80-sp{
	  width: auto;
	  padding-top: 80%;
	}
	.base-img.base-img100-sp{
	  width: auto;
	  padding-top: 100%;
	}
	.base-img.base-img120-sp{
	  width: auto;
	  padding-top: 120%;
	}



}


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

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


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

#side-navi

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


.side-navi-btn-circle {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
width: 120px;
   height: 120px;
  text-align: center;
  background: #29abe2;
  border-radius: 50%;
  box-sizing: border-box;
}



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

場内マップ

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

.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 0rem 0 0rem!important;;
    display: inline-block!important;
    position: relative!important;
}



.mapno.wellcomearea,
.bg_wellcomearea{
    background: #753A97!important;
}
.mapno_txt.wellcomearea,
.c_wellcomearea{
	color:#753A97!important;
}

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

.mapno.adventurepark,
.bg_adventurepark{
	background:#9A4C34!important;
}
.mapno_txt.adventurepark,
.c_adventurepark{
	color:#9A4C34!important;
}
.mapno.towercity,
.bg_towercity{
	background:#EE1D23!important;
}
.mapno_txt.towercity,
.c_towercity{
	color:#EE1D23!important;
}
.mapno.amsterdamcity,
.bg_amsterdamcity{
	background:#F382B7!important;
}
.mapno_txt.amsterdamcity,
.c_amsterdamcity{
	color:#F382B7!important;
}
.mapno.harbortown,
.bg_harbortown{
	background:#2098d1!important;
}
.mapno_txt.harbortown,
.c_harbortown{
	color:#2098d1!important;
}
.mapno.attractiontown,
.bg_attractiontown{
	background:#FCB814!important;
}
.mapno_txt.attractiontown,
.c_attractiontown{
	color:#FCB814!important;
}
.mapno.artgarden,
.bg_artgarden{
	background:#658441!important;
}
.mapno_txt.artgarden,
.c_artgarden{
	color:#658441!important;
}
.mapno.forest,
.bg_forest{
	background:#40630f!important;
}
.mapno_txt.forest,
.c_forest{
	color:#40630f!important;
}
.mapno.hotelrestaurant,
.bg_hotelrestaurant{
	background:#5d1e0b!important;
}
.mapno.rotterdam,
.bg_rotterdam{
	background:#999!important;
}
.mapno.fantasiacity,
.bg_fantasiacity{
    background: #00ABCA!important;
}
.mapno_txt.fantasiacity,
.c_fantasiacity{
    color: #00ABCA!important;
}
.mapno.other,
.bg_other{
	background:#666!important;
}
.mapno.maptxt {
    margin: 0  0  0 0.3rem;
    padding: 0 0rem;
    color:#333!important;
}

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

#autumn

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




/*******************************
.animate
*******************************/

.js-view{
	opacity:0;
	transition: all 0.4s;
}


.is-in-view.js-fadeInLeft {
	opacity: 1;
	animation-name:fadeInLeftAnime;
	animation-duration:1.5s;
	animation-timing-function: ease;
	animation-fill-mode:forwards;
}
@keyframes fadeInLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-in-view.js-fadeInUp {
	opacity: 0;
	animation-name:fadeInUpAnime;
	animation-duration:1.5s;
	animation-delay:0s;
	animation-timing-function: ease;
	animation-fill-mode:forwards;
}
@keyframes fadeInUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
.is-in-view.js-mask-img{
	opacity: 1;
	clip-path: circle(0.0% at 50% 50%);
	width: 100%;
	height: 100%;
	animation-name:maskAnime;
	animation-duration:1.5s;
	animation-timing-function: ease;
	animation-fill-mode:forwards;
	transition-delay: 0s;
}
@keyframes maskAnime {
  from {
    clip-path: circle(0.0% at 50% 50%);
  }
  to {
   clip-path: circle(70.7% at 50% 50%);
  }
}
*/
.is-in-view.js-mask-img{
	opacity: 1;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	width: 100%;
	height: 100%;
	animation-name:maskAnime;
	animation-duration:1.5s;
		animation-delay:0.5s;
	animation-timing-function: ease;
	animation-fill-mode:forwards;
	transition-delay:0s;
	position: relative;
	z-index: 1;
}
@keyframes maskAnime {
  from {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
   clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}





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

.slick

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


.slick-dots {
    position: absolute;
    bottom: -20px;
    right: 170px;
	right: 0;
    left: 0;
    width: auto;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}
.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    cursor: pointer;
    background: #ddd;
}
.slick-dots li.slick-active button {
    background: #999;
}


.slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  border: none;
  padding: 0;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 100;
  cursor: pointer;
  outline: none;
	background: #fff;
    border: 1px #999 solid;
  border-radius: 50%;
	top: 25%;
	bottom: auto;
	-webkit-transition: background 300ms;
	transition: background 300ms;
}

.slick-prev:before,
.slick-next:before{
	display:none;
}

.slick-arrow:hover {
	background: #999;
}
.slick-arrow.slick-next {
    right: 40px;
    
  }
.slick-arrow.slick-prev {
	right: 80px;
	left: auto
}
.slick-arrow.slick-prev::after {
  right: calc(50% - 8px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-arrow::after {
  border: solid #999;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: calc(50% - 4px);
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slick-arrow:hover::after {
  border-color:#fff;
}


@media screen and (max-width: 767px) {
	.slick-arrow.slick-next {
		right: 0px!important;
	}
	.slick-arrow.slick-prev {
		left: 0px!important;
	}
	.slick-arrow {
	}
	.slick-dots {
		right: 28%!important;
		right: 0%!important;
		bottom: -20px;
		position: relative;
	}
}


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

.modal モーダル

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



/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1001;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0,0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 80%;/* これが無いと「overflow:scroll」が利かない */
  width: 60%;/* これが無いと「overflow:scroll」が利かない */
  background: #fff;
  padding: 20px;
  border: 2px #9e9e9e solid;
  max-width:800px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}


@media screen and (max-width: 736px){
	.modal-content{
		 padding: 10px;
	  width: 90%;/* これが無いと「overflow:scroll」が利かない */
	}

}


/*****************************************
#shutter
*****************************************/

#shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#7acfdb;
  z-index:9999;
  display: none;
}
#shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
#shutter.loading {
  -webkit-animation: byeShutter 2.6s forwards;
          animation: byeShutter 2.6s forwards;
}
#shutter.loading::before {
  -webkit-animation: shutterOpen 2.6s forwards;
          animation: shutterOpen 2.6s forwards;
}
#shutter.loading:after {
	content: '';
}


@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
