@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


.header {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

h2.page-title {
  margin: 36px 0 12px;
  font-size: 1.9em;
}


#header-image {
  background-color: #ffffff !important;
}

.header-image__text {
  padding: 13% 20px 15% !important;
}


@media only screen and (max-width: 768px) {
  body {
    background-color: #ffffff !important;
  }

  .my-featured-header {
    margin-bottom: 2em;
    /*background-color: #fff;*/
  }
}



#logo,
#logo img,
.desktop-nav li a,
#drawer__open {
  height: 70px;
  /*スマホ用サイズ*/
  line-height: 70px;
  /*スマホ用サイズ*/
  object-fit: contain;
}

@media only screen and (min-width: 768px) {

  #logo,
  #logo img,
  .desktop-nav li a {
    height: 90px;
    /*768px〜で見たとき用サイズ*/
    line-height: 90px;
    /*768px〜で見たとき用サイズ*/
  }
}

/*グローバルメニュー*/
@media only screen and (min-width: 769px) {
  .header--center .desktop-nav li a {
    padding: 10px 15px 15px !important;
    font-size: 15px !important;
  }
}

/*--------------------------------------
お問い合わせフォーム
--------------------------------------*/

.wpcf7 {
  border-radius: 10px;
  padding: 36px 16px 36px;
  border: 1px solid #999;
  background-color: #FFFFF3;
}

.wpcf7 input[type="submit"],
.pushbutton-wide {
  background-color: #FF9911;
  padding-top: 12px;
  padding-bottom: 14px;
}

.wpcf7 input[type="submit"] {
  padding: .5em 4em .6em;
}

span.wpcf7-list-item {
  display: block;
}

.wpcf7 input.wpcf7-text {
  width: 98%;
}

.wpcf7 textarea {
  width: 98%;
}

.wpcf7 p.hosoku {
  font-size: 16px;
  margin: 0 0 .6em;
}

.wpcf7 label {
  font-weight: bold;
}

.wpcf7-list-item-label {
  font-weight: normal;
  line-height: 2.4;
}

.wpcf7-required {
  background-color: #E40;
  color: #FFF;
  font-size: 14px;
  margin: 0 0 2px 6px;
  padding: 0 7px 1px 6px;
}

.wpcf7-any {
  background-color: #888;
  color: #FFF;
  font-size: 14px;
  margin: 0 0 2px 6px;
  padding: 0 7px 1px 6px;
}

.wpcf7 input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  border: 2px solid #BBB;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: .5em;
  margin-bottom: 5px;
  border-radius: 25px;
}

.wpcf7 input[type=radio]:checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #666;
  border: 2px solid #FFF;
  width: 12px;
  height: 12px;
  border-radius: 25px;
}

.wpcf7 input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  border: 2px solid #BBB;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: .5em;
  margin-top: 0;
  margin-bottom: 5px;
}

.wpcf7 input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #666;
  border: 2px solid #FFF;
  width: 12px;
  height: 12px;
}

/*--------------------------------------
wppでランキング順位を表示する
--------------------------------------*/
/* カウンタをリセット */
.my-widget.show_num {
  counter-reset: wpp-ranking;
}

/* 一覧の表示 */
.my-widget.show_num li {
  position: relative;
}

/* 順位を表示 */
.my-widget.show_num li:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

/* 1位 */
.my-widget.show_num li:nth-child(1):before {
  background: #FCE36b;
  color: #fff;
}

/* 2位 */
.my-widget.show_num li:nth-child(2):before {
  background: #FCE36b;
  color: #fff;
}

/* 3位 */
.my-widget.show_num li:nth-child(3):before {
  background: #FCE36b;
  color: #fff;
}

/* 4位以降の色 */
.my-widget.show_num li:nth-child(n + 4):before {
  background: #f3f3f3;
  color: #9a9a9a;
}

/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2 {}

.fa5 .entry-content h2:before {
  /*fontawesome5を使う場合*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {}

.fa5 .entry-content h3:before {
  /*fontawesome5を使う場合*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {}

.fa5 .entry-content h4:before {
  /*fontawesome5を使う場合*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}