@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  color: #000;
  font-size: 16px;
  line-height: 1.85em;
  background: #efd9bd;
}
/* トップページ以外背景色文字色変更　一括 */
body#header-container {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.85em;
  background: #000;
}

.ming {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}
.gothic {
  font-family: "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
img {
  vertical-align: bottom;
}
.content_wrap {
  width: 100%;
  margin: 0 auto;
}
.main_wrap {
  width: 1350px;
  margin: 0 auto;
}
.inner {
 width: 945px;
 margin: 0 auto;
 padding: 30px 0;
}
.main,.sidebar {
  background-color: transparent;
}
h2 {
 line-height: 1.5em;
}
ul {
 padding: 0;
 margin: 0;
}

li {
 list-style-type: none;
}

a {
 color: #fff;
 text-decoration: none;
}
a:hover {
  color: #fff;
}
.h2_title {
 font-size: 42px;
 line-height: 0.8em;
}

.h2_title span {
 font-size: 18px;
 text-decoration: underline;
}
.pc {display: block;}
.pc_inline {display: inline;}
.sp { display: none;}
.tb { display: none;}

.center {
 text-align: center;
}
.center img {
 margin: 0 auto;
}
.t_flex {
 display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.img_link {
   transition: 0.3s;
}
.img_link:hover {
 opacity: 0.7;
}

.btnA_01 {
 display: flex;
 justify-content: center;
 width: 100%;
}
.btnA_02 {
 display: flex;
 justify-content: space-between;
 width: 100%;
}
.btnA_01 a, .btnA_02 a {
 font-size: 18px;
 padding: 10px;
 width: 400px;
}
.btnA_01 a:hover, .btnA_02 a:hover {
 transition: 0.5s;
}
#copy-page {
 cursor: pointer;
}

.mt10 {  margin-top: 10px;}
.mt15 {  margin-top: 15px;}
.mt20 {  margin-top: 20px;}
.mt25 {  margin-top: 25px;}
.mt30 {  margin-top: 30px;}
.mt35 {  margin-top: 35px;}
.mt40 {  margin-top: 40px;}
.mt50 {  margin-top: 50px;}
.mt60 {  margin-top: 60px;}
.mt70 {  margin-top: 70px;}
.mt80 {  margin-top: 80px;}
.mt90 {  margin-top: 90px;}
.mt100 {  margin-top: 100px;}
.mb10 {  margin-bottom: 10px;}
.mb15 {  margin-bottom: 15px;}
.mb20 {  margin-bottom: 20px;}
.mb25 {  margin-bottom: 25px;}
.mb30 {  margin-bottom: 30px;}
.mb35 {  margin-bottom: 35px;}
.mb40 {  margin-bottom: 40px;}
.mb50 {  margin-bottom: 50px;}
.mb60 {  margin-bottom: 60px;}
.mb70 {  margin-bottom: 70px;}
.mb80 {  margin-bottom: 80px;}
.mb90 {  margin-bottom: 90px;}
.mb100 {  margin-bottom: 100px;}
.mb120 {  margin-bottom: 120px;}

.red_txt { color: #d80015;}

@media screen and (max-width: 1080px) {
 .tb {display: block;}
}
@media screen and (max-width: 767px) {
 .content_wrap {
   width: 100%;
   margin: 0 auto;
 }
 .h2_title {
   font-size: 32px;
   line-height: 0.8em;
 }

 .h2_title span {
   font-size: 16px;
   text-decoration: underline;
 }
 .pc {display: none;}
 .pc_inline {display: none;}
 .sp {display: block;}
 .sp_mb0 {    margin-bottom: 0px;  }
 .sp_mb10 {    margin-bottom: 10px;  }
 .sp_mb20 {    margin-bottom: 20px;  }
 .sp_mb30 {    margin-bottom: 30px;  }
 .sp_mb40 {    margin-bottom: 40px;  }
 .sp_txt_l {
   text-align: left;
 }
 .inner {
   width: 100%;
 }
 .btnA_01 {
   display: flex;
   justify-content: center;
   width: 100%;
   flex-wrap: wrap;
 }
 .btnA_02 {
   display: flex;
   justify-content: center;
   width: 100%;
   flex-wrap: wrap;
 }

 .btnA_01 a, .btnA_02 a {
   width: 85%;
 }
 .btnA_02 a:last-child {
   margin-top: 20px;
 }
}

/*--------------------
header
 --------------------*/
 .header-container {
   background: #000;
 }
#header {
  width: 100%;
  z-index: 100;
  color: #fff;
  position: relative;
}

/* ナビエリア */
.pc-nav nav {
  margin-left: auto;
}

.pc-nav nav ul {
  display: flex;
  justify-content: flex-end;
}

.pc-nav nav ul li a {
  padding: 0px;
  margin:0 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.pc-nav nav ul li a::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.pc-nav nav ul li a:hover::after {
  transform: scale(1, 1);
}

.pc-nav .saiyou {
  background: #000;
  text-align: center;
  width: 200px;
  color: #fff;
  padding: 8px;
  display: inline-block;
  width: 100%;
}
.pc-nav .saiyou:hover {
  background: #222;
  color: #fff;

}

/* テキストエリア */
.pc-nav .txt_wrap {
  position: relative;
  right: 0;

}
.pc-nav .mv_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 38px;
  position: absolute;
  top: 60px;
  right: 100px;
  height: 500px;
  line-height: 4rem;
}
/* subpage header */
#header-container .head_info {
}
#header-container .pc-nav {
  display: flex;
  align-items: flex-end;
  width: 945px;
  font-size: 18px;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 10px;
}
/* ロゴエリア */
#header-container .logo_box {
  margin-top: 10px;
  line-height: 0;
}
#header-container .pc-nav .logo {
}
#header-container .pc-nav nav {
  margin-left: 20px;
}
.pc-nav nav ul li a {
  margin: 0 10px;
}
.pc-nav .tel_box {
  font-size: 16px;
  padding: 0px 0 0 35px;
  position: relative;
  color: #fff;
}
#header-container .pc-nav .tel_box .tel_no {
  font-size: 24px;
}
#header-container .pc-nav .tel_box::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: url("/img/sub_tel.png");
}
.pc-nav .tel_box a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*--------------------
sp nav
 --------------------*/
