/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


body {
  margin: 0;
  font-family:'Zen Old Mincho', -apple-system, BlinkMacSystemFont,  "游ゴシック", 'Noto Sans JP',  'Noto Sans JP', "Segoe UI", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
 height: 1px;
 background-color: white;
 width: 100%;
 border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
 color: #bababa;
   transition: all 0.3s;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}


[hidden] {
  display: none !important;
}

h1, h2, h3, h4,h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 530;
  line-height: 1.2;
    
}

h1, .h1 {
  font-size: 2.5rem;
    
}

h2, .h2 {
  font-size: 1.7rem;
}

h3, .h3 {
    
  font-size: 1.6rem;
}

h4, .h4 {

  font-size: 1.5rem;
    
}

h5, .h5 {
 
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.8rem;
  font-weight: 600;
}


hr {
   border-width: 0 0 1px;
  background-color: #ffffff;
    opacity: .4;
  border-style: solid;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.tomioka2022-container,
.tomioka2022-container-fluid,
.tomioka2022-container-sm,
.tomioka2022-container-md,
.tomioka2022-container-lg,
.tomioka2022-container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {
  .tomioka2022-container, .tomioka2022-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .tomioka2022-container, .tomioka2022-container-sm, .tomioka2022-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .tomioka2022-container, .container-sm, .tomioka2022-container-md, .tomioka2022-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .tomioka2022-container, .tomioka2022-container-sm, .tomioka2022-container-md, .tomioka2022-container-lg, .tomioka2022-container-xl {
    max-width: 1140px;
  }
}

.tomioka2022-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}



.tomioka2022-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.tomioka2022-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.tomioka2022-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.tomioka2022-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.tomioka2022-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.tomioka2022-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.tomioka2022-btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  padding: 1.2rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tomioka2022-btn {
    transition: none;
  }
}


@media screen and (max-width: 375px){	
  .tomioka2022-btn {
        font-size: 15px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
  }
}


.tomioka2022-btn:focus, .tomioka2022-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.tomioka2022-btn.disabled, .tomioka2022-btn:disabled {
  opacity: 0.65;
}

.tomioka2022-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.tomioka2022-btn.disabled,
fieldset:disabled a.oga-me2021-btn {
  pointer-events: none;
}

.tomioka2022-btn-primary {
    letter-spacing: 0.1px;
    font-size: 28px;
  color: #fff;
  background-color:#965639;
  border-color: #965639;
}

.tomioka2022-btn-primary:hover {
  color: #fff;
  background-color: #b37458;
  border-color: #b37458;
       transition: all 0.3s;
}

.tomioka2022-btn-primary:focus, .tomioka2022-btn-primary.focus {
  color: #fff;
  background-color: #b37458;
  box-shadow: 0 0 0 0.2rem  #fff;
}


.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.tomioka2022-my-3 {
    margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.tomioka2022-my-5
{
    margin-top: 3rem !important;
margin-bottom: 3rem !important;
}

.tomioka2022-mt-5{
      margin-top: 3rem !important;
}
    
    .tomioka2022-mb-5
    {
margin-bottom: 3rem !important;
}
.tomioka2022-py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.justify-content-center   {
 -ms-flex-pack: center !important;
  justify-content: center !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.tomioka2022-slideshow {
  position: relative;
  width: 100%;   
}
 
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  35% {
    opacity: 1
  } 
  70%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
 
.tomioka2022-slideshow img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 12s linear infinite;
}
 
.tomioka2022-slideshow img:nth-child(2){
  animation-delay: 5s;
} 
.tomioka2022-slideshow img:nth-child(3){
  animation-delay: 7s;
}
.tomioka2022-slideshow img:last-child{
  animation-delay: 8s;
}


section {
    display: block;
}

.tomioka2022-container,
.tomioka2022-container-fluid,
.tomioka2022-container-sm,
.tomioka2022-container-md,
.tomioka2022-container-lg,
.tomioka2022-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .tomioka2022-container, .tomioka2022-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .tomioka2022-container, .tomioka2022-container-sm, .tomioka2022-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .tomioka2022-container, .tomioka2022-container-sm, .tomioka2022-container-md, .tomioka2022-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .tomioka2022-container, .tomioka2022-container-sm, .tomioka2022-container-md, .tomioka2022-container-lg, .tomioka2022-container-xl {
    max-width: 1140px;
  }
}

.tomioka2022-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.tomioka2022-col-1, .tomioka2022-col-2, .tomioka2022-col-3, .tomioka2022-col-4, .tomioka2022-col-5, .tomioka2022-col-6, .tomioka2022-col-7, .tomioka2022-col-8, .tomioka2022-col-9, .tomioka2022-col-10, .tomioka2022-col-11, .tomioka2022-col-12, .tomioka2022-col-md-4, .tomioka2022-col-md-8, .tomioka2022-col-sm-4 ,.tomioka2022-col-xl-2 , .tomioka2022-col-sm-2, .tomioka2022-col-xl-4, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

.tomioka2022-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.tomioka2022-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.tomioka2022col-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.tomioka2022-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.tomioka2022-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.tomioka2022-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.tomioka2022-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.tomioka2022-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.tomioka2022-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.tomioka2022-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.tomioka2022-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.tomioka2022-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.tomioka2022-md-4{
   -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.tomioka2022-md-8{
      -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.tomioka2022-col-sm-4, .tomioka2022-col-md-12, {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 540px){
  .tomioka2022-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .tomioka2022-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tomioka2022-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
    
