@charset "UTF-8";
/* 規定値 */
:root {
  --main-color: #866e3e;
}

/* 全ページ各要素 ------------------------------------------------------------ */
* {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Meiryo", "メイリオ", sans-serif;
}

.notosans, .notosans p {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: #FFF;
  font-size: 16px;
  background: url(../images/dust_ps.jpg);
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}

ul {
  list-style-type: circle;
}

a {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 6px 2% 12px;
}

figure {
  margin: 0;
}

/* ブロックカスタマイズ ------------------------------------------------------- */
.wp-block-table thead {
  border-bottom: 2px solid;
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: 0.8em 0.5em;
}

.wp-block-table thead th, .wp-block-table tfoot td {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.post table {
  border: none;
  margin-bottom: 4px;
}
@media screen and (max-width: 991.98px) {
  .post table {
    white-space: nowrap;
  }
}

.post table tr:nth-child(even) {
  background-color: transparent;
}

.post table tr td {
  font-size: 15px;
}

/* ギャラリーブロック */
/* 拡大なし */
.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:only-child {
  width: 100% !important;
}

/* メディアとテキストブロック */
.wp-block-media-text {
  margin: 30px 0;
}

.wp-block-media-text__media img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* グループブロック */
.wp-block-group.group-style01 {
  border: 4px dotted #ffaa00;
  padding: 16px 5%;
  border-radius: 20px;
  margin: 36px 0;
  background: #fffaf1;
}

.wp-block-group.group-style01 h4 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.wp-block-group.group-style01 p {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* フォーム */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
  font-size: 1rem;
  border: 1px solid var(--vk-color-border-form);
  border-radius: var(--vk-size-radius);
  padding: 0.8em 1em;
  margin: 0 0 0.5rem;
  width: 100%;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8em 1em;
}

/* 見出し ------------------------------------------------------------------- */
body.page h2, body.single h2 {
  background: none;
  color: #4e4e4e;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  font-family: "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
  line-height: 34px;
}

body.page .main-content h2 {
  padding: 0 1% 0.4em;
  margin: 3.5em 0 1em;
}

body.page .main-content h2:first-child {
  margin-top: 1em;
}

body.page h3, body.single h3 {
  padding: 8px 20px 8px;
  text-align: unset;
  font-size: 20px;
  color: #ffffff;
  border: none;
  background: rgb(165, 157, 140);
  margin-top: 60px;
  font-family: "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
}

body.home .osusumeBlock h3 {
  padding: 10px 12px 10px;
  text-align: unset;
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  border-bottom: 4px #4e4e4e dotted;
  margin-top: 0;
  margin-bottom: 14px;
  background: none;
}

/* 投稿ページ・固定ページ内 --------------------------------------------------- */
.post {
  margin: 0;
  padding: 0;
}

.post h4 {
  background: none;
  color: #45432d;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 2px dotted #b0ad9e;
  padding: 10px 15px 5px 15px;
}

.post ul {
  list-style-type: circle;
  padding: 0 0 0 22px;
  margin: 6px 2% 12px;
}

/* テーブルの設定 */
.post table.price-table {
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
}

.post table.price-table .vertical {
  -webkit-writing-mode: tb-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  letter-spacing: 0.2em;
}

.post table.price-table tr th {
  background: #d4d1cb;
  color: #555246;
}

.post table.price-table tr td {
  vertical-align: middle;
  text-align: center;
}

/* jQuery slick-slider 設定 */
.slick-slider figure {
  margin: 1em 0.2%;
  max-width: 300px;
  min-height: 430px;
  background: rgb(255, 255, 255);
  padding: 3%;
  -webkit-box-shadow: 6px 6px #4e4e2a;
          box-shadow: 6px 6px #4e4e2a;
}

.slick-slider a {
  margin: 0 0.4rem;
}

#page-top a {
  color: #FFF;
  background: rgb(156, 152, 137);
}

#wrapper {
  width: 100%;
}

header {
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

header .sitename {
  padding: 0;
}

header .smanone ul.menu li {
  display: inline-block;
  height: auto;
  width: auto;
}

header .smanone ul.menu li a {
  color: #3e3014;
  padding: 8px 20px;
  display: block;
  font-size: 16px;
  width: auto;
}

header .smanone ul.menu li a:hover {
  color: #94908b;
  background: #F3F3F3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .smanone ul.menu li li a {
  background: #FFF;
}

header .sitename a:hover {
  opacity: 1;
  -moz-opacity: 1;
}

header .sitename a:hover img {
  opacity: 1;
  -moz-opacity: 1;
}

#dsc {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background: url(../images/bg-osusume.png);
  opacity: 0.7;
}

