@charset "UTF-8";



.top-logo {
	margin-top: 45px;
	border-bottom: none;
	width: 90%;
	max-width: 500px;
	min-width: 300px;
	position: static;
}

header {
    text-align: center;
    line-height: 19px;
    font-size: 15px;
    font-variant: normal;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    margin-bottom: 40px;
	width: 100%;
}

.pc-manu {
	display: none;
}

.mb-menu {
	display: block;
}


.mb-menu {
  position: relative;
	text-align: right;
	padding-top: 25px;
	padding-right: 15px;
}

.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 170px;
  height: 40px;
  vertical-align: middle;
	text-align: right;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
	
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;

}


#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-width: 740px;
  height: 270px;
  background: #fff;
  transition: .0s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}


#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateY(0%);
  transform: translateY(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	transition: .4s ease-in-out;
}

.mb-menu-list {
	padding-top: 10px;
	display: block;
	max-height: 300px;
	
}

ul {
	display: block;
	list-style-image: url("image/icon-star.gif");
	float: right;
	margin: 10px 0;
}

li {
    line-height: 18px;
    font-size: 20px;
    font-variant: normal;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    letter-spacing: 4px;
    margin-top: 15px;
	text-align: left;
	

}

li a {
    text-decoration: none;
    color: black;
    vertical-align: 4px;
}



header a{
    color: black;
}



body {
	text-align: center;
	margin-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y: scroll;
	background-color: white;
}

body a {
	
	text-decoration: none;
}

#p-shiho {
	width: 80%
		
}

.max-image {
	width: 100%;
}

h1 {
    font-size: 18px;
    letter-spacing: 6px;
    margin-top: 50px;	
}

h2 {
	font-size: 18px;
	margin-top: 35px;
	letter-spacing: 3px;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	text-align: center;
	letter-spacing: 2px;
	padding-left: 10%;
	padding-right: 10%;
	position: static;
}

h3 br {
	display: block;
}

section {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
}

section p {
    width: 90%;
    text-align: left;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 27px;
	position: static;
	left: 0px;
	
}

.main-p {
	position: static;
	width: 90%;
}

.a {
	text-decoration: none;
	
}

.top-image {
	margin-left: 0px;
	margin-right: 0px;
	float: none;
	left: 0px;
	position: static;
	max-width: 150px;
	border: 1px solid rgba(128,128,128,1);
}

.top-link {
	display: none;
}

.top-link-mb {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.clear {
	clear: both;
}

.top-btn {
	height: 40px;
}

.totop {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}


footer {
    text-align: center;
    line-height: 4px;
    font-size: 12px;
    font-variant: normal;
    font-weight: 300;
    color: #686868;
    height: 70px;
    background-color: rgba(245,245,220,1.00);
    padding-top: 10px;
	text-decoration: none;
	margin-top: 30px;
}

.footer p {
	text-decoration: none
}

.p-mail {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.mail{
    margin-left: 0px;
    width: 80%;
	position: relative;
	top: 1px;
}

hr {
	width: 90%;
	margin-top: 30px;
	margin-bottom: 35px;
	height: 2px;
	border: none;
	background-color: black;
}



/*個展系のCSSだよ　エクサイエクサイ〜♪*/


#exh-h1 {
	margin-top: 50px;
	margin-bottom: 40px;
}


#exh-main {
	float: none;
	position: static;
	width: 70%;
	height: auto;
}

.exh-text1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 0px;
    padding-bottom: 15px;
    position: inherit;
    left: 0;
    padding-left: 0;
	
}

#exh-comment {
    margin-top: 70px;
	margin-bottom: 40px;
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 40px;
}


#exh-comment p {
	width: 80%;
	margin-bottom: 0px;
}


#exh-slideshow {
	margin-top: 50px;
/*	border: 1px solid gray;*/
	padding-bottom: 10px;
}

.exh-hr {
	width: 90%;
    margin: 10px auto;
    height: 1px;
    border: none;
    background-color: black;
    position: inherit;
    left: 0;
}




*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_cssslider {
padding-top: 0;
width: 90%;
height: auto;
position: static;
margin-left: auto;
margin-right: auto;

}

.cp_cssslider > img {
position: static;
width: 100%;
transition: all 0.3s;
border-radius: 0px;
box-shadow: none;
display: none;
top: 0px;
margin-left: 0;
margin-right: 0;
}

.cp_cssslider input[name='cp_switch'] {
display: none;
}


.cp_cssslider label {
border: 0;
display: inline-block;
border-radius: 0px;
opacity: 1;
margin-left: 0;
margin-right: 0;
position: static;
}

.cp_cssslider label:hover {
opacity: 1;
}
.cp_cssslider label img {
display: inline-block;
position: static;
width: 100%;
border-radius: 0px;
margin-left: auto;
margin-right: auto;
	margin-bottom: 10px;
}

.cp_cssslider input[name='cp_switch']:checked + label {
border: 0;
opacity: 1;
}




/*人形紹介のためのCSSだよー*/



.row {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    line-height: 30px;
    letter-spacing: -5px;	
}


.modal-header .close {
	margin-top:-2px
}

.doll-ifame {
	width: 100%;
	height: 80vh;
	border: none;
	overflow: auto;
}

.modal-dialog {
	width: 90%;
	position:relative;
	height: 80%;
	margin: 5% auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform .3s ease-out;
	-moz-transition:-moz-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}


.modal-content {
	position:relative;
	background-color:#fff;
}

.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:rgba(0,0,0,.6)
}

.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0)
}

.modal-backdrop.in {
	opacity:.5;
	filter:alpha(opacity=50)
}

.modal-title {
	margin:0;
	line-height:0;
}

.modal-body {
	position:relative;
	padding:0px;
}


	
.close {
	position: fixed;
    left: 75vw;
    top: 1vh;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #000;
	opacity:.5;
	filter:alpha(opacity=20);
	z-index: 9999;
	}
	

	
.btn {
	display:inline-block;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	opacity: 1;
	transition: .2s;
	margin: 5px;
	}
	
.btn:focus {
	}
	
.btn:hover,.btn:focus {
	text-decoration:none;
	opacity: 1;
	}
	
.btn:active,.btn.active {
	}
	
.btn-lg {
	padding:0;
	font-size:18px;
	line-height:0;
	border-radius: 0px;
	}

.modal {
	display:none;
	overflow:auto;
	overflow-y:scroll;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	-webkit-overflow-scrolling:touch;
	outline:0;
	}


.modal-sm {
	width:300px
	}

.modal-lg {
	width:900px
	}

.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	transition:opacity .1s linear
	}

.fade.in {
	opacity:1
	}

.modal-open {
	overflow: hidden;
	}



.ul300350 {
	width: 90%;
	margin: 40px auto;
	justify-content: space-between;
	display: block;
	padding: 0;
	float: inherit;
	list-style: none;
}

.li300 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.li300 img {
	width: 100%;
	border: 1px solid rgba(128,128,128,1);
	box-sizing: border-box;
}

.li350 {
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
}


.exh-text2 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
	text-align: left;
	position: static;
	margin: 20px 0;
	line-height: 28px;
}


.exh-hr2 {
	width: 100%;
	margin: 20px 0;
	height: 1px;
	border: none;
	background-color: black;
	margin-right: auto;
	text-align: left;
	margin-left: 0;
}