@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-feature-settings: "palt";
  background-color: #EEF5F8;
  scroll-padding-top: 100px;
  text-align: justify;
}

a{
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
a:hover{
  opacity: 0.6;
}



.humberger_st{
    display: none;
  }


header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px gray;
  background-color: #EEF5F8;
  z-index: 999999;
}
.header_up{
  display: block;
  width: 100%;
  background-color: #002F6A;
  height: 30px;
}
.header_up_link{
  display: block;
  position: relative;
  width: 1000px;
  margin: auto;
}
.header_up_link a{
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 14px;
  color: #002F6A;
  background-color: hsla(194,48%,95%,1.00);
  padding: 0 10px;
}


.header_nk{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.header_left{
  display: block;
  width: 100px;
  height: auto;
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
}

.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.header_right a{
  display: block;
  margin: 3px 15px 0 15px;
  color: #242424;
  text-align: center;
  font-size: 12px;
}
.header_right a span{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #002F6A;
}




main{
  display: block;
  width: 100%;
  min-width: 1100px;
  height: auto;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 50vw;
  background-color: #ADADAD;
  background-image: url("../img/top_img_kari.jpg");
  background-size: cover;
  background-position: center center;
}
.main_view_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  background-color: #FFFFFF;
  opacity: 0.2;
}
.main_view img{
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16vw;
}
.mvp1{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5vw;
  text-shadow: 0 0 5px #FFFFFF;
  font-weight: bold;
  color: #002F6A;
}
.mvp2{
  display: block;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6.2vw;
  text-align: center;
  text-shadow: 0 0 5px #FFFFFF;
  font-weight: bold;
  color: #002F6A;
}






