/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

html body, button, input, select, textarea,
h1,h2,h3,h4,h5 {
  font-family: 'heisei-kaku-gothic-std', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  color: #404040;
}

.section-services .service-item .service-content p {
  color: #404040;
}

#page .page-header {
  border-top: none;
  border-bottom: none;
}

#page .page-header.page--cover {
  height: 400px;
}
#page .page-header.page--cover .entry-title {
  display: none;
}

.container .section-desc {
  font-size: 1.1rem;
}

.txt-center {
  text-align: center;
}

p {
  font-size: 1.1rem;
}

code {
  background-color: transparent;
}

@media screen and (max-width: 940px) {
.container .section-title-area .section-title {
  font-size: 40px;
}
.container .section-title-area .section-subtitle {
  font-size: 14px;
}
}

.container .section-title-area .section-title {
  font-size: 33px;
}

.container .section-title-area .section-subtitle {
  font-size: 10px;
}

@media screen and (min-width: 720px) {
#site-navigation .onepress-menu > li > a {
  margin-top: 50px;
}
}

/* トップ背景色 */
#page .section-meta {
  background: #fff;
}

#page .section-services .service-item {
  box-shadow: none;
}

#page .section-services .service-item:hover {
  box-shadow: none;
}

/* トップページタイトル非表示 */
.home .service-title {
  display: none;
}

.hover-efct1 figure a {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover-efct1 figure:hover a {
  opacity: .5;
}

.home .service-item figcaption {
  font-size: 16px;
}

/* フッターのリンク */
#footer-widgets .sidebar .widget a {
  color: #fff;
}
#page .site-footer .site-info {
  background: #f6f6f6;
  color: #000;
}
#page .site-footer .btt a {
  border-radius: 40px;
  background: transparent;
}

/*
.home .wow:nth-of-type(3) {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #CCC;
  max-width: 100vw;
}
.home .wow:nth-of-type(3) .service-item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
*/

/* お問い合わせ */
#post-1544 .entry-content {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

.wpcf7-form {
  width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  border: 1px #333 solid;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  background: #fff;
}

input[type="button"] {
    cursor: pointer;
    background: #03c4eb;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 15px 23px 15px 23px;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    margin: 3px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    background: #8e811f;
}

/* トップページセクション */
#aboutus .section-desc {
  font-size: 16px;
  font-weight: 600;
}
#aboutus h3:first-of-type {
  display: none;
}


/* セレクトボックス
 * *********************************** */
#blogindex-navi {
  padding: 0 0 1rem;
}

#blogindex-navi li {
  list-style: none;
  vertical-align: top;
  padding: 0;
}

#blogindex-navi h2 {
  display: none;
}

#blogindex-navi .select-wrap {
  background-color: #32373c;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  margin: 3rem auto;
  padding: 0.5rem 1.2rem;
  text-align: center;
  width: 15rem;
  position: relative;
  border-radius: 30px;
}

#blogindex-navi select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: #32373c;
  vertical-align: middle;
  font-size: inherit;
  font-weight: bold;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 1.3;
  padding: 0 12px;
  border: none;
  color: #fff;
  width: 13rem;
}

#blogindex-navi .select-wrap::before {
  z-index: 1;
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  top: 21px;
  right: 2rem;
  margin-top: -6px;
  transform: rotate(45deg);
  pointer-events: none;
}

#blogindex-navi select option {
  background-color: #fff;
  color: #333;
}

#blogindex-navi select::-ms-expand {
  display: none;
}

#blogindex-navi select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

#blogindex-navi .select-wrap.select-primary:before {
  color: #fff;
}

#blogindex-navi .widget {
  margin: 0;
}
