/*media query*/
div#menum,div#miv{display: none;}


/* base */

*{margin:0px;padding:0px; }
html{height: 100%;overflow-x: hidden; }
body {width: 100%; height: 100%; background: #ffffff; color: #333;
  font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal; 
  animation: fadeIn 0.5s ease 0s 1 normal; }
img {border-style:none; border: 0px; }
.txtbox{
  width: 40%;
  display: table; 
  }
.newimg {background-position: 5px 0px;
  background-image: url(topimg/pictnew.jpg);
  position: relative; }
.fakelink{
  line-height: 1.5;
  color: #b87098;
/*  display: block;*/
}
a:link {
  color: #b87098; 
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all  0.1s ease; }
a:visited {
  color: #6f246c;
  text-decoration: none;}
a:active {
  color: #5f494d;
  text-decoration: none;}
a:hover{
  color: #fff;/*#c888ac*/
  text-shadow:
        0 1px 0px #9a6884,1px 0 0px #9a6884,0 -1px 0px #9a6884,-1px 0 0px #9a6884,
        -1px -1px 0px #9a6884,1px -1px 0px #9a6884,-1px 1px 0px #9a6884,1px 1px 0px #9a6884; }
.bor{
  border: solid #cd8cc1;
  border-width:1px 0 0 0;
  height:1px;/* for IE6 */
  clear:both;/* for IE6 */}
hr {height: 0; margin: 0; padding: 0; border: 0;}
.textbor{
  width: 85%;
  margin: 0 auto;  
  border-top: 1px dashed #cd8cc1;
  clear:both;}
.textbor2{
  width: auto;
  margin: 0 30px 0 0;
  border-top: 1px dashed #cd8cc1;
  display: block;
}

h1 {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 1.8em;
  line-height: 1.7;
  padding: .5em .75em;
  border-left: 8px solid #f6cd8d;
  margin: 20px 20px 20px 40px; }
h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6pm;
  width: 90%;
  max-width: 670px;
  margin: 20px auto;
  display: block;
  clear: both;}
.res{color: #be6ca3; }
.pict2{margin: 0px 0px 0px 20px; display: inline-block; vertical-align:middle;}
.pict3{margin: 0px 30px 10px 30px; float: left; vertical-align:top;}
.pict4{margin: 5px 0px 5px 0px; display: inline-block; vertical-align:middle; }
.pict5{margin: 0px 30px 10px 0px; float: left; border-radius: 75px; vertical-align:top;}
#aboutimg{margin: 20px 0px 20px 30px; float: left; }
div#aboutimg p{
  color:#7c787a;
  font-size: 10px;
  line-height: 1.6em;
  margin: 0px;
  text-align: center;
}
textarea{
  display: block;
  outline: 0;
  font-size:14px;
  border:1px solid #9a6884;
  width:350px;
  min-width: 400px;
  max-width: 450px;
  min-height: 35px;
  background: #fff;
  margin: 0px 10px 0px 30px; } 
.inputs{
  outline: 0;
  padding:4px;
  font-size:14px;
  border:1px solid #9a6884;
  max-width: 450px;
  background: #fff;
  margin:0px 0px 5px 30px;
  width:400px; }
  
/* base2 */

button {
  cursor: pointer; 
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  float:left;
  display: block;
  color: #b87098;
  width: 120px;
  padding: 10px 0;
  margin: 10px 10px 20px 30px;
  background: #f9edf4;
  border: 1px solid #9a6884;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.1s ease;
  transition: all  0.1s ease;
}
button:hover{
  color: #fff;/*#c888ac*/
  background: #9a6884;
  text-shadow:0 1px 0px #000,1px 0 0px #000,0 -1px 0px #000,-1px 0 0px #000,
        -1px -1px 0px #000,1px -1px 0px #000,-1px 1px 0px #000,1px 1px 0px #000; }
button:disabled {
  cursor: auto; 
  color: #9a6884;
  background-image: none;
  background: #f9edf4;
  border-color: #f9edf4;
  text-shadow: none;}
#base ol {
  list-style: none;
  counter-reset: ol_li; 
  width:90%;
  min-width:150px;
  max-width:670px;
  margin: 20px auto;}
