@charset "utf-8";
/*
Theme Name: TOZ Responsive Theme Framework on Bootstrap3
Theme URI: http://spids.jp/
Description: WordPress responsive theme framework for multi devices powered by Bootstrap3.
Version: 0.1
Author: SPi design studio
Author URI: http://spids.jp/
Tags: framework, responsive design, bootstrap3, position fixed side and footer section
*/

/*----------------------------------------------------------------------

	bootstrap gutter customize

----------------------------------------------------------------------*/
.row-0 { margin-left:0px; margin-right:0px; } .row-0 > [class*='col-'] { padding-right:0px; padding-left:0px; } .row-10 { margin-left:-5px; margin-right:-5px; } .row-10 > [class*='col-'] { padding-right:5px; padding-left:5px; } .row-20 { margin-left:-10px; margin-right:-10px; } .row-20 > [class*='col-'] { padding-right:10px; padding-left:10px; } .row-30 { margin-left:-15px; margin-right:-15px; } .row-30 > [class*='col-'] { padding-right:15px; padding-left:15px; } .row-40 { margin-left:-20px; margin-right:-20px; } .row-40 > [class*='col-'] { padding-right:20px; padding-left:20px; }

/*----------------------------------------------------------------------

	common

----------------------------------------------------------------------*/
html, body {
	font-family: 'Noto Sans Japanese', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: YuGothic, "游ゴシック", sans-serif;*/
	color: #310F1A;
	font-size: 14px;
}
a,
a:hover,
a:focus {
	color: #310F1A;
	outline: none;
	transition: all .5s;
}
a:visited {
	color: #310F1A;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container,
.container-fluid {
  padding-right: 85px;
}
@media (max-width: 767px) {
	.container,
	.container-fluid {
		padding-right: 15px;
	}
}
.form-control {
	font-size: 16px;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print {
  a[href]:after {
    content: "";
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
	margin: 0;
}

.text-pink {
	color: #E386A5;
}

/*----------------------------------------------------------------------

	header.php

----------------------------------------------------------------------*/
header {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 100vh;
	background-color: #DFB0BF;
}
@media (max-width: 767px) {
	header {
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		background-color: transparent;
	}
}

/*----------------------------------------
		logo
*/
.wv-logo {
	position: absolute;
	width: 144px;
	height: 150px;
	top: 15px;
	left: 15px;
	z-index: 999;
}
.wv-logo img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.wv-logo {
		width: 72px;
		height: 75px;
		top: 5px;
		left: 5px;
	}
}

/*----------------------------------------
		humbarger button
*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 102;
}
.menu-trigger {
	position: relative;
	width: 70px;
	height: 70px;
	background-color: #310F1A;
}
.menu-trigger.active {
	background-color: transparent;
}
.menu-trigger span {
	position: absolute;
	left: 25px;
	width: 20px;
	height: 2px;
	background-color: #fff;
}
.menu-trigger.active span {
	background-color: #310F1A;
}
.menu-trigger span:nth-of-type(1) {
	top: 27px;
}
.menu-trigger span:nth-of-type(2) {
	top: 34px;
}
.menu-trigger span:nth-of-type(3) {
	top: 41px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
@media (max-width: 767px) {
	.menu-trigger {
		width: 50px;
		height: 50px;
		/*background-color: rgba(255,255,255,.75);*/
		border: 1px solid #EFD7DF;
		background-color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.menu-trigger.active {
		border: none;
	}
	.menu-trigger span {
		left: 14px;
		background-color: #310F1A;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 16px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 23px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 30px;
	}
}

/*----------------------------------------
		global navigation
*/
.header-navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,.95);
	z-index: 101;
	display: none;
	overflow: scroll;
}
.header-navi .container {
  padding-right: 60px;
}
@media (max-width: 767px) {
	.header-navi {
		overflow: hidden;
	}
}

/*----------------------------------------
		side menu
*/
.side-menu {
	position: absolute;
	top: 70px;
	margin:0;
	padding: 0;
	list-style-type: none;
}
.side-menu li {
	margin: 1px 0 0;
	padding: 0;
	width: 70px;
	height: 70px;
	background-color: #310F1A;
	font-size: 12px;
	text-align: center;
}
.side-menu li a {
	display: block;
	padding: 17px 0 0;
	width: 70px;
	height: 70px;
	color: #fff;
}
.side-menu li a:hover {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
.side-menu li i {
	font-size: 22px;
}

/*----------------------------------------
		mobile menu
*/
.mobile-menu {
	margin: 70px 15px 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #EFD8DF;
}
.mobile-menu li {
	border-bottom: 1px solid #EFD8DF;
}
.mobile-menu li i {
	font-size: 20px;
}
.mobile-menu li a {
	display: block;
	width: 100%;
	line-height: 40px;
	padding-left: 15px;
}
.mobile-menu li a:hover {
	text-decoration: none;
}

/*----------------------------------------
		copyright
*/
.copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	border-top: 1px solid #EFD8DF;
}

/*----------------------------------------------------------------------

	footer.php

----------------------------------------------------------------------*/
footer {
	z-index: 1001;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #DFB0BF;
}
footer.hidden {
	z-index: 999;
}