.news{
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-color: hsla(213,100%,21%,1.00);
}
.news_nk{
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: auto;
}
.news_left{
  display: block;
  margin-right: 40px;
  font-size: 20px;
  color: #FFFFFF;
}
.news_right{
  display: block;
}
.news_right_up{
  display: flex;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.news_right_up span{
  display: block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}
.news_right_down{
  display: flex;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
}
.news_right_down span{
  display: block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}





.c_one{
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 1000px;
  margin: 100px auto;
  align-items: flex-start;
}
.c_one_left{
  display: block;
  position: sticky;
  top: 120px; /* 上から何pxで止めるか */
  width: 450px;
  height: 300px;
  background-color: hsla(0,0%,94%,1.00);
  background-image: url("../img/c_one_phot.jpg");
  background-size: cover;
  background-position: center center;
}

.c_one h1{
  display: block;
  text-align: justify;
  font-size: 30px;
  margin: auto;
  color: hsla(214,100%,22%,1.00);
  border-bottom: solid 1px hsla(214,100%,22%,1.00);
}
.c_one p{
  display: block;
  width: 500px;
  margin: 20px auto 0;
  font-size: 18px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



.main_phot1{
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
  background-image: url("../img/phot1.jpg");
  background-size: cover;
  background-position: center center;
}
.phot1_bg{
  display: block;
  width: 100%;
  height: 300px;
  background-color: hsla(214,100%,22%,1.00);
  opacity: 0.8;
}






.c_two{
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 1000px;
  margin: 60px auto;
  align-items: flex-start;
}
.c_two_right{
  display: block;
  position: sticky;
  top: 120px; /* 上から何pxで止めるか */
  width: 450px;
  height: 300px;
  background-color: hsla(0,0%,94%,1.00);
  background-image: url("../img/uma_img.png");
  background-size: cover;
  background-position: center center;
}

.c_two h1{
  display: block;
  text-align: justify!important;
  font-size: 30px!important;
  margin: auto;
  color: hsla(214,100%,22%,1.00);
  border-bottom: solid 1px hsla(214,100%,22%,1.00);
}
.c_two p{
  display: block;
  width: 500px;
  margin: 0px auto 0;
  font-size: 18px!important;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}








.main_phot2{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
  background-image: url("../img/phot2.jpg");
  background-size: cover;
  background-position: center top;
}
.phot2_bg{
  display: block;
  width: 100%;
  height: 300px;
  background-color: hsla(214,100%,22%,1.00);
  opacity: 0.8;
}



.feb{
  display: block;
  margin: 50px auto 0;
  background-color: #FFFFFF;
  border: solid 2px hsla(359,100%,44%,1.00);
  width: 100%;
  height: 60px;
}
.feb p{
  margin: auto;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  font-weight: bold;
  color: hsla(359,100%,43%,1.00);
}
.feb p span{
  font-size: 30px;
  margin: 0 10px;
}


.c_three{
  display: block;
  position: relative;
  width: 1000px;
  margin: 100px auto;
  align-items: flex-start;
}
.c_three h1{
  display: block;
  text-align: center;
  font-size: 25px;
  margin: 0 auto 20px;
  color: hsla(214,100%,22%,1.00);
}
.c_three h1 span{
  display: block;
  font-size: 40px;
}
.c_three h2{
  display: block;
  font-size: 30px;
  text-align: center;
  margin: 30px auto 0;
}
.c_three_p1{
  display: block;
  text-align: center;
  margin: 30px auto;
  line-height: 40px;
  font-size: 20px;
}



.c_three_ceo{
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.c_three_ceo img{
  display: block;
  width: auto;
  height: 500px;
}
.ceo_right{
  display: block;
  width: 480px;
}
.ceo_p1{
  font-size: 30px;
  margin: 20px auto 0;
}
.ceo_p2{
  font-size: 16px;
  line-height: 40px;
}
.ceo_p3{
  display: block;
  font-size: 20px;
  text-align: end;
}
.ceo_p3 span{
  display: block;
  font-size: 30px;
}

.c_three_flex{
  display: flex;
  justify-content: space-between;
}
.c_three_left{
  display: block;
  width: 440px;
  background-color: hsla(60,32%,90%,1.00);
  border: solid 2px hsla(214,100%,22%,1.00);
  padding: 10px 20px;
}
.ctp1{
  font-size: 25px;
  margin: 10px auto 0;
  font-weight: bold;
}
.ctp_flex{
  display: flex;
  justify-content: space-between;
}
.ctp2{
  display: block;
  width: 320px;
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.ctp_flex img{
  display: block;
  width: auto;
  height: 150px;
  margin-top: 20px;
}
.c_three_left span{
  display: block;
  background-color: #FFFFFF;
  border: solid 2px hsla(359,100%,41%,1.00);
  padding: 3px 15px;
  color: hsla(359,100%,41%,1.00);
  text-align: center;
  margin: 10px auto 5px;
}
.c_three_right{
  display: block;
  width: 440px;
  background-color: hsla(60,32%,90%,1.00);
  border: solid 2px hsla(214,100%,22%,1.00);
  padding: 10px 20px;
}
.c_three_right span{
  display: block;
  background-color: #FFFFFF;
  border: solid 2px hsla(359,100%,41%,1.00);
  padding: 3px 15px;
  color: hsla(359,100%,41%,1.00);
  text-align: center;
  margin: 10px auto 5px;
}

.c_three_price{
  display: block;
  margin: 50px auto 0;
}
.price_p1{
  text-align: center;
  font-size: 25px;
}
.price_box{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  background-color: #FFFFFF;
  border: solid 2px hsla(214,100%,22%,1.00);
}
.price_left{
  display: block;
  width: 200px;
  height: 60px;
  background-color: hsla(195,46%,95%,1.00);
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  color: hsla(214,100%,22%,1.00);
}
.price_right{
  display: flex;
  justify-content: center;
  width: 800px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}
.price_right p{
  display: flex;
  width: 400px;
  font-size: 20px;
  margin: auto;
  line-height: 60px;
  text-align: end;
  color: hsla(0,0%,31%,1.00)
}
.price_right p big{
  font-size: 30px;
  margin: 0 20px;
  line-height: 60px;
}
.price_right p span{
  text-decoration: line-through;
}
.price_zero{
  display: flex;
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: justify;
  font-size: 35px;
  margin-left: 50px;
  color: hsla(0,100%,45%,1.00);
}
.price_zero small{
  display: block;
  font-size: 20px;
  line-height: 60px;
  margin-left: 10px;
}

.c_three_feb{
  display: flex;
  justify-content: center;
  width: 1000px;
  height: 60px;
  background-color: hsla(0,100%,45%,1.00);
  margin: 20px auto 0;
  line-height: 60px;
  font-size: 35px;
  color: #FFFFFF;
  font-weight: bold;
}

.schedule{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border: solid 2px hsla(214,100%,22%,1.00);
  margin: 20px auto 0;
}
.sche_p1{
  display: block;
  width: 100%;
  height: 50px;
  margin: auto;
  background-color: #0045A9;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #FFFFFF;
}
.sche_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sche_left{
  display: block;
  width: 479px;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px hsla(217,100%,35%,1.00);
  border-right: solid 1px hsla(217,100%,35%,1.00);
  font-size: 20px;
}
.sche_right{
  display: block;
  width: 480px;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px hsla(217,100%,35%,1.00);
  font-size: 20px;
}
.chui{
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}



.c_three_kigen{
  display: flex;
  justify-content: center;
  width: 1000px;
  height: 60px;
  background-color: hsla(0,100%,45%,1.00);
  margin: 20px auto 0;
  line-height: 60px;
  font-size: 35px;
  color: #FFFFFF;
  font-weight: bold;
}
.c_three_kigen span{
  display: block;
  font-size: 35px;
  margin-left: 30px;
}









.c_four_st{
  background-color: #FFFFFF;
}
.c_four{
  display: block;
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 100px 0;
  align-items: flex-start;
}
.c_four h1{
  display: block;
  text-align: center;
  font-size: 25px;
  margin: 0 auto 20px;
  color: hsla(214,100%,22%,1.00);
}
.c_four h1 span{
  display: block;
  font-size: 40px;
}
.c_four_p1{
  display: block;
  text-align: center;
  margin: 30px auto;
  line-height: 40px;
  font-size: 20px;
}


.c_four_block{
  display: block;
  padding: 30px 0;
}
.c_four_box{
  display: flex;
  justify-content: flex-start;
  width: 870px;
  height: 60px;
  text-align: center;
  border: solid 1px hsla(214,100%,22%,1.00);
  margin: 10px 0;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: hsla(214,100%,22%,1.00);
  padding-left: 130px;
}
.c_four_box span{
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-left: 30px;
}



.c_four_p2{
  display: block;
  text-align: center;
  margin: 30px auto;
  line-height: 40px;
  font-size: 20px;
}
.c_four_flex{
  display: flex;
  justify-content: space-between;
}
.c_four_tantou{
  display: block;
  width: 230px;
}
.cft_p{
  display: block;
  text-align: center;
}
.cft_p span{
  display: block;
  font-size: 25px;
}
.c_four_p3{
  display: block;
  text-align: center;
  margin: 10px auto 0;
  line-height: 40px;
  font-size: 30px;
  color: #FFFFFF;
  background-color: hsla(329,100%,49%,1.00);
}





.contact_st{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 0;
  background-color: #A3A3A3;
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.contact_bg_mn{
  display: block;
  position: absolute;
  width: 100%;
  height: 100vw;
  background-color: hsla(213,100%,21%,1.00);
  opacity: 0.8;
}

.contact{
  display: block;
  position: relative;
  width: 800px;
  margin: auto;
}
.contact h1{
  display: block;
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  margin: auto;
  color: #FFFFFF;
  padding-top: 80px;
}


.contact_nk{
  display: block;
  width: 500px;
  height: auto;
  margin: 20px auto 50px;
  border-radius: 0px;
  background-color: #ECF5F8;
  text-align: center;
  padding: 20px 0;
}

.tel{
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-weight: bold;
  color: #131313;
  line-height: 40px;
  margin-bottom: 10px;
}
.tel img{
  display: block;
  width: auto;
  height: 40px;
  margin-right: 20px;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 400px;
  color: #002F6A;
  font-size: 14px;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ECF5F8;
}

.footer_nk{
  display: block;
  width: 1000px;
  margin: auto;
  padding: 40px 0;
}
.footer_up{
  display: block;
  width: 150px;
  height: auto;
  margin: 0px auto 0;
  text-align: center;
}
.footer_down{
  display: flex;
  justify-content: center;
  margin: 20px auto 30px;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #002F6A;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #000F24;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.main_view_sub h1{
  display: block;
  width: 100%;
  margin: 160px auto 0;
  color: hsla(213,100%,21%,1.00);
}
.sub_hr{
  display: block;
  width: 50px;
  border: solid 1px hsla(329,100%,49%,1.00);
}



.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 60px auto;
  padding-bottom: 0px;
  padding-top: 0px;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #222222;
  border-bottom: solid 2px #828282;
  padding-top: 30px;
}
.main_view_sub_content h5{
  color: #222222;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 30px 0;
}
.company{
  display: block;
  width: 800px;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
  border-top: solid 1px hsla(213,100%,21%,1.00);
}
.company table tr:nth-child(5){
  border-bottom: solid 1px hsla(213,100%,21%,1.00);
}
.company table tr th{
  width: 150px;
  text-align: justify;
  padding-left: 20px;
  height: 50px;
  color: #002F6A;
  font-weight: bold;
}
.company table tr td{
  width: 587px;
  text-align: justify;
  padding-left: 20px;
  height: 50px;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}














@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
  
  
  
  
  
.humberger_st{
    display: block;
  }
/* ボタン */
.hamburger{
  position: fixed;
  top: 5vw;
  right: 3vw;
  width: 12vw;
  height: 12vw;
  border: none;
  background-color: hsla(214,100%,22%,1.00);
  display: block;
  place-items: center;
  cursor: pointer;
  z-index: 999999;
}

.hamburger span{
  display:block;
  width: 6vw;
  height: 0.5vw;
  background: #FFFFFF;
  border-radius: 999px;
  transition: transform .25s ease, opacity .2s ease;
  margin: auto;
}
.hamburger span:nth-child(2){ margin: 1.5vw auto; }

/* 開いている時のバツ */
body.is-menu-open .hamburger span:nth-child(1){
  transform: translateY(2vw) rotate(45deg);
}
body.is-menu-open .hamburger span:nth-child(2){
  opacity: 0;
}
body.is-menu-open .hamburger span:nth-child(3){
  transform: translateY(-2vw) rotate(-45deg);
}

/* オーバーレイ */
.overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 1000;
}
body.is-menu-open .overlay{
  opacity: 1;
  pointer-events: auto;
}

/* ドロワー本体（右から） */
.drawer{
  position: fixed;
  top: 0;
  right: 0;
  height: 100svh;
  width: min(86vw, 360px);
  background-color: hsla(196,14%,85%,1.00);
  transform: translateX(101%);/*101%*/
  transition: transform .28s ease;
  z-index: 1050;
  box-shadow: -20px 0 50px rgba(0,0,0,.18);
  padding: 5vw 5vw 5vw;
  display: flex;
  flex-direction: column;
}

body.is-menu-open .drawer{
  transform: translateX(0);
}

.drawer__head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 2vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #eee;
}

.drawer__title{
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0;
  font-size: 8vw;
}

.drawer__close{
  border: none;
  background: #f4f4f4;
  width: 0vw;
  height: 0px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0px;
  line-height: 1;
}

.drawer__list{
  list-style: none;
  padding: 5vw 0 0;
  margin: 0;
  display: grid;
  gap: 0px;
}

.drawer__list a{
  display:block;
  padding: 2vw 5vw;
  border-radius: 0;
  text-decoration: none;
  color: #111;
  background: transparent;
  transition: background .2s ease;
  font-size: 5vw;
}
.drawer__list a:hover{
  background: #f6f6f6;
}

/* メニュー開いてる間はページスクロール禁止 */
body.is-menu-open{
  overflow: hidden;
}
  
  
  
  
  
  
  
  
  
header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px gray;
  background-color: #EEF5F8;
  z-index: 999999;
}
.header_up{
  display: block;
  width: 100%;
  background-color: #002F6A;
  height: 3vw;
}
.header_up_link{
  display: none;
  position: relative;
  width: 1000px;
  margin: auto;
}
.header_up_link a{
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 14px;
  color: #002F6A;
  background-color: hsla(194,48%,95%,1.00);
  padding: 0 10px;
}


.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.header_left{
  display: block;
  width: 25vw;
  height: auto;
  margin: 2vw 0 2vw 0;
  text-align: center;
  line-height: 0vw;
}

.header_right{
  display: none;
  justify-content: space-between;
  margin-top: 10px;
}
.header_right a{
  display: block;
  margin: 3px 15px 0 15px;
  color: #242424;
  text-align: center;
  font-size: 12px;
}
.header_right a span{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #002F6A;
}




main{
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 100vw;
  background-color: #ADADAD;
  background-image: url("../img/top_img_kari.jpg");
  background-size: cover;
  background-position: center center;
}
.main_view_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background-color: #FFFFFF;
  opacity: 0.2;
}
.main_view img{
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
}
.mvp1{
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  text-shadow: 0 0 5px #FFFFFF;
  font-weight: bold;
  color: #002F6A;
}
.mvp2{
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 10vw;
  text-align: center;
  text-shadow: 0 0 5px #FFFFFF;
  font-weight: bold;
  color: #002F6A;
}






