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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.floimage01{
    display: block;
    margin: 0 auto;
}
.flo01{
float:left;
width:47%;
padding:0.7em;
}

.footerbanner{
padding: 0.4em 0.8em;
 border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.jpg03left{
    float: left;
    margin: 1em 0.5em;
}
.jpg03right{
    float: right;
    margin: 1em 0.5em;
}

.jpg02{
    float: left;
    margin: 1em 0.5em;
}

.hbottom{
    display: block;
    background-color: #e3dede;
    width: 50%;
    margin: auto;
    text-align: center;
    color: #4b1248;
font-weight: 800;
}
.box00{
overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.box01{
box-sizing: border-box;
    display: flex;
    flex-direction: column;
width: 33%;
    padding: 0.5em;
}

.article h1, .article h2, .article h3 {
    text-align: center;
}
.dl00{
float:left;
width:49%;

}
.list,.list2{
display: block;
margin-left:1em;
}

.list dt{
float: left;
clear:both;
    width: 148px;

}
.list dd{
float: left;
margin-left: -12px;
}
.dl02{
float:left;
}

.list2 dt{
float: left;
clear:both;
    width: 148px;

}
.list2 dd{
float: left;
margin-left: 80px;
}


.footerinfo{
margin-left:1em;
color:#333;
}


.d01{
margin: 1em;
}
.article h2 {
    font-size: 1.4rem;
    margin-bottom: 0.92em;
}
.article h3 {
background: linear-gradient(to right, #e9f5ea 50%, #fff 100%);
}

.header {
  position: relative;
}

.header::before {
  position: absolute;
  top: 10px;
  right: 187px;
  font-family: FontAwesome;
  content: "\f098";
color: #cec8a3;
    font-size: 38px;
    text-shadow: #633c09 2px 2px 0;
}

.header::after {
  position: absolute;
  top: 24px;
  right: 20px;
  content: "023-685-2131";
  color: #3f2709;
  font-size: 24px;
  font-weight: 700;
}

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

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

}

.flo01{
float:none;
width:100%;
padding:1em;
}
.header {
    height: 146px;
}
    .header div.header-in {
        min-height: 90px;
}
    .content {
        margin-top:40px;
}

.header::after {
  top: 103px;
}
.header::before {
  top: 90px;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
