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



/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@font-face {
font-family: ‘Sawarabi Mincho’;}

.amelia-app-booking .am-step-booking-catalog .am-select-date .am-appointment-times .el-radio-button .el-radio-button__inner {
    width: 146px;
}

/*.form-row-last {float:left!important;}*/
/*.form-row-first {float:right!important;}*/


main#main {
  padding: 0;
  border: 0;
}
div#content {
  margin: 0;
}
.logo img {
  height: 42px;
}
#topMain {
  padding-top: 0;
}
#topMain h2 {
  padding-top: 0;
}
img.main.reImg {
  padding: 0;
}
.footer-bottom {
  display: none;
}
.addressWrap img {
  height: 32px;
}

.phone h1 {
  color: #ff0000;
  font-weight: bold;
  font-size: 250%;
  position: absolute;
  left: 50px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

