@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');



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

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

}

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

#container {
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #e6efff url(../images/common/loading.gif) center center no-repeat; 
}


div#eventfooter {
    background: #fff;
margin-top: 0px;
}

.sm-slider{
    background: #040d29;
}



img.hover{
	opacity: 0.5;
}

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

img.img-border {
    border: 1px rgba(255, 255, 255, 0.38) solid;
    /* padding: 2px; */
    margin: 5px;
    width: 96%;
}

img.img-radius {
    border-radius: 10px;
}

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

img.img-rotate-l {
    transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}
.item-container .item-container-body.wide{
  position: relative;
  overflow: hidden;
	width: 100%;
  margin: 0 auto;
  text-align: center;
    max-width: 100%;
   	padding: 30px 0;
}


hr {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 1px #e76177 dotted;
}
hr.clear {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 0px #c1a962 dotted;
}


.item-container h2 {
    line-height: 1.4;
    padding: 0px;
    font-size: 50px;
    text-align: left;
}

.item-container h2 span {
}


.item-container h3 {
	line-height: 1.3;
    padding: 30px 0 30px;
    font-size: 21px;
    text-align: center;
    margin: 0px 0 5px;
    letter-spacing: 2px;
}

.item-container h3 span {
}



.item-container h3.ttl {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0 10px;
    text-align: center;
	position: relative;
}
.item-container h3.ttl span {
	padding: 0px;
	display: inline-block;
}


.item h4 {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: normal;
}

.item h4 span {
    display: block;
    font-weight: block;
    font-size: 80%;
}
.item h4 span span {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    background: #d07c9a;
    color: #fff;
    padding: 6px 4px;
    margin: 0 0 10px 0;
}

.item .inbody p.txt {
    line-height: 1.8;
    font-size: 16px;
	padding: 0 5px;
    text-align: center;
}

.item .inbody p.txt.ttl {
    font-size: 18px;
    font-weight: bold;
}

table.tbl-border {
    border-left: 0px #999 solid;
    border-top: 0px #999 dotted;
    border-bottom: 0px #999 solid;
    font-size: 16px;
    width: auto;
    color: #333;
}

table.tbl-border th{
    padding: 10px;
    border-bottom: 1px #333   solid;
	border-top: 0px #999 dotted;
    border-right: 0px #999 solid;
    white-space: nowrap;
    text-align: center;
	width: 25%;
    line-height: 1.6;
}


table.tbl-border td{
	padding: 10px;
	border-bottom: 1px #333  solid;
	border-top: 0px #999 dotted;
	border-right: 0px #999 solid;
	text-align: left;
	background: transparent;
	line-height: 1.6;
	vertical-align: top;
}

.of_visible;{
    overflow: visible;
}

/****************************
common
****************************/

#page-event {
	background-color: #ffff99;
    color: #333;
    background-position: center 900px;
    background-size: contain;
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

.margin-top-50{
    margin-top: -50px!important;
}
.margin-top-100{
    margin-top: -100px!important;
}
.margin-top-250{
    margin-top: -250px!important;
}
.margin-right-50{
    margin-right: -50px;
}
.margin-left-50{
    margin-left: -50px;
}
.margin-right-30{
    margin-right: -30px;
}
.margin-left-30{
    margin-left: -30px;
}


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


.margin-top-50,
.margin-top-100,
.margin-top-250 {
    margin-top:0px!important;
}
.margin-top-50-sp {
    margin-top: -50px!important;
}
.margin-top-100-sp {
    margin-top: -100px!important;
}
.margin-right-30,
.margin-right-50 {
    margin-right: -0px!important;
}

.margin-top-100 {
    margin-top:0px!important;
}
.margin-top-50-sp{
    margin-top:-50px!important;
}


}

/****************************
origin
****************************/

h2.ttl-header {
    font-size: 4.5vh;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    margin:0 0 1% 0;
    border: 1px #2098d1 solid;
    border-left: 0;
    border-right: 0;
background-color: #d3f9f9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)), -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
    -webkit-background-size: 2px 2px;
}

h2.ttl-header span {
	display: inline-block;
    padding: 1rem;
    font-size: 60%;
    min-width: 220px;
    color: #1aabe3;
	font-weight: 400;
}

h3.ttl-header {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    text-align: center;
    position: relative;
}


h4.ttl-header{
    font-size: 1.6rem;
    font-weight: bold!important;
	color: #3fbfbf;
	margin: 5px 0;
}

.item h4.ttl-header span {
    display: block;
    font-weight: block;
    font-size: 80%;
    font-weight: bold;
}

h5.ttl-header {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    margin: 0 0 1% 0;
    line-height: 1;
}

h5.ttl-header span {
    display: inline-block;
    border: 0px #2098d1 solid;
    border-radius: 999px;
    padding: 0.6rem;
    font-size: 90%;
    min-width: 220px;
    background: #1aabe3;
    color: #fff;
}

.item .inbody p.txt {
    line-height: 1.8;
    font-size: 1rem;
	padding: 0.5rem;
    text-align: center;
}

.item .inbody p.txt.ttl {
    font-size: 3vh;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
	line-height: 1.2;
	padding: 8px;
}

.item .inbody p.txt.ttls {
    font-size: 2.5vh;
    font-weight: 600;
}

.item .inbody p.txt.txt-small {
    font-size: 0.85rem;
}

.item .inbody p.txt.ttl.ttl-place span {
    font-size: 60%;
}


.item .inbody p.txt.ttl.ttl-place   {
    background: #f2ecdc;
    margin: 0 4px;
	padding: 8px;

}


.item .inbody p.txt.place {
    font-size: 1.3vh;
}


