/*
Theme Name: sosomizuha
Template: understrap
*/

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

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}

@supports not (min-block-size:100dvb) {
  :where(html) {
    block-size: 100%
  }
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem)
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}

.wrapper {
  padding: 0 !important;
  overflow: hidden;
}

.container-fluid {
  padding: 0 !important;
}

/*header*/
.header_align {
  text-align: right;
  margin: 10px 0;
}

.header_align i {
  color: #333333;
  font-size: 25px;
  margin-right: 10px;
}

/*front*/
.front_top_txt {
  font-family: Times;
  font-size: 11px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: auto 0;
}

.front_top_flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px;
}

@media screen and (max-width:767px) {
  .swiper {
    position: relative;
    z-index: 98;
    width: 65% !important;
    height: 100%;
    max-width: 900px;
    margin: 0 auto 0 0;
  }

  .front_top_catch {
    z-index: 99;
    position: absolute;
    top: 20px !important;
    right: 27px !important;
    font-family: fot-matisse-pron, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px !important;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 32px !important;
  }
}

.swiper {
  position: relative;
  z-index: 98;
  width: 100%;
  height: 100%;
  max-width: 900px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.slide1 {
  background-color: #88acbd;
}

.slide2 {
  background-color: #99cb1f;
}

.slide3 {
  background-color: #e43a47;
}

.front_top_block1 {
  position: relative;
}

.front_top_catch {
  z-index: 99;
  position: absolute;
  top: 50px;
  right: -107px;
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 72px;
}

.scrolldown1_top {
  position: absolute;
  left: 90%;
  bottom: 40px;
  height: 150px;
}

.scrolldown1_top::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.5px;
  height: 120px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  50% {
    height: 100px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 300px;
    opacity: 0;
  }
}

@media screen and (max-width:767px) {
  .outer {
    width: 1px;
    height: 100px !important;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
  }

  .inner {
    position: absolute;
    width: 100%;
    background: grey;
    top: -10px;
    box-shadow: 0px 0px 0px 200px #eee;
  }
}

.outer {
  width: 1px;
  height: 150px;
  margin: 0 auto 50px;
  position: relative;
  overflow: hidden;
}

.inner {
  position: absolute;
  width: 100%;
  background: grey;
  top: -10px;
  box-shadow: 0px 0px 0px 200px #eee;
}

@media screen and (max-width:767px) {
  .front_2_flex {
    display: block !important;
    justify-content: center;
    width: 80% !important;
    margin: 0 auto;
  }

  .front_2_block1 {
    width: 100% !important;
  }

  .front_2_block2 {
    width: 100% !important;
  }
}

.front_2_bg {
  background-image: url(img/center_bg.png);
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
}

.front_2_flex {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
}

.front_2_block1 {
  width: 30%;
}

@media screen and (max-width:767px) {
  .front_2_bg {
    background-image: url(img/center_bg.png);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 15px !important;
  }

  .front_2_txt1 {
    font-family: Times;
    font-size: 20px;
    color: #eb6d91;
  }

  .front_2_txt2 {
    font-family: 游明朝体;
    font-size: 25px !important;
    line-height: 1.7em;
    color: #51ba97;
  }

  .front_2_txt3 {
    text-align: justify;
    font-family: 游ゴシック体;
    font-size: 14px !important;
    margin: 50px auto 0;
    line-height: 2em !important;
  }
}

.front_2_txt1 {
  font-family: Times;
  font-size: 20px;
  color: #eb6d91;
}

.front_2_block2 {
  width: 70%;
}

.front_2_txt2 {
  font-family: 游明朝体;
  font-size: 30px;
  line-height: 1.7em;
  color: #51ba97;
}

.front_2_txt3 {
  text-align: justify;
  font-family: 游ゴシック体;
  font-size: 16px;
  margin: 50px auto 0;
  line-height: 1.9em;
}

@media screen and (max-width:767px) {
  .front_2_imgflex {
    display: flex;
    gap: 40px !important;
    margin: 100px auto 80px;
  }
}

.front_2_imgflex {
  display: flex;
  gap: 80px;
  margin: 100px auto 80px;
}

.front_2_imgblock1 {
  width: 60%;
  margin: auto 0 auto auto;
  text-align: right;
}

.front_2_imgblock1 img {
  width: 75%;
  margin: auto 0 auto auto;
}

.front_2_imgblock2 {
  width: 40%;
}

.front_2_imgblock2 img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .front_2_menublock {
    text-align: center;
    width: 80% !important;
    margin: 0 auto;
  }

  .front_2_menu_desc {
    font-family: 游ゴシック体;
    font-size: 14px !important;
    color: #333333;
    line-height: 1.9em;
    margin: 30px auto 50px;
  }
}