/*----------------------------------------
		footer ticker
*/
.footer-ticker {
	display: inline-block;
	margin: 15px 0 0 15px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background-color: #EFD8DF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

/*----------------------------------------
		footer menu
*/
.footer-menu {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
}
.footer-menu li {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	width: 70px;
	height: 70px;
	background-color: #310F1A;
	font-size: 12px;
	text-align: center;
}
.footer-menu li a {
	display: inline-block;
	padding: 17px 0 0;
	width: 70px;
	height: 70px;
	color: #fff;
}
.footer-menu li a:hover {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
.footer-menu li i {
	font-size: 22px;
}

/*----------------------------------------
		search form box
*/
.search-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 20px 0 0;
	width: 70px;
	height: 70px;
	background-color: #310F1A;
	font-size: 22px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: color .5s;
}
.search-toggle:hover {
	color: rgba(255,255,255,.5);
}
.search-box {
	position: absolute;
	top: 0;
	right: 70px;
	padding: 10px;
	width: 100%;
	max-width: 500px;
	height: 70px;
	background-color: #DFB0BF;
	display: none;
}
.search-box .form-control {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background-color: #EFD7DF;
}

/*----------------------------------------
		copyright
*/
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*----------------------------------------
		scroll up button
*/
.footer-scrollup {
	position: fixed;
	right: 10px;
	bottom: 80px;
	width: 50px;
	height: 50px;
	/*box-shadow: rgba(0,0,0,0.75) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 10px 0px;*/
	text-align: center;
	display: none;
	z-index: 1002;
}
.footer-scrollup a {
	display: block;
	width: 50px;
	height: 50px;
	color: #EFD7DF;
	border: 1px solid #EFD7DF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	line-height: 50px;
}
.footer-scrollup a:hover {
	color: #fff;
	border-color: #fff;
}
.footer-scrollup a i {
	font-size: 20px;
}
@media (max-width: 767px) {
	.footer-scrollup {
		right: 5px;
		bottom: 5px;
	}
	.footer-scrollup a {
		color: #310F1A;
		background-color: #fff;
	}
}

/*----------------------------------------
		progress bar background wrapper
*/
.pace-progress-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,1);
	z-index: 1100;
}

/*----------------------------------------------------------------------

	index.php

----------------------------------------------------------------------*/
.main {
	word-break: break-all;
}
.main h1 {
	font-size: 24px;
	padding-top: 30px;
}
@media (max-width: 767px) {
	.main h1 {
		font-size: 18px;
	}
}

/*----------------------------------------
		main visual (backstretch slider)
*/
.main-visual {
	width: 100%;
	height: 100vh;
}
@media (max-width: 767px) {
	.main-visual {
		max-height: 320px;
	}
}

/*----------------------------------------
		event outline
*/
.index-info {
	padding-top: 30px;
	line-height: 1.6;
}
.index-info h3 {
	padding-bottom: 15px;
	font-size: 18px;
}
.index-info a {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.index-info {
		font-size: 12px;
	}
	.index-info h3 {
		font-size: 14px;
	}
}

/*----------------------------------------------------------------------

	category.php

----------------------------------------------------------------------*/
/*----------------------------------------
		artist category
*/
.artist-category {
	padding-bottom: 130px;
}
.artist-category .wrap {
	padding-top: 60px;
	text-align: center;
}
.artist-category .wrap img {
	max-width: 100%;
	height: auto;
}
.artist-category .wrap h3 {
	padding-top: 10px;
}
@media (max-width: 767px) {
	.artist-category {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.artist-category .wrap {
		padding-top: 30px;
	}
}

/*----------------------------------------
		video category
*/
.video-category {
	padding-bottom: 130px;
}
.video-category .wrap {
	padding-top: 60px;
	text-align: center;
}
@media (max-width: 767px) {
	.video-category {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.video-category .wrap {
		padding-top: 30px;
	}
}

/*----------------------------------------
		photo category
*/
.photo-category {
	padding-bottom: 70px;
	padding-left: 0;
	padding-right: 70px;
}
.photo-category .wrap {
	width: 100%;
	padding: 0 0 66.66666667%;
	overflow: hidden;
	position: relative;
}
.photo-category .wrap img {
	width: 100%;
	height: auto;
	position: absolute;
}
@media (max-width: 767px) {
	.photo-category {
		padding-bottom: 0;
		padding-right: 0;
	}
}

/*----------------------------------------
		guesthouse category
*/
.guesthouse-category {
	padding-top: 60px;
	padding-bottom: 130px;
}
.guesthouse-category .wrap {
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EFD7DF;
}
.guesthouse-category .wrap h3 {
	padding-bottom: 10px;
}
.guesthouse-category .wrap a {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.guesthouse-category {
		padding-top: 70px;
		padding-bottom: 0;
	}
	.guesthouse-category .wrap {
		padding-top: 30px;
	}
}

/*----------------------------------------
		supporter category
*/
.supporter-category {
	padding-bottom: 130px;
}
.supporter-category .wrap {
	padding-top: 10px;
}
.supporter-category .wrap h3 {
	padding: 20px 10px;
	border: 1px solid #EFD7DF;
	white-space: nowrap;
	overflow: hidden;
}
.supporter-category .modal-content a {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.supporter-category {
		padding-top: 60px;
		padding-bottom: 0;
	}
}

/*----------------------------------------------------------------------

	single.php

----------------------------------------------------------------------*/

/*----------------------------------------------------------------------

	page.php

----------------------------------------------------------------------*/

/*----------------------------------------------------------------------

	archive.php

----------------------------------------------------------------------*/

/*----------------------------------------------------------------------

	search.php

----------------------------------------------------------------------*/

/*----------------------------------------------------------------------

	404.php

----------------------------------------------------------------------*/

/*----------------------------------------------------------------------

	sidebar.php

----------------------------------------------------------------------*/
