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

	common

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

body{
  background: #f4f2ea;
	color:#333333;
  font-family: "Zen Maru Gothic", system-ui;
  font-weight: 600;
  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:2;
}

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

  hover

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

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


/*---------------------------------
loading
---------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10000;
}

#js-loader {
  width: 50%;
  max-width: 270px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 190px;
  display: flex;
  align-items: center;
  display: flex;
}




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

  globalHeader

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

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

#globalHeader.addBg{
  background: #fff;
}

.globalHeaderInner{
  /*max-width: 1920px;*/
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
  position: relative;
  align-items: center;
  width: 100%;
}

#globalLogo{
  width: 15%;
  max-width: 260px;
  margin-left: 2%;
}

#globalNav{
  width: 46%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#globalNavMenu{
  display: flex;
  width:calc( 100% - 110px - 20px);
  justify-content: space-around;
}

#globalNavMenu li{
  font-size: 1.8rem;
}

#globalNavMenu li a{
    color: #936034;
}



#navContact{
  display: flex;
  background: #f28cbc;
  justify-content: center;
  align-content: center;
  color: #fff;
  flex-wrap: wrap;
  /*border-bottom-left-radius: 50px;*/
  width: 110px;
  height: 100px;
  font-family: "Zen Maru Gothic", system-ui;
  font-weight: 900;
  font-style: normal;
}

#navContact img{
  width: 30px;
  margin-bottom: 10px;
}

#navContact span{
  width: 100%;
  text-align: center;
}

#globalCont{
    padding-top: 110px;
}


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

  footer

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

#globalFooter {
    background: #fff;
    padding: 30px 0 0;
    position: relative;
}

#globalFooterInner{
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 40px;
}

.footerCatch{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 363px;
}

#footerNav{
  width: 590px;
  padding-bottom: 30px;
}

#footerLogo{
  display: block;
  margin: 0 auto 30px;
  max-width: 280px;
}



.footerNavList{
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  height: 40px;
}



.footerNavList li a{
  color: #936034;
  font-size: 1.6rem;
}  

#copyright{
  display: block;
  text-align: center;
  font-weight: normal;
}

.footerInfoBox{
  width: 240px;
  text-align: right;
}

.btnCommon{
  background: #f28cbc;
  width: 240px;
  height: 70px;
  display: block;
  border-radius: 500px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}
.snsIconList{
  margin:20px 0;
  display: flex;
  justify-content: right;
  gap: 20px;
}
.snsIconList .sns_icon{
  width: 40px;
  display: block;
}

.footerlink{
  color: #333333!important;
  font-weight: normal;
}


#btnPageTopSp {
    position: absolute;
    border-radius: 50px 50px 0 0;
    width: 80px;
    height: 70px;
    color: #f28cbc;
    top: -30px;
    right: 40px;
    background: #fff;
    padding-top: 40px;
    font-size: 1.4rem;
    text-align: center;
    z-index: 98;
  }

  #btnPageTopSp::before{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #f28cbc;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1em 0.5em;
    border-bottom-color: currentColor;
    border-top: 0;    
  }


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

  layout

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

#globalCont {
  padding-top: 110px;
  margin-bottom: 160px;
}

.contLayout{
  max-width: 1120px;
  margin: 0 auto 190px;  
}


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

.cont_title{
  text-align: center;
  color: #936034;
  font-size: 3.6rem;
  margin: 0 auto 50px;
}

.cont_title span{
  font-size: 1.6rem;
  color: #f28cbc;
  display: block;
  margin-bottom: 10px;
}


.contBox{
    background: #fff;
    max-width: 1120px;
    margin: 160px auto 0;
    border-radius: 50px;
    position: relative;
    padding: 80px 0;
}

.contBoxTitle{
    text-align: center;
    position: absolute;
    top: -78px;
    left: 0;
    right: 0;
}



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

.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


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

