@charset "utf-8";


/*全体へのCSS---------------------------------------------*/
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: rera, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 22px;
  color: #1A2E1D;
  scroll-behavior: smooth;
}

body{
  text-align: center;
  background-color: #b4c9ba;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x:hidden;
}

h2{
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 54px;
  color: #80424B;
  margin: 250px auto 100px auto;
  letter-spacing: 7pt;
  line-height: 2em;
}
#more-blogs{
width: 80%;
max-width: 300px;
margin: 0px auto 200px auto;
}
#more-blogs:hover{
  transform: scale(1.1);
}

#more-works{
  width: 80%;
  max-width: 300px;
  margin: 0 auto 20px;
  background-color: none;
}

#more-works:hover{
  transform: scale(1.1);
  opacity: 1;
}


#more-blogs::before{
    border-bottom: 3px dotted #707070;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
}

.logo-mini{
  min-width: 50px;
  max-width: 60px;
  height: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down {
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    position: absolute;
}

.scroll_down p {
    letter-spacing: .1vw;
}

.scroll_down a{
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
}

.scroll_down .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 23px;
}

.scroll_down .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #000;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse {
  0% {
  opacity: 0;
  top: 70%;
  }
  40% {
  opacity: 0;
  top: 30%;
  }
  70% {
  opacity: 1;
  top: 30%;
  }
  100% {
  opacity: 1;
  top: 70%;
  }
}



@media screen and (min-width:801px){

#first-view-mobile,
.footer-nav-mb ul,
.hamburger-wrap,
#about-inner-mobile,
h3{
  display: none;
}

h1{
  display: none;
}

#header-nav{
  display: block;
  margin-top: 50px;
}

#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background-color: #1A2E1D;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #F2E796;
  transform: scale(1.2);
}

#page-top {
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(5px);
}

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(5px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}



.page-top2{
  width: 0.5%;
  min-width: 100px;
  margin-top: 50px;
}
/*header----------------------------*/



#header-inner{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 120px;
  justify-content: center;
  background-color: #D3D3B3;
  text-align: right;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
h1{
  display: none;
}

header ul{
  width: 100%;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
}

header li{
  margin-left: 20px;
  margin-right: 20px;
  align-items: center;
  justify-content: space-between;
}

header li:hover{
  transform: scale(1.1);
}

header a{
  text-decoration: none;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #80424B;
}

.now-on{
  border-bottom: 4px dotted #A99E4A;
}


/*first-view*/
#first-view{
  display: block;
  text-align: center;
  height: calc(100vh - 1px);
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

#background{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

#logo{
  padding-top: 7%;
  padding-bottom: 1%;
  margin: 100px auto 0px;
  width: 30%;
  display:inline-block;
}

.first-view-text{
  margin: 0 auto 0px auto;
  color: #1a2e1d;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  z-index: 100000;
}


/*スクロールダウン全体の場所*/
.scrolldown2{
  position:absolute;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: gray;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:gray;

  animation:
    circlemove 3.0s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:gray;
}

/*indexのabout----------------*/
#about{
  padding-top: 10%;
  padding-bottom: 10%;
}

#about-inner{
  width: 70%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

#about img{
  width: 50%;
  height: auto;
}

#about-inner-text{
  width: 100%;
  text-align: left;
  margin-left: 50px;
  line-height: 2em;
}

h4{
  font-family: rera, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 52px;
  margin-bottom: 10px;
}

#about h5,p{
  font-size: 25px;
}




/*indexのWORKS-------------*/
.ukujima,
.hilton,
.konkon,
.machioto{
  padding-bottom: 10%;
  font-size: 18px;
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.machioto{
  padding-bottom: 6%;
}
.works dt{
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
}

.works dd{
  text-align: right;
  padding-bottom: 10px;

}

.works img:hover{
  opacity: 0.7;
}


.works img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

 #next-button{
  display: inline-block;
  text-align: right;
  width: 50%;
  }

