@charset "UTF-8";
/*
===================================================================
 siteTheme.css
===================================================================
v1.0.0
2023-12-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 766
*/
/* リセット */
@import url("default.css");
/*変数読み込み*/
/*
===================================================================
 var.css - tsukushi.or.jp
===================================================================
v1.1.1 
2024-12-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*各セクションscss読み込み*/
/*
===================================================================
 globalHeader.css
===================================================================
v1.1.0
2024-12-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalHeader .globalHeader__fixed {
  padding: 5px 0;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #e61b39;
  display: inline-block;
  z-index: 2;
  box-shadow: 3px 3px 3px 3px rgba(100, 100, 100, 0.1);
}
#globalHeader .globalHeader__fixed nav {
  display: none;
}
#globalHeader .globalHeader__fixed img._headerLogo {
  width: 40px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 15px;
}
#globalHeader ._headAdj {
  width: 100%;
  height: 60px;
  display: block;
}

@media screen and (min-width: 768px) {
  #globalHeader .globalHeader__fixed {
    display: block;
    text-align: right;
    height: 100px;
  }
  #globalHeader .globalHeader__fixed img._headerLogo {
    width: 80px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  #globalHeader .globalHeader__fixed nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list001 {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    padding-right: 15px;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list001 li {
    position: relative;
    margin-left: 10px;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list001 li img {
    width: 30px;
    height: auto;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list001 li a._circle001 {
    padding: 5px 10px;
    position: relative;
    top: 8px;
    background: #fff;
    border: solid 2px #e61b39;
    color: #e61b39;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list001 li a._circle001:hover {
    color: #fff;
    border: solid 2px #fff;
    background: #e61b39;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list001 li a._circle002 {
    padding: 5px 10px;
    position: relative;
    top: 8px;
    background: #e61b39;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list001 li a._circle002:hover {
    color: #e61b39;
    border: solid 2px #e61b39;
    background: #fff;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list002 {
    margin-right: 15px;
    margin-top: 10px;
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list002 a {
    color: #fff;
    font-weight: 300;
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  }
  #globalHeader .globalHeader__fixed ul.globalHeader__list002 ul.header-gnav-lv02 {
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    transform: translate(0);
    justify-content: center;
  }
  #globalHeader ._headAdj {
    width: 100%;
    height: 100px;
    display: block;
  }
}
/*
===================================================================
 globalFooter.css
===================================================================
v1.0.0
2023-12-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalFooter {
  padding-top: 1rem;
}
#globalFooter ul.globalFooter__list {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
#globalFooter ul.globalFooter__list li a {
  padding: 0 0.8rem;
}
#globalFooter ul.globalFooter__list li a img {
  height: 35px;
  width: auto;
  padding-bottom: 10px;
}
#globalFooter ul.globalFooter__list li a img._logo {
  height: 30px;
  padding-top: 5px;
}
#globalFooter .footer-address {
  background: #e61b39;
}
#globalFooter .footer-copy {
  background: #e61b39;
  border: none;
}
#globalFooter .footer-gnav-lv02 {
  display: block;
}

/*
===================================================================
 homeSec001.css
===================================================================
v1.0.0 
2023-12-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*
===================================================================
 homeTopSns.css
===================================================================
v1.0.0 
2023-12-31
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeTopSns {
  width: 100%;
  padding-bottom: 40px;
}
#homeTopSns ul.homeTopSns__list {
  display: flex;
  justify-content: center;
}
#homeTopSns ul.homeTopSns__list li a {
  padding: 0 0.5rem;
}
#homeTopSns ul.homeTopSns__list li a img {
  width: 40px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #homeTopSns ul.homeTopSns__list li a {
    padding: 0 0.5rem;
  }
  #homeTopSns ul.homeTopSns__list li a img {
    width: 60px;
    height: auto;
  }
}
/*
===================================================================
 page4805.css
===================================================================
v1.0.0
2025-01-18
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#page4805 {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
#page4805 h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 auto 20px;
  position: relative;
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", メイリオ, Meiryo, serif;
}
#page4805 h2:after {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  border-bottom: 2px solid #e61b39;
  left: 0;
  right: 0;
  bottom: -2px;
  text-align: center;
  margin: 0 auto;
}
#page4805 h3 {
  border-bottom: solid 3px #d7f7ee;
  position: relative;
  font-size: 2rem;
  margin: 2rem 0;
  font-weight: bold;
  padding-top: 2rem;
}
#page4805 h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #56bda3;
  bottom: -3px;
  width: 20%;
}
#page4805 h4 {
  font-size: 1.8rem;
  color: #555;
  font-weight: bold;
  padding: 0 0 1rem 0;
}
#page4805 hr {
  margin: 2rem 0;
  display: block;
  border-top: 1px #999;
}
#page4805 p {
  font-size: 1.4rem;
  line-height: 180%;
}
#page4805 p._indent {
  padding-left: 4.2rem;
  text-indent: -4.2rem;
}

@media screen and (min-width: 768px) {
  #page4805 h2 {
    font-size: 24px;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

.clear {
  clear: both;
}

.on_mobile {
  display: block;
}

.on_pc {
  display: none;
}

.on_mobile_inline {
  display: inline;
}

.on_pc_inline {
  display: none;
}

.sp-menu-btn {
  position: fixed;
}

.sp-menu-btn span {
  background: #fff;
}

div.whatsnew dt {
  color: #fff;
  font-size: 1.2rem;
}

div.whatsnew dd {
  color: #fff;
}

div.whatsnew a:hover {
  background-color: rgb(255, 95, 126);
}

.entry-section h3,
.single .entry-title {
  border-bottom: solid 3px #fce3e8;
  position: relative;
  font-size: 2rem;
}
.entry-section h3::after,
.single .entry-title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e61b39;
  bottom: -3px;
  width: 20%;
}

.entry-cat a {
  background: #e61b39;
}

.home-h2:after {
  border-bottom: 2px solid #e61b39;
}

.home-news .news-box .news-cat a {
  background: #e61b39;
}
.home-news .news-box li.houkoku {
  background: #fce3e8;
  border: none !important;
}

#popmake-18146 {
  display: none;
}

.page-title-h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 13px;
  border-bottom: 2px solid #eaeaea;
  position: relative;
  line-height: 1;
}

.page-title-h2:after {
  display: block;
  content: "";
  position: absolute;
  width: 120px;
  border-bottom: 2px solid #e61b39;
  bottom: -2px;
}

.pum-theme-4688 .pum-container, .pum-theme-cutting-edge .pum-container {
  background-color: #e61b39;
}

.side-menu li a:hover,
.side-menu li.current_page_item a,
.widget_categories li a:hover,
.widget_categories li.current_page_item a,
.widget_archive li a:hover,
.widget_archive li.current_page_item a {
  background-color: #1e3324;
  border-bottom: 1px solid #dddddd;
  color: #fff;
}

.shome-h2:after {
  border-bottom: 2px solid #e61b39;
}

.post h2 {
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  border-left: solid 3px #e61b39;
  background: #fff;
}
.post h3 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 1px #e61b39;
}
.post hr {
  display: block;
  border-top: solid 1px #ddd;
}
.post img._floatRight {
  width: 100%;
  height: auto;
}

.header-tx {
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 16px 26px;
  margin: 0 0;
  width: auto;
}
.header-tx img {
  width: 800px;
  max-width: 80%;
}
.header-tx p {
  font-size: 15px;
  padding-top: 25px;
}
.header-tx p span {
  display: inline;
}

@media screen and (min-width: 766px) {
  .on_mobile {
    display: none;
  }
  .on_pc {
    display: block;
  }
  .on_mobile_inline {
    display: none;
  }
  .on_pc_inline {
    display: inline;
  }
  .post img._floatRight {
    float: right;
    width: 30%;
  }
}/*# sourceMappingURL=site_theme.css.map */