li {
  font-size: 14px; list-style: none; display: inline;}
#base li:not(.inp) {
  font-size: 14px;margin: 10px 10px 10px 10px;list-style: none; display: block; }
#base ul {
  width: 90%;
  margin:20px auto;
  position: relative;}
#base ul li:not(.inp):before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #f6cd8d;
  position: relative;
  left: -10px;
  top: -3px; }
#base ol li:before {
  margin-right: .75em;
  counter-increment: ol_li; 
  content: counter(ol_li); 
  color: #f6cd8d;
  font-weight: bold; }
.ol5 {counter-reset: ol_li 5; }
.ol8 {counter-reset: ol_li 8; }
  
/* layout base */

.container{
	-moz-box-sizing: border-box;
  box-sizing: border-box;
  width:1000px;
  height:100%;
  min-height: 100%;
  margin: 0 auto;  
  text-align: left;
  background:#fff;
	position: relative; }
#stage {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
  background:#ffffff;
  height: 155px;
  max-height: 155px;
  overflow: hidden; }

#stage-over{
  position: absolute;
  width:790px;
  height: 150px;
  z-index: 30;
  pointer-events: none;
  background-image: url(topimg/header00.png);
  background-position: right;
  background-size:contain;
  border-radius: 10px;}

.main{
  float:left;
  top:157px;
  left:210px;
  right:0;
  bottom:10px;
  background: #fff;
  display: inline-block;
  position: absolute;
  overflow : scroll; }
body > .main {
  height: auto; }
.footer{
  float:left;
  bottom:0px;
  width: 790px;
  background:#fff; }
.contacts{
  width:90%;
  min-width:150px;
  max-width:670px;
  overflow: hidden;
  margin: 20px auto;
  position: relative; }
.contacts p{
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 10px 10px 10px; }
  
/* layout main */

.txtarea{
  width:755px;
  display: inline-block;
  text-align: left;  
  border:1px solid #9a6884;
  border-radius:10px;
  margin: 8px 5px 16px 0px;
  overflow: auto;}
.txtarea p{
  font-size: 14px;
  line-height: 1.8em;
  width:90%;
  text-align: justify;
  word-break: break-all;
  min-width:150px;
  max-width:670px;
  margin: 20px auto; }
.txtarea p.time{
  position: absolute;
  text-align: right;  
  font-size: 14px;
  line-height: 1.6em;
  margin: -30px 20px 20px 20px; }
.txtarea-cont{
  width:94%;
  margin: 5px auto 10px auto; }
.txtarea-cont p{
  font-size: 14px;
  margin-bottom: 1.8em;
  line-height: 1.7;
  width:100%;
  min-width:150px;
  max-width:690px;
  margin: 0px 0px 0px 0px; }
.txtarea-half{
  float:left;
  width:46%;
  display: inline-block;
  text-align: left; 
  margin: 5px 10px 5px 10px; }
.txtarea-extension{
  display: inline-block;
  width:80%;
  max-width: 450px;
  float:left;
  margin: 0px 10px 0px 0px; }
.txtarea-extension2{
  margin: 0px 50px 0px 50px;
}

/* page */

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1} }
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1} }
* html .clearfix{
	height: 1px; }


.imgaccordion label {
  color: #b87098;
  font-size: 12px;
  text-decoration: none;
  margin: 10px 0px 0px 30px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: block;}
.imgaccordion p{
  font-size: 12px;
  display: inline;
  margin: 10px 0px 10px 30px;
  -webkit-transition: 0.1s;
  transition: 0.1s;}
.imgaccordion label:hover{
  color: #fff;
  text-shadow:0 1px 0px #9a6884,1px 0 0px #9a6884,0 -1px 0px #9a6884,-1px 0 0px #9a6884,
        -1px -1px 0px #9a6884,1px -1px 0px #9a6884,-1px 1px 0px #9a6884,1px 1px 0px #9a6884; 
}
.imgaccordion input[type="checkbox"]{
  display: none; }
