/*
 Theme Name:   onepress-child
 Template:     onepress
*/
/******************** ここから↓に追加CSSを書く ********************/
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body, button, input, select, textarea {
  font-family: 'Kosugi Maru',georgia,"Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Kosugi Maru',georgia,"Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #006BFC;
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: 'Kosugi Maru',georgia,Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-family: 'Kosugi Maru',georgia,"Raleway", Helvetica, Arial, sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}

.onepress-menu a {
  color: #333333;
  font-family: 'Kosugi Maru',georgia,"Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

.entry-header .entry-title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family: 'Kosugi Maru',georgia,"Open Sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}

.sticky .entry-title:after {
  content: "";
  display: inline-block;
  font-family: 'Kosugi Maru',georgia,"FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}

.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #03c4eb;
  line-height: 1;
  font-family: 'Kosugi Maru',georgia,serif, sans-serif;
  text-transform: uppercase;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: 'Kosugi Maru',georgia,Arial, Baskerville, monospace;
}

.site-footer .site-info {
  position: relative;
  text-align: center;
  padding: 35px 0px;
  background: #050505;
  font-weight: 500;
  color: #bbbbbb;
}

.accessory {
  height: 6px;
  background-image: radial-gradient(
    closest-side,
    hsla(0, 0%, 50%, 1.0),
    hsla(0, 0%, 50%, 0) 100%);
  position: relative;
}

.section-title-area .section-subtitle {
  color: #666;
  font-size: 13px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-subtitle {
    font-size: 14px;
    color: #666;
}
}

/***** ↓サイト幅を広げる＆サイドバーを広げる *****/
/***** パソコン表示時のサイト最大幅 *****/
@media (min-width: 992px){
.container {
    width: 1360px;
}
#content-inside {
    width: 1360px;
    margin-top: -30px;
    margin-bottom: -30px;
}
}

/***** 本文の割合を指定 *****/
@media screen and (min-width: 940px){
.right-sidebar .content-area {
    width: 78%;
	padding-left: 20px;
	padding-right: 20px;
}
}


/***** サイドバーの割合を指定しつつ最低幅を指定 *****/
@media screen and (min-width: 940px){
.sidebar {
    width: 21%;
}
}

/***** サイドバー左のパディング調整 *****/
@media screen and (min-width: 940px){
.right-sidebar .sidebar {
    padding-left: 20px;
}
}

/***** サイドバーウィジェットのタイトル *****/
@media screen and (min-width: 940px){
.sidebar .widget .widget-title {
    font-size: 1.2em;
    letter-spacing: 0;
    margin-bottom: 13px;
    margin-top: 13px;
}
}
/***** ↑サイト幅を広げる＆サイドバーを広げる *****/

/***** 編集画面のブロックに外枠を付ける *****/
.block-editor-block-list__layout .wp-block {
border: 3px solid #f5f5f5;
line-height: 1.7;
color:#555;
}

/***** サイト全体の文字種と文字サイズ *****/
body {
	/* 文字種 */
    font-family: 'Kosugi Maru',georgia,"Open Sans", Helvetica, Arial, sans-serif;
	/* 基本文字サイズ */
    font-size: 17px;
	/* 基本文字サイズに対する倍率 */
    font-size: 1rem;
	/* 基本文字色 */
	color:#222;
}

/***** リンク文字列をはっきりした青色にする *****/
#primary a{
	color:#0275d8;
	font-weight:700;
}

/***** サイドバーリンク文字列を大きくし、色をはっきりさせる *****/
#secondary a {
    color: #222;
    font-size: 1em;
}

/***** キャッチフレーズの位置調整 *****/
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
	margin-top:15px;
}

/***** preタグのデザイン *****/
pre.wp-block-code {
    border: 1px solid #2d2c2c;
    border-radius: 8px;
    padding: 10px;
    background: #e9e9e9;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 24px;
}

/***** 半角ローマ字を入力通りにする↓↓ *****/
h5 {
	text-transform: none;
}
h6 {
	text-transform: none;
}
abbr,acronym,dfn {
	text-transform: none;
}
table th {text-transform: none;}
input[type="reset"], input[type="submit"], input[type="submit"],
.pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
  text-transform: none;
}
.site-branding .site-title,
.site-branding .site-text-logo {
  text-transform: none;
}
.onepress-menu a {
  text-transform: none;
}
.page-header .entry-title,
.page-header .page-title {
  text-transform: none;
}
.error-404 .widgettitle, .error-404 .widget-title {
  text-transform: none;
}
.entry-meta {
  text-transform: none;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  text-transform: none;
}
.nav-links a, .nav-links .page-numbers {
  text-transform: none;
}
#comments .comments-title {
  text-transform: none;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  text-transform: none;
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  text-transform: none;
}
#respond .comment-reply-title {
  text-transform: none;
}
#respond label {
  text-transform: none;
}
.btn {
  text-transform: none;
}
.sidebar .widget .widget-title {
  text-transform: none;
}
.section-title-area .section-title {
  text-transform: none;
}
.section-title-area .section-subtitle {
  text-transform: none;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  text-transform: none;
}
.hero-content-style1 h2 {
  text-transform: none;
}
.counter_item .counter__number {
  text-transform: none;
}
.team-member .member-position {
  text-transform: none;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
  text-transform: none;
}
.wpcf7-form {
  text-transform: none;
}
.section-videolightbox .videolightbox__heading {
  text-transform: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
  text-transform: none;
}
.related.products h2, #tab-description h2 {
  text-transform: none;
}
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label, div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-sublabel {
  text-transform: none;
}
.c-bully {
  text-transform: none;
}
.wp-block-pullquote cite {
  text-transform: none;
}
/***** 半角ローマ字を入力通りにする↑↑ *****/

h2.section-title {font-family: 游明朝,”Yu Mincho”,YuMincho,”Hiragino Mincho ProN”,”Hiragino Mincho Pro”,HGS明朝E,メイリオ,Meiryo,serif;}

/*****************/
.alignfull {
 width:100vw;
 margin-left:calc( ( 100% - 100vw ) / 2 );
]

/************/
