@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:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',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 : 1024px;
  color : #686257;
  line-height : 1.6;
  background-repeat : repeat;
  background-position : center top;
  background-color : white;
  background-image : url(../img_common/back2.png);
}
.noto{
  font-family: 'Noto Serif JP', serif;
}
@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 : #487e8a;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #487e8a;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #487e8a;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #487e8a;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #cc0000;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 120%;
  letter-spacing : -1px;
}
.bigest{
  font-size : 150%;
  letter-spacing : -1px;
}
.copy1{
  font-size : 200%;
  letter-spacing : -3px;
}
.copy2{
  font-size : 220%;
  letter-spacing : -2px;
}
.bigest3{
  font-size : 350%;
  letter-spacing : -2px;
}
.bigest2{
  font-size : 250%;
  letter-spacing : -2px;
}
.smaller{
  font-size : 84.6%;
}
.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;
}
.div_contentsover{
  vertical-align : top;
  text-align : left;
  font-size : 16px;
  width : 90%;
}
.div_contentsover1{
  vertical-align : top;
  text-align : left;
  font-size : 16px;
  width : 95%;
  margin-right : 5%;
}
.sen{
  height : 1px;
  width : 100%;
  border-top-width : 2px;
  border-top-style : dotted;
  border-top-color : #b0966a;
  border-left-width : 0px;
  border-right-width : 0px;
}
.rotate1{
  transform: rotate(-10deg);
}
.sp40{
  width : 6%;
}
.sp20{
  width : 4%;
}
.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 : 120px;
  padding-bottom : 120px;
  border-top-style : none;
  color : #cccccc;
  background-color : black;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.tume{
  letter-spacing : -1px;
}
.tume2{
  letter-spacing : -2px;
}
.tume4{
  letter-spacing : -4px;
}
.medatsu1{
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  background-color : rgba(255, 255, 255, 0.6);
  padding-bottom : 40px;
  border-width : 1px;
  border-style : solid;
  border-color : #cfbfab;
}
.medatsu2{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  background-image : linear-gradient(rgba(44, 44, 44, 0.6), rgba(44, 44, 44, 0));
  text-align : left;
}
.topmar80{
  margin-top : 80px;
}
.topmar90{
  margin-top : 90px;
}
.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 : 400px;
  padding-left : 1em;
  padding-right : 1em;
}
a.btn2-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.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(#ff0000, #a20000) 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;
  border-bottom-color : #b0966a;
}
.text_red{
  color : #c80000;
}
.text_yellow{
  color : #a77b2c;
}
.line_gray{
  padding-left : 10px;
  margin-left : 8px;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : #b0966a;
}
.table100{
  width : 100%;
}
.div_youtube{
  background-color : black;
  border-width : 1px;
  border-style : solid;
  border-color : #dfcda4;
  vertical-align : middle;
  text-align : center;
}
.titles{
  font-size : 48px;
  letter-spacing : 2px;
  color : #a48757;
}
.titles2{
  font-size : 32px;
  letter-spacing : 2px;
}
.under_red{
  border-bottom-width : 7px;
  border-bottom-style : solid;
  border-bottom-color : #c80000;
}
.sora2{
  background-image : url(../img_common/sora2.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  color : white;
  background-color : black;
}
.story2{
  text-align : left;
  padding-top : 20px;
  padding-bottom : 20px;
  text-shadow : 2px 2px 2px #666666;
}
.backblack{
  background-image : url(../img_common/backblack.jpg);
  background-repeat : repeat;
  background-position : center top;
  color : white;
}
.story1{
  background-image : url(../img_common/sora1.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  width : 35%;
  font-size : 350%;
  vertical-align : middle;
  text-align : center;
}
.kagecommon{
  background-image : linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  height : 40px;
}
.midashi3{
  font-size : 110%;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}
.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;
}
.flythum{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : #b0966a;
  width : 47%;
}
.mov_name1{
  font-size : 110%;
  padding-top : 10px;
  text-align : center;
}
.thum1{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  border-width : 1px 4px 4px 1px;
  border-style : solid;
  border-color : #b0966a #846c46 #846c46 #b0966a;
  width : 47%;
}
.thum0{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  border-width : 1px 4px 4px 1px;
  border-style : solid;
  border-color : #b0966a #846c46 #846c46 #b0966a;
  width : 100%;
}
.text_pink{
  color : #fa54b4;
}
.text_orange{
  color : #e07718;
}
.fcdr{
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.kugiri{
  background-image : linear-gradient(rgba(176, 150, 106, 0.4), rgba(255, 255, 255, 0));
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : #b0966a;
  height : 40px;
}
.mark9{
  font-size : 91.6%;
  font-weight : bold;
  color : white;
  background-color : #808080;
}
.mark1{
  font-size : 91.6%;
  font-weight : bold;
  color : white;
  background-color : #e30000;
}
.pay{
  background-color : white;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
}
.gds_p1{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  width : 35%;
}
.gds_p2{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 20px;
  padding-left : 50px;
  padding-right : 50px;
  padding-bottom : 20px;
}

