@charset "UTF-8";
/*==========================

	common

============================*/
html{
  font-size: 62.5%;
  overflow-x: hidden;
  height: 100vh;
}

body{
  background: #fff;
	color:#333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.6rem;
  width: 100vw;
	line-height: 1.2;
	position: relative;
	z-index:1;
  -webkit-text-size-adjust: 100%;
  /*letter-spacing: 2px;*/
}



body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

img{
  max-width: 100%;
}


img, svg {
    height: auto;
    min-height: 1px;
}

a{
  text-decoration: none;
  transition: all 0.2s;
  outline: none;
}


a img{
  transition: all 0.2s;
}

p {
  word-break: break-all;
  word-wrap: break-word;
  line-height:1.7;
}

.en{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  color: #00053a;
}


/******************

  hover

******************/

a:hover,button:hover {
    opacity: 0.5;
    transition: all 0.2s;
}


/* loader ----------------------------------------- */
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_logo {
  width: 800px;
}
.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*==========================

  globalHeader

============================*/

#globalHeader {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  top: 0;
  height: 104px;
}



.globalHeaderInner{
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

#globalLogo{
  width: 52%;
  max-width: 750px;
  margin-left: 2%;
}


.headerInfo{
  display: flex;
  width: 22%;
  max-width: 320px;
  height: 100%;
}

.infoTel{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 68%;
  /*max-width: 230px;*/
  font-size: 2.4rem;
  font-weight: bold;
}


.infoMail {
  width: 32%;
  max-width: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: #fae200;
  font-size: 1.2rem;
  align-items: center;
  color: #00053a;
}

.infoMail img{
  max-width: 35px;
}


#globalHeader,
#globalLogo,
.headerInfo,
#globalNav,
.headerInfoWithScroll{
  transition: 0.5s;
}


#globalHeader.scroll{
  height: 80px;
}

#globalHeader.scroll #globalLogo{
  width: 20%;
  max-width: 278px;
}  

#globalHeader.scroll .headerInfo{
  /*
  width: 70%;
  max-width: 1026px;
  justify-content: space-between;
  */
  display: none;
}  

.headerInfoWithScroll{
  display: none;
  width: 70%;
  height: 100%;
  /*max-width: 1200px;*/
  max-width: 1300px;
  justify-content: space-between;  
}  

#globalHeader.scroll .headerInfoWithScroll{
  display: flex;
}




#globalHeader.scroll .infoTel{
  width: 16%;
  /*max-width: 150px;*/
  font-size: 2.3rem;
}


#globalHeader.scroll .infoMail {
  width: 8%;
  max-width: 80px;
}

#globalHeader.scroll .infoMail span{
  display: none;
}

#globalNav{
  display: none;
}  


#globalHeader.scroll #globalNav{
  width: 70%;
  display:block;
}  


#globalNav ul{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}


#globalNav li{
  font-size: 1.4rem;
}

#globalNav li a{
    color: #00053a;
}


/*---------------------------------
globalContactBox
---------------------------------*/

#globalContactBox{
  max-width: 1280px;
  margin: 0 auto -50px;
}

.contactTxt{
  text-align: center;
  margin-bottom: 60px;
}

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

.contactNav a{
  display: flex;
  width: 48%;
  height: 100px;
  align-items: center;
  background: #fff;
  border: 2px solid #00053a;
  justify-content: center;
  color: #00053a;
  font-size: 3.6rem;
  font-weight: bold;
  gap: 10px;
}

.contactNav a:hover{
  opacity: 1;
  background: #00053a;
  color: #fff;
  border: 2px solid #fff;
}

.contactNav a.tel:hover img {
  content: url("../img/common/icon_tel_l_w.svg");
}

.contactNav a.mail:hover img {
  content: url("../img/common/icon_mail_l_w.svg");
}

.contactNav a.tel img{
  max-width: 28px;
}

.contactNav a.mail img{
  max-width: 40px;
}

.weightNomal{
  font-weight: normal!important;
}


/*==========================

  globalFooter

============================*/

#globalFooter{
  background: #00053a;
  padding: 140px 0 70px;
  color: #fff;
}

.footerInner{
  display: flex;
  gap: 110px;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}

.footerInfo {
  font-size: 1.4rem;
  width: 23%;  
  min-width: 300px;
}

.footerInfo p{
	line-height: 1.4;
}

.footerLogo{
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 30px;
}

.footerLogo img{
  display: block;
}

