@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}
}
.type{
  font-family: 'Special Elite', serif;
}
body{
  font-size: 100%;
  font-family: 'Noto Serif JP', 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 : 1200px;
  color : black;
  line-height : 1.6;
  background-repeat : repeat;
  background-position : center top;
  background-color : white;
  background-image : url(../img_common/back1.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;
}
td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #ac6815;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #ac6815;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #ac6815;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #ac6815;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #f4d386;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 120%;
  letter-spacing : -1px;
}
.bigest{
  font-size : 175%;
  letter-spacing : -1px;
}
.bigest2{
  font-size : 225%;
  letter-spacing : -2px;
}
.smaller{
  font-size : 84.6%;
}
.smaller2{
  font-size : 91.4%;
}
.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 : 16px;
  width : 1000px;
}
.sen{
  height : 1px;
  width : 100%;
  border-top-width : 2px;
  border-top-style : dotted;
  border-top-color : white;
  border-left-width : 0px;
  border-right-width : 0px;
}
.rotate1{
  transform: rotate(-10deg);
}
.sp40{
  width : 6%;
}
.sp20{
  width : 4%;
}
.img100per{
  width : 100%;
}
.img80per{
  width : 80%;
}
.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 : 120px;
  padding-bottom : 120px;
  border-top-style : none;
  color : #cccccc;
  background-image : url(../img_common/fooder.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  background-attachment : fixed;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom180{
  padding-bottom : 180px;
}
.bottom80{
  padding-bottom : 80px;
}
.tume{
  letter-spacing : -1px;
}
.medatsu1{
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  background-color : rgba(237, 239, 238, 0.8);
  padding-bottom : 40px;
}
.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_right{
  text-align : right;
}
.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 : #fce2d3;
  width : 270px;
  padding-left : 1em;
  padding-right : 1em;
}
a.btn-flat{
  overflow: hidden;
  padding : 0.75em 0.5em;
  color : #ffffff;
  background : linear-gradient(#000000, #732b2b) 0% 0% / auto auto repeat scroll padding-box border-box #4e5e72;
}
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(#ff0000, #a20000) 0% 0% / auto auto repeat scroll padding-box border-box #d2a826;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.btn2,
a.btn2,
button.btn2{
  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 : #fce2d3;
  width : 270px;
  padding-left : 1em;
  padding-right : 1em;
}
a.btn2-flat{
  overflow: hidden;
  padding : 0.75em 0.5em;
  color : #ffffff;
  background : linear-gradient(#000000, #808080) 0% 0% / auto auto repeat scroll padding-box border-box #4e5e72;
}
a.btn2-flat span{
  position: relative;
}
a.btn2-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(#808080, #666666) 0% 0% / auto auto repeat scroll padding-box border-box #d2a826;
}
a.btn2-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.left20px{
  margin-left : 20px;
}
.midashi1{
  font-size : 130%;
  font-weight : bold;
  padding-bottom : 20px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
}
.midashi2{
  font-size : 130%;
  font-weight : bold;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}
.text_kaki{
  color : #a0825c;
}
.text_yellow{
  color : #a77b2c;
}
.text_orange{
  color : #ee7700;
}
.line_gray{
  padding-left : 10px;
  margin-left : 7px;
  border-left-width : 2px;
  border-left-style : solid;
}
.table100{
  width : 100%;
}
.titles{
  font-size : 64px;
  letter-spacing : 4px;
  color : #fbebc8;
  font-family: 'Special Elite', serif;
  text-shadow : 0px 3px 10px #255c67;
}
.titles_center{
  font-size : 64px;
  letter-spacing : 4px;
  color : #fbebc8;
  font-family: 'Special Elite', serif;
  text-shadow : 0px 3px 10px #255c67;
  text-align : center;
}
.kagecommon{
  background-image : linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  height : 40px;
}
.googlemap-bw iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter : grayscale(50%);
  background-color : black;
  border-width : 1px;
  border-style : solid;
  border-color : white;
}
.kage1{
  background-image : linear-gradient(to bottom, rgba(97, 95, 95, 0.6), rgba(255, 255, 255, 0));
  height : 40px;
}
.backall{
  background-image : linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(207, 191, 171, 0.2));
}
.backwhite{
  background-color : white;
}
.gaku1{
  box-shadow : 3px 3px 10px #1f232c;
}
.movieptop{
  width : 100%;
}
.mark9{
  font-size : 94.6%;
  font-weight : bold;
  color : white;
  background-color : #808080;
}
.mark1{
  font-size : 94.6%;
  font-weight : bold;
  color : white;
  background-color : #952bff;
}
.pay{
  background-color : white;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
}
.gdsp{
  width : 35%;
  background-color : white;
  vertical-align : middle;
  text-align : center;
}
.gdst{
  vertical-align : top;
  text-align : left;
  padding-left : 5%;
}

