@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.home h1.entry-title {
 display: none;
}

.logo-header {
 text-align: left;
}

.logo-header span.site-name-text {
 font-weight: bold;
}

.tagline {
 text-align: left;
}

nav.navi {
 border-top: solid 1px #aaaaaa;
 box-shadow: 0 2px 3px #aaaaaa;
 font-weight: bold;
}

p.text-center {
 text-align: center;
}

p.text-right {
 text-align: right;
}

table.size-price td, table.size-price th {
 font-size: 14px;
 padding:10px 15px;
 line-height: 1.5em;
}

dl.basic_info__detail dt {
  float: left;
  font-weight:bold;
  font-size: 14px;
  line-height:1.7em;
  padding: 7px 0;
  height: flex;
}
dl.basic_info__detail dd {
  margin-left: 0;
  padding-left: 10em!important;
  font-size: 14px;
  line-height:1.7em;
  padding: 7px 0;
  border-bottom: solid 1px #aaaaaa;
}

.column-left {
 margin-right: 8px!important;
}

.column-right {
 margin-left: 8px!important;
}

p.catch-phrase {
 font-size:19px;
}

/* リスト */

.article ul li {
	margin-bottom:1em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