/*
.link_instagram{
  max-width: 200px;
  display: block;
  margin-top: 20px;
}
*/

/* Safariで画像が行の高さに押しつぶされるの防止 */
.link_instagram {
  width: 200px;
  display: block;
  margin-top: 10px;
  line-height: 0;
}

.link_instagram img {
  width: 100%;
  height: auto;
  display: block;
}

#footerNav{
  display: flex;
  gap: 100px;
  font-weight: bold;
  line-height: 1.5;
  width: 45%;
  min-width: 580px;
}

#footerNav ul{
  min-width: 240px;
}

#footerNav li a{
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.8rem;
}

#footerNav li a span{
  font-family: "Inter", sans-serif;
  color: #fae200;
  display: block;
  font-size: 1.4rem;
}

.footerNavSub a{
  color: #fff;
  font-size: 1.2rem;
}

.footerBottom{
  align-items: end;
  position: relative;
}

#btnPageTopSp{
  /*	
  position: absolute;
  right: -40px;
  display: inline-block;
  color: #fff;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;

  */
  position: absolute;
  right: 2%;
  bottom:70px;
  display: inline-block;
  color: #fff;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-left: 0;
  border-bottom: 0;

  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);  
}


#copyright{
	font-size: 1.3rem;
  font-family: "Inter", sans-serif;
}

.spaceKagura{
  max-width:960px;
  margin:clamp(24px,6vw,56px) auto;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #00053a;
}
.spaceKagura__link{
  display:inline-block;
  width:min(92vw,960px);
}
.spaceKagura img{
  display:block;
  width:100%;
  height:auto;
  margin-bottom: 30px;
}
.spaceKagura_catch{
  color: #00053a;
}

/*==========================

  layout

============================*/

#globalCont{
  transition: 0.5s;
  margin: 104px auto 0;
}


#globalCont.scroll{
  margin: 56px auto 0;
}




#pageCont{
  max-width: 1280px;
  margin: 30px auto 150px;
}



/*==========================

  indexNav

============================*/

.indexNav{
  background: #00053a;
  height: 140px;
  width:100vw;
  /*margin-bottom: 230px;*/
}

.indexNav.onPage{
  margin-left: calc(-((100vw - 1280px) / 2));
}


.indexNav ul{
  display: flex;
  /*max-width: 1280px;*/
  height: 100%;
  margin: 0 auto;
}

.indexNav li {
  width: 15%;
  /*border-right: 1px solid #2e314e;*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexNav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  gap: 10px;
  height: 100%;
  width: 100%;
  justify-content: center;
  position: relative;
}

.indexNav li a img{
  width: auto;
  height: 50px;
}

.indexNav li a::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #2e314e;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.indexNav li a:hover{
  opacity: 1;
  /*background: #fae200;*/
  /*border-bottom: 4px solid #fae200;*/
}


.indexNav li a::before {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 4px;
background: #fae200;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}

.indexNav li a:hover::before {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}



/*
.indexNav li a:hover::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fae200;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0
}
*/


/*
.indexNav li a:hover::after{
  display: none;
}
*/




/*---------------------------------
contentTitle
---------------------------------*/

.contentTitle{
  margin-bottom: 60px;
  color: #00b3a6;
  font-weight: bold;
  line-height: 1.3;
}

.contentTitle span{
  color: #00053a;
}

.contentTitle.center{
  text-align: center;
}

.contentTitle strong{
  color: #00053a;
  font-size: 10rem;
  letter-spacing: 5px;
  display: block;
}


.pageContHead{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 100px;
}

.pageIntro{
  color: #00053a;
  width: 42%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}



.pageContInner{
  max-width: 1080px;
  margin: 0 auto;
}


.pageContInnerTitle{
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 3.6rem;
}

.pageContInnerbox{
  margin-bottom: 80px;
}









/*
.pageTitle{
  color: #00b3a6;
  font-size: 1.8rem;
}

.pageTitle{
}
*/


/*---------------------------------
panorenBox
---------------------------------*/

#panorenBox{
  border:10px solid #006c54;
  padding: 30px 60px;
  max-width: 1280px;
  margin: 0 auto 100px;
}


.panorenBoxHead{
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}


.panorenBoxIcon{
  width: 54%;
  color: #006c54;
  display: flex;
  gap: 40px;
  align-items: end;  
}

