@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}
}
body{
  font-size: 100%;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", 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 : 1024px;
  color : white;
  line-height : 1.8;
  background-color : #c61623;
  background-image : url(../img_common/back1.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  background-attachment : fixed;
}
@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;
}
.oswald{
  font-family: 'Oswald', sans-serif;
}
.noto{
  font-family: 'Noto Sans JP', sans-serif;
}
td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #f8bd01;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #f8bd01;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #f8bd01;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #f8bd01;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #f8bd01;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 125%;
}
.bigest{
  font-size : 150%;
}
.bigest2{
  font-size : 250%;
}
.bigest3{
  font-size : 300%;
  letter-spacing : -1px;
}
.smaller{
  font-size : 90%;
}
.small{
  font-size : 80%;
}
.small2{
  font-size : 65%;
}
.futo{
  font-weight : bold;
}
.dan1{
  padding-left: 1em;
  text-indent: -1em;
}
.dan3{
  padding-left : 3em;
  text-indent : -3em;
}
.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;
}
.sen{
  height : 15px;
  width : 100%;
  border-left-width : 0px;
  border-right-width : 0px;
  background-image : url(../img_common/line1.png);
  background-repeat : no-repeat;
  background-position : center center;
}
.sp40{
  width : 40px;
}
.sp20{
  width : 20px;
}
.topmar40{
  margin-top : 40px;
}
.topmar60{
  margin-top : 60px;
}
.topmar80{
  margin-top : 80px;
}
.topmar120{
  margin-top : 120px;
}
.topmar160{
  margin-top : 160px;
}
.topmar20{
  margin-top : 20px;
}
.topmar10{
  margin-top : 10px;
}
.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 : 60px;
  padding-bottom : 60px;
  border-top-width : 1px;
  border-top-style : solid;
  color : #cccccc;
  background-repeat : repeat;
  background-color : #282828;
  border-top-color : #999999;
  background-image : linear-gradient(#282828, #4a4a4a);
}
.bottom120{
  padding-bottom : 120px;
}
.midashi1{
  font-size : 32px;
  padding-top : 10px;
  padding-left : 20px;
  padding-bottom : 10px;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : white;
  background-image : url(../img_common/infotext.png);
  background-repeat : no-repeat;
  background-position : left top;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : white;
  font-weight : bold;
}
.midashi3{
  font-size : 130%;
  padding-bottom : 10px;
  border-left-style : none;
  font-weight : bold;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}
.midashi4{
  font-size : 110%;
  padding-bottom : 5px;
  border-left-style : none;
  font-weight : bold;
  background-color : #484941;
  padding-top : 5px;
  padding-left : 10px;
}
.midashi2{
  font-size : 130%;
  padding-bottom : 10px;
  border-left-style : none;
  font-weight : bold;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}
.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;
  color : #212529;
  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 : 0.5em;
  color: #fff;
  border-radius: 0;
  background: #000;
}
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 #cb782e;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.table100{
  width : 100%;
}
.medatsu1{
  background-color : rgba(0, 0, 0, 0.6);
  border-width : 1px;
  border-style : solid;
  border-color : #ffffff;
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  background-repeat : repeat;
}
.text_enji{
  color : #ffb66c;
}
.line_left{
  padding-left : 10px;
  margin-left : 5px;
  border-left-width : 2px;
  border-left-style : solid;
}
.youtube{
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color : black;
  border-width : 1px;
  border-style : solid;
  border-color : white;
}
.youtube iframe{
  width: 100%;
  height: 100%;
}
.tume{
  letter-spacing : -1px;
}
.grade1{
  background-image : linear-gradient(to bottom, black, rgba(0, 0, 0, 0.2) 50%);
}
.text_yellow{
  color : #fff000;
}
.imgintro0{
  margin-right : 50px;
  margin-bottom : 10px;
  width : 450px;
  float : left;
}
.imgintro1{
  margin-bottom : 10px;
  width : 450px;
  float : right;
  margin-left : 50px;
}
.titles{
  font-size : 300%;
  text-align : center;
  background-image : url(../img_common/titles.png);
  background-repeat : no-repeat;
  background-position : center bottom;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #b0966a;
}
.staff9{
  background-image : url(../img_common/staff9.png);
  background-repeat : repeat-x;
  background-position : center 18px;
  width : 5%;
}
.staff9b{
  background-image : url(../img_common/staff9.png);
  background-repeat : repeat-x;
  background-position : center center;
  width : 5%;
}
.staff1{
  width : 45.5%;
  vertical-align : top;
  text-align : right;
  padding-right : 2%;
  padding-top : 5px;
  padding-bottom : 5px;
}
.staff2{
  padding-left : 2%;
  width : 45.5%;
  vertical-align : top;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
}
.div_story{
  color : #55462d;
  background-image : url(../img_common/intro.png);
  background-repeat : repeat-y;
  background-position : center top;
  padding-left : 5%;
  padding-right : 5%;
}
.text_right{
  text-align : right;
}
.goodsp{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  width : 35%;
}
.goodssp{
  width : 5%;
}
.goodst{
  vertical-align : top;
  text-align : left;
  width : 60%;
}
.sen2{
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : #ffffff;
}
.askq{
  font-weight : bold;
  color : black;
  background-color : #fed047;
}
.ask{
  font-weight : bold;
  background-color : #5a4a30;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.aska{
  margin-left : 20px;
}

