/*
Theme Name: rinen
Author: メディアジャパン
Description: 理念動画ホームページテンプレート
*/

/*******************************
* 固定ページ記事タイトル非表示
********************************/
.type-page h1,
.type-page 
.post-meta{
  display:none;
}
/*******************************
*投稿ページ記事タイトル非表示
********************************/
.post .entry-title {
    display: none;
}

/*** 「次の投稿」「前の投稿」を非表示 ***/
.nav-links {
display: none;
}

.post-thumbnail {  
display: none;
}  

.entry-footer{
display: none;
}

/*トップページ*/
* { 
margin: 0 auto; 
padding: 0;

}

html{
     width: 100%;
     height: 100%;
     color: #565454;
     line-height: 2.0em;
     font-size: 0.9em;
}

body{
     margin: 0;
     padding: 0;
     font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a:link { 
        color: #7c7b7b;
        text-decoration:none;
        font-weight: bold;
} 

a:visited { 
           color: #7c7b7b; 
} 

.works_list a:hover { 
        color: #1d7dae;
} 

.works_c a:hover { 
        color: #1d7dae;
} 

#nav_back{
         width: 100%;
         background-color: #065066;
         height: 50px;
         position: fixed;
         z-index:1;
         top: 0;
         left: 0;
         margin: 0;
         padding-top: 20px;
         
}
#nav_wrap{
         width: 500px;
         height: auto;
         margin: 0 auto;
}

#nav {
  list-style: none;
  overflow: hidden;

}

#nav li {
  padding: 0 15px 0 15px;
  float: left;
}

#nav li a {
  text-decoration: none;
  color: white;
  text-align: center;
    position: relative;
    
   display: block;
  
}

#nav li a::before,
a::after {
  border-bottom: solid 2px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

#nav li a::before {
  left: 50%;
}

#nav li a::after {
 right: 50%;
}

#nav li a:hover::before,
#nav li a:hover::after {
  width: 50%;
}

#top_wrap01{
  width: 100%;
  height: auto;
  
}

#main_image{
width: 100%;
height: 519px;
background: url(../../a_img/topimage_back.png) repeat-x;
background-position: 0 0;
-webkit-animation: bgroop 20s linear infinite;
animation: bgroop 20s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1483px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1483px 0;
    }
}

.heart_wrap{
   width: 800px;
   height: auto;
   margin: 0 auto;
   border-radius:5px;
   margin-top: 50px;

}

.heart_landr{
  width: 800px;
  height: 500px;
  background-image: url("../../a_img/introduction_back.png");
  background-repeat: repeat-x;
}

.title_top{
    width: 280px;
    margin: 0 auto;
    padding-bottom: 20px;
    
}

.title{
    width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
    
}

.heart_r{
        width: 170px;
        height: 200px;
        float: left;
        padding-top: 220px;
}

.heart_l{
        width:600px;
        height: auto;
        margin-top: 10px;
        float: left;
}

.videos_wrap{
   width: 580px;
   height: 300px;
   margin: 0 auto;
   margin-top: 30px;

}


.videos_c {
 	position: relative;
	display: inline-block;
	padding: 7px 10px;
	min-width: 500px;
 	max-width: 300%;
 	color: #555;
	background: #1d7dae;
}

.videos_c:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #1d7dae;
}

.videos_c p {
	margin: 0;
	padding: 0;
}

.rinen_back{
  width: 100%;
  height: 580px;
  padding-top: 180px;
  background-image: linear-gradient(-45deg,
#fff 25%, #bbe7f7 25%, #bbe7f7 50%, #fff 50%, #fff 75%,#bbe7f7 75%, #bbe7f7
);
  background-size: 4px 4px;
}

.rinen_wrap{
           width: 760px;
           height: auto;
           margin: 0 auto;
           background-color: #ffffff;
}

.rinen_l{
        width: 300px;
        height: auto;
        float: left;
}

.rinen_r{
        width: 430px;
        height: auto;
        float: left;
}

.rinen_back02{
             width: 370px;
             height: 90px;
             border-bottom: 4px solid #f1f1f1;
             border-top: 4px solid #f1f1f1;
             
}