.panorenBoxIcon .iconImg{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.panorenBoxIcon .iconImg img{
  display: block;
  max-width: 90px;
  margin: 0 auto 20px;
}

.panorenBoxHeadBody{
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.panorenBoxHeadBody p{
  width: 44%;
}

.btnPanoren{
  width: 260px;
  height: 60px;
  line-height: 60px;
  display: block;
  background: #006c54;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.btnPanoren::after{
  content: "";
  position: absolute;
  margin: auto;
  width: 17px;
  height: 17px;
  background: url("../img/common/external-link.svg") no-repeat;
  right: 10px;
  top: 0;
  bottom: 0;
} 


/*---------------------------------
common
---------------------------------*/

.btnCommon{
  width: 260px;
  height: 60px;
  max-width: 100%;
  line-height: 56px;
  color: #00053a;
  background: #fae200;
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.btnCommon.white{
  border: 1px solid #00053a;
  background: #fff;
}


.btnCommon::after{
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #00053a;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #00053a;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;  
}

.btnCommon.center{
  margin: 0 auto;
}

.btnBack{
  display: block;
  color: #00053a;
  background: #fff;
  border: 1px solid #00053a;
  width: 260px;
  height: 60px;
  line-height: 60px;  
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;        
}

.btnBack::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    left: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #00053a;
    border-left: 0;
    border-bottom: 0;
    transform: translateX(25%) rotate(-135deg);
} 

.btnBack.center{
  margin: 0 auto;
}


.btnPage{
  color:#00053a;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #00053a;
  width: 260px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;  
}

.btnPage::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto; 
  width: 10px;
  height: 10px;
  border: 2px solid #00053a;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg); 
}





.breadList{
  margin: 0 auto 100px;
}

.breadList ul{
  display: flex;
  flex-wrap: wrap;
}

.breadList li {
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}

.breadList li a{
  color: #00053a;
}



.breadList li::after {
  content: "●";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 5px;
  display: flex;
  align-self: center;
}

.breadList li:last-child::after{
  display: none;
}

.breadList li img{
  width: 20px;
}



/*---------------------------------
scroll
---------------------------------*/

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  opacity: 0; 
  visibility: hidden; 
  animation-duration: 1s;
  animation-fill-mode: both;   
}  



.fadeInUp.animated{
  opacity: 1;
  visibility: visible;
  animation-name: fadeInUp;
}


.anchor{
  margin-top: -100px;
  padding-top: 100px;
}



.carList li img,
.ownCarList li img{
  transform: scale(0.9);
  transition: transform .6s ease;
}

.carList li:hover img,
.ownCarList li:hover img{
   transform: scale(1);
}



.only_1700{ display: none!important; }

.only_sp{ display: none!important; }

@media screen and (max-width: 1700px) {
  .only_1700{ display: block !important; }
  .hide_when_1700{ display: none!important; }


  body {
    font-size: 1.6rem;
    width: 100vw;
    overflow-x: hidden;
  }


  body.fixed {
    position: relative;
    width: auto;
    height: auto;
  }


   #globalHeader.fixed{
    top: 0;
    position: fixed;
    z-index: 99;
   } 


    #globalHeader,
    #globalHeader.scroll{
        height: 80px;
        padding: 0 20px;
    }


    #globalCont,
    #globalCont.scroll{
      margin-top: 80px;
    }



  #globalLogo {
    width: 58%;
    max-width: 275px;
    margin-left: 0;
    line-height: 0;
  }

  #globalLogo,
  #globalHeader.scroll #globalLogo{
    /*
    width: 58%;
    max-width: 275px;
    */
    width: 80%;
  }



 .btnMenu {
    width: 40px;
    height: 25px;
    display: block;
    position: relative;
  }

  .btnMenu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    margin:auto;
    background-color: #00053a;
    transition: all 0.2s ease-out;
  }



  .btnMenu span:nth-of-type(1) {
    top: 0;
  }

  .btnMenu span:nth-of-type(2) {
    top: 11px;
  }

  .btnMenu span:nth-of-type(3) {
    top: 23px;
  }


  .btnMenu.close span:nth-of-type(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 8px;
  }

 

  .btnMenu.close span:nth-of-type(2){
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 8px;
  }


 .btnMenu.close span:nth-of-type(3){
    display: none;
  }

  .indexNav li span {
    font-size: 1rem;
  }

