@charset "utf-8";
@media screen and (max-width:640px){
*{
    box-sizing: border-box;
}
.pc{
    display: none;
}
img{
    display: block;
    width: 100%;
    height: auto;
}
#full-header{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
#logo{
    margin-top: 13.5px;
}
#logo img{
    width: 100%;
    height:auto;
}
#header-left p{
    width:fit-content;
    margin-left: 30px;
    font-size: 70%;
}
#header-left p:nth-child(3){
    margin-top: 15px;
}
#header-left{
    float: left;
    width: 50%;
}
.tel-nomber {
    background-color: #FF9E71;
    width: 85.5px;
    height:15px;
    color:#fff;
    border-radius: 7px;    
}
.tel-nomber p:nth-child(1){
    font-size:7px;
    float:left;
    margin-left: 5px;
    margin-top: 4.5px;
}
.tel-nomber p:nth-child(2){
    font-size:9px;
    float:left;
    margin-top: 4px;
}
#header-right a{
    color:#502F29;
    width: 56px;
    height: 15px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:linear-gradient(#1FEFDE,#1BCEBF);
    margin-top: 4px;
    font-size: 10px;
    clear: both;
    float: left;
}
#header-right{
    float:right;
    margin-top: 13.5px;
    width:36%;
}
#header-RInner{
        width: 114px;
        float: left;
}
#header-RInner span{
    display: block;
    font-size: 5px;
    margin-top: 3px;
    width: 114px;
    color: #502F29;
}
#nav-toggle{
    position: relative;
    width: 22px;
    height: 20px;
    float: right;
    top: -25px;
    border-radius: 2px;
    border: 1.5px solid #ff9e71;
    cursor: pointer;
    background-color: #FFFBF0;
    z-index: 1000;
}
#nav-toggle span{
    background-color:#ff9e71;
    width:16px;
    height:2px;
    display: block;
    position:absolute;
    top:-67px;
    left:1.75px;
    transition: 0.5s;
}
#nav-toggle span:nth-child(1){
    top:3px;
}
#nav-toggle span:nth-child(2){
    top:8px;
}
#nav-toggle span:nth-child(3){
    top: 13px;
}
.open #nav-toggle span:nth-child(1){
    transform: rotate(45deg);
    top:8px;
}
.open #nav-toggle span:nth-child(2){
    opacity: 0;
}
.open #nav-toggle span:nth-child(3){
    transform: rotate(-45deg);
    top:8px;
}
.open #global-nav{
    transform: translateX(0);
    top:37px;
}
#main-visual{
    background-image: url(../images/main-img.jpg);
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
#global-nav{
    clear: both;
    width: 100%;
    height: 100vh;
    background-color: #FFFBF0;
    transform: translateX(-142vw);
    transition: 0.5s;
    position: fixed;
    top:0px;
    left:0
    
}
#global-nav li{
    width: auto;
    height: 30px;
    border-bottom: 1px solid #EBE3E3;
    padding: 9px;
}
#global-nav a{
    color:#C37E5E;
    letter-spacing: 0.1em;
    font-weight: bold;
}
section:first-child{
    margin-top: 10px;
    border: 3px solid #F9BCBD;
    padding: 8px;
    border-radius: 10px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
h2{
    font-size: 16px;
    color: #502F29;
    font-weight: bold;
    text-align: center;
}
#h2Decoration{
    text-decoration: underline;
    text-decoration-color: #F9BCBD;
    text-decoration-thickness: 3px;
}
section p{
    font-size: 10px;
    color: #502F29;
    margin-top: 15px;
    text-align: center;
    line-height: 2;     
}
section{
    margin-top: 15px;
}
#news-list{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}
#news-list li{
    font-size: 13px;
    padding-bottom:13px;
}
.title{
    padding-left:10px;
}
#news-list a{
    color: #502F29;
}
.date{
    padding-left:15px;

}
#more{
    margin: 0 15px 0 auto;
    display: block;
    border: 1px solid;
    width: fit-content;
    border-radius: 3px;
    padding: 2px;
}
h3{
    font-size: 16px;
    color: #502F29;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
.img{
    margin-top: 10px;
}
#access div{
    width: 100%;
    height:auto;
}
#google_map{
    width: 85%;
    margin: 0 auto;
}
#google_map iframe{
    width: 100%;
}

#second-button{
    color:#502F29;
    width: 100px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:linear-gradient(#1FEFDE,#1BCEBF);
    margin-top: 20px;
    font-size: 13px;
    clear: both;
    float: left;
    margin-left: 65px;
}
#second-tel{
    float: right;
    margin-right: 55px;
    margin-top: 20px;
    background-color: #FF9E71;
    width: 132px;
    height: 30px;
    color: #fff;
    border-radius: 10px;

}
#second-tel p:first-child{
    margin-left: 5px;
    margin-top: 6px;
    color:#fff;
    font-size: 11px;
}
#second-tel p:nth-child(2){
    margin-top: 3px;
    color:#fff;
    font-size: 14px;
    float: right;
    margin-right: 5px;
}
#access{
    clear: both;
    padding-top: 30px;
}
#access iframe{
    width: 100%;
}
#naika{
    float: left;
    background-color: #FFFBF0;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
#ichou{
    float: right;
    background-color: #FFFBF0;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 30px;
}
.kamoku{
    background-color: #fff;
    width: 100px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    border-radius: 10px;
}
#sinryo-annai{
    margin-top: 12px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.icon{
    display: block;
    margin: 10px auto 0 auto;
    width: 100px;
    height: 100px;
}
.summary{
    color: #FF9E71;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.detail{
    color:#502F29;
    font-size: 10px;
    margin-top: 0;
}
#hokengai{
    clear: both;
    background-color: #FFFBF0;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
.kamoku-hokengai{
    background-color: #fff;
    width: 100px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    border-radius: 10px;
}
.summary-hokengai{
    color: #FF9E71;
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
}
#hokengai img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
#setsubi{
    background-color: #F2F7F9;
    width: 100%;
    margin: 20px auto 0;
    border-radius: 10px;
}
#setsubi h2{
    padding-top: 20px;
}
#setsubi img{
    border-radius: 147px;
     width: 200px;
    height: 200px;
    margin: 0 auto;
}
#setsubi-ul{
    margin-top: 60px;
}
#ct h3{
    margin-top: 60px;
}
aside{
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
aside img{
    margin-top: 20px;
    width: 70%;
    height: auto;
    box-shadow: 0 0 16px #D9D9D9;
    margin-right: auto;
    margin-left: auto;
}
footer{
    background-color: #FF9E71;
    margin-top: 20px;
    height: 75px;
}
#footer-left{
    float: left;
    margin-left: 10px;
}
#footer-right{
    float: right;
    width: 50%;
    margin-right: 10px;
}
#footer-wrapper {
    color: #fff;
    padding-top: 10px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#footer-logo{
    font-size: 15px;
}
#footer-left p:nth-child(2){
    margin-top: 5px;
    font-size: 10px;
}
#footer-left p:nth-child(3){
    margin-top: 7px;
    font-size: 10px;
}
#footer-right p:first-child{
    font-size: 13px;
    margin-top: 20px;
    text-align: right;
}
#footer-right p:nth-child(2){
    margin-top: 5px;
    text-align: right;
    font-size: 9px;
}
}