@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-feature-settings: "palt";
  text-align: justify;
  background-color: #FFF6F9;
}

a{
  text-decoration: none;
}





header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 5px gray;
  background-color: #FFF6F9;
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.header_left{
  display: block;
  width: 150px;
  height: auto;
  margin-top: 6px;
  text-align: center;
  line-height: 0px;
}

.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.header_right a{
  display: block;
  margin: 0 10px;
  color: #F988B6;
  transition: 0.3s;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
}
.header_right a:hover{
  color: hsla(333,83%,56%,1.00);
}




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 60vw;
  max-height: 800px;
  background-color: #ADADAD;
  overflow: hidden;
  background-image: url("../img/top_keiba.jpg");
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}
.top_skr{
  display: block;
  position: absolute;
  width: 120%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0.8;
}
.top_bg{
  display: block;
  position: absolute;
  z-index: 990;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.main_view h1{
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100;
  text-align: center;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
  font-size: 40px;
  width: 90%;
  min-width: 800px;
  color: #C1267B;
  text-shadow: 0 0 5px #FFFFFF;
}
.main_view h1 span{
  display: block;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
  font-size: 30px;
  background-color: #C1267B;
  width: 600px;
  margin: auto;
  color: #FFE9F3;
  padding: 10px 0;
  margin-top: 30px;
}


#sakura {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリック邪魔しない */
  z-index: 9999;
}



.c_one{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 100px auto;
}
.c_one_left{
  display: block;
  width: 450px;
  height: auto;
}
.c_one_right h1{
  display: block;
  text-align: justify;
  font-size: 30px;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
  color: hsla(333,100%,78%,1.00);
}
.c_one_right p{
  display: block;
  width: 500px;
  margin: 30px auto 0;
  font-size: 18px;
}
.c_one_st{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 50px;
}
.c_one_st_left h1{
  display: block;
  text-align: justify;
  font-size: 30px;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
  color: hsla(333,100%,78%,1.00);
  width: 450px;
}
.c_one_st_left p{
  display: block;
  width: 450px;
  margin: 30px auto 0;
  font-size: 18px;
}

.c_one_st_right{
  display: block;
  width: 600px;
  height: auto;
}








.main_phot1{
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
  overflow: hidden;
  background-image: url("../img/phot1.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.phot1_1{
  display: block;
  position: absolute;
  width: 120%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  opacity: 0.8;
}
.phot1_2{
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.main_phot2{
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
  overflow: hidden;
  background-image: url("../img/phot2.jpg");
  background-size: cover;
  background-attachment: fixed;
}





.c_two{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 100px auto 0px;
}
.c_two_left{
  display: block;
  width: 400px;
  height: auto;
  margin-top: 30px;
}
.c_two_left img{
  display: block;
  width: 400px;
  margin-left: -30px;
}
.c_two_right h1{
  display: block;
  text-align: justify;
  font-size: 30px;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
  color: hsla(333,100%,78%,1.00);
}
.c_two_right p{
  display: block;
  width: 550px;
  margin: 30px auto 0;
  font-size: 18px;
}
.c_two_st{
  display: block;
  width: 700px;
  margin: 50px auto 0px;
}
.jouhou{
  display: block;
  width: 600px;
  margin: 20px auto 30px;
}
.smkr_p{
  display: block;
  width: 700px;
  margin: 0 auto 100px;
  background-color: #D70000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  padding: 15px 0;
  font-size: 25px;
  font-weight: 800;
  color: #FFFFFF;
}
.smkr_p span{
  color: #F6EF00;
}




.c_three{
  display: block;
  justify-content: space-between;
  width: 1000px;
  margin: 100px auto 100px;
}
.c_three h1{
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
  color: #FFFFFF;background-color: #C1267B;
  padding: 10px 0;
}
.jisseki{
  display: block;
  margin: 50px auto;
}
.c_three p{
  display: block;
  width: 1000px;
  margin: 30px auto 0;
  font-size: 18px;
}





.contact_st{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #A3A3A3;
  overflow: hidden;
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.contact_skr{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  opacity: 0.8;
  z-index: 10;
}
.contact_zr{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  z-index: 5;
}

.contact{
  display: block;
  position: relative;
  width: 800px;
  margin: auto;
  z-index: 100;
}
.contact h1{
  display: block;
  color: #C1267B;
  text-shadow: 0 0 5px #FFFFFF;
  font-size: 50px;
  margin-top: 0px;
  text-align: center;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
}
.contact h1 span{
  display: block;
  font-size: 14px;
}


.contact_nk{
  display: block;
  width: 500px;
  height: auto;
  margin: auto;
  border: solid 3px #C1267B;
  border-radius: 0px;
  text-align: center;
  padding: 10px 0 25px;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
}
.tel{
  font-size: 35px;
  font-weight: bold;
  color: #C1267B;
  text-shadow: 0 0 5px #FFFFFF;
}
.tel span{
  font-size: 18px;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 400px;
  background-color: #C1267B;
  padding: 5px 0;
  color: #EEEEE1;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #9E005D;
  background: linear-gradient(0deg, #C1267B, #9E005D);
  overflow: hidden;
}

.footer_nk{
  display: block;
  width: 1000px;
  margin: auto;
  padding: 60px 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
}
.footer_up{
  display: block;
  width: 300px;
  height: 100px;
  background-color: #FFFFFF;
  margin: 0px auto 0;
  text-align: center;
  line-height: 100px;
}
.footer_up img{
  display: block;
  width: 250px;
  margin: 0px auto 0;
  padding-top: 15px;
}
.footer_down{
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #3E0022;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 280px;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
  overflow: hidden;
}

.main_view_sub h1{
  display: block;
  position: relative;
  z-index: 1000;
  color: #C1267B;
  text-shadow: 0 0 5px #FFFFFF;
}



.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 60px auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #C1267B;
  border-bottom: solid 2px #C1267B;
}
.main_view_sub_content h5{
  color: #C1267B;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 50px 0;
}
.company{
  display: block;
  width: 800px;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0px;
  background-color: #FFE7F3;
  font-family: "Kaisei Decol", serif;
  font-weight: 800;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
}
.company table tr th{
  width: 200px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color:#CF62A5;
  color: #FFFFFF;
  font-weight: bold;
}
.company table tr td{
  width: 537px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}

































