/*---------------------------------
globalNavSp
---------------------------------*/

  #globalNavSp {
    transition: all 0.2s  ease-out;
    position: fixed;
    width: 100%;
    z-index: -1;
    opacity: 0;
    height: 100vh;
    background: #00053a;
    color: #fff;
    top: 80px;
  }


  #globalNavSp.action{
    z-index: 998;
    opacity: 1;
  }

  #globalNavSpWrap {
    height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 20px;    
  } 


  #globalNavMenuSp{
    display: flex;
    flex-wrap: wrap;
  }

  #globalNavMenuSp li {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }

  #globalNavMenuSp li a{
    display: block;
    color: #fff;
   }

  #globalNavMenuSp li img {
    max-width: 60px;
    display: block;
    margin: 0 auto 10px;
  }


  .spNavBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 2rem;
    margin-bottom: 30px;
    height: 60px;        
  }

  .navBtnMail{
    color: #00053a;
    background: #fae200;
    font-weight: bold;
  } 

  .spNavBtn img{
    max-width: 30px;
  }

  .navBtnTel{
    color: #fff;
    border: 2px solid #fff;
    background: #00053a;
       
  }

  .globalNavMenuSpSub{
    margin-bottom: 40px;
  } 

  .globalNavMenuSpSub li{
    margin-bottom: 10px;
  }

  .globalNavMenuSpSub li a{
    color: #fff;
  }


  /*
  .link_instagram{
    margin: 20px auto 0;
  }
  */

  .link_instagramNavi{
    width: 70px;
    display: block;
    margin: 0 auto;
  }




}  


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

  .only_pc{ display: none !important; }
  .only_sp{ display: block !important; }

  body {
    font-size: 1.6rem;
    width: 100vw;
    overflow-x: hidden;
  }


  body.fixed {
    position: relative;
    width: auto;
    height: auto;
  }


   #globalHeader.fixed{
    top: 0;
    position: fixed;
    z-index: 99;
   } 


    #globalHeader,
    #globalHeader.scroll{
        height: 80px;
        padding: 0 20px;
    }


    #globalCont,
    #globalCont.scroll{
      margin-top: 80px;
    }



  #globalLogo {
    width: 58%;
    max-width: 275px;
    margin-left: 0;
    line-height: 0;
  }

  #globalLogo,
  #globalHeader.scroll #globalLogo{
    /*
    width: 58%;
    max-width: 275px;
    */
    width: 80%;
  }



 .btnMenu {
    width: 40px;
    height: 25px;
    display: block;
    position: relative;
  }

  .btnMenu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    margin:auto;
    background-color: #00053a;
    transition: all 0.2s ease-out;
  }



  .btnMenu span:nth-of-type(1) {
    top: 0;
  }

  .btnMenu span:nth-of-type(2) {
    top: 11px;
  }

  .btnMenu span:nth-of-type(3) {
    top: 23px;
  }


  .btnMenu.close span:nth-of-type(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 8px;
  }

 

  .btnMenu.close span:nth-of-type(2){
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 8px;
  }


 .btnMenu.close span:nth-of-type(3){
    display: none;
  }


/*---------------------------------
globalNavSp
---------------------------------*/

  #globalNavSp {
    transition: all 0.2s  ease-out;
    position: fixed;
    width: 100%;
    z-index: -1;
    opacity: 0;
    height: 100vh;
    background: #00053a;
    color: #fff;
    top: 80px;
  }


  #globalNavSp.action{
    z-index: 998;
    opacity: 1;
  }

  #globalNavSpWrap {
    height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 20px;    
  } 


  #globalNavMenuSp{
    display: flex;
    flex-wrap: wrap;
  }

  #globalNavMenuSp li {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }

  #globalNavMenuSp li a{
    display: block;
    color: #fff;
   }

  #globalNavMenuSp li img {
    max-width: initial;
    display: block;
    margin: 0 auto 10px;
    height: 60px;
  }


  .spNavBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 2rem;
    margin-bottom: 30px;
    height: 60px;        
  }

  .navBtnMail{
    color: #00053a;
    background: #fae200;
    font-weight: bold;
  } 

  .spNavBtn img{
    max-width: 30px;
  }

  .navBtnTel{
    color: #fff;
    border: 2px solid #fff;
    background: #00053a;
       
  }

  .globalNavMenuSpSub{
    margin-bottom: 40px;
  } 

  .globalNavMenuSpSub li{
    margin-bottom: 10px;
  }

  .globalNavMenuSpSub li a{
    color: #fff;
  }