.news{
  display: block;
  width: 100%;
  height: auto;
  padding: 5vw 0;
  background-color: hsla(213,100%,21%,1.00);
}
.news_nk{
  display: block;
  justify-content: center;
  width: 95%;
  margin: auto;
}
.news_left{
  display: block;
  margin-right: 0;
  font-size: 5vw;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 3vw;
}
.news_right{
  display: block;
}
.news_right_up{
  display: flex;
  color: #FFFFFF;
  font-size: 4vw;
  line-height: 5vw;
  margin-bottom: 2vw;
}
.news_right_up span{
  display: block;
  margin-right: 4vw;
  font-size: 4vw;
  line-height: 5vw;
  opacity: 0.6;
}
.news_right_down{
  display: flex;
  color: #FFFFFF;
  font-size: 4vw;
  line-height: 5vw;
}
.news_right_down span{
  display: block;
  margin-right: 4vw;
  font-size: 4vw;
  line-height: 5vw;
  opacity: 0.6;
}





.c_one{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 95%;
  margin: 10vw auto;
  align-items: flex-start;
}
.c_one_left{
  display: block;
  position: relative;
  top: 0; /* 上から何pxで止めるか */
  width: 100%;
  height: 70vw;
  background-color: hsla(0,0%,94%,1.00);
  background-image: url("../img/c_one_phot.jpg");
  background-size: cover;
  background-position: center center;
}

