.contact p, .contact a {
    color: #999;
    padding: 0;
}

.contact-header-wrap {
}

.contact h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.contact p {
    text-align: center;
}

.map-grid {
    border: 4px solid #000;
}
.map-grid iframe {
    width: 100%;
    height: 351px;
    border: 0;
}

.contact input[type="text"], .contact input[type="email"], .contact textarea, .contact select {
    border: none;
    border-bottom: 2px solid #999;
    font-size: 15px;
    width: 100%;
    background:rgba(229, 143, 230, 0);
    outline: none;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact .form-floating>.form-control:not(:placeholder-shown), .contact .form-select {
    border-radius: 0!important;
    -webkit-appearance: none;
    /* color: #999!important; */
    padding-top: 2rem;
    padding-bottom: 0.425rem;
}
.contact .form-control:-webkit-autofill {
    padding-top: 2rem;
    padding-bottom: 0.425rem;
}
select {
    color: #999;
}
/* プレースホルダーのカラーを変更 */
input::placeholder, textarea::placeholder {
    color: #999; /* 任意の色に変更 */
}
.styled-input {
    margin: 2em 0 0em;
}
.contact input[type="text"]:hover,
.contact input[type="email"]:hover,
.contact textarea:hover{ border-bottom: 2px solid #98EECC;}
::-webkit-input-placeholder { /* Chrome */
    color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
    color:#fff;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #fff;
    opacity: 1;
}
.contact textarea {
    min-height: 9em;
    resize: none;
}
.click{
    text-align: right;
    margin: 22px 0px 0px;
}
.contact input[type="submit"] {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    border: solid 2px #fff;
    padding: .7em 3em;
    outline: 0;
    background: #98EECC;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact input[type="submit"]:hover {
    color: #fff;
    background-color: #A4907C;
}
.footer_grid_left {
    text-align:left;
    margin-top: 20px;
}

.footer_grid_left p,
.footer_grid_left p a {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 2px;
}

.footer_grid_left p span {
    display: block;
}
.contact-icons h3, .contact-us h3 {
    font-size: 20px;
    color: #999;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: left;
}

.contact-us label span {
    color: #ff7f7f;
}

.icon_grid_left span {
    color: #A4907C;
    font-size: 28px;
    text-align: center;
}

#mail_form {
    padding-left: 4em;
}

/* カレンダー start */
/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default{
  background: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}
/* ホバー時の動作 */
td.ui-datepicker-week-end: a.ui-state-hover{
  opacity: 0.8;
}
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90!important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #98EECC!important;
    color: white!important;
}
/* カレンダー end */

/*--responsive--*/
@media(max-width:1920px){

}
@media(max-width:1680px){

}
@media(max-width:1600px){

}
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width: 1199px){
    .contact-icons h3, .contact-us h3 {
        font-size: 16px;
    }
    .footer_grid_left p, .footer_grid_left p a {
        font-size: 15px;
    }
}
@media(max-width:1080px){
}
@media(max-width:1050px){
}
@media(max-width:1024px){
}
@media(max-width:991px){
    #mail_form {
        padding-left: 0;
    }
    .address-gried {
        text-align: left;
    }
    .footer_grid_left p, .footer_grid_left p a {
        font-size: 16px;
    }
    .contact-icons h3, .contact-us h3 {
        text-align: center;
        margin-bottom: 2em;
    }
    .footer_grid_left {
        font-size: 24px;
        text-align: center;
        margin-bottom: 1em;
    }
    .icon_grid_left span {
        padding-bottom: 5px;
    }
    .footer_grid_left {
        margin-top: 10px;
    }
    .contact-us{
        margin-top: 16px;
    }
    .styled-input,.styled-input:nth-child(2) {
        margin: 1.5em 0 0em;
    }
    .styled-input:nth-child(1){
    }
}
@media(max-width:900px){
}
@media(max-width:800px){
}
@media(max-width:768px){
    .icon_grid_left, .address-gried {
        text-align: center;
    }
    .contact-header-wrap {
        margin-bottom: 2em;
    }

}
@media(max-width:767px){
}
@media(max-width:736px){
    .icon_grid_left span {
        font-size: 26px;
        line-height: 27px;
    }
}
@media(max-width:667px){
}
@media(max-width:640px){
}
@media(max-width:600px){
}
@media(max-width:568px){
}
@media(max-width:480px){
    .contact-icons h3, .contact-us h3, .footer_grid_left {
        font-size: 20px;
    }
}
@media(max-width:440px){
}
@media(max-width:414px){
}
@media(max-width:384px){
    .contact-icons h3, .contact-us h3, .footer_grid_left {
        font-size: 18px;
    }
    .icon_grid_left span {
        font-size: 23px;
        line-height: 25px;
    }
}
@media(max-width:375px){
}
@media(max-width:320px){
}
/*--//responsive--*/