#dsc-wrap {
  margin: 0 auto;
  max-width: 980px;
  color: #FFF;
  font-size: 14px;
  padding: 6px;
}

#st-header {
  max-width: none;
  width: 100%;
}

#st-header img {
  width: 100%;
}

#headbox {
  max-width: none;
  padding: 0;
  background: #FFF;
  position: relative;
  z-index: 100;
}

#headbox-wrap {
  max-width: 1280px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}

#header-l {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 6;
}

#header-l_page {
  position: absolute;
  top: 28px;
  left: 2%;
  z-index: 5;
}

#st-menubox {
  border: none;
  padding: 8px 0 0;
  position: absolute;
  right: 20px;
}

/* プルダウンメニュー項目幅固定 */
#st-menubox .sub-menu {
  position: absolute;
  top: 55px;
  left: 0;
}

#st-menubox .sub-menu li {
  display: block;
  width: 181px;
}

#st-menubox .sub-menu li a {
  width: auto;
}

#st-menuwide {
  padding-bottom: 6px;
  border-bottom: 5px solid #dedbbd;
  margin: 0 auto 10px;
}

#content {
  max-width: none;
}

#content .st-main {
  margin: 0;
  padding: 0;
  background: none;
}

/* エントリータイトル */
#st-page .entry-title {
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #e8e5da;
  background: rgb(239, 234, 220);
  margin-bottom: 0;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#st-page .entry-title h1 {
  position: relative;
  color: #97907d;
  padding: 25px;
  margin: 0;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  font-size: 32px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Meiryo", "メイリオ", sans-serif;
}

#st-page .entry-title h1::after {
  content: url(../images/page_title_bg.png);
  width: 107px;
  height: 71px;
  position: absolute;
  top: 7px;
  right: -41px;
  z-index: -1;
  opacity: 1;
}

/* 投稿ページ */
body.single #content-w {
  margin-top: 30px;
}

body.single #st-page .entry-title {
  background: none;
  border: none;
  font-size: 26px;
  font-family: "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}

.page-top-block-wrap {
  position: relative;
  background: #fff;
}

.page-top-block-wrap::after {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: url(../images/page-header01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
  overflow: hidden;
}

.page-top-block {
  width: 100%;
  padding: 80px 0 100px;
  position: relative;
}

.page-top-block-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

.h2-img {
  padding-right: 10px;
}

.h2-img h2 {
  background: none;
  text-align: center;
  margin-bottom: 0;
}

.newsBlock {
  margin-bottom: 30px;
  max-width: 1360px;
  margin: 0 auto;
}

.newsBlockInner {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 20px 80px;
}

.newsBlockInner ul {
  background: #FFF;
  padding: 32px;
}

.serviceBlock {
  margin: 60px 0 60px;
}

.serviceBlock p {
  font-size: 16px;
  margin: 4px 0 8px 0;
  line-height: 34px;
}

.serviceBlock .service-fr h2 {
  margin: 0 5%;
}

.serviceBlock-cont-inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.serviceBlock-cont-inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.service-img img {
  z-index: 0;
}

.service-fr {
  z-index: 2;
}

.serviceBlock-cont01 {
  padding: 12px 0;
}

.serviceBlock-cont01 .serviceBlock-cont-inner {
  height: 340px;
}

.serviceBlock-cont01 .service-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.serviceBlock-cont01 .service-fr {
  position: absolute;
  top: 110px;
  right: 0;
  background: url(../images/bg-waku01.png) no-repeat;
  width: 507px;
  height: 221px;
}

.serviceBlock-cont01 .service-h2 {
  position: absolute;
  top: -80px;
  right: 40px;
}

.serviceBlock-cont01 .service-text {
  position: absolute;
  top: 57px;
  left: 64px;
  width: 320px;
}

.serviceBlock-cont02 {
  /* background: #f8fbf5; */
  padding: 12px 0;
}

.serviceBlock-cont02 .serviceBlock-cont-inner {
  height: 300px;
}

.serviceBlock-cont02 .service-img img {
  position: absolute;
  top: 0;
  right: 0;
}

.serviceBlock-cont02 .service-fr {
  position: absolute;
  top: 37px;
  left: 28px;
  background: url(../images/bg-waku02.png) no-repeat;
  width: 406px;
  height: 193px;
}

.serviceBlock-cont02 .service-h2 {
  position: absolute;
  top: 22px;
  left: 8px;
}

.serviceBlock-cont02 .service-text {
  position: absolute;
  top: 38px;
  left: 116px;
}

.serviceBlock-cont03 .serviceBlock-cont-inner {
  height: 300px;
}

.serviceBlock-cont03 {
  /* background: #e7ebdb; */
  padding: 12px 0;
}

.serviceBlock-cont03 .service-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.serviceBlock-cont03 .service-fr {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/bg-waku03.png) no-repeat;
  width: 467px;
  height: 212px;
}

