@charset "utf-8";
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-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  min-width: 1024px;
  font-style: normal;
  font-size: 100%;
  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.6;
  background-color : white;
}
.minc{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@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;
}
a:link{
  color : #ee7700;
  text-decoration : none;
}
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 : 120%;
}
.bigest{
  font-size : 140%;
  font-weight : 700;
}
.bigest2{
  font-size : 180%;
  font-weight : 700;
}
.bigest3{
  font-size : 220%;
  font-weight : 700;
}
.bigest4{
  font-size : 260%;
  font-weight : 700;
}
.smaller{
  font-size : 90%;
}
.small{
  font-size : 80%;
}
.futo{
  font-weight : 900;
}
.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 : 17px;
  min-width : 768px;
  max-width : 1100px;
}
.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;
}
.sp5{
  width : 5%;
}
.topmar10{
  margin-top : 10px;
}
.topmar5{
  margin-top : 5px;
}
.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)";
}
.sns{
  height : 23px;
}
.footer{
  padding-top : 40px;
  padding-bottom : 80px;
  color : #cccccc;
  background-color : rgba(0, 0, 0, 0.8);
}
.titles{
  font-size : 200%;
  letter-spacing : 0.5em;
  text-indent: 0.5em;
  text-align : center;
  line-height : 1em;
  font-weight : 700;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.midashi2{
  font-size : 150%;
  padding-bottom : 10px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  font-weight : bold;
}
.midashi1{
  font-size : 150%;
  padding-bottom : 15px;
  font-weight : bold;
  background-image : linear-gradient(to right, #e8e8e8, #f6f6f6);
  padding-top : 15px;
  padding-left : 30px;
  padding-right : 30px;
  line-height : 1em;
  letter-spacing : 0.3em;
}
.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 : black;
  background-image : linear-gradient(to right bottom, #c0cbde, #ffffff);
  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 : none 0% 0% / auto auto repeat scroll padding-box border-box #c1ccdf;
  color : black;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn2-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.line_left{
  border-left-width : 3px;
  border-left-style : solid;
  margin-left : 10px;
  margin-top : 10px;
  padding-right : 10px;
  padding-left : 15px;
  border-left-color : #cccccc;
}
.left20px{
  margin-left : 20px;
}
.table100{
  width : 100%;
}
.table50{
  width : 50%;
}
.tume{
  letter-spacing : -2px;
}
.text_right{
  text-align : right;
}
.medatsu1{
  background-color : white;
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-width : 1px;
  border-style : solid;
}
.youtube{
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color : black;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
}
.youtube iframe{
  width: 100%;
  height: 100%;
}
.fcdr{
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  paint-order: stroke;
}
h1{
  font-size : 14px;
}
.name1{
  font-size : 250%;
  line-height : 1em;
  font-weight : 700;
  letter-spacing : 0.5em;
  text-indent : 0.5em;
}
.partz{
  width : 10%;
}
.part1{
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : #ececec;
  width : 35%;
  background-color : white;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
}
.khb{
  width : 20%;
  margin-left : 80%;
  margin-bottom : 20px;
}

