@charset "utf-8";
@media screen and (min-width:641px){
.sp{
    display: none;
}
header{
    width: 100%;
    /* height: 628px; */
}
#full-header{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1;
}
#logo{
    width: 527px;
    margin-top: 40px;
    margin-bottom: 15px;
}
#header-left p{
    font-size: 14px;
    color: #502F29;
}
#header-left p:nth-child(3){
    margin-top: 6px;
}
#header-left{
    float: left;
}
.tel-nomber {
    background-color: #FF9E71;
    width: 232px;
    height:43px;
    color:#fff;
    border-radius: 21px;    
}
.tel-nomber p:nth-child(1){
    font-size:20px;
    float:left;
    margin-left: 7px;
    margin-top: 15px;
    color: #fff;
}
.tel-nomber p:nth-child(2){
    font-size:24px;
    float:left;
    margin-right: 7px;
    margin-top: 13px;
    color: #fff;
}
#header-right a{
    color:#502F29;
    width: 130px;
    height: 43px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:linear-gradient(#1FEFDE,#1BCEBF);
    float:right;
    font-size: 20px;
    font-weight: 500;
}
#header-right{
    float:right;
    margin-top: 40px;
}
#header-RInner span{
    float:left;
    font-size: 14px;
    margin-top: 15px;
    color: #502F29;
}
#header-RInner{
    float:left;
}
/* main{
    padding-top: 300px;
} */

#main-visual{
    background-image: url(../images/main-img.jpg);
    height: 628px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
#global-nav nav{
    background-color: #FB7F45;
    opacity: 50%;
    width: 100%;
    height: 60px;
    /* position: absolute;
    top: -68px;
    left: 0;
    z-index: 1000; */
}
#global-nav {
    position: relative;
}
/* 固定時 */
#global-nav nav.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}


nav ul{
    display: flex;
    justify-content: center;
    /* overflow: hidden; */
    font-weight: bold;
    letter-spacing: 0.3em;
}
nav li::before{
    content: "";
    display: block;
    width: 2px;
    height: 38px; /* 縦線の長さ */
    background-color: #fff;
    position: absolute;
    top: 10px;
}
nav li:last-child{
    position: relative;
}
nav li:last-child::after{
    content: "";
    display: block;
    width: 2px;
    height: 38px; /* 縦線の長さ */
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 0px;
}
nav li a{
    color: #fff;
    padding: 0 24px;
    font-size: 20px;
    height: 57px;
    align-items: center;
    display: flex;
}
section:first-child{
    margin-top: 40px;
    border: 6px solid #F9BCBD;
    padding: 31px;
    border-radius: 10px;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
h2{
    font-size: 32px;
    color: #502F29;
    font-weight: bold;
    text-align: center;
}
#h2Decoration{
    text-decoration: underline;
    text-decoration-color: #F9BCBD;
    text-decoration-thickness: 6px;
}
section p{
    font-size: 20px;
    color: #502F29;
    margin-top: 40px;
    text-align: center;
    line-height: 1.6;     
}
section{
    margin-top: 40px;
}
#news-list{
    width: 1100px;
     margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
#news-list li{
    font-size: 16px;
    padding-bottom:10px;
}
.title{
    padding-left:15px;
}
#news-list a{
    color: #502F29;
}
#more{
    margin: 0 15px 0 auto;
    display: block;
    border: 1px solid;
    width: fit-content;
    border-radius: 3px;
    padding: 2px;
}
h3{
    font-size: 32px;
    color: #502F29;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.img{
    margin-top: 30px;
}
#third-section{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
}
#third-section ul{
    display: flex;
}
#second-button{
    color:#502F29;
    width: 130px;
    height: 43px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:linear-gradient(#1FEFDE,#1BCEBF);
    float:left;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    margin-left: 40px;
}
#second-tel{
    float: right;
    margin-top: 30px;
    margin-right: 50px;
}
#second-tel p:first-child{
    margin-left: 7px;
    margin-top: 11px;
}
#second-tel p:nth-child(2){
    margin-left: 7px;
    margin-top: 7px;
}
#naika{
    float: left;
    background-color: #FFFBF0;
    width: 520px;
    height: 387px;
    border-radius: 20px;
}
#ichou{
    float: right;
    background-color: #FFFBF0;
    width: 520px;
    height: 387px;
    border-radius: 20px;
}
.kamoku{
    background-color: #fff;
    width: 220px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    border-radius: 10px;
}
#sinryo-annai{
    margin-top: 40px;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.icon{
    display: block;
    margin: 20px auto 0 auto;
}
.summary{
    color: #FF9E71;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.detail{
    color:#502F29;
    font-size: 15px;
    margin-top: 10px;
}
#hokengai{
    clear: both;
    background-color: #FFFBF0;
    width: 1200px;
    height: 185px;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
.kamoku-hokengai{
    background-color: #fff;
    width: 220px;
    height: 40px;
    border-radius: 10px;
    margin-left: 190px;
}
.summary-hokengai{
    color: #FF9E71;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
#hokengai p{
    text-align: left;
    margin-left: 148px;
}
#hokengai div{
    float: left;
}
#hokengai img{
    float: right;
    margin-top: -137px;
    margin-right: 30px;
}
#setsubi{
    background-color: #F2F7F9;
    width: 1200px;
    margin: 40px auto 0;
    border-radius: 10px;
}
#setsubi h2{
    padding-top: 40px;
}
#kenbikyou{
    float: left;
}
#ct{
    float: right;
}
#setsubi-ul{
    overflow: hidden;
}
#setsubi img{
    border-radius: 147px;
    margin: 20px 170px;
}
aside{
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 578px;
}
aside img{
    margin-top: 40px;
    box-shadow: 0 0 16px #D9D9D9;
}
footer{
    background-color: #FF9E71;
    margin-top: 40px;
    height: 145px;
}
#footer-left{
    float: left;
}
#footer-right{
    float: right;
}
#footer-wrapper {
    color: #fff;
    padding-top: 20px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
#footer-logo{
    font-size: 30px;
}
#footer-left p:nth-child(2){
    margin-top: 10px;
}
#footer-left p:nth-child(3){
    margin-top: 20px;
}
#footer-right p:first-child{
    font-size: 27px;
    margin-top: 40px;
}
#footer-right p:nth-child(2){
    margin-top: 10px;
}
}