@charset "UTF-8";

.c1{
  color: #f9b233 !important;
}

.c2{
  color: #ef7b31 !important;
}

.c3{
  color: #23336d !important;
}

.c4{
  color: #ff8a00 !important;
}

.c5{
  color: #0009c9 !important;
}

.pc768{
  display: block;
}

.mb768{
  display: none;
}

.p768{
  display: block;
}

.m768{
  display: none !important;
}

.main{
  padding-top: 100px;
}

.main_text h1 img{
  width: 200px;
}

.main_text h2{
  font-size: 4.5rem;
  color: #fff;
  margin-top: 25px;
  line-height: 30px;
}

.main_text h3{
  font-size: 4.5rem;
  margin-bottom: 50px;
}

.main_text p{
  font-size: 2.0rem;
  color: #fff;
  font-weight: 100;
}

.qmenu{
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 20%;
  border: 1px solid #c2c2c2;
}

.qmenu a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #c2c2c2;
  padding: 15px 10px;
}

.qmenu a.q5{
  background: #ef7b31;
}

.qmenu a:last-child{
  background: #3e3e3e;
  border-bottom: 0px;
  padding: 10px 10px;
}

.qmenu .topbtn p{
  color: #fff;
}

.qmenu a .qicon{
  margin-bottom: 10px;
}

.qmenu a p{
  color: #333;
  font-size: 11px;
  font-weight: 500;
}

