/* CSS Document */

@charset "UTF-8";

/* -------------------------------------------------- */
/* グローバルナビゲーション */
/* -------------------------------------------------- */

@media only screen and (min-width: 769px) {
nav ul li:nth-of-type(3) a {
	border-bottom: 4px solid #FFF;
}
}

/* -------------------------------------------------- */
/* ヘッダー */
/* -------------------------------------------------- */

header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 10;
}
@media only screen and (min-width: 769px) {
header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color: #FFF;
}
}

header #main {
    height: 20vh;
    background-image: url(../img/common/dot.gif),url(../img/ticket/bg_main_01.jpg);
    background-repeat: repeat, no-repeat;
    background-blend-mode: overlay;
    background-size: auto, cover;
    background-position: center 80%;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    position: relative;
    padding-top: 90px;
}
@media only screen and (min-width: 769px) {
header #main {
    height: 360px;
    padding-top: 0px;
    background-position: center 80%;
}
}


header #pmain {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    background-color: #000;
}
@media only screen and (min-width: 769px) {
header #pmain {
    position: inherit;
    background-color:  transparent;
    height: auto;
}
}


h1 {
    /*border: 1px solid #FFF;*/
    margin: 8vw auto 1vw auto;
    width: 50vw;
    height: auto;
    text-align: left;
    /*padding: 10vw;*/
    z-index: 10;
}
@media only screen and (min-width: 769px) {
h1 {
    margin: 80px auto 0 auto !important;
    width: 600px;
    height: auto;
    /*padding: 10vw;*/
}
}


header h2 {
    position: absolute;
    text-align: center;
    bottom:0;
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-size: 26px;
    padding: 2vw 0;
}
@media only screen and (min-width: 769px) {
header h2 {
    position: relative;
    width: auto;
    background-color: transparent;
    /*border: 1px solid #FFF;*/
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 10px #3d3d3d;
    padding: 0;
}
}

header div.boldtext {
    margin-top: -30px;
    font-size: 40px !important;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 10px #3d3d3d;
}
@media only screen and (min-width: 769px) {
header div.boldtext {
    display: none;
}
}

main {
    width: 100%;
    padding: 0;
    line-height: 160%;
	/*border: 10px solid #CCC;*/
}

main article {
    margin: 0 4vw 30px 4vw;
}
@media only screen and (min-width: 769px) {
main article {
    /*margin: 0 100px 30px 100px;*/
    margin: 0 14vw 30px 14vw;
}
}

main article .date {
    color: #999;
}
main article h2 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

main article h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
}


main article strong {
    font-size: 20px;
    font-weight: bold;
}

main article .message2 {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    position: relative;
    min-width: 120px;
    max-width: 100%;
    /*width: 100%;*/
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #E65A77;
    padding: 20px;
}
main article .message2:before,
main article .message2:after {
    position: absolute;
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 14px;
}
main article .message2:before {
    border-top-color: #FFF;
    margin-left: -14px;
}
main article .message2:after {
    border-top-color: #E65A77;
    margin: -1px 0 0 -14px;
}

main article .message2 strong {
    font-size: 70px;
    line-height: 70px;
}

main article .message2 h2.circle {
    padding: 0;
    margin: 0;
    color: #E65A77;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFF;
    text-align:center;
    line-height: 80px;
}

main article .message2 h2.circle {
    padding: 0;
    margin: 0;
    color: #E65A77;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFF;
    text-align:center;
    line-height: 80px;
}

main article table {
    width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
    border-collapse:  collapse;
}

main article#ticket_header table {
	margin: 20px 0px 0px 0px;
}

main article table th {
	margin: 0px 0px 0px 0px;
	padding: 6px;
	font-weight: bold;
	text-align: center;
	background-color: #F8CDD6;
    color: #000;
	border: 1px solid #000;
}
main article table td {
	margin: 0px 0px 0px 0px;
	padding: 6px;
	text-align: center;
	border: 1px solid #000;
    background-color: #FFF;
}

