@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 2s 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}
}
body{
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  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;
  min-width : 980px;
  line-height : 1.6;
  -webkit-text-size-adjust: 185%;
  -moz-text-size-adjust: 185%;
  -ms-text-size-adjust: 185%;
  -o-text-size-adjust: 185%;
  text-size-adjust: 185%;
  background-repeat : repeat;
  background-position : center top;
  background-image : url(../img_common/back.jpg);
}
@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;
  user-drag: none;
  -webkit-user-drag: none;
}
.mincho{
  font-family: 'Shippori Mincho B1', serif;
}
td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #ff8000;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #ff8000;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #ff8000;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #cc6600;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #cc6600;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 22px;
}
.bigest{
  font-size : 34px;
}
.smaller{
  font-size : 14px;
}
.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;
  width : 920px;
  color : #4f4640;
}
.sen{
  height : 1px;
  width : 100%;
  border-top-width : 2px;
  border-top-style : dotted;
  border-top-color : #8a7031;
  border-left-width : 0px;
  border-right-width : 0px;
}
.rotate1{
  transform: rotate(-10deg);
}
.sp40{
  width : 40px;
}
.sp20{
  width : 20px;
}
.sp80{
  width : 80px;
}
.img100per{
  width : 100%;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.sns{
  height : 23px;
}
.footer{
  font-size : 12px;
  padding-top : 20px;
  padding-bottom : 120px;
  border-top-style : none;
  color : #4f4640;
  background-color : white;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.tume{
  letter-spacing : -1px;
}
.medatsu1{
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-width : 1px;
  border-style : solid;
  border-color : #dfcda4;
  background-color : rgba(255, 255, 255, 0.4);
}
.topmar80{
  margin-top : 80px;
}
.topmar120{
  margin-top : 120px;
}
.topmar180{
  margin-top : 180px;
}
.topmar40{
  margin-top : 40px;
}
.topmar60{
  margin-top : 60px;
}
.topmar20{
  margin-top : 20px;
}
.topmar10{
  margin-top : 10px;
}
.text_gray{
  color : #d19b7e;
}
.text_right{
  text-align : right;
}
.contentsall{
  background-image : linear-gradient(to bottom, rgba(223, 205, 164, 0.8), rgba(0, 0, 0, 0) 80%);
  padding-top : 0px;
}
.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 : #be9a47;
  width : 270px;
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
}
a.btn-flat{
  overflow: hidden;
  padding : 0.75em 0.5em;
  color : #ffffff;
  background : #b9873c;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
}
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 : linear-gradient(#b9873c, #765c2c) 0% 0% / auto auto repeat scroll padding-box border-box #ff8000;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn2-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.left20px{
  margin-left : 20px;
}
.midashi1{
  font-size : 20px;
  font-weight : bold;
  padding-left : 20px;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #b59240;
  padding-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #b59240;
  padding-top : 20px;
}
.midashi2{
  font-size : 16px;
  font-weight : bold;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #b59240;
  padding-left : 0px;
}
.midashi3{
  font-size : 20px;
  font-weight : bold;
  color : #d3f1be;
  letter-spacing : 2px;
  text-align : center;
}
.text_red{
  color : #d8693f;
}
.text_yellow{
  color : #977935;
}
.line_gray{
  padding-left : 10px;
  margin-left : 7px;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : #000000;
}
.twibox{
  height : 480px;
  background-image : linear-gradient(rgba(151, 121, 53, 0.4), rgba(255, 255, 255, 0));
  padding-top : 30px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  text-align : center;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}
.table100{
  width : 100%;
}
.div_youtube{
  background-color : white;
  border-width : 1px;
  border-style : solid;
  border-color : #999999;
  vertical-align : middle;
  text-align : center;
}
.titles{
  font-size : 48px;
  color : #977935;
  letter-spacing : 2px;
  text-align : center;
  vertical-align : middle;
  background: -webkit-linear-gradient(top, #977935 0%, #977935 50%, #d8693f 51%, #d8693f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footertop{
  background-image : url(../img_common/footer.png);
  background-repeat : no-repeat;
  background-position : center top;
  height : 380px;
}
.kage_common{
  background-image : url(../img_common/kage1.png);
  background-repeat : no-repeat;
  background-position : center top;
  height : 24px;
}
.whiteline{
  background-image : url(../img_common/whiteline.png);
  background-repeat : no-repeat;
  background-position : center center;
}
.suki1{
  letter-spacing : 0.4ex;
}
.catchback{
  background-image : url(../img_common/fukei1.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  padding-top : 200px;
  padding-bottom : 200px;
  color : white;
  text-align : center;
  text-shadow : 0px 0px 8px #000000;
}
.thum1{
  vertical-align : middle;
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : white;
  width : 440px;
  height : 261px;
  font-size : 14px;
  color : #987c76;
  background-image : linear-gradient(#ffffff, #f4eedf);
}
.thum2{
  vertical-align : top;
  text-align : center;
  padding-top : 10px;
}
.drink1{
  border-width : 10px;
  border-style : solid;
  width : 320px;
  margin-right : 30px;
  border-color : white;
  float : left;
  margin-bottom : 20px;
}
.td_drink{
  width : 335px;
}
.manegi{
  width : 140px;
}
.guest_name{
  text-align : center;
  padding-top : 5px;
}
.guest1{
  width : 280px;
  background-color : white;
  border-width : 1px;
  border-style : solid;
  border-color : #dfcda4;
  vertical-align : middle;
  text-align : center;
}
.pay{
  background-color : white;
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  vertical-align : middle;
  text-align : center;
}
.goodst{
  vertical-align : top;
  text-align : left;
  padding-top : 20px;
}
.goodsp{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  border-width : 1px;
  border-style : solid;
  border-color : #a28339;
  width : 400px;
}

