@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
}
::-webkit-scrollbar { width: 8px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) { 
    .container { width: 1100px }
}
h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h1 small { text-transform: lowercase }
h2 {
    line-height: 1.4;
    font-weight: bolder;
    border-bottom:2px solid #f2ab30;
    padding-bottom:0.2em;
    margin-bottom:1.5em;
}
h3 {
    font-weight: bolder;
}

.square_btn {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

@media (min-width: 1200px) { 
    #tf-toroku p { text-align: left; }
}
h5 { font-size: 20px }
p,li { 
    line-height: 1.4;
    font-size: 18px 
}
a {
    color: #111;
    transition: all 0.5s;
    text-decoration: underline;
}
a.cwhite {
    color: #fff;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #cc0000;
}
.highlight { color: #ff9900 }
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
/* Navigation */
.navbar-header {
    padding: 0 0 10px 0;
    width: 100%;
}

#tf-menu {
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 10px 0 0 0;
    height: auto;
}

.navbar-brand img {
    max-width:100%;
}


@media (max-width:560px) { 
.navbar-header {
}
.navbar-brand {
    max-width:83%;
}

.navbar-header {
    padding: 0 0 0 0;
}
}

@media (max-width:460px) { 
.navbar-toggle {
    padding: 0px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar {
min-height: 30px;
}
}

.navbar-brand { padding:0px 15px }

@media (max-width: 390px){
h3 {font-size: 16px;}
.navbar-brand {
    max-width:80%;
}
.navbar-toggle {
    padding: 0px 10px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-brand { padding:0px 5px }
}

.navbar-default .navbar-nav {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
}

.navbar-default .navbar-nav > li {
    border-right:1px dotted #999999;
    background-color: #efefef;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    display: table;
    flex-grow: 1;
}
.navbar-default .navbar-nav > li:last-child {
    border-right:none;
}
.navbar-default .navbar-nav > li > a {
    height: 4.5em;
    text-decoration: none;
    font-size:11px;
    line-height: 1.4em;
    padding:.2em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: #f2ab30;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar { color: #FFCC33 }
/* Header Page */
#tf-header {
    padding: 20px 0;
    background: #ffcc33;
    margin-top: 70px;
    color: #ffffff;
}
#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
}
#tf-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
#tf-header .breadcrumb > li a { color: #ffffff }

/* Home Style */
#tf-home {
    background: url(../img/bg/01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}
#tf-home .overlay {
    background: rgba(0,0,0,0.8);
    padding: 170px 0 50px 0;
    background-attachment: fixed;
}
#tf-home h1 { 
    color: #f2ab30;
    line-height: 1.4;
}
.content-heading p.lead { margin-bottom: 80px }

@media (max-width: 390px){
#tf-home .overlay {
    padding: 90px 0 30px 0;
}
}

/* セクション */
.part-section {
    background-color: #cc8100;
    padding: 5% 0 100px 0;
    color: #ffffff;
    text-align: center;
}
.part-section p,.part-section li,.part-section h3{
    text-align: left;
}
.part-section:nth-child(even) {
    background-color: #f9f9f9;
    padding: 5% 0 100px 0;
    color: #333333;
    text-align: center;
}
.part-section:nth-child(even) p,.part-section:nth-child(even) li,.part-section:nth-child(even) h3{
    text-align: left;
}

/* 入場方法 */
#tf-intro {
}
#tf-intro p,#tf-intro h3{
}

/* コスプレ登録について */

#tf-toroku {
}
#tf-toroku p,#tf-toroku h3{
}

/* 禁止・制限事項 */

#tf-kinsi {
}
#tf-kinsi p,#tf-kinsi h3{
}

/* 更衣室の利用について */

#tf-room {
}
#tf-room p,#tf-room h3{
}

/* 写真撮影について */

#tf-photo {
}
#tf-photo p,#tf-photo h3{
}

/* その他、注意事項 */

#tf-attention {
}
#tf-attention p,#tf-attention h3{
}

/* COVID-19 */
#tf-covid19 {
}
#tf-covid19 p,#tf-covid19 h3{
}

/* 事前確認について */

#tf-check {
}
#tf-check p,#tf-check h3{
}

/* Footer */
#tf-footer {
}

ul.social{
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

ul.head{
}


@media (max-width: 768px){
ul.head {
    position:absolute;
    bottom:-50px;
    right:0px;
    display: flex;
    justify-content: right;
}
}

ul.social li a i {
    font-size: 18px;
    background: #fff;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    margin-top: 10px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.5s;
}
ul.social li a i.fa-facebook {
    color: #3b5998;
}
ul.social li a i.fa-twitter {
    color: #1da1f2;
}
ul.social li a i:hover { border-color: #FFCC33 }


/* scrollmark */
a.scrollmark {
	position: relative;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
}
a.scrollmark span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}
a.scrollmark span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
a.scrollmark span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 20px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 20px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
a.scrollmark span.bwhite {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #999;
	border-radius: 100%;
	box-sizing: border-box;
}
a.scrollmark span.bwhite::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
a.scrollmark span.bwhite::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(66,66,66,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb2 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 20px rgba(66,66,66,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 20px rgba(66,66,66,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}