.sp-nav {
  display: none;
}
.sp_header_bg {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 85px;
}
.sp-nav-inner {
  display: flex;
}
.sp-nav .logo_box {
  z-index: 3;
}
.sp-nav .logo_box_pc {
  padding: 30px 0 25px 20px;
  position: fixed;
}
.sp-nav .logo img {
  width: 100px;
  margin:0px 0 0 20px;
}

.sp-nav .tel_box_sp {
  position: fixed;
  right: 80px;
  top: 22px;
  z-index: 3;
}
.sp-nav .tel_box_sp img {
  width: 25px;
}

.sp-nav .tel_box .tel_no {
  font-size: 24px;
}
.sp-nav .tel_box::before {
  position: absolute;
  top: 0px;
  left: 0;
  content:"";
  background:  url("/img/top_tel.png") no-repeat;
  background-size: 90%;
  width: 30px;
  height: 50px;
  margin-top: 3px;

}
.sp-nav .tel_box a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
/* テキストエリア */
.sp-nav .txt_wrap {
  position: relative;
  right: 0;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.sp-nav .mv_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 4rem;
}

.sp-nav-menu {
  position: fixed;
  z-index: 10;
  right: 20px;
  top: 15px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.sp-nav-menu span {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sp-nav-menu span:nth-child(1) {
  top: 13px;
}

.sp-nav-menu span:nth-child(2) {
  top: 26px;
}

.sp-nav-menu span:nth-child(3) {
  top: 39px;
}

/* ナビ開いてる時のボタン */
.sp-nav-menu.active span:nth-child(1) {
  top: 25px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-nav-menu.active span:nth-child(2),
.sp-nav-menu.active span:nth-child(3) {
  top: 25px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul {
  margin: 100px auto 0;
  padding: 0 20px 0 50px ;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  line-height: 1em;
  text-align: left;
  font-size: 20px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}
nav.globalMenuSp .saiyou_btn {
  padding: 0 50px;
}
nav.globalMenuSp a.saiyou {
  position: relative;
  background: #fff;
  text-align: center;
  width: 100%;
  color: #000;
  padding: 8px;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 30px;
}

nav.globalMenuSp a.saiyou::after {
  content: "\025b6";
  margin-left: 10px;
}
.sp-nav .globalMenuSp .bottom_box {
  position: relative;
  right: auto;
  left:50px;
  top: 0px;
  width: calc(100% - 50px - 40px);
}
.sp-nav .globalMenuSp .tel_box {
  padding-left: 40px;
  text-align: left;
  font-size: 20px;
}
.sp-nav .globalMenuSp .tel_box .tel_no {
  font-size: 34px;
}
.sp-nav .globalMenuSp .tel_box::before {
  position: absolute;
  top: 0px;
  left: 0;
  background-size: 100%;
  width: 33px;
  height: 55px;
  margin-top: 7px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  #header {
    height: 85px;
  }
  .sp-nav {
    display: block;
    width: 100%;
  }
  #header-container .pc-nav,#toppage .pc-nav {
    display: none;
  }
}





/*--------------------
MV
 --------------------*/
 .category-blog .mv_image {
   background: url("/img/mv_blog_img.jpg") no-repeat center center;
   background-size: cover;
 }
 .category-news .mv_image {
   background: url("/img/mv_news_img.jpg") no-repeat center center;
   background-size: cover;
 }
 .mv_image {
   background:url("/img/mv_news_img.jpg") no-repeat center center; background-size:cover;
   position: relative;
 }

.mv-container {
   height: 420px;
   color: #fff;
 }

.mv-container h1 {
 }
 @media screen and (max-width: 767px) {
 }


.mv_image .breadcrumb {
  width: 945px;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 30px;
  color: #fff;
  text-shadow:0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

@media screen and (max-width: 767px) {
  .category-blog .mv_image {
    background: url("/img/mv_blog_img_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .category-news .mv_image {
    background: url("/img/mv_news_img_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .mv_image .breadcrumb {
    width: 100%;
    padding: 0 10px;
  }
}

/*--------------------
subpage
  --------------------*/
/*----- mv -----*/

.breadcrumb {
  color: #fff;
  font-size: 14px;
  width: 945px;
  margin: 20px auto;
}

.breadcrumb li {
  display: inline;
  margin-right: 5px;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 5px;
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.mv_txt {
  width: 100%;
  height: 400px;
}

.mv_txt h1 {
  font-size: 50px;
  color: #fff;
  padding-top: 220px;
  margin-bottom: 35px;
  text-align: center;
}
.mv_txt p {
  color: #fff;
}

.mv_image {
  position: relative;
}
.mv_image .breadcrumb {
  margin-top: 0px;
  position: absolute;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 30px;
  color: #fff;
  text-shadow:0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

/*----- content -----*/


@media screen and (max-width: 1080px) {}

@media screen and (max-width: 767px) {
  .mv-container {
    height: 490px;
  }
  .mv_txt {
    height: 490px;
    padding: 0 25px;
  }
  .mv_txt h1 {
    font-size: 40px;
  }
  .mv_txt p {
    color: #fff;
  }
  .inner02 {
    margin:0 auto;
    width: 100%;
    padding: 0 10px;
  }
  .under_line_title {
    line-height: 0.9em;
  }
  .breadcrumb {
    width: 100%;
    padding: 0 10px;
  }
  body.single .breadcrumb {
    width: 100%;
    padding: 10px 0 0;
  }

}

/*--------------------
footer
 --------------------*/
 #footer {
   color: #fff;
 }
 .footer-bg {
   background: url(/img/footer_bg.jpg) no-repeat center center;
   background-size: cover;
 }

.footer-wrap {
  width: 945px;
  margin: 0 auto;
}
#footer .logo-menu {
  padding: 60px 0 30px;
  border-bottom: 1px solid #fff;
}
#footer .logo-menu a:hover {
  opacity: 0.7;
  transition: .3s;
}
#footer .sns_icon {
  margin:40px 10px 0;
}
#footer .sns_icon li {
  display: inline-block;
  margin:0 10px;
}
#footer .sns_icon li img {
  width: 30px;
}
#footer .address_box {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
#footer .tel_box {
  font-size: 18px;
  position: relative;
  padding: 35px 0 0 45px;
  display: inline-block;
}
#footer .tel_box .tel_no {
  font-size: 34px;
}
#footer .tel_box::before {
  position: absolute;
  top: 45px;
  left: 0;
  content: url("/img/top_tel.png");
}
#footer .tel_box a {
  margin-top: 5px;
  display: inline-block;
}
#footer .tel_box a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#footer .address {
  margin-top: 10px;
}

