@charset "UTF-8";

body{
  box-sizing: border-box;
  width: 100%;
  background-color:#fdfdfd;
  color: #626363;
  font-size: 1rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5rem;
}

body *{
  box-sizing: border-box;
}


.container{
  width: 70%;
  margin: 0 auto;
  
}

a{
  text-decoration: none;
  transition: 0.3s;
}
a img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}



li{
  list-style: none;
}



.drawer_hidden{
  position: fixed;
  top: 0;
  left: 100%;
}

.nav_content {
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
}






/*ヘッダー*/
header{
  background-color: #fdfdfd;
  
}

.top-boder{
  width: 100%;
  background-color: #3468C0;
  height: 20px;
  
}



.header-border{
  width: 100%;
  height: 20px;
  align-items: center;
  text-align: left;
  font-weight: 100;
  line-height: 25px;
  color: #FFFCEF;
  font-size: 0.8rem;
}

.header-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-bottom: 1rem;*/
  /*margin-top: 1rem;*/
  width: 100%;
  height: 150px;
}


.logo-1{
  width: 100%;

  display: block;
}

.logo{
  display: block;
  width: 100%;
  height: 100%;
}

.header-inner2{
  display: flex;
  justify-content: right;
  align-items: center;
  width: 80%;
}

.header-inner2 address{
 font-style: normal;
  margin-right: 1rem;
}



.header-inner2 .header-btn img{
  display: block;
  width: 100%;
  margin-left: auto;
  border-radius: 10px;
  
}

