@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


body{
	background:url("/wp-content/themes/cocoon-child-master/images/bodyback.webp");
	background-size:cover;
	background-position:top center;
	background-attachment:fixed;
	
}

.contact{
	background:url("/wp-content/themes/cocoon-child-master/images/contact-back.webp");
	background-size:cover;
	background-position:top center;
	padding:100px 15px;
}

img.contact1{
	    width: 100%;
	max-width:630px;
}

.cba{
	margin-top:30px;
	position:relative;
}


.cba a{
	display:inline-block;
	margin:15px 15px 0 0;
	transition:0.3s;
}

.cba a:hover{
	transform: translateY(-6px);
}
.sec3{
	margin-bottom:75px;
}

.sec6-in{
	padding:100px 0;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