.footer-menu {
  text-align: center;
  padding-top: 25px;
}

.footer-menu li {
  font-size: 18px;
  display: inline-block;
  margin: 0 15px;
}
.footer-menu li a {
  color: #fff !important;
}
.footer-menu li a:hover {
  text-decoration: underline;
}

.copyright {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 25px 0 10px;
}
.copyright a {
  text-decoration: underline;
}

@media screen and (max-width: 1080px) {
  .footer-wrap {
  }
}

@media screen and (max-width: 767px) {
  footer {
  }
  .footer-bg {
    background: url(/img/footer_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
   .footer-wrap {
      width: 100%;
      height: 810px;
    }
   #footer .logo-menu {
    margin: 0 20px ;
    padding:40px 20px;
   }
   #footer .footer-logo {
     width: 180px;
   }
   #footer .address_box {
     margin: 0 20px ;
     padding-bottom: 25px;
     border-bottom: 1px solid #fff;
   }

   #footer .tel_box {
     font-size: 16px;
     text-align: left;
   }
   #footer .tel_box .tel_no {
     font-size: 32px;
   }
   #footer .tel_box a {
     margin-top: 5px;
     display: inline-block;
   }
   #footer .tel_box a:hover {
     opacity: 0.7;
     transition: 0.5s;
   }
   #footer .address {
     font-size: 14px;
   }
   .footer-menu li {
     font-size: 16px;
     display: block;
     margin: 10px 15px;
   }
   .footer-menu {
     padding-top: 10px;
   }
   .copyright {
     display: block;
     font-size: 12px;
     padding: 15px 0 10px;
     text-align: center;
   }
}