ul.note {
    font-size: 0.85rem;
    text-align: left;
    padding-left: 14px;
}
.note li {
    background: none!important;
    line-height: 1.6;
    margin: 0px 0 5px;
list-style: none;
}
.note li:before {
    content: "・";
    color: ;
    margin-left: -14px;
    margin-right: 5px;
}

dl.qa {
font-size: 1.1vw;
    text-align: left;
    padding-left: 14px;
}
.qa  dt,
.qa  dd {
	background: none!important;
    line-height: 1.6;
    margin: 0px 0 0px 10px;
    list-style: none;
list-style: none;
}
.qa  dt {
    font-weight: 600;
    padding: 5px 0 0px 0;
    position: relative;
    z-index: 1;
}

.qa  dd {
    padding: 5px 0 10px 0;
}

.qa  dt:before {
    content: "Q";
    color: ;
    margin-left: -14px;
    margin-right: 5px;
	    color: #2098d1;
}


.qa  dt:after {
	content: "";
    background: #e1e1e1;
    position: absolute;
	width: 200%;
    height: 100%;
    left: -18px;
    z-index: -1;
    top: 0;
}

dl#faq dt {
	padding: 5px 10px 5px 0;
    color: #1aabe3;
}

dl#faq dt:after {
	content: "▼";
    clear: both;
    right: 0;
    left: auto;
    background: transparent;
    width: auto;
    font-size: 0.7rem;
    height: auto;
    top: 1%;
}

.qa  dd:before {
    content: "A";
    color: ;
    margin-left: -14px;
    margin-right: 5px;
    color: #d12020;
}


a.button {
    display: inline-block;
    /* border: 4px #943374 solid; */
    background: #3fbfbf;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow: hidden;
    color: #fff;
    font-weight: normal;
    padding: 15px 40px;
    margin: 20px auto;
    line-height: 1.2;
    font-size: 1rem;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 2px;
}

a.btn-txtlink {
    display: inline-block;
}
a.btn-txtlink:after {
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 0px 0 10px;
    padding: 0px;
    float: right;
}

a.button.btn-txt {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-bottom: 1px #000 solid;
    color: #000;
	font-size: 0.9rem;
}



table.tbl-border.tbl-ticket {
    border-left: 0px #999 solid;
    border-top: 0px #999 solid;
    border-bottom: 0px #999 solid;
    font-size: 1.5vw;
    width: auto;
    color: #fff;
    width: 100%;
}

table.tbl-border.tbl-ticket th,
table.tbl-border.tbl-ticket td {
    border-right: 0px #999 solid;
    border-bottom: 0px #000 solid;
    width: auto;
    text-align: center;
}
table.tbl-border.tbl-ticket th {
	padding: 5px;
    margin: 0;
}
table.tbl-border.tbl-ticket td {
	padding: 5px;
    margin: 0; 
    text-align: left;
}



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

 .align_l-sp{
    text-align: left!important;
 }
	h2.ttl-header {
	    font-size: 2.8vh;
	}
	h3.ttl-header {
		font-size: 3vh;
	}
	h5.ttl-header {
		font-size: 2vh;
	}
	.item-container h3.ttl {
	    font-size: 2.8vh;
	    padding: 0;
	}
	.item-container h4.ttl {
		    font-size: 1.4rem;
	}
	.item .inbody p.ttl {
		font-size: 0.85rem;
	}
	table.tbl-border {
	    font-size: 0.8rem;
	}
	table.tbl-border.tbl-ticket {
	    font-size: 2.5vh;
	}
	.item .inbody p.txt.ttl {
	    font-size: 5vw;
	}
	.item .inbody p.txt {
		font-size: 1.8vh;
	}
	.item .inbody p.txt.txt-small {
		font-size: 1.4vh;
	}
	.item .inbody {
	    padding: 5px;
	}
	ul.note,
	dl.qa {
		font-size: 1.4vh;
	}
	.main-img {
	    height: 400px;
	}
	.img-box {
	    height: 18vh;
	}
	.img-box.img04 {
	    background-position: right center;
	}
	h4.ttl-header {
	    font-size: 3vh;
	}

	.item .inbody p.txt.ttl.ttl-place {
	    padding: 8px 2px;
	}
	.hotle-plan table.tbl-border {
	    font-size: 1vh;
	}

}



/****************************
#intro
****************************/

#intro {
    background-color: #ffff99;
}


#intro .ttl_main{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    left:0;
    right:0;
    margin:0 auto;
}



@media screen and (max-width: 736px) {
	#intro {
	    background-position: center right;
	}
	#intro h2.txt.ttl {
	    font-size: 3.5vh;
	}
}

/****************************
#商品情報
****************************/
.inbody.item-inner {
    background: #fff;
    margin: 1%;
    position: relative;
}

.inbody.item-inner .tags {
	position: absolute;
    top: 0;
    left: 0;
}
.inbody.item-inner .tags span{
	display: inline-block;
    background: #2098d1;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.6rem 0.8rem;
    border: 1px #fff solid;
}
.inbody.item-inner .tags span.stamina{
    background: #f44900;
}


.inbody.item-inner h4.item-name {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    font-weight: normal;
	margin: 0.5rem 0;
}

.inbody.item-inner h4.item-namespan {
    display: block;
    font-weight:bold;
    font-size: 80%;
}
.inbody.item-inner table.tbl-border {
    font-size: 0.9rem;
    width: 100%;
}

.inbody.item-inner table.tbl-border th,
.inbody.item-inner table.tbl-border td {
    border-bottom: 1px #999 dotted;
}

.inbody.item-inner table.tbl-border .point-txt{
color: #ff6600;
}
.inbody.item-inner span.en {
    font-family: 'Bebas Neue', cursive;
    font-size: 150%;
    font-weight: normal!important;
    position: relative;
    top: 2px;
}

.inbody.item-inner p.price {
    line-height: 1.2;
}