/* カスタム CSS をここに入力してください */

/* --------------------------
     トップページスライダー
-----------------------------*/
.p-index-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 750px;
    min-height: 445px;}

a.p-index-slider__item-button.p-button {
    color: #fff;}

.wc-shortcodes-item {
    max-width: 1130px;
    margin: 80px auto!important;}

a.p-button {
    color: #fff;}


/* --------------------------
     固定ページ編集
-----------------------------*/
article.p-entry {
    background-image: url("http://wind-pro.jp/gunjou/wp-content/uploads/2017/08/bg_01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;}

.p-entry__body {
    background-color: rgba(255,255,255,0.7);
    margin: 20px auto 0px;
    padding: 20px;}

.p-entry__inner.l-inner {
    position: relative;
    width: 800px;
    margin: 0px auto;
	padding-bottom: 50px;}

li.p-breadcrumb__item.c-breadcrumb__item {
    color: #fff;}




.p-entry__inner.l-inner h2 {
  padding: 10px 0 0 10px!important;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;}

.p-entry__inner.l-inner p {
    line-height: 1.8;
    margin: 0 0 2em 0;}



/* --------------------------
     YouTubeレスポンシブ
-----------------------------*/
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------
     コンタクトフォーム
-----------------------------*/
.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 8px;
    width: 100%;
    width: 100%;
}


@media only screen and (max-width:767px){
/* --------------------------
     トップページスライダー
-----------------------------*/
  .p-index-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 600px;
    min-height: 445px;}
  
  .wc-shortcodes-item {
    margin: 10px 0px;}
  
  .p-index-content02__item {
    border-right: 0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;}
  
  .p-index-content02__item-desc {
    min-height: 0px!important;}
  
  
  
article.p-entry {
    background-image: url("http://wind-pro.jp/gunjou/wp-content/uploads/2017/08/背景.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-color: #000;}
  
.p-breadcrumb {
    font-size: 10px;
    line-height: 2;
    margin-bottom: 13.5px;
    margin-left: 5px;}
  
.p-entry__body {
    width: 90%;
    background-color: rgba(255,255,255,0.85);
    margin: 20px auto 0px;
    padding: 15px;}
  
.p-entry__inner.l-inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 50px;}


  
}