.c_one h1{
  display: block;
  text-align: center;
  font-size: 6vw;
  margin: 5vw auto;
  color: hsla(214,100%,22%,1.00);
  border-bottom: solid 1px hsla(214,100%,22%,1.00);
}
.c_one p{
  display: block;
  width: 100%;
  margin: 3vw auto 0;
  font-size: 4.5vw;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



.main_phot1{
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
  background-image: url("../img/phot1.jpg");
  background-size: cover;
  background-position: center center;
}
.phot1_bg{
  display: block;
  width: 100%;
  height: 300px;
  background-color: hsla(214,100%,22%,1.00);
  opacity: 0.8;
}






.c_two{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 95%;
  margin: 10vw auto;
  align-items: flex-start;
}
.c_two_right{
  display: block;
  position: relative;
  top: 5vw; /* 上から何pxで止めるか */
  width: 100%;
  height: 50vw;
  background-color: hsla(0,0%,94%,1.00);
  background-image: url("../img/uma_img.png");
  background-size: cover;
  background-position: center center;
}

.c_two h1{
  display: block;
  text-align: justify!important;
  font-size: 0px!important;
  margin: auto;
  color: hsla(214,100%,22%,1.00);
  border-bottom: solid 1px hsla(214,100%,22%,1.00);
}
.c_two p{
  display: block;
  width: 100%;
  margin: -3vw auto 0;
  font-size: 4.5vw!important;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}








.main_phot2{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #B4B4B4;
  background-image: url("../img/phot2.jpg");
  background-size: cover;
  background-position: center top;
}
.phot2_bg{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: hsla(214,100%,22%,1.00);
  opacity: 0.8;
}



.feb{
  display: block;
  margin: 5vw auto 0;
  background-color: #FFFFFF;
  border: solid 2px hsla(359,100%,44%,1.00);
  width: 100%;
  height: auto;
}
.feb p{
  margin: auto;
  text-align: center;
  font-size: 4vw;
  line-height: 8vw;
  font-weight: bold;
  color: hsla(359,100%,43%,1.00);
  padding: 3vw 5vw;
}
.feb p span{
  font-size: 4.8vw;
  margin: 0 0px;
}


.c_three{
  display: block;
  position: relative;
  width: 95%;
  margin: 10vw auto;
  align-items: flex-start;
}
.c_three h1{
  display: block;
  text-align: center;
  font-size: 5vw;
  margin: 0 auto 4vw;
  color: hsla(214,100%,22%,1.00);
}
.c_three h1 span{
  display: block;
  font-size: 6vw;
}
.c_three h2{
  display: block;
  font-size: 5vw;
  text-align: center;
  margin: 0px auto 0;
}
.c_three_p1{
  display: block;
  text-align: center;
  margin: 5vw auto;
  line-height: 4vw;
  font-size: 20px;
}



.c_three_ceo{
  display: block;
  justify-content: space-between;
  margin: 5vw auto;
}
.c_three_ceo img{
  display: block;
  width: 100%;
  height: auto;
}
.ceo_right{
  display: block;
  width: 100%;
}
.ceo_p1{
  font-size: 8vw;
  margin: 4vw auto 0;
}
.ceo_p2{
  font-size: 4.3vw;
  line-height: 7vw;
}
.ceo_p3{
  display: block;
  font-size: 6vw;
  text-align: end;
}
.ceo_p3 span{
  display: block;
  font-size: 10vw;
}

.c_three_flex{
  display: block;
  justify-content: space-between;
}
.c_three_left{
  display: block;
  width: 90%;
  background-color: hsla(60,32%,90%,1.00);
  border: solid 2px hsla(214,100%,22%,1.00);
  padding: 3% 5%;
}
.ctp1{
  font-size: 5vw;
  margin: 10px auto 0;
  font-weight: bold;
}
.ctp_flex{
  display: flex;
  justify-content: space-between;
}
.ctp2{
  display: block;
  width: 55vw;
  font-size: 3.5vw;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.ctp_flex img{
  display: block;
  width: auto;
  height: 35vw;
  margin-top: 4vw;
}
.c_three_left span{
  display: block;
  background-color: #FFFFFF;
  border: solid 2px hsla(359,100%,41%,1.00);
  padding: 3px 15px;
  color: hsla(359,100%,41%,1.00);
  text-align: center;
  margin: 3vw auto 2vw;
  font-size: 3.5vw;
}
.c_three_right{
  display: block;
  width: 90%;
  background-color: hsla(60,32%,90%,1.00);
  border: solid 2px hsla(214,100%,22%,1.00);
  padding: 3% 5%;
  margin-top: 3vw;
}
.c_three_right span{
  display: block;
  background-color: #FFFFFF;
  border: solid 2px hsla(359,100%,41%,1.00);
  padding: 3px 15px;
  color: hsla(359,100%,41%,1.00);
  text-align: center;
  margin: 3vw auto 2vw;
  font-size: 3.5vw;
}

.c_three_price{
  display: block;
  margin: 5vw auto 0;
}
.price_p1{
  text-align: center;
  font-size: 5.5vw;
}
.price_box{
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #FFFFFF;
  border: solid 2px hsla(214,100%,22%,1.00);
}
.price_left{
  display: none;
  width: 20vw;
  height: 60px;
  background-color: hsla(195,46%,95%,1.00);
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  color: hsla(214,100%,22%,1.00);
}
.price_right{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  height: auto;
  line-height: 15vw;
  font-weight: bold;
}
.price_right p{
  display: flex;
  width: 70vw;
  font-size: 4vw;
  margin: auto;
  line-height: 15vw;
  text-align: end;
  color: hsla(0,0%,31%,1.00)
}
.price_right p big{
  font-size: 5vw;
  margin: 0 2vw;
  line-height: 15vw;
}
.price_right p span{
  text-decoration: line-through;
}
.price_zero{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  line-height: 10vw;
  text-align: justify;
  font-size: 10vw;
  margin-left: 5vw;
  color: hsla(0,100%,45%,1.00);
  margin-bottom: 4vw;
}
.price_zero small{
  display: block;
  font-size: 5vw;
  line-height: 10vw;
  margin-left: 3vw;
}

.c_three_feb{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: hsla(0,100%,45%,1.00);
  margin: 4vw auto 0;
  line-height: 10vw;
  font-size: 4vw;
  color: #FFFFFF;
  font-weight: bold;
}

.schedule{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border: solid 2px hsla(214,100%,22%,1.00);
  margin: 4vw auto 0;
}
.sche_p1{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #0045A9;
  text-align: center;
  line-height: 10vw;
  font-size: 5vw;
  color: #FFFFFF;
}
.sche_flex{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sche_left{
  display: block;
  width: 95%;
  padding-left: 5%;
  height: auto;
  line-height: 10vw;
  border-bottom: solid 1px hsla(217,100%,35%,1.00);
  border-right: solid 1px hsla(217,100%,35%,1.00);
  font-size: 3.8vw;
}
.sche_right{
  display: block;
  width: 95%;
  padding-left: 5%;
  height: auto;
  line-height: 10vw;
  border-bottom: solid 1px hsla(217,100%,35%,1.00);
  font-size: 3.8vw;
}
.chui{
  display: block;
  font-size: 2.8vw;
  text-align: justify;
  padding: 2vw 2vw;
}



.c_three_kigen{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: hsla(0,100%,45%,1.00);
  margin: 4vw auto 0;
  line-height: 10vw;
  font-size: 4vw;
  color: #FFFFFF;
  font-weight: bold;
}
.c_three_kigen span{
  display: block;
  font-size: 4vw;
  margin-left: 1vw;
}









.c_four_st{
  background-color: #FFFFFF;
}
.c_four{
  display: block;
  position: relative;
  width: 95%;
  margin: auto;
  padding: 10vw 0;
  align-items: flex-start;
}
.c_four h1{
  display: block;
  text-align: center;
  font-size: 6vw;
  margin: 0 auto 4vw;
  color: hsla(214,100%,22%,1.00);
}
.c_four h1 span{
  display: block;
  font-size: 6vw;
}
.c_four_p1{
  display: block;
  text-align: center;
  margin: 4vw auto;
  line-height: 6vw;
  font-size: 3.5vw;
}


.c_four_block{
  display: block;
  padding: 2vw 0;
}
.c_four_box{
  display: block;
  justify-content: flex-start;
  width: 90%;
  height: auto;
  text-align: start;
  border: solid 1px hsla(214,100%,22%,1.00);
  margin: 10px 0;
  line-height: 10vw;
  font-size: 6vw;
  font-weight: bold;
  color: hsla(214,100%,22%,1.00);
  padding-left: 0%;
  padding-top: 3vw;
  padding: 3% 5% 0;
}
.c_four_box span{
  display: block;
  font-size: 4vw;
  font-weight: 500;
  margin-left: 0px;
  line-height: 4vw;
  padding: 0 0 4vw 0;
  text-align: end;
}



.c_four_p2{
  display: block;
  text-align: center;
  margin: 4vw auto;
  line-height: 5vw;
  font-size: 3vw;
}
.c_four_flex{
  display: flex;
  justify-content: space-between;
}
.c_four_tantou{
  display: block;
  width: 24%;
}
.cft_p{
  display: block;
  text-align: center;
  font-size: 3vw;
}
.cft_p span{
  display: block;
  font-size: 4vw;
}
.c_four_p3{
  display: block;
  text-align: center;
  margin: 2vw auto 0;
  line-height: 10vw;
  font-size: 5vw;
  color: #FFFFFF;
  background-color: hsla(329,100%,49%,1.00);
}





.contact_st{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 0;
  background-color: #A3A3A3;
  background-image: url("../img/contact_bg.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.contact_bg_mn{
  display: block;
  position: absolute;
  width: 100%;
  height: 100vw;
  background-color: hsla(213,100%,21%,1.00);
  opacity: 0.8;
}

.contact{
  display: block;
  position: relative;
  width: 95%;
  margin: auto;
}
.contact h1{
  display: block;
  font-size: 6vw;
  margin-top: 0px;
  text-align: center;
  margin: auto;
  color: #FFFFFF;
  padding-top: 8vw;
}


.contact_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: 4vw auto 8vw;
  border-radius: 0px;
  background-color: #ECF5F8;
  text-align: center;
  padding: 4vw 0;
}

.tel{
  display: flex;
  justify-content: center;
  font-size: 8vw;
  font-weight: bold;
  color: #131313;
  line-height: 8.5vw;
  margin-bottom: 2vw;
  pointer-events: none;
}
.tel img{
  display: block;
  width: auto;
  height: 8vw;
  margin-right: 2vw;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 100%;
  color: #002F6A;
  font-size: 3vw;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ECF5F8;
}

.footer_nk{
  display: block;
  width: 100%;
  margin: auto;
  padding: 8vw 0;
}
.footer_up{
  display: block;
  width: 30vw;
  height: auto;
  margin: 0px auto 0;
  text-align: center;
}
.footer_down{
  display: block;
  justify-content: center;
  margin: 2vw auto 5vw;
}
.footer_down a{
  display: block;
  margin: 0 5%;
  color: #002F6A;
  font-size: 4.5vw;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 3vw;
  background-color: #000F24;
  line-height: 6vw;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.main_view_sub h1{
  display: block;
  width: 100%;
  margin: 30vw auto 0;
  color: hsla(213,100%,21%,1.00);
  font-size: 8vw;
}
.sub_hr{
  display: block;
  width: 50px;
  border: solid 1px hsla(329,100%,49%,1.00);
}



.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 8vw auto;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 4.5vw;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #222222;
  border-bottom: solid 2px #828282;
  padding-top: 5vw;
  font-size: 6vw;
}
.main_view_sub_content h5{
  color: #222222;
  font-size: 5vw;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 3vw 0;
}
.company{
  display: block;
  width: 95%;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 0;
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-top: solid 1px hsla(213,100%,21%,1.00);
}
.company table tr:nth-child(5){
  border-bottom: solid 1px hsla(213,100%,21%,1.00);
}
.company table tr th{
  width: 26%;
  text-align: justify;
  padding-left: 0px;
  height: auto;
  color: #002F6A;
  font-weight: bold;
  font-size: 3vw;
  line-height: 6vw;
}
.company table tr td{
  width: 80%;
  text-align: justify;
  padding-left: 10vw;
  height: auto;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
  line-height: 6vw;
  font-size: 3.5vw;
  pointer-events: none;
}


  
  
  
  
  
  
}


















