.front_2_menublock {
  text-align: center;
  width: 100%;
}

.front_2_menu_top {
  color: #51ba97;
  font-family: Times;
  font-size: 30px;
}

.front_2_menu_desc {
  font-family: 游ゴシック体;
  font-size: 16px;
  color: #333333;
  line-height: 1.9em;
  margin: 30px auto 50px;
}

@media screen and (max-width:767px) {
  .front_2_menuflex {
    display: block !important;
    justify-content: center;
    width: 80% !important;
    margin: 0 auto;
    gap: 30px;
  }

  .front_2_menu_name {
    font-family: 游明朝体;
    font-size: 18px;
    font-weight: 600;
    margin: 15px auto 15px !important;
  }

  .front_2_menu_shosai {
    font-family: 游ゴシック体;
    font-size: 14px !important;
    line-height: 1.9em;
    text-align: justify;
    margin-bottom: 40px;
  }

  .front_2_menu_other {
    width: 80% !important;
    margin: 60px auto 0;
    font-family: 游ゴシック体;
    font-size: 13px !important;
  }
}

.front_2_menuflex {
  display: flex;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  gap: 30px;
}

.front_2_menu_name {
  font-family: 游明朝体;
  font-size: 18px;
  font-weight: 600;
  margin: 40px auto 15px;
}

.front_2_menu_shosai {
  font-family: 游ゴシック体;
  font-size: 15px;
  line-height: 1.9em;
  text-align: justify;
}

.front_2_menu_other {
  width: 75%;
  margin: 60px auto 0;
  font-family: 游ゴシック体;
  font-size: 15px;
}

.front_access_bg {
  margin: 50px auto 150px;
}

@media screen and (max-width:767px) {
  .front_access_bg {
    margin: 50px auto 80px !important;
  }

  .front_access_flex {
    display: block !important;
    justify-content: center;
    gap: 50px;
    margin: 0 auto;
    width: 80%;
  }

  .front_access_block1 {
    width: 100% !important;
  }

  .front_access_block2 {
    width: 100% !important;
    border-top: 2px solid #eee;
  }
}

.front_access_flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 auto;
  width: 80%;
}

.front_access_block1 {
  width: 50%;
}

.front_access_block2 {
  width: 50%;
  border-top: 2px solid #eee;
}

.front_access_top {
  font-family: Times;
  font-size: 30px;
  color: #51ba97;
  margin: 50px auto;
}

@media screen and (max-width:767px) {
  .front_access_location {
    font-family: 游ゴシック体;
    font-size: 14px !important;
    margin: 35px auto;
  }

  .front_access_time {
    font-family: 游ゴシック体;
    font-size: 14px !important;
    line-height: 2em;
  }
}

.front_access_name {
  font-family: 游明朝体;
  font-size: 18px;
  font-weight: bolder;
}

.front_access_name span {
  font-weight: 600;
  font-size: 12px;
  margin-left: 15px;
}

.front_access_location {
  font-family: 游ゴシック体;
  font-size: 16px;
  margin: 35px auto;
}

.front_access_time {
  font-family: 游ゴシック体;
  font-size: 16px;
  line-height: 2em;
}

.front_access_tel {
  display: block;
  margin: 35px auto;
  color: #000;
}

.front_access_logo {
  font-size: 25px;
  color: #333333;
}

.front_access_logo:hover {
  color: #333333;
}

.front_2_menublock1 {
  width: 50%;
}

@media screen and (max-width:767px) {
  .front_2_menublock1 {
    width: 100%;
  }
}

/*archive*/
@media screen and (max-width:767px) {
  .archive_bg {
    margin: 50px 0 50px;
  }

  .archive_width {
    width: 90% !important;
    margin: 0 auto;
    font-family: ヒラギノ角ゴシック;
  }

  .front_news_width {
    width: 100% !important;
    padding-bottom: 30px;
  }

  .archive_top {
    font-size: 18px !important;
    font-weight: 600;
  }
}

.archive_bg {
  margin: 50px 0 50px;
}

.archive_width {
  width: 80%;
  margin: 0 auto;
  font-family: ヒラギノ角ゴシック;
}

.archive_top {
  font-size: 30px;
  font-weight: 600;
}

.archive_news_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}

.front_news_width {
  width: 48%;
  padding-bottom: 30px;
}

.front_news_width2 {
  width: 70%;
  margin: 0 auto;
  border: solid 0.2px #000;
  padding: 10px 30px;
}