.only_sp{ display: none!important; }



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

  /*
  .anchor {
      margin-top: -70px;
      padding-top: 70px;
  }
  */

  .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;
  }

  p {
    line-height: 1.5;
  }


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

    globalHeader

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

  #globalHeader {
    height: 85px;
  }


  .globalHeaderInner{
    height: 100%;
    width: 100%;
  }


  #globalLogo{
    width: 47%;
    min-width: initial;
  }

  #headerSpNav{
    width: 30%;
    height: 100%;
  }

  #headerSpNavInner{
    display: flex;
    width: 100%;
    height: 100%;
    border-left:1px solid #dedede;
  }

  .btnNavMail{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #0a508e;
    flex-wrap: wrap;
    /*padding-top: 10px;*/
  }

  .btnNavMail img{
    max-width: 30px;
    display: block;
  }


  #btnMenu{
    width: 80px;
    padding: 2%;
  }

  .btnMenuOpen.close,
  .btnMenuClose.close{
    display: none;
  }



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

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


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

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


  #navSpLogo{
    width: 55%;
    margin: 0 auto 60px;
    display: block;  
  }


  #globalNavMenuSp{
    margin-bottom: 20px;
    text-align: left;
  }


  #globalNavMenuSp li{
    letter-spacing: 2px;
    font-size: 2.8rem;
    margin-bottom: 30px
    
  }

  #globalNavMenuSp li a,
  .navSp{
      color: #936034;
      display: block;
  }


  .btnMenuClose {
    display: block;
    position: absolute;
    font-size: 1.2rem;
    top: 0;
    right: 20px;
    width: 40px;
    height: 40px;
  }

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

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



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


  .navlineBox {
    border: 5px solid #0ac655;
    background: #fff;
    padding: 10px;
    margin-bottom: 40px;
  }

  .navlineBoxInner{
    display: flex;
    gap: 20px;
    margin-bottom: 20px; 
  }

  .navlineBoxInner .lineIcon{
    width: 60px;
  }

  .navlineBoxInner .lineBoxIntro {
      font-size: 1.8rem;
      text-align: center;
      line-height: 1.5;
      color: #0ac655;
    }

  .navlineBox .lineBtn {
    background: #0ac655;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    border-radius: 500px;
  }


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

  .navSnsBoxTtl{
    max-width: 260px;
    margin-bottom: 20px;
  }

  .navSnsBoxList{
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .navSnsBoxList li{
    width: 50px;
  }

  .btnCommon.navPos{
    width: 100%;
    margin-bottom: 10px;
  } 


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

    layout

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

  #globalCont {
    padding-top: 70px;
    margin-bottom: 70px;
  }


  .contLayout {
    width: 92%;
    margin: 0 auto 120px;
  }



  /*---------------------------------
  globalFooter
  ---------------------------------*/

  #globalFooter {
    padding:60px 20px;
    position: relative;
  }

   #globalFooterInner {

   } 

  .footerNavList{
    display: block;
    height: auto;
  }

  .footerNavList li{
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #936034;
   }

   .footerNavList li a{
    display: block;
    position: relative;
   } 



  .footerNavList li a::after{
    content: "";
    position: absolute;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    color: #936034;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
  }




  .cont_title {
    margin: 0 auto 24px;
  }

 .footerCatch {
    position: static;
    width: 80%;
    margin: 0 auto 0 5%;
  }

  .footerInfoBox {
    width: 100%;
    margin-bottom: 40px;
  }

  .footerInfoBox  .btnCommon{
    width: 100%;
  }  

  .snsIconList {
    display: flex!important;
    gap: 20px;
    justify-content: center;
  }

  .snsIconList li{
    width: 40px;
  } 


  #footerNav {
    width: 100%;
    padding-bottom: 0;
  }  

  .footerlink {
    font-size: 1.5rem;
  }

  #copyright {
    padding-top: 50px;
  }

  /*
  #btnPageTopSp {
    position: absolute;
    border-radius: 50px 50px 0 0;
    width: 80px;
    height: 70px;
    color: #f28cbc;
    top: -30px;
    right: 20px;
    background: #fff;
    padding-top: 36px;
    text-align: center;
  }

  #btnPageTopSp::before{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #f28cbc;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.64952em 0.375em;
    border-bottom-color: currentColor;
    border-top: 0;    
  }
  */
  #btnPageTopSp {
    right: 20px;
  }

    .contBox {
        margin: 80px auto 0;
        padding: 50px 0;
        width: 92%;
    }

    .contBoxTitle {
        top: -50px;
        max-width: 80%;
        margin: auto;
    }


}  



