*{
    margin: 0px;
    padding: 0px;
}

.contact{
    display: flex;
    justify-content: center;
    margin-bottom: -15px;
}

.icon{
    width: 30px;
    height: 30px;
    margin: 5px 10px 10px;
    vertical-align: bottom;
}

.icon2{
    width: 30px;
    height: 30px;
    margin: 0px 10px 10px;
    vertical-align: bottom;
}

.icon3{
    width: 30px;
    height: 30px;
    margin: 0px 10px 10px;
    vertical-align: middle;
}

.phone{
    font-size: 1.2rem;
    margin: 10px 10px 0px 0px;
    color: #827357;
    text-decoration: none;
}

.phone:hover{
    color: #fc7f05;
    text-decoration: none;
}

.email{
    font-size: 0.95rem;
    margin: 10px 10px 0px 0px;
    color: #827357;
    text-decoration: none;
}


.email:hover{
    color: #fc7f05;
    text-decoration: none;
}

.line{
    font-size: 0.95rem;
    margin: 10px 10px 0px 0px;
    color: #827357;
    text-decoration: none;
}

.line:hover{
    color: #fc7f05;
    text-decoration: none;
}

.space{
    height: 20px;
}

.Item{
    width: 550px;
    height: auto;
    cursor: pointer;
    margin: 20px auto;
    display: block;
  }
  


ul{
    display: flex;
    justify-content: center;    
}

li{
    position: relative;
    display: inline-block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    margin: 0px 5px;
    background: #827357;
    list-style-type: none;
    text-align: center;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #645842;;/*線色*/
    box-sizing: border-box;
}

li:hover{
    background: #645842;
}

li:active {
    /*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  }

.facebook{
    background: #3b5998;
    list-style-type: none;
    text-align: center;
    border-radius: 4px;
    padding: 5px 15px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    margin: 0px 5px;
    list-style-type: none;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #2a406e;/*線色*/
}

.facebook:hover{
    background: #2a406e;
}