.imgaccordion .imgaccordionIn {
  overflow: hidden;
  width:710px;
  padding: 5px 0 0 0;
  margin: 5px 10px -10px 30px;
  max-height: 0;
  opacity: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in;} 
.imgaccordion .imgaccordionIn p{
  margin: 0px 0px 0px 0px; }
.imgaccordion input[type="checkbox"]:checked + .imgaccordionIn{
  max-height: 500px;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}


.helpaccordion label {
  color: #b87098;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0px 10px 0px;
  margin: 10px 0px 10px 30px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  display: inline-block;}
.helpaccordion p{
  font-size: 14px;
  display: inline-block;
  margin: 10px 0px 10px 30px;
  -webkit-transition: 0.1s;
  transition: 0.1s;}
.helpaccordion label:hover{
  color: #fff;
  text-shadow:0 1px 0px #9a6884,1px 0 0px #9a6884,0 -1px 0px #9a6884,-1px 0 0px #9a6884,
        -1px -1px 0px #9a6884,1px -1px 0px #9a6884,-1px 1px 0px #9a6884,1px 1px 0px #9a6884; 
}
.helpaccordion input[type="checkbox"]{
  display: none; }
.helpaccordion .helpaccordionIn {
  overflow: hidden;
  width:90%;
  padding: 0;
  margin: 0px 30px 0px 30px;
  max-height: 0;
  opacity: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all  0.5s ease;}
.helpaccordion .helpaccordionIn p{
  font-size: 14px;
  margin-bottom: 1.8em;
  line-height: 1.7;
  max-width:600px;
  margin: 0px 0px 0px 0px; }
.helpaccordion input[type="checkbox"]:checked + .helpaccordionIn{
  max-height: 500px;
  opacity: 1;
  padding-bottom: 15px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;}

/* radio button */

input[type="radio"] {
  display: none;
}
label:not(.acc) {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
}
label:not(.acc)::before,
label:not(.acc)::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
label:not(.acc)::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
label:not(.acc):hover::before {
  background: #fff;
}
label:not(.acc)::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #9a6884;
  -webkit-transform: scale(2);
  transform: scale(2);
}
input[type="radio"]:checked + label:not(.acc)::before {
  background: #fff;
  border: 1px solid #9a6884;
}
input[type="radio"]:checked + label:not(.acc)::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* img */

.menu{
  float:left;
  width:210px;
  height:100%;
  min-height: 100%;
  background-position: 5px 0px;
  overflow: hidden;
  position: relative;
  display: inline-block; }
.menu2 img {
	border-style:none;
	border: 0px;
	vertical-align:bottom; }
