@charset "utf-8";

/*===================================
contact
===================================*/
[data-element-id] .TopImg .pic {
    position: static;
}

[data-element-id] .TopImg .pic.show\@tb {
    width: 500px;
}

.contactWrap .red {
    color: #F00;
}

.contactWrap .tit01 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dd21d), to(#648c01));
    background: linear-gradient(to bottom, #9dd21d 0%, #648c01 100%);
    border: solid 2px #c3c3c3;
    border-radius: 4px;
    padding: 10px;
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative;
}

.contactWrap .tit01:before {
    display: block;
    content: "";
    width: 5px;
    height: calc(100% - 20px);
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.contactWrap .tit02 {
    color: #307128;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2px 0 2px 15px;
    margin-bottom: 10px;
    position: relative;
}

.contactWrap .tit02:before {
    display: block;
    content: "";
    width: 7px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dd21d), to(#648c01));
    background: linear-gradient(to bottom, #9dd21d 0%, #648c01 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.contactWrap .info_hissu {
    margin-bottom: 10px;
    text-align: right;
}

.form {
  line-height: 2em;
}

.formList {
    border: 1px solid #A8A87C;
}

.formList dl:not(:last-of-type) {
    border-bottom: 1px solid #A8A87C;
}

.formList dt {
    width: 200px;
    background: #EAF7DD;
    padding: 10px;
}

.formList dd {
    width: calc(100% - 200px);
    padding: 10px;
}

.formList .sample {
    margin-left: 5px;
}

.formList .roomtype li {
    width: 15%;
}

.formList .category li {
    width: 33.333%;
}

.formList input[type=text] {
    width: 250px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 5px;
}

.formList input[type=radio], .formList input[type=checkbox] {
    margin-right: 2px;
}

.formList .size2 input[type=text] {
    width: 35px;
    text-align: center;
}

.formList .size15 input[type=text] {
    width: 100px;
}

.formList textarea {
    width: 100%;
    height: 250px;
    border: solid 1px #A8A87C;
}

.form .submit input, .form .submit button {
    cursor: pointer;
    line-height: 1.5;
    padding: 10px;
}

@media (max-width: 599px) {
    .formList dt {
        width: 100%;
    }

    .formList dd {
        width: 100%;
    }

    .formList .sample {
        display: inline-block;
        margin-left: 5px;
    }

    .formList .spBlock {
        display: block;
        margin: 5px 0 0 0;
    }

    .formList .roomtype li {
        width: 33.333%;
        margin-bottom: 5px;
    }

    .formList .category li {
        width: 100%;
        margin-bottom: 5px;
    }
}

.contactWrap .dantai .tit01 {
  background: #013802;
    font-size: 2rem;
}

.contactWrap .dantai .txt {
  line-height: 3em;
    margin: 10px 0;
}

.contactWrap .dantai .txt .sub {
  font-size: 2rem;
    font-weight: bold;
    background: #007f0e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.contactWrap .dantai .txt .red {
  font-size: 2rem;
}

.contactWrap .dantai .txt.sample {
  background: #fdf9e5;
  padding: 10px;
  border-radius: 10px;
}

.contactWrap .dantai .txt a {
  background: #007f0e;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.lead .title {
  font-size: 2rem;
  font-weight: bold;
  color: #007f0e;
  text-align: center;
  margin: 20px;
}


/* entry */


.entry_li .item01,
.entry_li .item01:first-child{
  width: 100%;
  position: relative;
  padding: 20px;
  border: 8px solid #007f0e;
  margin: 15px 0;
}

.entry_li .item01 .number {
  font-size: 4.6rem;
    font-weight: bold;
    color: #9acd32;
    position: absolute;
    top: -40px;
    left: -20px;
    text-shadow: 4px 4px 1px #fff;
}

.entry_li .ent_ttl {
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #007f0e;
    font-size: 18px;
}

.spOnly{display: none;}
@media only screen and (max-width:599px){
  .spOnly{display: block;}
}
  
}