.facebook:active {
    /*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  }

.amenu{
    color: #fff;
    text-decoration: none;
}


h2{
    margin: 80px 0px 30px;
    color: #fc7f05;
    margin-left: 25%;
    font-size: 0.98rem;
}


#sec01{
    display: flex;
    justify-content: center;
    margin: 100px auto 30px;
}


.box{
    padding: 8px 15px;
    margin: -18px;
    z-index: 2;
    background: #ffebdc;
    border-radius: 5px;
}

.box1{
    padding: 8px 15px;
    margin: -18px;
    z-index: 2;
}


.orangecircle{
    width:80px;
    height: 80px;
    background: #fc7f05;
    border-radius: 50%;
    margin: 0px -8px;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #bd6565;
    transition: .4s;
}

.orangecircle:hover{
    background: #d36a01;
}

.orangecircle:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
  }


.orangecircle2{
    width:80px;
    height: 80px;
    background: #fc7f05;
    border-radius: 50%;
    margin: 12px -8px 0px;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #bd6565;
    transition: .4s;
}

.orangecircle2:hover{
    background: #d36a01;
}

.orangecircle2:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
  }


p{
    font-size: 16px;
    text-align: center;
    margin: 8px 0px;
}


.psmall{
    margin-top: -8px;
    font-size: 0.92rem;
}

.search{
    margin-top:-50px ;   
    line-height: 1.9rem;
    color: #fc7f05;
    font-size: 0.99rem;
    font-weight: bold;
}

.search2{
    margin-top:-50px ;   
    line-height: 1.9rem;
    color: #827357;
    font-size: 0.99rem;
    font-weight: bold;
}

#sec02{
    display: flex;
    justify-content: center;
    margin: 100px 0px;
}

.browncircle{
    width:80px;
    height: 80px;
    background: #827357;
    border-radius: 50%;
    margin: 0px -8px;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #574c39;
    transition: .4s;
}

.browncircle:hover{
    background: #645842;
}

.browncircle:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
  }


.browncircle2{
    width:80px;
    height: 80px;
    background: #827357;
    border-radius: 50%;
    margin: 10px -8px 0px;
    text-align: center;
    padding-top:21px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #574c39;
    transition: .4s;
}

.browncircle2:hover{
    background: #645842;
}

.browncircle2:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
  }

#sec03{
    display: flex;
    justify-content: center;
    margin: 100px 0px 50px;
}

.orangesquare{
    width:110px;
    height: 110px;
    background: #fc7f05;
    margin: 0px -10px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.95rem;
    display: inline-block;
    padding-top: 35px;
    text-decoration: none;
    border-bottom: solid 4px #bd6565;
    transition: .4s;
    border-radius: 4px;
}

.orangesquare:hover{
    background: #d36a01;
}

.orangesquare:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
  }

.orangesquare2{
    width:110px;
    height: 110px;
    background: #fc7f05;
    margin: 0px -10px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.95rem;
    display: inline-block;
    padding-top: 25px;
    text-decoration: none;
    border-bottom: solid 4px #bd6565;
    transition: .4s;
    border-radius: 4px;
}

.orangesquare2:hover{
    background: #d36a01;
}


#sec04{
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}

.brownsquare{
    width:110px;
    height: 110px;
    background: #827357;
    margin: 0px -10px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.95rem;
    display: inline-block;
    padding-top: 45px;
    text-decoration: none;
    border-bottom: solid 4px #574c39;
    transition: .4s;
    border-radius: 4px;
}


.brownsquare:hover{
    background: #645842;
}

.brownsquare:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
  }


.brownsquare2{
    width:110px;
    height: 110px;
    background: #827357;
    margin: 0px -10px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.95rem;
    display: inline-block;
    padding-top: 35px;
    text-decoration: none;
    border-bottom: solid 4px #574c39;
    transition: .4s;
    border-radius: 4px;
}

.brownsquare2:hover{
    background: #645842;
}

.brownsquare2:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
  }

.pbig{
    font-size: 1.9rem;
    margin-top: -2px;
}

#sec05{
    margin: 100px 0px 50px;
}

h4{
    color: #fc7f05;
    text-align: center;
    font-size: 0.98rem;
}

h5{
    color: #827357;
    text-align: center;
    font-size: 0.98rem;
    margin: 30px 0px 10px;
}

.contact2{
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}


.copylight{
    color: #827357;   
}

footer{
    margin: 50px 0px 0px;
    background:#827357;
    color: #fff;
    font-size: 0.85rem;
    padding: 5px 0px;
    text-align: center;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media (max-width:600px){

     /*ハンバーガーメニュー*/
     .menu,
     .menu span {
     display: inline-block;
     -webkit-transition:all .4s;
     transition: all .4s;
     box-sizing: border-box;
     }
  
     .menu {
       position: fixed;
       top: 20px;
       right:  10px;
       width: 30px;
       height: 23px;
       z-index: 10;
     }
  
     .menu span {
     position: absolute;
     left: 0;
     width: 100%;
     height: 2px;
     background-color: rgb(94, 172, 194);
     z-index: 10;
     }
  
     .menu span:nth-of-type(1) {
     top: 0px;
     }
  
     .menu span:nth-of-type(2) {
     top: 10px;
     }
  
     .menu span:nth-of-type(3) {
     bottom: 0px;
     }
  
     .menu.active span:nth-of-type(1) {
     -webkit-transform: translateY(10px) rotate(45deg);
     transform: translateY(10px) rotate(45deg);
     }
  
     .menu.active span:nth-of-type(2) {
     opacity: 0;
     }
  
     .menu.active span:nth-of-type(3) {
     -webkit-transform: translateY(-10px) rotate(-45deg);
     transform: translateY(-10px) rotate(-45deg);
     }
  
     #nav {
     position: fixed;
     top: 0;
     right: 0;
     z-index: 10;
     width: 100%;
     height: 100vh;
     opacity: 0;
     background-color: #fff;
     transition: all 0.3s ease-in-out;
     visibility:hidden;
  
     }
  
     #nav.active{
     right: 0;
     opacity: 1;
     -moz-transform: translateX(0);
     -webkit-transform: translateX(0);
     transform: translateX(0);
     visibility: visible;
     }
  
     #nav ul{
     margin:20px 0;
     padding:20px 0;
     }
  
     #nav ul li{
     list-style-type: none;
     }
  
     #nav ul li a{
     display: block;
     padding: 20px 0;
     transition: all 0.2s ease-in-out;
     text-align: center;
     text-decoration: none;
     color: rgb(94, 172, 194);
     }
  
     #nav ul li .red2{
     display: block;
     padding: 20px 0;
     transition: all 0.2s ease-in-out;
     text-align: center;
     text-decoration: none;
     color: red;
     }
  
hr {
    width: 70%;
    background-color: #fff;
    border-top: 2px dashed  #fc7f05;
    margin: 0px auto;
}

.Item{
    width: 85%;
    cursor: pointer;
    margin: 10px auto 20px;
    display: block;
}

#sec01{
    margin: 60px 0px;
}

#sec01s{
    display: flex;
    justify-content: center;
    margin: 60px 0px;
}

.box1{
    padding: 8px 15px;
    margin: -18px;
    z-index: 2;
}


#sec02{
    display: flex;
    justify-content: center;
    margin: 60px 0px;
}

#sec02s{
    display: flex;
    justify-content: center;
    margin: 60px 0px 100px;
}


#sec03{
    display: flex;
    justify-content: center;
    margin: 60px 0px;
}

#sec03s{
    display: flex;
    justify-content: center;
    margin: 60px 0px;
}

.phone{
    font-size: 0.98rem;
    margin: 10px 20px 10px 0px;
}


.email{
    font-size: 1.25rem;
    margin-top: 2px;
}

.line{
    font-size: 1.1rem;
    margin-top: 5px;
}

li{
 font-size: 0.8rem;
}

.orangecircle{
    margin: 0px -10px;
}

.orangecircle2{
    margin: 12px -10px 0px;
}

/*TOPへ戻るボタン*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #fc7f05;
    border-radius: 50%;
    z-index: 100;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

#page_top:hover{
background: #d36a01;
}


.browncircle{
    margin: 0px -10px;
}

.browncircle2{
    margin: 12px -10px 0px;
}

.orangesquare{
    margin: 0px -10px;
}

.orangesquare2{
    margin: 0px -10px;
}


.pc { display: none !important; }
.sp { display: block !important; }

}