@charset "utf-8";
h1,h2,h3,h4,h5,h6,p,address{
  font-weight: normal;
  font-style: normal;
  margin-bottom : 0px;
  font-size : 12px;
}
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
@-webkit-keyframes fadein {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
.minc{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 100%;
  min-width : 800px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  color : black;
  line-height : 1.7;
  background-color : white;
  background-image : url(../img_common/all.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : center top;
}
@media print {
  body{
  display : none;
}
}
ul{
  margin : 0;
  padding : 0;
}
img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #ee7700;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #ee7700;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #ee7700;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 125%;
}
.bigger2{
  font-size : 150%;
}
.bigest{
  font-size : 200%;
}
.smaller{
  font-size : 90%;
}
.small{
  font-size : 80%;
}
.futo{
  font-weight : bold;
}
.dan1{
  padding-left: 1em;
  text-indent: -1em;
}
.target{
  width : 100%;
  height : 0px;
}
.div_contents{
  vertical-align : top;
  text-align : left;
  font-size : 17px;
  max-width: 1200px;
  color : #49473d;
}
.div_contents_all{
  vertical-align : top;
  text-align : left;
  font-size : 17px;
  color : #49473d;
}
.sen{
  margin-top : 20px;
  margin-bottom : 19px;
  height : 1px;
  width : 100%;
  border-top-width : 1px;
  border-top-style : dotted;
  border-left-width : 0px;
  border-right-width : 0px;
  border-top-color : #cfbfab;
}
.sp40{
  width : 5%;
}
.topmar10{
  margin-top : 10px;
}
.topmar20{
  margin-top : 20px;
}
.topmar40{
  margin-top : 40px;
}
.topmar80{
  margin-top : 80px;
}
.topmar120{
  margin-top : 120px;
}
.topmar180{
  margin-top : 180px;
}
.img100per{
  width : 100%;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.footer{
  font-size : 12px;
  padding-top : 80px;
  padding-bottom : 80px;
  color : #666666;
  background-color : rgba(255, 255, 255, 0.8);
}
.titles{
  font-size : 250%;
  letter-spacing : 5px;
  text-align : center;
  font-weight : bold;
  color : #ff0080;
}
.titles::first-letter{
  font-size : 150%;
  color : #ffaad5;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.img80per{
  width : 80%;
}
.midashi1{
  font-size : 200%;
  padding-bottom : 10px;
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
  font-weight : bold;
  text-align : center;
  color : black;
}
.midashi2{
  font-size : 150%;
  padding-left : 20px;
  padding-bottom : 10px;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #cfbfab;
  padding-top : 10px;
}
.midashi3{
  font-size : 115%;
  padding-left : 10px;
  padding-bottom : 15px;
  padding-top : 15px;
  background-image : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(140, 114, 81, 0.6), rgba(255, 255, 255, 0));
  font-weight : bold;
  text-align : center;
}
.midashi4{
  font-size : 125%;
  padding-left : 10px;
  padding-bottom : 20px;
  font-weight : bold;
  text-align : center;
  padding-top : 20px;
  background-image : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(165, 34, 27, 0.6), rgba(255, 255, 255, 0));
}
.btn,
a.btn,
button.btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-width : 1px;
  border-style : solid;
  border-color : #c0c0c0;
  width : 300px;
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 20px;
}
a.btn-flat{
  overflow: hidden;
  padding : 1.2em;
  color : #ffffff;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #b0966a;
}
a.btn-flat span{
  position: relative;
}
a.btn-flat::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #000000;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.table100{
  width : 100%;
}
.staff1{
  padding-top : 15px;
  padding-bottom : 15px;
  width : 30%;
  vertical-align : top;
  text-align : right;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
}
.staff2{
  padding-top : 15px;
  padding-bottom : 15px;
  width : 65%;
  vertical-align : top;
  text-align : left;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
}
.staff9{
  padding-top : 15px;
  padding-bottom : 15px;
  border-bottom-style : dotted;
  width : 5%;
  vertical-align : top;
  text-align : center;
  border-bottom-width : 1px;
}
.medatsu1{
  background-color : black;
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-width : 1px;
  border-style : solid;
  border-color : #cfbfab;
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.text_kaki{
  color : #baa387;
}
.sp5per{
  width : 5%;
}
.sp2per{
  width : 2%;
}
.td30per{
  width : 30%;
}
.td475per{
  width : 47.5%;
}
.td184per{
  width : 18.4%;
}
.tume1{
  letter-spacing : -1px;
}
.text_gold{
  color : #f3d0a0;
}
.text_shadow{
  text-shadow : 0px 2px 2px #ffffff;
}
.text_shadow2{
  text-shadow: 0px 4px 5px rgba(255, 207, 0, 1);
}
.text_silv{
  color: #ffece2;
}
.coverdiv{
  position: relative;
  background-color : black;
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-width : 1px 1px 1px 10px;
  border-style : solid;
  border-color : #c4baa8 #c4baa8 #c4baa8 #cfbfab;
  text-align : center;
  background-image : linear-gradient(to left bottom, rgba(223, 205, 164, 0.4), black);
  border-top-right-radius : 0.2em 0.2em;
  border-bottom-right-radius : 0.2em 0.2em;
}
.coverdiv a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index : 3;
}
.coverdiv:hover{
  cursor : pointer;
  filter:alpha(opacity=70);
  /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
    -moz-opacity:0.7;
  /* FF , Netscape */
    -khtml-opacity: 0.7;
  /* Safari 1.x */
    opacity:0.7;
  zoom:1;
/*IE*/
}
.co1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width : 50%;
  height : 2em;
  background-color : #e04a43;
  border-radius: 0.2em;
  box-shadow : 0px 5px 0px #5c5542;
  padding-top : 2px;
  font-weight : bold;
  color : white;
}
.tume2{
  letter-spacing : -2px;
}
.backall{
  background-image : linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(220, 227, 239, 0.4));
}
.googlemap-bw iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter : grayscale(50%);
  background-color : white;
  border-width : 1px;
  border-style : solid;
  border-color : white;
  width : 100%;
}
.topsen{
  border-top-width : 1px;
  border-top-style : dotted;
}
.waku1{
  border-width : 5px;
  border-style : solid;
  border-color : white;
  box-shadow : 5px 5px 5px #fddceb;
}
.gallerythum{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  border-width : 3px;
  border-style : solid;
  border-color : white;
  width : 12.5%;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.gallerytext{
  font-size : 110%;
  font-weight : bold;
  text-align : left;
  padding-top : 30px;
  padding-bottom : 5px;
  background-color : white;
}
.gallerytext_set{
  font-size : 110%;
  font-weight : bold;
  text-align : left;
  padding-top : 20px;
  padding-bottom : 20px;
  background-color : white;
  padding-left : 20px;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : #00cccc;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : #00cccc;
  background-image : url(../re/gallery_set.png);
  background-repeat : no-repeat;
  background-position : left top;
}
.imgmovie{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  margin-left : 15%;
  margin-right : 15%;
  width : 70%;
  border-width : 10px;
  border-style : solid;
  border-color : white;
  box-shadow : 5px 5px 10px #cccccc;
}