/*indexのBLOG-------------*/

.blogs{
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.blogs article{
 /*padding-top: 60px;*/
 padding-bottom: 30%;
}

.blogs img{
  width: 100%;
  height: auto;
}

.blogs dt{
 font-family: fot-tsukuardgothic-std, sans-serif;
 font-weight: 700;
 font-style: bold;
 color: #1A2E1D;
 font-size: 21px;
 text-align: left;
}

.blogs dd{
  line-height: 2em;
  text-align: left;
}
.blogs-title{
 font-family: fot-tsukuardgothic-std, sans-serif;
 font-weight: 700;
 font-style: normal;
 color: #1A2E1D;
 font-size: 20px;
 text-align: left;
 position: relative;
 display: inline-block;
 margin-bottom: 1em;
}

.blogs-title{
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.blogs-title:before, .blogs-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.blogs-title:before {
  left:0;
}
.blogs-title:after {
  right: 0;
}






/*WORKSここから*/

.works dd:nth-of-type(3){
  margin-top: 10px;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: dimgray;
  line-height: 2em;
}

#prev-button{
  display: inline-block;
  text-align: left;
  max-width: 50%;
}

#next-button{
  display: inline-block;
  text-align: right;
  max-width: 50%;
}

#button{
  display: flex;
  justify-content: space-around;
}

#button #last-page{
    margin-left: -35%;
    text-align: left;
    max-width: 50%;
}


/*BLOGここから-------------------------------------*/

/*pager*******************************************/
/*.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
}
.pagination>li>a:hover, .pagination>li>span:hover{
     color: ;
}

.pagination>li.page-active>a, .pagination>li.page-active>span{
  font-weight: bold;
  font-size: 22px;
  color: #80424b;
}
a {
    color: #777;
    text-decoration: none;
}

a {
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:-webkit- {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;

}
*/




/*******************************************************/

/*EQUIPMENTここから*/
.equipment{
  width: 50%;
  height: auto;
  margin: 0 auto;
  line-height: 2em;
}

.equipment h5{
  font-size: 25px;
  font-weight: bold;
}

.equipment p{
  display: inline-block;
  margin: 0 auto 50px;
  color: dimgray;
}

.equipment dl{
  text-align: left;
  margin: 40px auto;
}

.equipment-list-title{
  font-size: 23px;
  font-weight: bold;
}

/**********************************************************/

/*CONTACTここから*/
.form{
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.form-explanation{
  display: block;
  font-size: 22px;
  padding-bottom: 100px;
  color: dimgray;
  text-align: center;
}

.form p{
  color: dimgray;
  line-height: 1.5em;
  text-align: left;
}

input, textarea{
  border: 1px solid #000;
  background-color: #EBEBDC;
  margin: 20px auto ;
  width: 100%;
}

textarea{
  height: 500px;
}

.redcolour{
  color: #80424B;
}

#form-button{
  display: flex;
  justify-content: space-evenly;
  margin: 20px auto;

}

#submit{
  background-color: #D3D3B3;
  padding: 5px;
}

#reset{
  padding: 5px;
}


/*footer*/
.footer-nav{
  width: 100%;
  height: 90pt;
  background-color: #D3D3B3;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.footer-nav ul{
  display: flex;
  list-style-type: none;
}

.footer-nav li{
  margin-left: 40px;
}

.footer-nav li:hover{
  transform: scale(1.2);
}

.footer-nav li:nth-child(n+2){
  justify-content: space-between;
}
footer a{
  text-decoration: none;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #80424B;
}

}



/*others*/
#confirm{
  height: 100vh;
  width: 100%;
  background-color: #1A2E1D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#confirm p{
  margin: 0 auto;
  text-decoration: none;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 1.5px;
  color: #fff;
}

#confirm-gobacktohome{
  margin-top: 300px;
  width: 10em;
  height: 3em;
  background-color: #E4E4BB;
  color: #80424b;
  text-decoration: none;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1.5px;
  border-radius: 50px;
}