figure.menu01 {
  width: 210px;
  height: 78px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
figure.menu02 {
  width: 210px;
  height: 40px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
.line01 {
  margin-left: 5px;
  width: 210px;
  height: 17px;
  padding: 0;
  overflow: hidden; }
.line02 {
  margin-left: 5px;
  width: 210px;
  height: 94px;
  padding: 0;
  overflow: hidden; }
.line03 {
  margin-left: 5px;
  width: 210px;
  height: 86px;
  padding: 0;
  overflow: hidden; }
.line04 {
  margin-left: 5px;
  width: 210px;
  height: 81px;
  bottom:0;
  padding: 0;
  overflow: hidden;
  position: absolute; }
.line05 {
  margin-left: 5px;
  width: 210px;
  height: 1000px;
  bottom:0;
  padding: 0;
  overflow: hidden;
  background-image: url(topimg/menu_right.png); }


/* hover */

.menuhover01  {background-position: 5px 0px; background-image: url(topimg/menu_right.png);}
.menuhover01 figure img {margin-left: 5px; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; }
.menuhover01 figure:hover img {margin-left: -18px; }
.menuhover02  {background-position: 5px 0px; background-image: url(topimg/menu_left.png);}
.menuhover02 figure img {margin-left: 5px; -webkit-transition: .1s ease-in-out; transition: .1s ease-in-out; }
.menuhover02 figure:hover img {margin-left: 28px;}
  
/* extension */

.resmain{
  width: 90%;
  margin-left:5%; 
  margin-right:5%; 
  height: 330px;
  padding: 0px 10px 10px 10px;
  position: relative;
  overflow : hidden; }
.resmain p{
  width: 85%;
  font-size: 14px;
  line-height: 1.5; }
.reswin{
  width: 90%;
  height: 300px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  display: inline-block;
  position: absolute;
  overflow : auto;
  border-radius: 5px;
  border: 1px dashed #9a6884;
/*  #ffd6f1;*/
/*  border-bottom: 1px solid #cd8cc1;*/
}
.wid80{width: 100%; clear: both; }
.wid90{width: 92%; margin: 0px auto; clear: both; }
.wid80 p{margin: 20px 0px 20px 0px; }
.newsimg{
  width:  350px;
  height: 100%;
  margin: 0 0 0 20px;
  position: relative;
  display: inline-block;
  float:left;
  padding-left: 20px; }
.bookimg{
  width:  310px;
  height: 100%;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  float:left;
  padding-left: 20px; }
.newscaption{
  width:  250px;
  border: solid 1px #efdce7;
}
.imgbox{
  font-size: 12px;
  line-height: 1.5;
  width:  30%;
  height: 110px;
  margin: 0 0 10px 5px;
  padding: 5px 0 0 10px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  border-radius: 10px;
  border-right: 1px solid #FFD6F1;
  border-bottom: 1px solid #cd8cc1; }
.imgbox p{
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  vertical-align: middle;
  display: table-cell;
  width: auto;
  min-width: auto;
}
.mtags{display: none;}
.pictbox{
  font-size: 12px;
  line-height: 1.7;
  width: 23%;
  max-width: 165px;
  height: 80px;
  margin: 0px 5px 5px 5px;
  padding-left: 15px;
  display: inline-block;
  vertical-align:top;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  border-radius: 10px;
  border-right: 1px solid #FFD6F1;
  border-bottom: 1px solid #cd8cc1; }
 .pictbox p{
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  vertical-align: middle;
  display: table-cell;
  width: auto;
  min-width: auto;
}
.newwinpost{
  width: 70%;
  margin: 30px auto; 
  border-left: 1px solid #FFD6F1;
  border-right: 1px solid #cd8cc1;
  text-align: left; }
.newwinpost p{
  font-size: 14px;
  line-height: 1.7;
  margin: 20px 10px 20px 10px; }
  
/* hover */

.pictbox-img{
  margin: 5px 5px 5px 0px; 
  width: 64px; 
  height:40px; 
  display: inline-block; 
  vertical-align:top; 
  border:2px solid #fff;
  float:left;
  -webkit-transition: all .3s;
  transition: all .3s;}
.pictbox-img::before,
.pictbox-img::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-radius: 10px;}
.pictbox-img::before {
  top: -2px;
  left: -2px;}
.pictbox-img::after {
  bottom: -2px;
  right: -2px;}
.pictbox-img:hover::before,
.pictbox-img:hover::after {
  width: 100%;
  height: 100%;}
.pictbox-img:hover::before {
  border-bottom-color: #9a6884;
  border-left-color: #9a6884;
  transition: height .1s, width .1s .1s;}
.pictbox-img:hover::after {
  border-top-color: #9a6884;
  border-right-color: #9a6884;
  transition: height .1s, width .1s .1s;}

#error {padding: 20px 0;color: #fff;background: #222;}
#error p {width: 50%; margin: 0 auto; font: bold 16px Meiryo,sans-serif;
  text-align: center;word-break: break-all;line-height: 1.6em;}
#error a {color: #f6cd8d;text-decoration: none;}
#error a:hover {color: #222;background: #f6cd8d;}