/*/@charset "UTF-8";
/* CSS Document */


.l-header--sticky-overlay-colored-lg{
    background-color: hsla(0,0%,0%,0.20);
}

[data-scrolled=true] .l-header--sticky-overlay-colored-lg{
  background-color: hsla(0,0%,0%,0.60);
}

.l-footer__body{
  background-color: hsla(0,0%,0%,0.20);
  
}

.tel-number{
  color: hsla(0,0%,95%,1.00);
  font-size: 22px;
  line-height: 22px;
  border: solid 1px hsla(0,0%,100%,0.45);
  width: 232px;
  margin-left: 12px;
  padding: 5px 0px 5px 16px;
}

.tel-time{
  

  color: hsla(0,0%,95%,1.00);
  font-size: 14px;
  
}

body{
  position: relative;
}

/* スライダー設定*/
.your-slick-slider{
    position: relative;
    width: 100%;
    overflow: hidden;
  background-color: aqua;
}

.your-slick-slider.top-slider{
  position: relative;

}
/* スライダーアイテムに対するスタイル */
.your-slick-slider img{
    width: 100%;
    display: block;
  height: 100vh;
    object-fit: cover;
  object-position: center center;
}

.top-message-box
{
  position: relative;
  /* [disabled]top: -26px; */
  height: 100vh;
  width: 100%;
  margin-top: -78px;
}


/*トップメッセージボックス*/

.top-color-box{
  position: absolute;
  background: hsla(177,67%,34%,0.37);
  height: 100vh;
  width: 100%;
  top: 0;
  padding-top: 0px;
  }
.top-text-box{
  position: absolute;
    height: 100vh;
  top: 0;
  width: 100%;

  
}



.top-text{
  color: white;
}

h1.top-text{
  position: relative;
  top: 19vh;
  text-align: center;
  font-size: min(11vw,130px);
  line-height: min(11vw,130px); 
}
h2.top-text{
  position: relative;
  top: 27vh;
  font-size: min(2.3vw,30px);
  line-height: min(5vw,45px);
  text-align: center;
  font-weight: normal;
}



.green-square{
  background-image: url("img/green-square.png");
  min-height: 100px;
  background-repeat: no-repeat;
  background-position: left 0%;
  width: 100%;  
}

.green-square-right{
  background-image: url("img/green-square.png");
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: right -5%;
}

.green-square{
  background-image: url("img/green-square.png");
  min-height: 100px;
  background-repeat: no-repeat;
  background-position: left 0%;
  width: 100%;  
}

.circle-green{
  background-image: url("img/circle-green.png");
  min-height: 300px;
  background-repeat: no-repeat;
}



/*フォームすいれん*/


/*==================================================
/*記事ページ*/
/*コンタクトフォーム*/
/* 全幅指定 */
/*各フォームへのリンクボタン
===================================*/

.form-link {
        display: block;
        background-image: url("img/form-background.png");
        background-repeat: no-repeat;
        width: 500px;
        height: 300px;
        margin: 21px auto 52px;
        background-color: hsla(359, 66%, 87%, 1.00);
        background-size: 500px 61px;
        background-position: 0% 42%;
        line-height: 62px;
        text-indent: 25px;
}
.form-link:hover {
        opacity: .6;
}
/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl {
    width: 800px;
    margin: 0 auto;
  
   
    
	 background-color: #FAFDFC;
}
#cf-tbl table {
    width: 100%;
    border-collapse: collapse;
   
    color: #444;
  
}
#cf-tbl table tr th, #cf-tbl table tr td {
    padding: 0.9em;
    text-align: left;
    /*vertical-align: top;*/
    border: solid #CCC;
    border-width: 0px;
    vertical-align: middle;
   
}
#cf-tbl table tr th {
    width: 35%;
   
    text-align: center;
    padding: 19px 0px;
}
@media screen and (max-width:768px) {
        #cf-tbl {
                width: 100%;
        }
        #cf-tbl table, #cf-tbl table tbody, #cf-tbl table tr, #cf-tbl table tr th, #cf-tbl table tr td {
                display: block;
        }
        #cf-tbl table {
                width: 100%;
                border-width: 0 0 1px 0;
        }
        #cf-tbl table tr th, #cf-tbl table tr td {
                width: 100%;
                padding: 3% 5%;
        }
        #cf-tbl table tr td {
                border-width: 0px 0px 0px 0px;
        }
}
/*「必須」文字デザイン*/
.required {
        font-size: .8em;
        padding: 5px 12px;
        background: #F57500;
        color: #fff;
        border-radius: 13px;
        margin-right: 5px;
        margin-left: 10px;
}
/*「任意」文字デザイン*/
.optional {
        font-size: .8em;
        padding: 5px;
        background: #000080;
        color: #fff;
        border-radius: 3px;
        margin-right: 5px;
}
/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    /* [disabled]margin-top: 10px; */
    border: 1px solid #d0d5d8;
    border-radius: 10px;
    background-color: #FFFFFF;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
    background-color: rgba(255, 255, 255, 1.00)
}
/* 「送信する」ボタン */
input.wpcf7-submit {
        display: block;
        padding: 15px;
        width: 272px;
    
        font-size: 20px!important;
        font-weight: 700;
        border-radius: 2px;
        margin: 0px auto;
	
}
.wpcf7-list-item input {
        width: 20px;
        height: 20px;
        position: relative;
        top: 3px;
        margin-right: 9px;
}
.soushin-check {
        margin: 0 auto;
        width: 100%;
        text-align: center;
}
input.wpcf7-submit:hover {
        box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
        transform: translateY(-4px);
        opacity: 0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
        color: red;
        font-weight: 600;
}


/*/コンタクトフォーム*/
input[type="submit"] {
        background: #C84772;
        border: 2px solid #ffffff;
        width: 210px;
        color: #ffffff;
        text-align: center;
        font-size: 2.5rem;
        line-height: 1.3;
        letter-spacing: .5em;
        text-indent: .5em;
        font-weight: bold;
        padding: 1rem 0 1.4rem;
        margin-top: 2rem;
        cursor: pointer;
        border-radius: .3rem;
        transition: all .3s;
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
        color: #C84772;
        background-color: #ffffff;
        border-color: #C84772;
}
/* ローダー */
.wpcf7 .ajax-loader {
        display: block;
        margin: 0 auto;
}
/* モバイル版 フォーム*/
@media screen and (max-width: 480px) {
        .contact_item {
                margin-bottom: 1.6rem;
        }
        .label {
                font-size: 1.5rem;
                margin-bottom: .4rem;
        }
        .label_tag {
                font-size: 1.1rem;
        }
        input[type="text"], input[type="email"] {
                padding: .4rem;
                font-size: 1.5rem;
        }
        textarea {
                padding: .4rem;
                font-size: 1.5rem;
        }
        input[type="submit"] {
                font-size: 1.5rem;
        }
}

/*フォーム*/





