@charset "UTF-8";

*,
::before,
::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html { scroll-behavior: smooth;}



ul,
ol{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
body{
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #75432C;
    line-height: 1;
    background-color: #F4EAD1;
}

.site-menu a{
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.site-menu a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #75432c;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    line-height: normal;
}
.site-menu a:hover::after {
  transform: scale(1, 1);
}
img{
    max-width: 100%;
}
.top-img{
  
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);  
        
}
.top-img img{
    	display: block;
	width: 100%;
	height: auto;
}
header{
    max-width: 1000px;
    height: 175px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;

}


toggle-menu-button{
    display: none;
}
.site-menu ul{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.site-menu ul li{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16PX;
	display: flex;
	align-items: flex-end;
}
.icon{
    display: flex;
    justify-content: flex-end;
  
}
.icon img{
    margin-left: 5px;
    margin-right: 5px;
}

.copyright{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
footer{
     max-width: 1000px;
     height: 250px;
     margin-left: auto;
     margin-right: auto;
	margin-top: 80px;
    
}
.header-top{
	display: flex;
	margin-top: -30px;		
}
.name{
	margin-left: 140px;
	margin-top: 20px;
}

.top-img{
    text-align: center;
}

h1{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}
p{
    text-align: center;
    line-height: 30px;
    margin-bottom: 80px;
}
@media screen and (max-width:1040px){
  
    .header-top{
        max-width: 100%;
        height: auto;
    }
    img .name{
        width: 100%;
        height: auto;
    }
    img{
        max-width: 100%;
        height: auto;
    }
    .contents-inner{
        display: flex;
        flex-direction: column-reverse;

    }
    .contents-text{
        width: 670px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .contents-img{
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        
    }
    #image2{
        width: 100%;
        height: auto;
    }
    #image2 img{
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .first-contents{
        display: flex;
        flex-direction: column;
    }
    .insta{
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0px;
        
    }
    .news{
        height: auto;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
        
    }
    .news-list{
      margin-right: auto;
        margin-left: auto;
        
    }
    .contents-text h2{
        margin-bottom: 20px;
    }
    .news h2{
        margin-bottom: 20px;
    }
    .contents-map{
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width:750px){
    
   
#nav-toggle{
    width: 70px;
    height: 50px;
    margin-left: auto;
    position: relative;
    
}
#nav-toggle span{
    width: 30px;
    height: 4px;
    display: block;
    background-color: #75432c;
    position: absolute;
    left: 20px;
}
#nav-toggle span:nth-child(1){
    top: 12px;
}
#nav-toggle span:nth-child(2){
    top: 23px;
}
#nav-toggle span:nth-child(3){
    top: 34px;
}
#nav-toggle.open span:nth-child(1){
    top: 23px;
    transform: rotate(315deg);
}
#nav-toggle.open span:nth-child(2){
    width: 0;
    left: 50%;
}
#nav-toggle.open span:nth-child(3){
    top: 23px;
    transform: rotate(-315deg)
}
    #nav-toggle span{
        transition: 1s;
    }
    .icon{
        display: none;
    }
    header{
        max-width: 100%;
        height: auto;
    }
    .header-top{
        flex-direction: column;
    }
    .header-logo{
        display: none;
    }
    .name{
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
   
   
     
   
     header .site-menu ul{
        
         display: none;

        }
         
    
   
    nav li{
        padding: 5px;
      
    }
    nav li br{
        display: none;
    }
    
    .news{

        max-width: 100%;
        height: auto;
        margin: 0 10px 10px;
    }

    
    
    .news-list-item p{
    margin-left: 20px;
    line-height: 1.5em;
    text-indent: 0px;    
        
    }
    time{
        line-height: 1.5em;
    }
    
  .instagram-media{

    border-right: none !important;
    border-left: none !important;
     
}
    
    .news-insta {
        margin: 0;
    }
    
    .contents-inner{
        margin: 0;
        max-width: 100%;
    }
    .contents{
        margin: 0;
    }
    .contents-text{
        width: 100%;
        margin: 0;
         padding-bottom: 60px;
    }
    
    .botton{
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    img{
        max-width: 100%;
    }
    .contents-img{
        width: 100%;
    height: auto;
        margin: 0;
         
    }
    .contents-map{
        width: 100%;
        height: 500px;
        margin: 0;
    }
    #image2{
        max-width: 100%;
        margin: 0;
    }
    #image2 img{
        max-width: 100%;
        margin: 0
    }
   
  .contents-text h2{
        margin-bottom: 10px;
    }
    .news h2{
        margin-bottom: 10px;
    }
    footer{
        margin-top: 20px;
    margin-bottom: 40px;
    }
    footer .name{
        margin: 0;
    }
    .copyright{
        margin-top: 0;
        padding-bottom: 40px;
    }
    
    footer .header-site-menu ul{
        display: block;
        
        
    }
    main p{
        width: 90%;
        margin: 40px auto;
        
    }
    h1{
        margin-bottom: 0;
    }
  
}

@media screen and (min-width:751px){
    nav ul{
    display: flex !important;
}
}