/*main article#ticket_header a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #000;
    padding: 6vw;
    text-align: center;
    font-size: 18px;
}
@media only screen and (min-width: 769px) {
main article#ticket_header a {
    padding: 2vw;
}
}

main article#ticket_header a:link { color:#FFF; text-decoration: none; }
main article#ticket_header a:visited { color:#FFF; text-decoration: none; }
main article#ticket_header a:hover { color:#FFF; text-decoration: none; }
main article#ticket_header a:active { color:#FFF; text-decoration: none; }
main article#ticket_header a:focus { outline:none;}*/

main article#ticket_header a:not(.realcontent) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #000;
	color:#FFF;
    padding: 6vw;
    text-align: center;
    font-size: 18px;
}

@media only screen and (min-width: 769px) {
main article#ticket_header a:not(.realcontent) {
    padding: 2vw;
}
}

main article#ticket_header a:not(.realcontent):link { color:#FFF; text-decoration: none; }
main article#ticket_header a:not(.realcontent):visited { color:#FFF; text-decoration: none; }
main article#ticket_header a:not(.realcontent):hover { color:#FFF; text-decoration: none; }
main article#ticket_header a:not(.realcontent):active { color:#FFF; text-decoration: none; }
main article#ticket_header a:not(.realcontent):focus { outline:none;}

main article#ticket_header a.realcontent { color:#FFF; text-decoration: none; }


main article#ticket_header {
    margin: 0 0 20px 0;
    padding: 20px;
    background-color: #E65A77;
    text-align: center;
}
@media only screen and (min-width: 769px) {
main article#ticket_header {
    /*background-color: #E65A77;
    text-align: center;*/
}
}

main article#ticket_header .insidebox {
    margin: 0 0 20px 0;
    padding: 20px;
}
@media only screen and (min-width: 769px) {
main article#ticket_header .insidebox {
    margin: 0 0 20px 0;
    padding: 20px 340px !important;
}
}



main article#ticket_header h2.icon {
    /*border: 1px solid #FFF;*/
    margin: 8vw auto 1vw auto;
    width: 40vw;
    height: auto;
    text-align: left;
    /*padding: 10vw;*/
    z-index: 10;
}
@media only screen and (min-width: 769px) {
main article#ticket_header h2.icon {
    margin: auto;
    padding: 30px 0;
    width: 300px;
    height: auto;
    /*padding: 10vw;*/
}
}

/*main article#ticket_header a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 50%;
    background-color: #000;
    padding: 2vw;
    margin: 20px auto!important;
    text-align: center;
}*/

.st_main_img {
	text-align: center;
}
.st_main_img img {
	/*max-width: 300px;*/
	max-width: 240px;
}

main article ul.stlocal {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
	list-style-type: none;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    /*align-items: center;*/  /* 子要素をflexboxにより中央に配置する */
}
@media only screen and (min-width: 769px) {
main article ul.stlocal {
    justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
    align-items: flex-start;  /* 子要素をflexboxにより中央に配置する */
}
}

main article ul.stlocal li {
    width: 90vw;
	text-align: center;
	/*display: table-cell;*/
	/*border: 1px solid #CCC;*/
	/*display: flex;
	align-items: center;*/
}
@media only screen and (min-width: 769px) {
main article ul.stlocal li {
    margin: 10px;
	/*width: 240px;*/
	width: 200px;
	/*border: 1px solid #000;*/
}
}


main article ul.stlocal li img {
    width: 42vw;
	height: auto;
    /*height: calc(100% * 0.72);*/
	/*width: 20%;
	height: calc(20% * 0.72);*/
    object-fit: cover;
	/*border: 1px solid #00B0EC;*/
}
@media only screen and (min-width: 769px) {

main article ul.stlocal::after{
  content: "";
  display: block;
  /*width: 520px;*/
  width: 320px;
}
main article ul.stlocal li img {
    /*width: 500px;
    height: 360px;*/
    max-width: 200px;
    height: auto;
    object-fit: cover; 
}
}

main article div.linkstlocal a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #009E96;
	color:#FFF;
    padding: 2vw;
    text-align: center;
    font-size: 18px;
}

@media only screen and (min-width: 769px) {
main article div.linkstlocal a {
    padding: 2vw;
}
}
