/* CSS Document */
html {
  font-size: 62.5%;
} /* 10px; */
body {
  font-size: 1.6rem;
} /* 16px */
.wp {
  width: 760px;
  margin: 0 auto;
} /* pc only */
.inner {
  padding: 0 14px;
}
p, li {
  line-height: 1.8;
}
p {
  margin-bottom: 1.5em;
}
header {
  padding: 20px 10px 30px;
}
header::after {
  content: "";
  display: table;
  clear: both;
}
.logo {
  float: left;
  height: 26px;
}
.header_box {
  float: right;
}
.header_box::after {
  content: "";
  display: table;
  clear: both;
}
.bn_official {
  display: inline-block;
  vertical-align: top;
  background: #9c9b9b;
  color: #FFF;
  border-radius: 6px;
  text-align: center;
  font-size: 1.3rem;
  height: 32px;
  padding: 9px 10px 0;
  margin-right: 10px;
  box-sizing: border-box;
}
.bn_official:hover {}
.bn_cart {
  display: inline-block;
  margin-right: 10px;
}
.bn_cart img {
  width: auto;
  height: 32px;
  vertical-align: top;
}
.bn_search {
  display: inline-block;
}
.bn_search img {
  width: auto;
  height: 28px;
  vertical-align: top;
}
/* tab */
.swiper-container {
  margin: 0 auto 0px;
}
.tab-menu {
  height: auto;
}
.swiper-slide {
  display: block;
  width: 14.28%;
}
.swiper-slide a {
  display: block;
  margin: 6px 0 0;
  padding: 10px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #FFF;
}
.swiper-slide a.swiper-slide-thumb-active {
  margin: 1px 0 0 0;
  padding: 13px 10px;
  border-bottom: 0px;
} /*padding: 14px 10px!important; margin-top: -8px; */
.swiper-slide-active {}
/* key */
.key {
  margin-bottom: 45px;
}
.key img {
  width: 100%;
}
.key_col {
  margin-bottom: 45px;
}
.key_col img {
  width: 100%;
}
.line_red {
  border-top: 3px solid #f15258;
}
.line_yellow {
  border-top: 3px solid #f6c503;
}
.line_lgreen {
  border-top: 3px solid #68c775;
}
.line_lblue {
  border-top: 3px solid #3dc1f3;
}
.line_blue {
  border-top: 3px solid #1d47a6;
}
/*-----------------------------------------------------------------------------------------
　　TOP
---------------------------------------------------------------------------------------------*/
/* greeting */
.greeting_col {
  position: relative;
}
.greeting_col::after {
  content: "";
  display: table;
  clear: both;
}
.greeting_img {
  position: absolute;
  right: 10px;
  top: -20px;
  width: auto;
  height: 235px;
}
.greeting_box {
  background: #f8e8e9;
  padding: 1.5em;
  width: calc(100% - 180px);
  min-height: 240px;
  box-sizing: border-box;
  margin-left: 10px;
}
.greeting_ttl {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 120%;
}
.greeting_txt {
  margin-right: 1.5em;
}
.bn_shop {
  display: inline-block;
  border: 1px solid #1c532d;
  color: #333;
  text-decoration: none;
  text-align: center;
  padding: 1em 0;
  background: #f2f2f2;
  width: 400px;
  font-weight: bold;
  /*cursor: pointer;*/
  position: relative;
  transition: all 0.3s ease 0s;
  margin-bottom: 2em;
}
.bn_shop_icon {
  height: 1.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 100px;
  top: 50%;
  margin: 0;
  box-shadow: none;
  transition: all 0.3s ease 0s;
}
.bn_shop:hover {
  background: #333;
  color: #f2f2f2;
}
.bn_shop:hover .bn_shop_icon {
  fill: #f2f2f2;
}
h1 {
  font-size: 3.6rem; /* 36px*/
}
h2 {
  font-size: 2.0rem; /* 24px*/
}
.h2_base {
  background: #f15258;
  color: #FFF;
  margin-bottom: 0.5em;
  padding: 0.5em;
  line-height: 1.0;
  font-size: 2.0rem;
}
.h3_base {
  background: #ade3b4;
  border-bottom: 2px solid #68c775;
  margin-bottom: 0.5em;
  padding: 0.5em;
  line-height: 1.0;
  font-size: 1.5rem;
}
/* news */
.news_box {
  display: grid;
  grid-template-rows: 1.7em 1fr;
  grid-template-columns: 1fr 115px;
  border-bottom: 1px solid #cecece;
  padding: 0em 4px 1em;
  margin: 0 0 1em;
}
.news_date {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  /* background: #8f8;*/
  font-size: 1.3rem;
  vertical-align: middle;
  padding-top: 0.5em;
}
.news_txt {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  /*background: #88f;*/
  font-size: 1.7rem;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 1em;
  box-sizing: border-box;
  line-height: 1.4;
}
.news_txt a:hover {
  text-decoration: underline;
}
.news_pic {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  /* background: #f88;*/
  text-align: right;
}
.news_pic img {
  width: 115px;
  height: 90px;
}
.btn_list {
  display: inline-block;
  padding: 0.7em 2em;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease 0s;
}
.btn_list:hover {
  background: #333;
  color: #FFF;
}
/* 動画 */
.video_box {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #cecece;
  padding: 15px 4px;
}
.video_ttl {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.video_pic {
  display: table-cell;
  width: 180px;
}
.video_pic img {
  width: 100%;
}
.video_box a {
  display: block;
  height: 100%;
}
.video_box a:hover {
  background: #fefbeb;
}
.video_box a:hover .video_ttl {
  text-decoration: underline;
}
/* link */
.top_banner li {
  width: 48%;
  float: left;
  padding: 0 1%;
  margin-bottom: 0.5em;
  font-size: 90%;
}
.top_banner li img {
  width: 100%;
}
/*-----------------------------------------------------------------------------------------
　 item
---------------------------------------------------------------------------------------------*/
.item_box {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #cecece;
  padding: 0em 4px 1em;
  margin: 0 0 1em;
}
.item_ttl {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.item_pic {
  display: table-cell;
  width: 180px;
}
.item_pic img {
  width: 100%;
}
.item_box a:hover {
  background: #fefbeb;
}
.item_box a:hover .item_ttl {
  text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------
　　FOOTER
---------------------------------------------------------------------------------------------*/
footer {
  clear: both;
  background: #dedada;
}
footer::after {
  content: "";
  display: table;
  clear: both;
}
.copy {
  padding: 1.2em 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.2rem;
/*  color: #212121;
*/}
/*-----------------------------------------------------------------------------------------
　　
---------------------------------------------------------------------------------------------*/
.section-title {
  background-color: #ff6b6b;
  color: white;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.sites-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 0;
  grid-template-columns: 1fr;
}

/*-----------------------------------------------------------------------------------------
　　
---------------------------------------------------------------------------------------------*/
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-slide a.swiper-slide-thumb-active {
  margin: 1px 0 0 0;
  padding: 13px 10px;
  border-bottom: 0px;
}
.swiper-slide {
  display: block;
  width: 14.28%;
}
.swiper-slide a {
  display: block;
  margin: 6px 0 0;
  padding: 10px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #FFF;
}
.swiper-slide a.swiper-slide-thumb-active {
  margin: 1px 0 0 0;
  padding: 13px 10px;
  border-bottom: 0px;
}
/* color */
.white {
  color: #FFF;
}
.red {
  color: #F00;
}
.bg_red {
  background: #f15258;
}
.bg_yellow {
  background: #f6c503;
}
.bg_lgreen {
  background: #68c775;
}
.bg_lblue {
  background: #3dc1f3;
}
.bg_blue {
  background: #1d47a6;
}

/*-----------------------------------------------------------------------------------------
　　
---------------------------------------------------------------------------------------------*/
@media (min-width: 900px) {
  .post {
    width: 33.33%;
  }
}
@media (min-width: 600px) {
  .post {
    width: 50%;
  }
}
.post {
  width: 100%;
  /*  background-color: #fff;*/
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #000;
}
.post-meta {
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
.top-nav {
  padding: 10px 0;
}
.nav-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.logo {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.login-btn {
  color: #000;
  padding: 5px 15px;
  border-radius: 3px;
}
.main-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 5px;
}
.content-area {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.main-content {
  color: #fff;
}
.sidebar-widget {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.sidebar-widget h2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.sidebar-widget ul {
  list-style: none;
}
.sidebar-widget ul li {
  margin-bottom: 10px;
}
nav {
  border: none;
  margin-bottom: 1rem;
}
.login-btn ul {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  height: auto;
  width: auto;
}
.login-btn ul li {
  font-size: 20px;
  font-weight: bold;
  list-style-type: none;
  float: left;
  color: #940003;
  margin-left: 5px;
  padding: 5px;
  clear: right;
}
.login-btn ul li a {
  display: block;
  text-decoration: none;
}
.footer-section {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
footer {
    background-color: #B2B2B3;
    color: #fff;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    margin-bottom: 5px;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 20px;
}
.footer-section h3 {
  margin-bottom: 15px;
  color: #fff;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026
}
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh
}
.bi {
  vertical-align: -.125em;
  fill: currentColor
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}
.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8
}
.bd-mode-toggle {
  z-index: 1500
}
.bd-mode-toggle .bi {
  width: 1em;
  height: 1em
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important
}
.blog-header-logo {
  font-family: Amiri, Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}
.blog-header-logo:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Amiri, Georgia, "Times New Roman", serif;
}
.flex-auto {
  flex: 0 0 auto;
}
.h-250 {
  height: 250px;
}
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}
.section-title {
  background-color: #ff6b6b;
  color: white;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.sites-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 0;
  grid-template-columns: 1fr;
}

.greeting_col{position: relative; }
.greeting_col::after {
	content: "";
	display: table;
	clear: both;
}

/* greeting */
.greeting_col{position: relative; }
.greeting_col::after {
	content: "";
	display: table;
	clear: both;
}
.greeting_img{ position: absolute; right: 10px; top: -20px; width: auto; height: 235px; }

.greeting_box{ background:#f8e8e9; padding: 1.5em; width: calc( 100% - 180px ); min-height: 240px; box-sizing: border-box; margin-left: 10px;   }
.greeting_ttl{ font-weight: 700; margin-bottom: 0.5em; font-size: 120%; }
.greeting_txt{ margin-right: 1.5em; }
