/*--------------------------------------
  ロゴサイズ
--------------------------------------*/
#logo, #logo img, .desktop-nav li a,#drawer__open {
    height: 115px;
    line-height: 100px;
    object-fit: contain;
}
/*--------------------------------------
 h2見出し
--------------------------------------*/
.entry-content h2 {
 padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #fceded;/*背景色*/
  border-left: solid 7px #e05858  ;/*左線*/
  border-bottom: solid 3px #f3e2e2;/*下線*/
}
/*--------------------------------------
 h3見出し
--------------------------------------*/
.entry-content h3 {
color: #000000;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #e05858;
	   border-left: none;
}
/*--------------------------------------
 poripu　吹き出しボックスの色変更
--------------------------------------*/
.p-box.p-custom{border: 2px solid #e05858;/*枠線の色*/}
div.p-box.p-custom .p-box-title{background-color: #e05858;/*吹き出しの色*/}
div.p-box.p-custom .p-box-title:after{border-top: 12px solid #e05858;/*吹き出しの色*/}
.p-box.p-custom ul li:before {color: #e05858;/*チェックの色*/}
/*--------------------------------------
 お問い合わせボタン色変更
--------------------------------------*/
.wpcf7 input[type="submit"] ,
.pushbutton-wide{
	background-color: #fa6e59;
}
/*--------------------------------------
 マーカー　蛍光黄色
--------------------------------------*/
.under {
  background: linear-gradient(transparent 50%, #fff8b5 50%);
}
/*--------------------------------------
 吹き出し　クリーム色
--------------------------------------*/
.balloon4 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #fff0c6;
  border-radius: 30px;
}

.balloon4:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff0c6;
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff0c6;
  border-radius: 50%;
}
.balloon4 p {
  margin: 0; 
  padding: 0;
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #81715e;
}
.box5 p {
    margin: 0; 
    padding: 0;
}
/*--------------------------------------
 マイクロコピー
--------------------------------------*/
.abtn-mc1 a {
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    background: #4F9DF4;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 44px;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
}
.abtn-mc1 a:after {
    content: "\f138";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-left: 15px;
}
.abtn-mc1 a:hover{
    text-decoration: none;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
    -webkit-tap-highlight-color: transparent;
}
.abtn-mc1 img{
    display: block;
}
p.abtn-mc1-top-text {
    font-weight: bold;
    margin-bottom: 3px;
}
p.abtn-mc1-under-text {
    font-size: .8em;
    margin-top: 3px;
}