/*********************************************************************************************/
@media screen and (max-width:800px){
  
   #header-inner,
   #first-view,
   #about-inner,
   h1{
    display: none;
  }

body{
  width: 100%;
  margin: 0 auto;

}

  #page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background-color: #1A2E1D;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:click{
  background: #F2E796;
  transform: scale(1.2);
}

#page-top {
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(5px);
}

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(5px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.page-top2{
  width: 0.5%;
  min-width: 100px;
  margin-top: 50px;
}

/*ハンバーガーボタン */

.hamburger-wrap{
  width: 100%;
  height: 100px;
  background: #D3D3B3;
  margin-bottom: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}


h3{
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 25px;
  color: #80424B;
  margin: 40px auto 40px auto;
  line-height: 2em;
  letter-spacing: 4pt;
}

#index-style h3{
  margin-top: 100px;
  margin-bottom: 30px;
}

header ul{
  display: block;
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10%;
  top   : 32px;
  width : 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 45px;
  height  : 5px ;
  background : #707070;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
  top : 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-hamburger-bar02 .8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/*丸を作る*/
.hamburger::after {
  position: relative;
  top: 50%;
  left: 50%;
  right: 50%;
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  margin: -43px 0 0 -35px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all .75s;
}
.hamburger.active::after {
  border: 2px solid #555;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #D3D3B3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: center;
  line-height: 3em;
  margin: 0 auto;
  border-bottom: 1px solid #F2E796;
}

nav.globalMenuSp ul li:hover{
  transform:scale(1.2);
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}


nav.globalMenuSp ul li a {
  margin: 0 auto;
  color: #80424B;
  font-size: 100%;
  padding: 1.5em 0;
  text-decoration :none;
}

/*jQueryでつける*/
nav.globalMenuSp.active {
  transform: translateX(0%);
}


#first-view-mobile{
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background-image: url("../images/bg-mb-cut3.png");
  background-size: cover;
}


#first-view-mobile .first-view-text{
  margin: 10px auto 0px auto;
  color: #1a2e1d;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80%;
  z-index: 100000;
}

.scrolldown2{
  /*スクロールダウン全体の場所*/
  position:absolute;
  left:50%;
  top: 70%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: gray;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:gray;
  animation:
    circlemove 3.0s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:gray;
}


#first-view-mobile img{
  width: 50%;
  height: auto;
  margin-top: 150px;
}


/*indexのabout*******************************/

#about-inner-mobile{
/*  display: flex;*/
  width: 70%;
  min-width: ;
  margin: 0 auto;
}
#about-inner-mobile img{
  width: 100%;
  height: auto;
}

#about-inner-text-mobile{
  font-size: 3%;
  text-align: left;
  margin-top: 20px;
  margin-left: 5%;
  line-height: 30px;
}

#about-inner-mobile h4{
  font-family: rera, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 30px;
}

#about-inner-mobile h5,p{
  font-size: 16px;
}
#about-inner-mobile h5{
  font-style: italic;
}
/*indexのwork********************************/
.ukujima,
.hilton,
.konkon,
.machioto{
  padding-bottom: 10%;
  font-size: 18px;
  width: 80%;
  height: auto;
  margin: 50px auto;
}

.machioto{
  padding-bottom: 6%;
}
.works dt{
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
}

.works dd{
  text-align: left;
  padding-bottom: 20px;
}

.works dd:nth-of-type(1){
  text-align: right;
}
.works img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.works img:hover{
  opacity: 0.7;
}

#next-button{
    display: inline-block;
    text-align: right;
    max-width: 20%;
}

#prev-button{
    display: inline-block;
    text-align: left;
    max-width:20%;

}
/********/
.blogs{
  width: 100%;
  height: auto;
  margin: 0 auto;

}

.blogs article{
 /*padding-top: 60px;*/
 padding-bottom: 80px;
}

.blogs img{
  width: 100%;
  height: auto;
}