.serviceBlock-cont03 .service-h2 {
  position: absolute;
  top: 18px;
  left: 15px;
}

.serviceBlock-cont03 .service-text {
  position: absolute;
  top: 44px;
  right: 134px;
}

.serviceBlock-bg01 {
  background: url(../images/bg01.png) no-repeat;
  width: 232px;
  height: 436px;
  position: absolute;
  top: -123px;
  left: -182px;
  z-index: 3;
}

.serviceBlock-bg02 {
  background: url(../images/bg02.png) no-repeat;
  width: 169px;
  height: 415px;
  position: absolute;
  top: -86px;
  right: -117px;
  z-index: 3;
}

/* おすすめスライダー slick */
.osusumeBlock {
  margin-bottom: 30px;
  background: url(../images/bg-osusume.png);
}

.osusumeBlock h3 {
  color: #FFF;
}

.osusumeBlock a.slick-slide {
  display: inline-block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.osusumeBlock a.slick-slide:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.osusumeBlockInner {
  padding: 16px 0;
}

/* slick css */
.slick-text {
  padding: 10px 3%;
  height: 100%;
}

.slick-text h3, .slick-text p {
  color: #000;
  font-size: 1em;
}

.slick-text p:empty:before {
  content: none;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

/* おすすめ情報、新着情報･お知らせ -------------------------------------------------- */
.news-osusume {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.news-osusume p {
  font-size: 0.9em;
}

.news-osusume .title-p {
  background: none;
  padding: 0;
  margin: 8px 2% -4px;
  font-size: 1em;
  border-bottom: 1px dotted #a1a1a1;
}

.news-osusume-wrap {
  background: #FFF;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-list {
  width: 600px;
  display: inline-block;
  vertical-align: top;
}

.news-list li {
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 12px;
}

.img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 160px;
}

.osusumeBlock .img-wrap {
  max-height: 200px;
  min-height: 200px;
  height: 200px;
}

.companyBlock {
  background-color: #FFF;
  margin-bottom: 30px;
  margin: 0px auto 60px;
}

.companyBlock ul {
  text-align: center;
  margin: 10px 0 26px;
  list-style: none;
}

.companyBlockInner {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 20px 80px;
}

/* page */
.summary {
  width: 100%;
  background: #46432e;
  margin-bottom: 50px;
}

.summary-inner {
  max-width: 980px;
  margin: 0 auto;
  height: 460px;
  position: relative;
}

.summary-inner h2 {
  border: none;
  background: none;
  font-size: 27px;
  color: #FFF;
}

.summary-inner p {
  font-size: 20px;
}

.summary-text {
  height: 380px;
  vertical-align: middle;
  display: table-cell;
  color: #FFF;
}

.summary-inner img:first-child {
  position: absolute;
  top: 17px;
  z-index: 1;
  min-width: 980px;
  height: 428px;
}

.summary-inner img:nth-child(2) {
  position: absolute;
  top: 21px;
  right: 53px;
  z-index: 2;
  width: 169px;
  height: 417px;
}

.main-content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-content-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 1.2rem 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Shortcodes Ultimate */
.su-accordion {
  margin-bottom: 0 !important;
}

.su-spoiler-title {
  font-size: 18px !important;
}

/* skippr jquery */
#slider {
  width: 100%;
  height: 400px;
}

#slider-otr {
  width: 100%;
  height: 210px;
}

/* ハンバーガーメニュー */
#s-navi dt.trigger {
  height: auto;
}

#s-navi dt.trigger .op {
  background: #FFF;
  font-size: 38px;
}

#s-navi dl.acordion p {
  margin: 8px 18px;
}

#s-navi dd.acordion_tree {
  background: #FFF;
}

.acordion_tree ul.menu li {
  padding: 20px 15px 20px 15px;
}

/* テーブル調整 */
.table-scroll {
  overflow: auto; /*tableをスクロールさせる*/
  white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
  height: 5px;
}

.scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

#footer {
  background: url(../images/darkglay.jpg);
}

#footer .footermenust a, #footer a, #footer .copy, #footer .rcopy {
  color: #FFF;
}

/* 投稿ページ */
body.blog #contentInner {
  max-width: 980px;
  margin: 0 auto;
  float: none;
}

/* inview.js スクロール フェードイン・アウト */
.inview {
  opacity: 0;
}

.fadeIn-up {
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
}