.qmenu a.q5 p{
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.qmenu2{
  top: auto;
  bottom: 0;
  width: 100%;
}

.qmenu2 a{
  width: 20%;
  border-left: 1px solid #c2c2c2;
}

.qmenu2 i{
  color: #fff;
  font-size: 24px;
}

.qmenu2 .qicon{
  height: 35px;
}

.q_bottom{
  display: none;
}

.common{
  padding: 80px 0px;
}

.content{
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

.content2{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.site_nav{
  padding: 30px 0px 80px 0px;
  display:flex;
  background: #fff;
}

.site_nav li{
  width: 33.3%;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.site_nav li:nth-child(5){
  border-left: 1px solid #d0d0d0;
  border-top: 0px;
}

.site_nav li:nth-child(1){
  border-left: 1px solid #d0d0d0;
}

.site_nav li:nth-child(6){
  border-top: 0px;
}

.site_nav li a{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 1.8rem;
}

.site_nav li .nav_active{
  color: #fff;
  background: #f9b232;
  font-weight: bold;
}

.site_nav5{
  flex-wrap: wrap;
}

.site_nav5 li{
  width: 33.333%;
}

.site_nav5 li:nth-child(4){
  border-right: 0px;
  border-left: 1px solid #d0d0d0;
  border-top: 0px;
}

.atitle{
  text-align: center;
}

.atitle h2{
  font-size: 4.0rem;
}

.atitle p{
  font-size: 1.8rem;
  color: #333;
  font-weight: 300;
}

.acon1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.acon1 .a1_img{
  width: 50%;
}

.acon1 .a1_img img{
  width: 100%;
}

.acon1 .a1_text{
  width: 45%;
}

.acon1 .a1_text h2{
  font-size: 4.0rem;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 30px;
}

.acon1 .a1_text h2 b{
  font-weight: 800;
}

.acon1 .a1_text h2 span{
  color: #444;
}

.acon1 .a1_text p{
  font-size: 2.2rem;
  color: #444;
}

.a2{
  background: #f9f9f9;
}

.a2 .atitle{
  margin-bottom: 50px;
}

.a2_img{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.a2_img .a2_icon{
  width: 32%;
  margin: 0.5%;
  margin-bottom: 20px;
}

.a2_img .a2_icon img{
  width: 100%;
}

.atitle span{
  display: block;
  width: 100px;
  height: 3px;
  background: #f9b232;
  margin: 0 auto;
}

.doc_wrap{
  margin-top: 50px;
  padding: 50px 50px 0px 50px;;
  background: #f7f7f4;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.doc_text{
  width: 55%;
}

.doc_text h2{
  font-size: 3.5rem;
  margin-bottom: 30px;
}

.doc_text h2 span{
  font-size: 2.8rem;
  font-weight: 300;
  margin-left: 10px;
}

.doc_text2 span{
  font-size: 5px;
  color: #878787;
  margin-right: 5px;
}

.doc_text2{
  padding: 20px;
  background: url('../img/a8.png');
  background-size:cover;
  background-position: bottom right;
}

.doc_text2 p{
  font-size: 1.8rem;
  line-height: 34px;
}

.doc_wrap .doc_img{
  width: 30%;
}

.doc_wrap .doc_img img{
  width: 100%;
}

.doc2{
  margin-bottom: 80px;
}

.acon3{
  padding: 50px 0px;
  display: flex;
  align-items: center;
}

.acon3 .a3_img{
  width: 40%;
}

.acon3 .a3_img img{
  width: 100%;
}

.acon3 .a3_text{
  width: 60%;
  height: 100%;
  background: #f9f9f9;
  padding: 45px 80px;
}

.acon3 .a3_text .a3_title{
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c7c7c7;
}

.acon3 .a3_text .a3_title .a3_sns{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.acon3 .a3_text .a3_title .a3_top{
  margin-right: 40px;
}

.acon3 .a3_text .a3_title .a3_top h2{
  font-size: 3.0rem;
}

.acon3 .a3_text .a3_title .a3_top a{
  font-size: 5.0rem;
  font-weight: 900;
}

.acon3 .a3_text p{
  font-size: 2.5rem;
}

.a4_title h2{
  font-size: 3.0rem;
  margin-bottom: 30px;
}

.a4_img{
  width: 100%;
  margin-bottom: 30px;
}

.a4_img img{
  width: 100%;
}

.acon4 p{
  font-size: 1.8rem;
  color: #333;
}

.a4_title p{
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.a4_title span{
  font-size: 1.8rem;
  font-weight: 300;
}

.a5_map{
  margin-top: 50px;
}

.btitle{
  text-align: center;
  margin-bottom: 80px;
}

.btitle h2{
  font-size: 4.0rem;
}

.btitle p{
  font-size: 2.0rem;
  color: #333;
  margin-top: 20px;
  line-height: 28px;
}

.btitle span{
  line-height: 2px;
  font-size: 2.0rem;
  color: #555;
}

.b1_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b1_box .b1_img{
  width: 37%;
}

.b1_box .b1_img img{
  width: 100%;
}

.b1_box .b1_text{
  width: 60%;
}

.bcon1{
  background: #f9f9f9;
}

.b1_box .b1_text h2{
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #333;
}

.b1_box .b1_text p{
  color: #333;
  font-size: 2.0rem;
  line-height: 28px;
}

.b2_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b2_box .b2_arrow{
  width: 20%;
}

.b2_box .b2_arrow img{
  width: 100%;
}

.b2_img_wrap{
  width: 72%;
  display: flex;
  justify-content: space-between;
}

.b2_img_wrap .b2_img{
  width: 100%;
  margin: 3px;
}

.b2_img_wrap .b2_img img{
  width: 100%
}

.b4_box_wrap{
  display: flex;
  justify-content: center;
}

.b4_box_wrap .b4_box{
  width: 19%;
  margin: 0.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b4_box_wrap .b4_box .b4_img{
  width: 100%;
  margin-bottom: 20px;
}

.b4_box_wrap .b4_box .b4_img img{
  width: 100%;
}

.b4_box_wrap .b4_box .b4_text span{
  width: 160px;
  padding: 7px 0px;
  background: #ef7b31;
  border-radius: 30px;
  display: block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.b4_box_wrap .b4_box .b4_text p{
  margin-top: 20px;
  text-align: center;
  font-size: 1.9rem;
  color: #333;
}

.bcon5{
  background: #f9f9f9;
}

.b5_box_wrap{
  display: flex;
  justify-content: center;
}

.b5_box_wrap .b5_box{
  width: 22%;
  margin: 0.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b5_box_wrap .b5_box .b5_img{
  height: 100px;
}

.b5_box_wrap .b5_box .b5_text{
  text-align: center;
}

.b5_box_wrap .b5_box .b5_text h2{
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 15px;
}

.b5_box_wrap .b5_box .b5_text p{
  font-size: 2.0rem;
  color: #333;
}

.b5_box_wrap .b5_box{
  border-right: 1px solid #e1e1e1;
}

.b5_box_wrap .b5_box:last-child{
  border-right: 0px;
}

.bcon6_wrap{
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.bcon6_wrap .b6_img{
  width: 30%;
  margin: 5px;
}

.bcon6_wrap .b6_img img{
  width: 100%;
}

.bcon7{
  background: #f9f9f9;
}

.bcon7_wrap{
  display: flex;
  justify-content: space-between;
}

.bcon7_wrap .bcon_box{
  width: 32%;
  margin: 0.5%;
}

.bcon7_wrap .bcon_box img{
  width: 100%;
}

.b8_box{
  width: 100%;
}

.b8_box img{
  width: 100%;
}

.bcon9{
  margin-top: 50px;
}

.bcon9 img{
  width: 100%;
}

.btitle h3{
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #333;
}

.bcon10{
  background: #f9f9f9;
}

.b10_wrap{
  display: flex;
  justify-content: center;
}

.b10_wrap .b10_box{
  width: 25%;
  margin: 0.5%;
}

.b10_wrap .b10_box img{
  width: 100%;
}

.b11_wrap{
  display: flex;
}

.b11_wrap .b11_box{
  width: 50%;
}

.b11_wrap .b11_box img{
  width: 100%;
}

.b11_wrap .b11_box2{
  position: relative;
  margin-top: 100px;
}

.bcon11{
  background: #f9f9f9;
}

.bcon12_wrap{
  display: flex;
  justify-content: center;
}

.bcon12_wrap .b12_box{
  width: 22%;
  margin: 5px;
}

.bcon12_wrap .b12_box img{
  width: 100%;
}

.bcon13{
  background: #f9f9f9;
}

.bcon13_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.bcon13_wrap .b13_box{
  width: 19%;
  margin: 5px;
}

.bcon13_wrap .b13_box img{
  width: 100%;
}

.bcon13_wrap .b13_arrow span{
  font-size: 20px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f9b232;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.c1_wrap{
  display: flex;
}

.c1_wrap .c1_box{
  width: 24%;
  margin: 0.5%;
}

.c1_wrap .c1_box img{
  width: 100%;
}

.ctitle{
  margin-bottom: 0px;
}

.c2_box{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.c2_box:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.c2_box .c2_left{
  display: flex;
  align-items: center;
  width: 65%;
}

.c2_img{
  width: 30%;
}

.c2_img img{
  width: 100%;
}

.c2_num{
  width: 100px;
  background: #ef7b31;
  height: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.c2_num span{
  color: #fff;
  font-size: 2.4rem;
  font-weight: 100;
}

.c2_num h3{
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

.c2_text h2{
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 20px;
}

.c2_text p{
  font-size: 1.7rem;
  color: #333;
}

.d1_wrap{
  display: flex;
  justify-content: center;
}

.d1_text{
  margin-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}

.d1_text h2{
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 10px;
}

.d1_text h3{
  text-align: center;
  color: #333;
  font-size: 2.0rem;
  margin-bottom: 15px;
}

.d1_text p{
  font-size: 1.6rem;
  color: #333;
  text-align: center;
}

.d1_text2 h2{
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 15px;
}

.d1_text2 p{
  font-size: 2.0rem;
  color: #333;
  text-align: center;
}

.d1_box{
  width: 24%;
  margin: 5px;
}

.d1_box img{
  width: 100%;
}

.dcon1{
  display: flex;
  justify-content: center;
}

.dcon1 .d1_img{
  margin: 5px;
}

.dcon1 .d1_img img{
  width: 100%;
}

.dcon1 .d1_img p{
  margin-top: 15px;
  font-size: 2.2rem;
  color: #333;
  text-align: center;
}

.d2_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.d2_wrap .d2_box{
  width: 49%;
  margin: 0.5%;
}

.d2_wrap .d2_box img{
  width: 100%;
}

.d3_box img{
  width: 100%;
}

.dcon4{
  background: #f9f9f9;
}

.d4_wrap{
  display: flex;
  flex-wrap: wrap;
}

.d4_wrap .d4_box{
  width: 19%;
  margin: 0.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.d4_box .d4_img{
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.d4_box h3{
  font-size: 2.4rem;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
}

.d4_box p{
  font-size: 1.8rem;
  text-align: center;
  color: #333;
}

.btitle h4{
  font-size: 1.6rem;
  color: #1c77ff;
  font-weight: 300;
}

.e2_wrap img{
  width: 100%;
}

.e2_box{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}

.e2_box:last-child{
  margin-bottom: 0px;
}

.e2_box .e2_img{
  width: 30%;
}

.e2_box .e2_img img{
  width: 100%;
}

.e2_box .e2_right{
  width: 65%;
}

.e2_box .e2_right h2{
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.e2_box .e2_text{
  display: flex;
}

.e2_box .e2_text h3{
  font-size: 1.8rem;
  margin-right: 6px;
  line-height: 28px;
}

.e2_box .e2_text h3 > span{
  margin-right: 6px;
  color: #ccc;
  font-size: 1.2rem;
}

.e2_box .e2_text p{
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 300;
}

.banner{
  padding: 20px 0px 0px 0px;
  background: #f9f9f9;
}

.banner_title h2{
  font-size: 4.0rem;
  margin-bottom: 25px;
}

.banner_wrap{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.banner_text{
  width: 55%;
}

.banner_img{
  width: 30%;
}

.banner_img img{
  width: 100%;
}

.bantext{
  display: flex;
  margin-bottom: 10px;
}

.bantext p{
  font-size: 2.2rem;
  font-weight: 300;
  margin-left: 10px;
}

.e3_wrap{
  display: flex;
  justify-content: center;
}

.e3_wrap .e3_box{
  width: 19%;
  margin: 0.5%;
}

.e3_wrap .e3_box img{
  width: 100%;
}

.econ4{
  background: #f9f9f9;
}

.e4_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.e4_wrap .e4_img{
  width: 32%;
}

.e4_wrap .e4_img img{
  width: 100%;
}

.e4_wrap .e4_text{
  width: 64%;
}

.e4_wrap .e4_text .bantext{
  margin-bottom: 20px;
}

.e4_wrap .e4_text .bantext:last-child{
  margin-bottom: 0px;
}


.e5_wrap{
  display: flex;
  justify-content: center;
}

.e5_wrap .e5_box{
  margin: 0.5%;
  width: 28%;
}

.e5_wrap .e5_box img{
  width: 100%;
}

.e6_box{
  display: flex;
  justify-content: space-between;
}

.e6_box .e6_text{
  padding: 35px;
  width: 33%;
}

.e6_box .et1{
  background: #ef7b31;
}

.e6_box .et2{
  background: #f9b232;
}

.e6_box .et3{
  background: #ffd62f;
}

.e6_box .e6_text h2{
  font-size: 3.5rem;
  margin-bottom: 25px;
}

.e6_box .e6_text p{
  font-size: 1.8rem;
}

.e6_box .e6_img{
  width: 65%;
}

.e6_box .e6_img img{
  width: 100%;
}

.econ7 img{
  width: 100%;
}

.card_area{
  background: url('../img/bg1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card_con{
  display: flex;
  justify-content: space-between;
}

.card_con .card_img{
  width: 24%;
  margin: 0.5%;
  transition: 0.3s all;
}

.card_con .card_img img{
  width: 100%;
}

.card_con .card_img:hover{
  transform: scale(1.03);
}

.people_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.people_wrap .peo_text{
  width: 33%;
}

.people_wrap .peo_img{
  width: 32%;
  margin: 0.5%;
}

.people_wrap .peo_img img{
  width: 100%;
}

.people_wrap .peo_text h2{
  font-size: 4.0rem;
  line-height: 40px;
  margin-bottom: 20px;
}

.people_wrap .peo_text p{
  font-size: 2.0rem;
  margin-bottom: 35px;
}

.people_wrap .peo_text a{
  display: block;
  width: 200px;
  height: 50px;
  background: #ef7b31;
  font-size: 2.0rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border: 1px solid #ef7b31;
  transition: 0.3s all;
}

.people_wrap .peo_text a:hover{
  background: #fff;
  color: #ef7b31;
}

.econ8{
  background: #f9f9f9;
}

.e8_wrap{
  display: flex;
  justify-content: space-around;
}

.e8_wrap .e8_box{
  width: 30%;
  margin: 0.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e8_wrap .e8_box p{
  text-align: center;
  color: #333;
  font-size: 2.2rem;
  margin-top: 25px;
}

.e9_wrap{
  display: flex;
  justify-content: space-around;
}

.e9_wrap .e9_box{
  width: 32%;
  margin: 0.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e9_wrap .e9_box .e9_img{
  width: 100%;
}

.e9_wrap .e9_box .e9_img img{
  width: 100%;
}

.e9_wrap .e9_box p{
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  margin-top: 15px;
}

.e9_wrap .e9_box h2{
  font-size: 2.4rem;
  margin-top: 25px;
  text-align: center;
}

.econ10{
  background: #f9f9f9;
}

.e10_wrap{
  display:flex;
  justify-content: space-around;
  align-items: center;
}

.e10_box .e10_text{
  border: 1px solid #d3d3d3;
}

.e10_box{
  width: 30%;
  margin: 5px;
}

.e10_box .e10_text .e10_title{
  width: 100%;
  height: 70px;
  background: #ef7b31;
  display: flex;
  justify-content: center;
  align-items: center;
}

.e10_box .e10_text .e10_title h2{
  font-size: 2.4rem;
  font-weight: 200;
  color: #fff;
}

.e10_box .e10_text p{
  padding: 50px 0px 50px 50px;
  display: flex;
  align-items: center;
  font-size: 2.0rem;
}

.e10_wrap i{
  font-size: 3.6rem;
  color: #ffb586;
}

.econ12{
  background: #f9f9f9;
}

.econ12 .e12_img img{
  width: 100%;
}

.econ14{
  background: #f9f9f9;
}

.e14_box{
  background: #fff;
  border: 1px solid #878787;
}

.e14_box .e14_text{
  padding: 20px;
  border-bottom: 1px solid #878787;
  display: flex;
  align-items: center;
}

.e14_box .e14_text:last-child{
  border-bottom: 0px;
}

.e14_box .e14_text p{
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 20px;
}

.econ16{
  background: #f9f9f9;
}

.e16_wrap{
  display: flex;
  background: #fff;
  border: 1px solid #d3d3d3;
}

.e16_wrap .e16_box{
  width: 33.333%;
  border-right: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  padding: 20px 0px 20px 15px;
}

.e16_wrap .e16_box:last-child{
  border-right: 0px;
}

.e16_wrap .e16_box p{
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 15px;
}

.e17_wrap{
  display: flex;
  justify-content: center;
}

.e17_wrap .e17_box{
  width: 30%;
  margin: 5px;
}

.e17_wrap .e17_box .e17_img{
  width: 100%;
}

.e17_wrap .e17_box .e17_img img{
  width: 100%;
}

.e17_wrap .e17_box .e17_text{
  border: 1px solid #e6e6e6;
  padding: 0px 15px;
}

.e17_wrap .e17_box .e17_title{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.e17_wrap .e17_box .e17_title h2{
  font-size: 2.4rem;
}

.e17_wrap .e17_box .e17_text p{
  font-size: 1.8rem;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 28px;
}

.e12_img{
  width: 100%;
}

.e12_img img{
  width: 100%;
}

.main_banner{
  background: url('../img/bg2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0px;
}

.main_banner h2{
  font-size: 4.5rem;
  color: #fff;
  margin-bottom: 20px;
}

.main_banner p{
  font-size: 2.4rem;
  color: #fff;
}

.map_info{
  padding: 40px 0px;
}

.map_time{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.map_text span{
  font-size: 1.7rem;
  color: #a7a7a7;
  text-transform: uppercase;
}

.time_wrap{
  display: flex;
}

.time_wrap h2{
  font-size: 3.0rem;
  margin-right: 20px;
}

.time1{
  margin-right: 15px;
}

.map_img{
  position: absolute;
  right: 0;
  bottom: 100px;
}

.thums{
  padding: 0px 0px 70px;
}

.thum_wrap{
  background: #eaeaea;
}
.thum_wrap .thums_box{display:flex;justify-content: space-around;max-width: 1400px;margin:0 auto;}
.thum_wrap .thums{
  width: 40%;
  margin: 0.5%;
}

@media screen and (max-width: 1400px) {
  .content{
    width: 90%;
  }
  .content2{
    width: 90%;
  }
  .doc_wrap{
    padding: 30px;
  }
  .acon3{
    flex-direction: column;
    align-items: flex-start;
  }
  .acon3 .a3_img{
    width: 50%;
  }
  .acon3 .a3_text{
    width: 100%;
  }
  .big_text_wrap{
    width: 55% !important;
  }
  .sns_info .sns_wrap1{
    width: 55% !important;
    padding: 30px;
  }
  .sns_wrap2{
    width: 45% !important;
  }
  .e17_wrap .e17_box .e17_text p > br{
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  html{
    font-size: 53% !important;
  }
  .doc_wrap .doc_img{
    width: 40%;
  }
  .doc_text{
    width: 50%;
  }
  .map_img{
    width: 40%;
  }
  .map_img img{
    width: 100%;
  }
  .bantext p{
    font-size: 1.8rem;
  }
  .e6_box{
    align-items: center;
  }
  .e9_wrap .e9_box p > br{
    display: none;
  }
  .e9_wrap .e9_box h2{
    font-size: 2.0rem;
  }
  .e10_box .e10_text p{
    padding: 30px;
    height: 100px;
  }
  .e10_box .e10_text p > br{
    display: none;
  }
  .e17_wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .e17_wrap .e17_box{
    width: 49%;
    margin: 0.5%;
  }
}

@media screen and (max-width: 1040px) {
  .people_wrap{
    flex-wrap: wrap;
  }
  .people_wrap .peo_text{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .people_wrap .peo_text a{
    margin: 0 auto;
  }
  .people_wrap .peo_text p > br{
    display: none;
  }
  .people_wrap .peo_img{
    width: 49%;
  }
  .acon1{
    flex-direction: column;
  }
  .acon1 .a1_img{
    width: 75%;
  }
  .acon1 .a1_text{
    width: 100%;
  }
  .d1_box{
    width: 30%;
  }
  .map_img{
    position: initial;
  }
  .e6_box{
    flex-direction: column;
  }
  .e6_box .e6_text{
    width: 100%;
  }
  .e6_box .e6_img{
    width: 100%;
  }
  .sns_info{
    flex-direction: column;
  }
  .sns_info .sns_wrap1{
    width: 100% !important;
  }
  .sns_wrap2{
    width: 100% !important;
  }
  .sns_wrap2 .sns_booiking1{
  }
}

@media screen and (max-width: 950px){
  .b4_box_wrap{
    flex-wrap: wrap;
  }
  .b4_box_wrap .b4_box{
    width: 34%;
    margin-bottom: 30px;
  }
  .b5_box_wrap{
    flex-wrap: wrap;
  }
  .b5_box_wrap .b5_box{
    width: 48%;
    margin-bottom: 30px;
  }
  .bcon6_wrap .b6_img{
    width: 49%;
  }
  .bcon7_wrap{
    flex-wrap: wrap;
  }
  .bcon7_wrap .bcon_box{
    width: 49%;
  }
  .b10_wrap .b10_box{
    width: 32.7%;
  }
  .b11_wrap{
    flex-direction: column;
  }
  .b11_wrap .b11_box2{
    margin-top: 0px;
  }
  .b11_wrap .b11_box{
    width: 100%;
  }
  .bcon12_wrap{
    flex-wrap: wrap;
  }
  .bcon12_wrap .b12_box{
    width: 49%;
    margin: 0.5%;
  }
  .bcon13_wrap{
    flex-wrap: wrap;
  }
  .bcon13_wrap .b13_box{
    width: 49%;
    margin: 0.5%;
  }
  .b13no{
    display: none;
  }
  .c1_wrap{
    flex-wrap: wrap;
  }
  .c1_wrap .c1_box{
    width: 49%;
  }
  .d2_wrap .d2_box{
    width: 100%;
  }
  .e2_box{
    flex-direction: column;
    margin-bottom: 50px;
  }
  .e2_box .e2_img{
    width: 60%;
    margin-bottom: 30px;
  }
  .e2_box .e2_text h3{
    min-width: 45px;
  }
  .e3_wrap{
    flex-wrap: wrap;
  }
  .e3_wrap .e3_box{
    width: 49%;
  }
  .e9_wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .e9_wrap .e9_box{
    width: 49%;
    margin-bottom: 30px;
  }
  .map_time{
    flex-direction: column-reverse;
  }
  .map_img{
    width: 65%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 900px) {
  .a2_img .a2_icon{
    width: 49%;
  }
  .doc_wrap{
    flex-direction: column;
  }
  .doc_wrap .doc_img{
    margin-bottom: 40px;
  }
  .doc_text{
    width: 100%;
  }
  .doc_text h2{
    margin-bottom: 15px;
    text-align:center;
  }
  .acon3 .a3_img{
    width: 75%;
  }
  .acon3 .a3_text{
    padding: 30px;
  }
  .b1_box{
    flex-direction: column;
  }
  .btitle{
    margin-bottom: 40px;
  }
  .b1_box .b1_text{
    width: 100%;
  }
  .b1_box .b1_img{
    width: 65%;
    margin-bottom: 20px;
  }
  .b5_box_wrap .b5_box{
    border-right: 0px;
    border: 1px solid #e1e1e1;
    padding: 30px 0px;
  }
  .big_text_wrap{
    width: 100% !important;
    position: relative !important;
    bottom: 50px !important;
  }
  .d4_wrap .d4_box{
    width: 32%;
  }
  .banner_wrap{
    flex-direction: column;
  }
  .banner_img{
    width: 65%;
  }
  .banner_text{
    width: 100%;
  }
  .e4_wrap{
    flex-direction: column;
  }
  .e4_wrap .e4_img{
    width: 65%;
    margin-bottom: 30px;
  }
  .e4_wrap .e4_text{
    width: 100%;
  }
  .e10_wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .e10_box{
    width: 48%;
  }
  .e10_wrap i{
    display: none;
  }
  .e16_wrap{
    flex-wrap: wrap;
  }
  .e16_wrap .e16_box{
    width: 100%;
    padding: 15px;
    border-right: 0px;
    border-bottom: 1px solid #d3d3d3;
  }
  .e16_wrap .e16_box:last-child{
    border-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  html{
    font-size: 48% !important;
  }
  .sub_visual{
    height: 300px;
  }
  .pc768{
    display: none;
  }
  .p768{
    display: none;
  }
  .mb768{
    display: flex;
  }
  .m768{
    display: block !important;
  }
  .main_text h2{
    font-size: 3.0rem;
    margin-top: 10px;
  }
  .main_text h3{
    font-size: 3.0rem;
    margin-bottom: 20px;
  }
  .main_text h1 img{
    width: 120px;
  }
  .main_text p{
    font-size: 1.7rem;
  }
  .common{
    padding: 60px 0px;
  }
  .btitle{
    margin-bottom: 40px;
  }
  .card_con{
    flex-wrap: wrap;
  }
  .card_con .card_img{
    width: 49%;
  }
  .acon3 .a3_text .a3_title{
    flex-direction: column;
  }
  .acon3 .a3_text .a3_title .a3_top{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .acon3 .a3_text .a3_title .a3_sns{
    flex-direction: row;
    justify-content: flex-start;
  }
  .acon3 .a3_text .a3_title .a3_sns a:first-child{
    margin-right: 10px;
  }
  .site_nav li a{
    text-align: center;
  }
  .b10_wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .b10_wrap .b10_box{
    width: 49%;
  }
  .btitle p > br{
    display: none;
  }
  .site_nav li a{
    font-size: 12px;
  }
  .ctitle{
    margin-bottom: 0px;
  }
  .c2_box{
    flex-direction: column-reverse;
  }
  .c2_img{
    width: 100%;
    margin-bottom: 30px;
  }
  .c2_box .c2_left{
    width: 100%;
  }
  .c2_text p{
    font-size: 2.0rem;
  }
  .c2_num{
    width: 115px;
    height: 140px;
  }
  .acon1 .a1_img{
    width: 100%;
  }
  .doc_wrap .doc_img{
    width: 70%;
  }
  .doc_text2 p{
    font-size: 1.6rem;
  }
  .d1_wrap{
    flex-wrap: wrap;
  }
  .d1_box{
    width: 100%;
    margin-bottom: 30px;
  }
  .dcon1 .d1_img{
    width: 70%;
    margin: 0 auto;
  }
  .dcon1 .d1_img img{
    width: 100%;
  }
  .d1_text h3 > br{
    display: none;
  }
  .d1_text p > br{
    display: none;
  }
  .mdcon1{
    flex-wrap: wrap;
  }
  .mdcon1 .md1_img{
    width: 49%;
    margin-bottom: 30px;
  }
  .e2_box .e2_right{
    width: 100%;
  }
  .e5_wrap .e5_box{
    width: 33%;
  }
  .e8_wrap{
    flex-direction: column;
  }
  .e8_wrap .e8_box{
    width: 100%;
    margin-bottom: 30px;
  }
  .e17_wrap .e17_box{
    width: 100%;
  }
  .map_title{
    width: 80%;
  }
  .time_img{
    width: 100%;
  }
  .time_img img{
    width: 100%;
  }
  .time_img2{
    display: flex;
  }
  .time2{
    margin-right: 10px;
  }
  .b2_box{
    flex-direction: column-reverse;
  }
  .b2_box .b2_arrow{
    width: 50%;
    margin-top: 30px;
  }
  .b2_img_wrap{
    width: 100%;
  }
}

@media screen and (max-width: 670px){
  .thum_wrap .thums_box{
    flex-direction: column;
  }
  .thum_wrap .thums{
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px){
  .acon3 .a3_img{
    width: 100%;
  }
  .b4_box_wrap .b4_box{
    width: 49%;
  }
  .b4_box_wrap .b4_box .b4_text span{
    width: 120px;
  }
  .b1_box .b1_img{
    width: 100%;
  }
  .bcon12_wrap .b12_box{
    width: 49%;
    margin: 0.5%;
  }
  .bcon13_wrap .b13_box{
    width: 41%;
  }
  .btitle h2{
    font-size: 2.6rem;
  }
  .btitle span, .btitle p{
    font-size: 1.7rem;
  }
  .btitle p{
    line-height: 23px;
  }
  .sub_visual .sub_txt h3{
    font-size: 2.2rem;
  }
  .sub_visual .sub_txt p{
    font-size: 12px;
    text-align: center;
  }
  .a2_img .a2_icon{
    width: 100%;
  }
  .acon3 .a3_text p > br{
    display: none;
  }
  .d4_wrap .d4_box{
    width: 49%;
  }
  .e4_wrap .e4_img{
    width: 100%;
  }
  .e9_wrap .e9_box{
    width: 100%;
  }
  .e10_box{
    width: 100%;
  }
  .e10_box .e10_text p{
    height: 130px;
  }
  .map_img{
    width: 85%;
  }
  .big_text2{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .big_text2 .arrow{
    width: 100%;
    margin-top: 15px;
    justify-content: center;
  }
  .big_text2 .arrow .prev, .big_text2 .arrow .next{
    width: 38px !important;
    height: 38px !important;
  }
  .big_text p > br{
    display: none;
  }
  .big_text_wrap{
   padding: 20px !important;
  }
  .big_slide{
    margin-bottom: 80px !important;
  }
  .big_text p{
    text-align: center !important;
  }
  .c1_wrap .c1_box{
    width: 100%;
  }
}

@media screen and (max-width: 550px){
  .acon3 .a3_text .a3_title .a3_sns{
    flex-direction: column;
  }
  .acon3 .a3_text .a3_title .a3_sns a:first-child{
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .bcon6_wrap{
    flex-wrap: wrap;
  }
  .bcon6_wrap .b6_img{
    width: 100%;
  }
  .bcon7_wrap .bcon_box{
    width: 100%;
  }
  .b10_wrap .b10_box{
    width: 100%;
  }
  .b4_box_wrap .b4_box{
    width: 100%;
  }
  .bcon12_wrap .b12_box{
    width: 100%;
  }
  .bcon13_wrap .b13_box{
    width: 100%;
    margin-bottom: 50px;
  }
  .b13_arrow{
    display: none;
  }
  .e2_box .e2_img{
    width: 100%;
  }
  .e2_box .e2_text p{
    font-size: 1.6rem;
  }
  .sns_tell{
    width: 100%;
  }
  .sns_tell img{
    width: 100%;
  }
  .sns_text1 .sns_tell a{
    font-size: 2.4rem !important;
  }
  .sns_text1 h2{
    font-size: 2.1rem !important;
  }
  .map_img{
    width: 100%;
  }
  .thums:first-child{
    padding-bottom: 45px;
  }
}
