@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
*/

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

.header-in.wrap{
  width: 100%;
}
/*.logo.logo-header{
  background: rgba(0, 0, 0, 0.5);
}*/
.header-site-logo-image{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.button_area{
  text-align: center;
}

.a_contact_button{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
  z-index: 2;
	font-size: 16px;
	text-decoration: none;
	background-color: #DA5019;
  border: 1px solid #DA5019;
  color: #fff;
	padding: 7px 20px;
  overflow: hidden;
	transition: all .3s;
}
.a_contact_button:hover{
	color: #333;
	transition: all .3s;
}
.a_contact_button::before{
	box-sizing: border-box;
	transition: all .3s;
}
.a_contact_button::after {
	position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  transition: all .3s;
	box-sizing: border-box;
}
.a_contact_button:hover::after{
  background: #F9DFD5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

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

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

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