/*==========================

  indexNav

============================*/

  .indexNav{
    height: 100px;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 0;
  }


  .indexNav li {
    width: 25%;
    font-size: 1.4rem;
  }

  .indexNav li a{
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }


  .indexNav li a img{
    width: auto;
    height: 40px;
  }

  .indexNav li a::after {
    height: 100%;
  } 

  .indexNav li:last-child a::after{
    display: none;
  }


  .indexNav li a:hover::before {
      display: none;
  }


/*---------------------------------
contentTitle
---------------------------------*/

  .contentTitle{
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #00b3a6;
  }

.contentTitle strong {
  letter-spacing: 1px;
  }

/*---------------------------------
globalContactBox
---------------------------------*/

  #globalContactBox{
    padding: 0 20px;
  }

  .contactTxt{
    text-align: left;
    margin-bottom: 20px;
  }


  .contactNav a{
    font-size: 1.6rem;
    flex-direction: column;
  }


  .contactNav a img{
    max-width: 30px;
  }




/*==========================

  globalFooter

============================*/

  #globalFooter{
    padding: 70px 20px 35px;
  }

  .footerInner{
    display: block;
  }

  .footerInfo {
    font-size: 1.6rem;
    min-width: initial;
    width: 100%;
  }




  .footerLogo {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .footerLogo img{
    display: block;
    margin: auto;
    width: 80%;
    margin-bottom: 10px;
  }

  .footerInfo p{
    text-align: center;
    line-height: 1.5;
  }


  .link_instagram{
    margin: 20px auto 0;
  }

  .link_instagramNavi{
    width: 70px;
    display: block;
    margin: 0 auto;
  }

    #footerNav {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    min-width: initial;
    width: 100%;
  }

  #footerNav ul{
    width: 48%;
    min-width: initial;
  }  

  #footerNav li a{
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  #footerNav li a span {
    font-size: 1.3rem;
  }

  .footerNavSub{
    margin-bottom: 30px;
  }


  .footerNavSub a{
    color: #fff;
    font-size: 1.2rem;
  }

  .footerBottom{
    display: block!important;
    margin-top: 20px;
    text-align: center;
  }


  #copyright{
      margin: 40px auto;
      display: block;
  }

  #btnPageTopSp{
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
   width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-left: 0;
  border-bottom: 0;
  }


/*==========================

  layout

============================*/

  #pageCont{
    margin: 30px auto 50px;
    padding: 0 20px;
  }

  .pageContInnerTitle{
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2.4rem;
  }

  .pageContInnerbox{
    margin-bottom: 40px;
  }


/*---------------------------------
common
---------------------------------*/

  .btnCommon,
  .btnBack {
    /*height: 50px;
    line-height: 50px;*/
    font-size: 1.6rem;
  }

  .breadList{
    margin: 0 auto 50px;
  }

  .anchor{
    padding-top: 100px;
    margin-top: -100px;
  }



/*---------------------------------
panorenBox
---------------------------------*/

  #panorenBox{
    border:4px solid #006c54;
    padding: 30px 20px;
    margin: 0 20px 50px;
  }


  .panorenBoxHead{
    display: block;
    margin-bottom: 20px;
  }

  .panorenBoxLogo{
    margin-bottom: 30px;
    text-align: center;
  } 

  .panorenBoxLogo img{
    margin: auto;
    display: block;
    max-width: 85%;
  } 

  .panorenBoxIcon{
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    justify-content: center; 
  }

  .panorenBoxIcon .iconImg{
    font-size: 1.4rem;
  }

  .iconPlus{
      max-width: 30px;
  }  


  .panorenBoxIcon .iconImg img {
    max-width: 50px;
    margin: 0 auto 10px;
  }


  .panorenBoxHeadBody{
    display: block;
  }

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

  .btnPanoren{
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: auto;
  }

  .btnPanoren::after{
    width: 10px;
    height: 10px;
  } 

/*---------------------------------
Space-KAGURA
---------------------------------*/
.spaceKagura img {
  margin-bottom: 10px;
}

.spaceKagura_catch {
  color: #00053a;
  font-size: 22px;
}

/*---------------------------------
contentTitle
---------------------------------*/

  .pageContHead{
    display: block;
    margin-bottom: 50px;
  }

  .pageIntro{
    width: 100%;
    font-size: 1.8rem;
  }

  .contentTitle strong {
    font-size: 5rem;
  }  


  .loading_logo {
    width: 300px;
  }


}

@media screen and (max-width: 414px) {


  .contentTitle strong.en {
    font-size: 4.2rem;
  }

}


@media screen and (max-width: 330px) {


  .contentTitle strong.en {
    font-size: 3.6rem;
  }

}