.front_news_block1 {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.front_news_time {
  font-size: 15px;
}

.front_news_cat {
  border-left: 1.5px solid #000000;
  line-height: 1em;
  display: inline-block;
  margin: auto 0;
  padding-left: 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.front_news_block2 a {
  display: inline-block;
  color: #000;
}

.front_news_block2 a:hover {
  text-decoration: none;
  color: #000;
}

.front_news_title {
  font-family: 游明朝体;
  font-size: 15px;
}

/*single*/
@media screen and (max-width:767px) {
  .single_title {
    text-align: center;
    font-family: 游明朝体;
    font-size: 17px !important;
    font-weight: 500;
    margin: 50px 0 !important;
  }

  .single_time {
    font-size: 10px !important;
  }

  .single_cat {
    border-left: 1.5px solid #000000;
    line-height: 1em;
    display: inline-block;
    margin: auto 0;
    padding-left: 5px;
    font-size: 10px !important;
    text-transform: uppercase;
  }

  .single_content {
    font-family: 游ゴシック体;
    font-size: 11px !important;
    font-weight: 300;
    line-height: 2em;
  }

  .single_btn {
    font-family: 游ゴシック体;
    font-size: 10px !important;
    color: #000;
  }

  .single_width {
    width: 100% !important;
    margin: 0 auto;
  }

  .single_container {
    width: 90% !important;
    margin: 0 auto;
  }

  .front_news_row {
    width: 80% !important;
    margin: 0 auto;
    font-family: Times;
  }

  .front_news_width2 {
    width: 100% !important;
    margin: 0 auto;
    border: solid 0px #000 !important;
    padding: 5px 0px !important;
  }
}

.single_container {
  width: 80%;
  margin: 0 auto;
}

.single_title {
  text-align: center;
  font-family: 游明朝体;
  font-size: 30px;
  font-weight: 600;
}

.single_content {
  font-family: 游ゴシック体;
  margin: 60px auto 100px;
  text-align: justify;
}

.front_news_row {
  width: 80%;
  margin: 0 auto;
  font-family: Times;
}

.front_news_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*tokushoho*/
.tokushoho_desc {
  font-family: 游ゴシック体;
  margin: 60px auto 60px;
  text-align: justify;
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .tokushoho_desc {
    font-family: 游ゴシック体;
    margin: 60px auto 60px;
    text-align: justify;
    font-size: 12px !important;
  }
}

.tokushoho_list {
  display: flex;
}

.specific_commerce_block {
  margin: 0 !important;
  font-family: 游ゴシック体;
}

table.specific_commerce_table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.specific_commerce_table th {
  width: 20%;
  font-weight: bold;
  background: white;
  color: #000;
}

.specific_commerce_table td {
  width: 80%;
  letter-spacing: 0.08em;
}

.specific_commerce_table th,
.specific_commerce_table td {
  text-align: left;
  border: solid 1px #020202;
  padding: 30px;
}

@media screen and (max-width:767px) {
  .specific_commerce_block {
    margin: 0 !important;
  }

  table.specific_commerce_table {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .specific_commerce_table th {
    width: 20%;
    font-weight: bold;
    background: #000;
    color: white;
    font-size: 12px !important;
  }

  .specific_commerce_table td {
    width: 80%;
    letter-spacing: 0.08em;
    font-size: 12px !important;
  }

  .specific_commerce_table th,
  .specific_commerce_table td {
    text-align: left;
    border: solid 1px #020202;
    padding: 30px;
  }
}

@media screen and (max-width:767px) {
  #specific_commerce .container {
    padding: 0 !important;
  }

  #specific_commerce br {
    display: block;
  }

  .specific_commerce_wrapper h2 {
    font-size: 1.3rem !important;
    margin-bottom: 30px;
  }

  .specific_commerce_table th {
    text-align: center;
    letter-spacing: 0.1em;
  }

  .specific_commerce_table th,
  .specific_commerce_table td {
    border: none;
  }

  .specific_commerce_table td.specific_commerce_center {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .footer_li {
    display: block !important;
    justify-content: flex-end;
    gap: 30px;
    width: 80%;
    margin: 0 auto 50px;
  }

  .footer_li a {
    font-size: 10px !important;
    color: #000;
    display: block;
    margin: 10px auto 0;
  }
}

.footer_li {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  width: 80%;
  margin: 0 auto 50px;
}

.footer_li a {
  font-size: 14px;
  color: #000;
}

.footer_li a:hover {
  color: #000;
  text-decoration: none;
}

.front_2_menu_btn_ctn {
  text-align: center;
  margin: 50px auto;
}

.front_2_menu_btn {
  color: #000;
  border: solid 0.5px #000;
  padding: 10px 30px;
  font-size: 14px;
  font-family: 游ゴシック体;
}

@media screen and (max-width:767px) {
  .front_2_menu_btn {
    color: #000;
    border: solid 0.5px #000;
    padding: 10px 30px;
    font-size: 12px !important;
    font-family: 游ゴシック体;
  }
}

.front_2_menu_btn:hover {
  color: #000;
  text-decoration: none;
}