.fadeIn-up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn-1st.is-show {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn-2nd.is-show {
  opacity: 1;
  -webkit-transition: 4s;
  transition: 4s;
}

/* コンタクトフォーム整形 お問い合わせ ------------------------------------------------------------------------ */
.table-contact-form {
  border: none;
}

.contact-preferred-title {
  border-bottom: 1px solid #5e321a;
  padding: 6px 8px 2px;
  font-size: 0.9em;
}

.table-contact-form-top {
  border-bottom: 1px solid #5e321a;
  padding-bottom: 14px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-contact-form th {
  border: none;
  text-align: left;
  font-size: 1em;
}

.table-contact-form td {
  border: none;
  width: 75%;
}

.contact-req {
  color: #ff9e00;
  font-size: 0.8em;
  border: 1px solid #ff9e00;
  padding: 0 5px 2px;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
}

.your-talk {
  font-size: 1.2em;
}

.contact-attention {
  color: #ff9e00;
  font-size: 0.8em;
}

.contact-submit {
  text-align: center;
}

.contact-submit input[type=submit] {
  width: 50%;
  padding: 0.8em 2em;
}

.contact-submit input[type=submit]:hover {
  background: var(--main-color);
  color: #FFF;
  border: 1px solid var(--main-color);
}

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 8px auto 4px;
  position: relative;
}

/* reCaptcha v3 位置変更　左下 */
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
  z-index: 999;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

/* メディアクエリ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC */
@media only screen and (min-width: 1200px) {
  .pcnone {
    display: none !important;
  }
}
/* PC・タブレット */
@media only screen and (max-width: 1199.98px) {
  #headbox-wrap {
    height: 76px;
  }
  #st-menubox {
    display: none;
  }
  body.home #header-l {
    top: 0px;
    left: 2%;
    width: 190px;
  }
  #s-navi dt.trigger .op {
    font-size: 30px;
    line-height: 60px;
    padding: 5px 20px;
  }
  #header-l_page {
    top: 11px;
    left: 2%;
    width: 190px;
  }
  #s-navi dt.trigger {
    height: 60px;
  }
  .trigger .fa:not(.fa-bars) {
    font-size: 25px;
  }
  .trigger .fa {
    line-height: 60px;
  }
}
/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  .osusumeBlock {
    /* display: none; */
  }
  .serviceBlock-cont01 .service-img img,
  .serviceBlock-cont02 .service-img img,
  .serviceBlock-cont03 .service-img img {
    position: static;
    width: 100%;
  }
  .serviceBlock-cont01 .serviceBlock-cont-inner,
  .serviceBlock-cont02 .serviceBlock-cont-inner,
  .serviceBlock-cont03 .serviceBlock-cont-inner {
    height: auto;
  }
  .serviceBlock-cont01 .service-fr,
  .serviceBlock-cont02 .service-fr,
  .serviceBlock-cont03 .service-fr {
    position: static;
    background: none;
    width: auto;
    height: auto;
    margin-bottom: 40px;
  }
  .serviceBlock-cont01 .service-h2,
  .serviceBlock-cont02 .service-h2,
  .serviceBlock-cont03 .service-h2 {
    position: static;
  }
  .serviceBlock-cont01 .service-text,
  .serviceBlock-cont02 .service-text,
  .serviceBlock-cont03 .service-text {
    position: static;
    width: auto;
    text-align: center;
  }
  .serviceBlock-cont02,
  .serviceBlock-cont03 {
    margin-top: 40px;
  }
  .pc-wide {
    display: none;
  }
  .news-osusume {
    width: auto;
    display: block;
    vertical-align: top;
    margin: 0;
  }
  .news-osusume-wrap {
    text-align: center;
  }
  .news-list {
    width: auto;
    display: block;
  }
  /* 各ページトップイメージ */
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 5%;
  }
  .wp-block-media-text .wp-block-media-text__content p {
    padding: 0;
  }
  /* ページヘッダー */
  .page-top-block-wrap::after {
    width: 250px;
    height: 250px;
  }
}
/* スマホ タブレット 全体設定 ------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  /* お問い合わせ */
  .table-contact-form th {
    display: block;
  }
  .table-contact-form td {
    width: 100%;
    display: block;
  }
  .block-item-cont {
    padding: 30px 4% 15px;
  }
  .block-item-cont .vk_prContent_colImg, .block-item-cont .vk_prContent_colTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .block-item-cont .vk_prContent_colImg {
    padding: 20px 0 10px;
    text-align: center;
  }
}
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
  /*-- ここまで --*/
}
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
  p, .yellowbox, .graybox, .redbox, .post ul li, .post ol li {
    font-size: 16px;
  }
  /*-- ここまで --*/
}
/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
  .sp-wide {
    display: none;
  }
  /*-- ここまで --*/
}/*# sourceMappingURL=main-style.css.map */