.blogs dt{
 font-family: fot-tsukuardgothic-std, sans-serif;
 font-weight: 700;
 font-style: bold;
 color: #1A2E1D;
 font-size: 40%;
 text-align: left;
 width: 80%;
 padding-top: 5%;
 padding-bottom: 3%;
 margin: 0 auto;
}

.blogs dd{
  width: 80%;
  margin: 0 auto;
  line-height: 2em;
  text-align: left;
  font-size: 20px;
}
.blogs-title{
  position: relative;
  padding: 0 55px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1A2E1D;
}

.blogs-title:before, .blogs-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.blogs-title:before {
  left:0;
}
.blogs-title:after {
  right: 0;
}

/*CONTACTここから*/
.form{
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.form-explanation{
  display: block;
  font-size: 22px;
  padding-bottom: 100px;
  color: dimgray;
  text-align: center;
}

.form p{
  color: dimgray;
  line-height: 2em;
  text-align: left;
}

input, textarea{
  border: 1px solid #000;
  background-color: #EBEBDC;
  margin: 20px auto ;
  width: 100%;
}


textarea{
  height: 300px;
}

.redcolour{
  color: #80424B;
  font-size: 15px;
}

#form-button{
  display: flex;
  justify-content: space-evenly;
  margin: 20px auto;

}

#submit{
  background-color: #D3D3B3;
  padding: 5px;
}

#reset{
  padding: 5px;
}

/*equipment*/

.equipment{
  width: 50%;
  height: auto;
  margin: 0 auto;
  line-height: 2em;
}

.equipment h5{
  font-size: 25px;
  font-weight: bold;
}

.equipment p{
  display: inline-block;
  margin: 0 auto 50px;
  color: dimgray;
}

.equipment dl{
  text-align: left;
  margin: 40px auto;
}

.equipment-list-title{
  font-size: 23px;
  font-weight: bold;
}

/*footer***********/
.footer-nav{
  display: none;
}

.footer-nav-mb{
  display: block;
  width: 100%;
  height: 250pt;
  background-color: #D3D3B3;
  text-align: left;
  align-items: center;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-nav-mb ul{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  padding: 30px 10px 30px 10px;
  list-style-type: none;
  justify-content: space-between;
}


.footer-nav-mb ul:nth-of-type(2){
  justify-content: center;
}
.footer-nav-mb a{
  text-decoration: none;
  width: 50%;
  margin: 20px;
  font-size: 20px;
  text-align: left;
  padding: 0 30px ;
}

.footer-nav-mb ul:nth-of-type(3){
  text-align: center;
}
.footer-nav-mb a:last-child{
  margin-bottom: 0;
}

.footer-nav-mb li:hover{
  transform: scale(1.1);
}

.footer-nav-mb li:nth-child(n+2){
  justify-content: space-between;
}
footer a{
  text-decoration: none;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #80424B;
}



/*----others----------------*/
#more-blogs, #more-works{
  display: inline-block;
  text-align: center;
  width: 80%;
  margin: 0;
}

.page-top2{
  margin: 40px;
  width: 10%;
  min-width: 50px;
}


.index-h2,
.works h2,
.equipment h2,
.works h2,
.blogs h2,
.form h2{
  display: none;
}

#confirm{
  height: 100vh;
  width: 100%;
  background-color: #1A2E1D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#confirm p{
  margin: 0 auto;
  text-decoration: none;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 1.5px;
  color: #fff;
}

#confirm-gobacktohome{
  margin-top: 300px;
  width: 10em;
  height: 2em;
  background-color: #E4E4BB;
  color: #80424b;
  text-decoration: none;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1.5px;
  border-radius: 50px;
}

/*pager*******************************************/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
}


.pagination>li.page-active>a, .pagination>li.page-active>span{
  font-weight: bold;
  font-size: 22px;
  color: #80424b;
}
a {
    color: #777;
    text-decoration: none;
}

a {
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:-webkit- {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;

}






}