/************************************
** サイドコンテンツ
************************************/
.blog .side_inner {
  margin-left: 30px;
}

#sidebar .blog_cat {
  font-size: 20px;
  border: 2px solid #000;
  text-align: center;
  padding: 5px 0;
}

#sidebar .wp-block-categories-list {
  margin-top: 20px;
}

#sidebar .wp-block-categories-list li {
  padding: 5px 0 5px 25px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
}

#sidebar .wp-block-categories-list li a {
  width: 100%;
  display: inline-block;
  color: #000;
}

#sidebar .wp-block-categories-list li.current-cat {
  background: #ebcfaa;
  position: relative;
}

#sidebar .wp-block-categories-list li.current-cat::after {
  content: "";
  background: url(/img/arrow_black.png) no-repeat;
  width: 13px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
  margin-top: 8px;
  right: 0;
  top: 0;
  position: absolute;
}
.a-wrap:hover {
  background-color: #ebcfaa;
}

#sidebar .wp-block-categories-list li:hover {
  background: #ebcfaa;
  transition: 0.5s;
}

/************************************
** コンテンツ
************************************/
.pagination {
  margin: 24px 0 80px;
}
.entry-card-title {
  color: #000000;
  font-size: px;
  font-weight: 600;
  margin-bottom: 10px;
}
.entry-card-snippet {
  font-size: 16px;
  margin-bottom: 10px;
}
.entry-card-content .post-date {
  color: #a18045;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.fa-clock-o:before {
  content: "";
}
.entry-card-content .arrow_link {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
  margin-right: 15px;
  font-weight: 600;
}