.tel{
  font-size: 2.3rem;
  font-weight:900;
  color: #ff3a55;
  text-align: right;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
  background-image: url(img/通話中の電話アイコン.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 10%;
  
}

.nitiji{
  font-size: 0.5rem;
  text-align: right;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.header-inner3{
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #fdfdfd;
  z-index: 999;
  
}

.header-list{
  width: 100%;
  display: flex;
  flex: 1;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  
  
  
}

.header-list li{
  display: flex;
  height: 30px;
  border-right: solid 2px #7e7b77;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  
  
}

.header-list a{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color:#626363;
  font-weight: bold;
  margin: 0 auto;
}

.header-list a:hover{
  color: #3468C0;
}

.hoge{
  width: 25%;
  font-size: .9rem;
}


.hoge2{
  width: 13%;
  font-size: .9rem;
}

.header-list li:first-child{
  border-left: solid 2px #7e7b77;
}


.header-list li ul{
  display:none;
}

.header-list li:hover ul{
  display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:1.8em;
	left:0;
	list-style-type:none;
	
}

.dropdown__list{
  background-color: #B0EACD;
  border: none;
  width: 8rem;
  color:#fdfdfd;
  
}

.dropdown__list a{
  display: block;
  width: 8rem;
  
}

.dropdown__lists .dropdown__list{
  border: none;
  
}

.dropdown__lists .dropdown__list:first-child{
  border-left: none;
}

.dropdown__list a:hover{
  opacity: 0.9;
  color: #fdfdfd;
  transition: all 0.3s;
}






/*動くところ*/

.main-visual{
  width: 100%;
  height: 570px;
  
  margin: 0 auto 2rem 0;
  
}

.main-gazou{
  width: 100%;
  height: 100%;
  display: block;
  /*position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
  border-radius: 20px;
  
}

.main-gazou:nth-of-type(1){
  animation-delay: 0s;
}
.main-gazou:nth-of-type(2){
  animation-delay: 10s;
}

.main-gazou:nth-of-type(3){
  animation-delay: 20s;
}

@keyframes change-img-anim-first {
	0%{ opacity: 1;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}*/
}





/*mainコンテント*/

.main{
  position: relative;
}

.yajirusi{
  background-color:gold;
  border-radius: 50%;
  padding: 0.5rem;
  position:fixed;
  right: 0;
  bottom:0;
  transition:1s;
  opacity:0.7;
  width: 7%;
  z-index: 100;
}

.yajirusi img{
  
  width:100%;
}

.main-titlbase{
  text-align: center;
}


.main-title{
  display: inline-block;
  font-size: 3rem;
  text-align: center;
  padding: 1.5rem 0 1.5rem 4rem;
  font-weight: 100;
  
  color: #3468C0;
  

}

.box-p{
  padding-bottom: 5rem;
}

.box-m{
  margin-bottom: 7rem;
}

.jikosyoukai{
  display: flex;
  margin-top: 2rem;
  
}

.kao{
  width: 40%;
  margin-right: 1rem;
  
}

.kao img{
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  
}

.setumei{
  width: 70%;
}

.bunnsyo {
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.bunnsyo3 {
  line-height: 1.8rem;
  margin-bottom: 1rem;
}

.LIB-bunnsyo3 {
  line-height: 1.8rem;
  margin-bottom: 1rem;
}

.bunnsyo3  p{
 margin-bottom: 1rem;
}

.bunnsyo p{
  margin-bottom: 3rem;
}

.main-btn{
  width: 100%;
  margin-top: 3rem;
}
.main-btn a{
  display: block;
  margin-left: auto;
  text-align: right;
}

.main-btn img{
  
  text-align: right;
  border-radius: 10px;
}

/*sabisu*/
.sabisu{
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.sabisu-content{
  width: 100%;
  height: 200px;
  position: relative;
  
  margin-bottom: 1rem;
}


.sabisu-img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: solid 3px #e9e7e7;
  border-radius: 20px;


}

.sabisu-btn{
  display: block;
  position: absolute;
  left: -25px;
  top: -10px;
  background-color: #3468C0;
  color: #FFFCEF;
  border: solid 3px #3468C0;
  border-radius: 10px;
  padding: 1rem;
}

.sabisu-btn2{
  display: block;
  position: absolute;
  right: -25px;
  bottom: -10px;
  background-color: #3468C0;
  color: #FFFCEF;
  border: solid 3px #3468C0;
  border-radius: 10px;
  padding: 1rem;

}

.box{
  width: 30%;
  
}

.goriyou{
  width: 100%;
  height: 250px;
  margin-bottom:10rem;
}

.goriyou a{
  display: block;
  width: 100%;
  height: 100%;
}

.goriyou img{
  display: block;
  width: 100%;
  height: 100%;
  border: solid 3px #e9e7e7;
  border-radius: 20px;
  
}


.main-title2 {
  font-size: 3rem;
  text-align: center;
  color: #3468C0;
  font-weight: 100;
  padding: 5rem 0;
  
	display: flex;
	justify-content: center;
	align-items: center;
	
	
}

.main-title2::before,
.main-title2::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #3468C0;
}

.main-title2::before {
	margin-right: 20px;
}
.main-title2::after {
	margin-left: 20px;
}



.ryoukinn-box{
  width: 48%;
  border: solid 2px #e9e7e7;
  border-radius: 20px;
  background-color: #fdfdfd;
  
}

.ryoukinn-box:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.sabisu-content2{
  width: 100%;
  height: 250px;
}

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

.sabisu-img2{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.container2{
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  
}

.container2 a{
  color: #ff3a55;
}

.container3{
  width: 65%;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  border: dodgerblue 1px solid;
  text-align: center;
  border-radius: 1rem;
}

.sabisu2-menu{
  display: block;
  padding: 2rem 0;
 font-size: 2rem;
  padding: 2rem 1rem 2rem;
  color: #3468C0;
  font-weight: 500;
}

span{
  color: #626363;
}


.bunnsyo2{
  line-height: 1.8rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
  color: #4f4e4c;
}



.sabisu3{
  display: flex;
  background-color: #fdebe272;
  justify-content: space-between;
  width: 100%;
}

.box3{
  width: 45%;
}

.sabisu-content3{
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.sabisu-content3 a{
  display: block;
  width: 100%;
  height: 100%;
}

.main-title3{
  font-size: 3rem;
  text-align: center;
  
  font-weight: 100;
  color: #3468C0;
  padding: 5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
  background-color: #fdebe272;
  
  
}

.main-title3::before,
.main-title3::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #3468C0;
}

.main-title3::before {
	margin-right: 20px;
}
.main-title3::after {
	margin-left: 20px;
}


.map{
  width: 50%;
  height: 400px;
  margin-right: 2rem;
}

.map-img{
  display: block;
  width: 100%;
  height: 100%;
  border: solid 5px #fdfdfd;
  border-radius: 20px;
  
}


.map-bunnsyou2{
  font-size: 0.5rem;
}




.map-title2{
  display: flex;
  align-items: center;
  color: #626363;
  
}



.setumei p{
  margin-bottom: 0;
  
}

.setumei h2{
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 1rem;
  color: #3468C0;
}

.LIB-title{
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 1rem;
  color: #3468C0;
  padding: 1rem;
}



.LIB-link a{
  display: block;
  color: #3468C0;
  font-size: 1.5rem;

  width: 100%;
}

.LIB-link img{
  display: block;
  margin: 0 auto;
}



.LIB-link a:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}



.map-title2::before,
.map-title2::after{
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #3468C0;
}

.map-title2::before{
  margin-right: 1rem;
}

.map-title2::after{
  margin-left: 1rem;
}

.tiiki{
  font-weight: bold;
  color: #3468C0;
  margin:1rem 0 !important;
}

.map-box{
  display: flex;
  justify-content:center;
  width: 100%;
  padding:  1rem 0.2rem 0.2rem 0.5rem;
  border: solid 1px #7e7b77;
  border-radius: 10px;
  background-color: #fdfdfd;
  align-items: center;
  min-height: 150px;
  margin-top: 2.5rem;
}

.map-box2{
  width: 65%;
  text-align: center;
}

.map-box2 a{
  font-size: 2.3rem;
}

.map-box2 p{
  margin-bottom: .3rem;
}

.map-btn{
  width: 25%;
  

}

.map-btn img{
  display: block;
  width: 80%;
  height: auto;
  margin-bottom: 0.5rem;
  border-radius: 10px;
}

.LIB-btn img{
  display: block;
  width: 85%;
  height: auto;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.LIB-btn{
  margin-top: 0.3rem;
}

.map-tel{

  font-size: 2.5rem;
  width: 100%;
  color: #ff3a55;
  
  
}
.map-bunnsyou{
  font-size: 0.9rem;
}

/*footer--------------------------*/
.footer-m{
  margin: 2rem 0;
}

.footer-ro-ra{
  /*display: block;
  display: block;
  width: 80%;
  margin: 0 auto;
  border: solid 3px #acafb2;*/
  display: none;
}

.footer-box{
  width: 60%;
  margin-right: 2rem;
}

.footer-box2{
  width: 40%;
}

.footer-toiawase{
  display: flex;
  justify-content:center;
  width: 100%;
  padding:  1rem 0.2rem 0.2rem 0.5rem;
  border: solid 1px #7e7b77;
  border-radius: 10px;
  background-color: #fdfdfd;
  align-items: center;
  margin-bottom: 2rem;
  min-height: 100px;
}

.footer-toiawase p{
  margin-bottom: 0.3rem;
}

.footer-toiawase a{
  font-size: 2.3rem;
}

.footer-map{
  width: 100%;
  height: 400px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  
}

.logo-2{
  width: 70%;
  display: block;
}

.last-footer{
  display: flex;
  background-color: #3468C0;
  justify-content: space-between;
  width: 100%;
  color: #fdfdfd;
}

.footer-listbox a{
  color: #fdfdfd;
  
}

.footer-listbox{
  margin: 2rem 0 1rem 0;
}

.footer-listbox a:hover{
  text-decoration: underline;
}

.footer-title{
  font-size: 1.3rem;
  padding: 1rem 0;
  font-weight: 200;
}

.footer-title::before{
  content: "★";
  margin-right: 0.5rem;
}

.footer-menu{
  margin-bottom: 2rem;
  margin-left: 2.1rem;
  
}

.footer-menu li{
  margin-bottom: 0.5rem;
}

.footer-menu li::before{
  content: "-";
  margin-right: 0.5rem;
}

.footer-owari{
  width: 100%;
  text-align: center;
  background-color: #3468C0;
  color: #fdfdfd;
  padding: 1rem 0;
}

#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 800;

}

#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 100%;
  padding:0;
  margin:0;
  font-size: 14px;
  
}

#sp-fixed-menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
  padding:1.2rem;
  font-size: 1.1rem;
  letter-spacing: 3px;
  
}

#sp-fixed-menu li a::before{
  position: relative;
  top: -0.5px;
  margin: 0 10px 0 0;
  content: url(img/白通話中.png);
}

#sp-fixed-menu li:first-child{
  border-radius: 50% 50% 0 0;
  background: #ff3a55;}