@charset "UTF-8";

#access{
    background-color: #fff;
    padding: 80px 0 0 0;
    display: flex;
    justify-content: center;
}
#access .inner{
    
}
#access .info{
    font-size: 17px;
    margin-right: auto;
}
#access .info dt{
    font-weight: bold;
    margin-bottom: 5px;
}
#access .info dd{
    margin-bottom: 20px;
}
#access .map{
    width: 100%;
    max-width: 580px;
    height: 360px;
    margin: 0 40px;
}
#access .map iframe{
    width: 100%;
    height: 100%;
}
.page-head-text{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.contact-form{
    margin-bottom: 80px;
    text-align: center;
    padding: 50px 20% 20px 15%;
    background-color: #ffed58;
}
.contact-form .section-title{
    margin-bottom: 40px;
}
.contact-form dt{
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
}
.contact-form dt .require{
    color: #e52d27;
    margin-left: 5px;
}
.contact-form dd{
    margin-bottom: 40px;
}
.contact-form dd input[type="text"],
.contact-form dd input[type="email"]{
    width: 100%;
    border: solid 1px #ccc;
    padding: 15px 10px;
    background: rgba(255,255,255,.5);
}
.contact-form dd textarea{
    width: 100%;
    height: 200px;
    border: solid 1px #ccc;
    padding: 15px 10px;
    background: rgba(255,255,255,.5);
}
.contact-form .btn{
    text-align: center;
}
.contact-form .btn input{
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 15px 50px;
}
/*-----------------------------------------------------
スマートフォン
-----------------------------------------------------*/
@media screen and (max-width: 767px){
.page-head-text{
    margin-top: 0;
    margin-bottom: 20px;
}
.contact-form{
    margin-bottom: 40px;
}
.contact-form dd{
    margin-bottom: 25px;
}
.contact-form .item-group{
    margin: 0 0 15px;
}
#access{
    padding: 60px 0;
    flex-direction: column-reverse;
}
#access .inner{
    margin-left: 50px;
    flex-direction: column-reverse;
}
#access .info dd:last-child{
    margin-bottom: 0;
}
#access .map{
    height: 240px;
    margin: 0 0 20px;
}
}