@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}
}
.lobs{
  font-family: 'Lobster', cursive;
}
body{
  font-size: 100%;
  font-family : 'Noto Sans JP', sans-serif;
  min-width : 1000px;
  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;
  background-repeat : repeat;
  background-position : center top;
  color : black;
  background-image : url(../img_common/back2.jpg);
  background-color : #b0966a;
}
@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;
}
.rotate1 {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #c60000;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #c60000;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #c60000;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #c60000;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #c60000;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 130%;
}
.bigest{
  font-size : 160%;
}
.bigest2{
  font-size : 260%;
}
.smaller{
  font-size : 84.6%;
}
.futo{
  font-weight : bold;
}
.dan1{
  padding-left: 1em;
  text-indent: -1em;
}
.target{
  width : 100%;
  height : 0px;
}
.fb-like iframe{
  max-width: none!important;
}
.div_contents{
  vertical-align : top;
  text-align : left;
  font-size : 16px;
  width : 1000px;
  line-height : 1.8em;
}
.sen{
  margin-top : 20px;
  margin-bottom : 19px;
  height : 1px;
  width : 100%;
  border-top-width : 2px;
  border-top-style : dotted;
  border-left-width : 0px;
  border-right-width : 0px;
}
.sp40{
  width : 40px;
}
.sp20{
  width : 20px;
}
.topmar10{
  margin-top : 10px;
}
.topmar5{
  margin-top : 5px;
}
.topmar20{
  margin-top : 20px;
}
.topmar40{
  margin-top : 40px;
}
.topmar60{
  margin-top : 60px;
}
.topmar80{
  margin-top : 80px;
}
.topmar95{
  margin-top : 95px;
}
.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)";
}
.sns{
  height : 23px;
}
.footer{
  font-size : 12px;
  padding-top : 60px;
  padding-bottom : 60px;
  color : #cccccc;
  background-repeat : repeat;
  background-color : black;
}
.titles{
  font-size : 300%;
  letter-spacing : 2px;
  text-align : center;
  color : #fff4d2;
  background-image : url(../img_common/titleback1.jpg);
  background-repeat : repeat;
  background-position : center top;
  border-top-width : 2px;
  border-bottom-width : 7px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #735c42;
  border-bottom-color : #735c42;
  padding-top : 20px;
  padding-bottom : 20px;
  line-height : 1em;
  border-left-width : 2px;
  border-right-width : 2px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #735c42;
  border-right-color : #735c42;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.medatsu1{
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  border-width : 1px;
  border-style : solid;
  border-color : #cfbfab;
  background-color : white;
}
.medatsu2{
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-width : 2px 2px 7px;
  border-style : solid;
  border-color : #735c42;
  background-image : url(../img_common/backall2.png);
  background-repeat : repeat;
  background-position : center top;
  color : white;
}
.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-radius : 0.5rem;
  border-width : 1px;
  border-style : solid;
  border-color : white;
  width : 300px;
  padding-left : 1em;
  padding-right : 1em;
}
a.btn-flat{
  overflow: hidden;
  padding : 1em 0.5em;
  color : white;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #ff5706;
}
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 black;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.twibox{
  background-image : linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(72, 105, 145, 0));
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  height : 400px;
}
.line_gray{
  padding-left : 10px;
  margin-left : 15px;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : #9fb099;
}
.left20px{
  margin-left : 20px;
}
.table100{
  width : 1000px;
}
.table80{
  width : 80%;
}
.backall{
  background-image : linear-gradient(transparent, white);
}
.text_orange{
  color : #ff8000;
}
.text_enji{
  color : #c80000;
}
.text_pink{
  color : #ff0080;
}
.tume{
  letter-spacing : -1px;
}
.text_left{
  text-align : left;
}
.div_youtube{
  vertical-align : middle;
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : #999999;
  background-color : black;
  width : 1000px;
  height : 562px;
}
.text_right{
  text-align : right;
}
.backred1{
  background-image : url(../img_common/backred1.png);
  background-repeat : repeat;
  color : white;
  background-position : center top;
}
.backred{
  background-image : url(../img_common/backred1.png);
  background-repeat : repeat;
  color : white;
  background-position : center top;
}
.backwhite{
  background-image : linear-gradient(to bottom, #ffffff, #ede8e0);
  background-repeat : repeat;
  background-position : center top;
}
.kage1{
  background-image : url(../img_common/kage.png);
  background-position : center top;
  height : 25px;
}
.midashi2{
  padding-bottom : 20px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  font-size : 200%;
  font-weight : bold;
  border-bottom-color : #6d5a3a;
  color : white;
  background-image : linear-gradient(to right, black, rgba(255, 255, 255, 0));
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : #6d5a3a;
  padding-top : 20px;
  padding-left : 20px;
}
.midashi3{
  padding-bottom : 10px;
  font-size : 130%;
  font-weight : bold;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #6d5a3a;
  padding-top : 10px;
  padding-left : 20px;
}
.midashi4{
  padding-bottom : 10px;
  font-size : 110%;
  font-weight : bold;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}
.back2{
  background-image : url(../img_common/back2.jpg);
  background-repeat : repeat;
  background-position : center top;
}
.commonline{
  background-image : url(../img_common/commonline.png);
  background-repeat : repeat-x;
  background-position : center top;
  height : 5px;
}
.commonkage{
  background-image : linear-gradient(rgba(120, 99, 63, 0.6), rgba(120, 99, 63, 0));
  height : 40px;
}
.pay{
  background-color : white;
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
}
.goodsp1{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  width : 400px;
}
.goodst1{
  vertical-align : top;
  text-align : left;
}
.flythum{
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
}