.works_wrap{
           max-width: 980px;
           height: auto;
           margin: 0 auto;
           padding-bottom: 40px;
    
}

.works_c{
        width: 290px;
        height: auto;
        float: left;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 20px;
        padding-bottom: 20px;
        word-wrap: break-word;
   
}

.works_c a:hover {
   opacity: 0.6;
}

.works_list:hover {
    opacity: 0.6;
}

.works_category{
             width: auto;
             height: auto;
             border-radius:5px;
             background-color: #006a94;
             display: inline-block;
             padding: 1px 2px 1px 2px;
             font-size: 0.8em;
             
}

.works_category a {/*リンクされた文字*/
    color:#ffffff;
    text-decoration:none;
}

.more_button{
            width: 150px;
            border: 2px solid #006666;
            margin: 0 auto;
            color: #006666;
            padding: 5px;
            text-align: center;
}

.more_button:hover {
    color: #fff;
    background-color: #006666;
}

.flow_back{
  width: 100%;
  height: auto;
    background-image: linear-gradient(-45deg,
#fff 25%, #bbe7f7 25%, #bbe7f7 50%, #fff 50%, #fff 75%,#bbe7f7 75%, #bbe7f7
);
  background-size: 4px 4px;
  padding-top: 30px;
  padding-bottom: 80px;
}

.flow_wrap{
            width: 800px;
            height: auto;
            margin: 0 auto;
            text-align: right;
}

.flow_wrap_main{
               width: 800px;
               height: auto;
               background-color: #ffffff;
               margin: 0 auto;
}

table.flow{
  width: 100%;
  padding: 15px;
}

th.flow{
       width: 23%;
       height: 30px;
       padding-top: 10px;
       background-color: #1c7793;
       border: 8px solid #ffffff;
       text-align: left;
}

td.flow{
       width: 74%;
       height: 40px;
       text-align: left;
       padding-left: 3%;
       
}

.ribbon15-wrapper {  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 40px 10px;
  width: 200px;
  background: #f1f1f1;
  box-sizing: border-box;
  text-align: center;
  color: #065066;
  }

.ribbon15-wrapper2 {  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 50px 10px;
  width: 200px;
  background: #f1f1f1;
  box-sizing: border-box;
  text-align: center;
  color: #065066;
  }

.ribbon15 {  
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: linear-gradient(#34879e 0%, #065066 100%);
  border-radius: 2px 0 0 0;
  }

.ribbon15:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #065066;
  border-right: solid 6px transparent;
}
.ribbon15:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #065066;
  border-right: 20px solid #065066;
  border-bottom: 10px solid transparent;
}

.price_f2{
        font-size: 2.8em;
        font-weight: bold;
}

.price_c{
           width: 650px;
           margin: 0 auto;
}


.price_l{
        width: 440px;
        height: auto;
        float: left;
}

.price_r{
        width: 210px;
        height: auto;
        float: left;
}


.price_f {
	position: relative;
	padding-bottom: 10px;
    font-size: 1.4em;
    color: #065066;
    width: 410px;
}
.price_f:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 410px;
	height: 5px;
	background: repeating-linear-gradient(-45deg, #bbe7f7, #bbe7f7 2px, #fff 2px, #fff 3px);
}

footer{
       width: 100%;
       height: auto;
       background-color: #065066;
       margin-top: 50px;
       padding-top: 20px;
       padding-bottom: 50px;
}

#nav02_wrap{
           width: 900px;
           height: 20px;
           margin: 0 auto;
}


#nav02 {
  width: 500px;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  color: #000000;
    display: flex;
}


#nav02 li {
  padding: 0 15px 0 15px;
  float: left;
  
}

#nav02 li a {
  text-decoration: none;
  color: white;
   display: block;
    position: relative;
  
}

#nav02 li a::before,
a::after {
  border-bottom: solid 2px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

#nav02 li a::before {
  left: 50%;
}

#nav02 li a::after {
 right: 50%;
}

#nav02 li a:hover::before,#nav02 li a:hover::after {
  width: 50%;
}




/*contact*/

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }
   
.screen-reader-response {

  display: none;
}