.entry-card-content .arrow_link::after {
  content: "";
  background: url(http://xs831320.xsrv.jp/hp_test_c/img/arrow_black.png);
  width: 10px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-top;
  margin-top: 3px;
}
.fa-folder-open:before {
  content: "";
}

/* 投稿ページ */
.single-post .content {
  margin-top: 0px;
}
.single-post .entry-title {
  font-size: 32px;
  color: #724f37;
  line-height: 1.5em;
}
.single-post .date-tags {
  color: #808080;
  margin-bottom: 10px;
  text-align: left;
}
.single-post .post-date {
  font-size: 16px;
}
.eye-catch-wrap {
  justify-content: center;
}
.breadcrumb {
  color: #808080;
  font-size: 14px;
  margin: 0px auto 20px;
}
.breadcrumb a {
  color: #000;
}
.mv_image .breadcrumb a {
  color: #fff;
}
.article h2 {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0px;
  background: none;
  border-radius: 0;
}
.post-update {
  color: #a18045;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.post-update::after {
  content: "更新";
}

@media screen and (max-width: 767px) {
  .content-in {
    display: flex;
    padding: 0 7%;
  }
  #main {
    order: 2;
  }
  #sidebar {
    order: 1;
    width: 100%;
  }
  main.main, div.sidebar {
    padding: 0px 16px;
    margin:0px;
  }
  div.sidebar {
    margin-top: 40px;
  }
  .entry-card-thumb {
    width: 100%;
  }
  .ect-entry-card .card-thumb {
    margin-bottom: 15px;
  }
  .entry-card-content .post-date {
        display: block;
        padding: 0px 0 7px;
  }
  .entry-card-title {
    line-height: 1.8em;
  }
  .no-sp-snippet .entry-card-snippet {
    display: block;
    font-size: 16px;
    line-height: 1.8em;
  }
  .arrow_link {
    font-size: 14px;
  }

  .single-post #main {
    order: 1;
    margin-top: 15px;
  }
  .single-post #sidebar {
    order: 2;
    width: 100%;
  }
  .single-post .entry-title {
    font-size: 26px;
    padding: 0px 0 0.8em;
    line-height: 1.3em;
  }
  .single-post .article h2 {
    font-size: 20px;
    margin-top: 1.8em;
  }
  .post-update {
    margin-bottom: 7px;
    display: block;
  }
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* 20240515追記 */
#header-container .pc-nav .tel_box::before {
  content: none;
}
#header-container .pc-nav .tel_box .tel_no {
  font-size: 20px;
  font-weight: 600;
}

#footer .tel_box::before {
  content: none;
}
#footer .tel_box .tel_no {
  font-size: 26px;
}

.sp-nav .tel_box::before {
  position: absolute;
  top: 0px;
  left: 0;
  content:"";
  background: none;
  background-size: 90%;
  width: 30px;
  height: 50px;
  margin-top: 3px;

}

.sp-nav .globalMenuSp .tel_box {
  padding-left: 0px;
  text-align: center;
}
.sp-nav .globalMenuSp .tel_box .tel_no {
  font-size: 30px;
}

.sp-nav .tel_box_sp {
  position: fixed;
  right: 70px;
  top: 26px;
  z-index: 3;
}