@charset "UTF-8";
/****************************************
		Products以外のページSCSS
*****************************************/
/****************************************
		0. Import
*****************************************/
/****************************************
		TOE Project共通設定のSCSS
*****************************************/
/****************************************
		0. Import
*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/*options*/
   /*
  $base-grid: true,
  $margin-grid: true,
  $padding-grid: true,
  $block-grid: true,
  $collapse: true,
  $offset: true,
  $vertical-grid: true,
  $frame-grid: true

);
*/
/****************************************
		1. General Setting
*****************************************/
html, body, div, span, applet, object, iframe, strong, picture,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

main {
  display: block;
}

/*html init*/
html {
  margin: 0 !important;
  padding: 0;
}

/* a init */
a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #0071bd;
  cursor: pointer;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

nav {
  display: block;
}

/*Clear*/
.clear {
  clear: both;
  line-height: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*box-sizing paddingとborderをwidth heightに含める*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* *::after, * *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Zen Maru Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.columns, .column {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  vertical-align: middle;
}

.bold {
  font-weight: 700 !important;
}

.space1 {
  margin-bottom: 5px;
}

.space2 {
  margin-bottom: 10px;
}

.space3 {
  margin-bottom: 15px;
}

.space4 {
  margin-bottom: 20px;
}

.space5 {
  margin-bottom: 25px;
}

.space6 {
  margin-bottom: 30px;
}

.space7 {
  margin-bottom: 35px;
}

.space8 {
  margin-bottom: 40px;
}

.space9 {
  margin-bottom: 45px;
}

.space10 {
  margin-bottom: 50px;
}

.space11 {
  margin-bottom: 55px;
}

.space12 {
  margin-bottom: 60px;
}

.space13 {
  margin-bottom: 65px;
}

.space14 {
  margin-bottom: 70px;
}

.space15 {
  margin-bottom: 75px;
}

.space16 {
  margin-bottom: 80px;
}

.space17 {
  margin-bottom: 85px;
}

.space18 {
  margin-bottom: 90px;
}

.space19 {
  margin-bottom: 95px;
}

.space20 {
  margin-bottom: 100px;
}

@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}
.hover_a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.hover_a:hover {
  opacity: 0.75;
}

figure, picture {
  margin: 0;
  display: block;
}

.googlemap_wrapper {
  height: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.googlemap_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.last {
  margin-bottom: 0 !important;
}

/*************************************************/
/*menu-trigger Animatation Setting*/
/*************************************************/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  caret-color: transparent;
}

.menu-trigger {
  position: relative;
  width: 53.2px;
  height: 60px;
}
.menu-trigger img {
  display: block;
  width: 100%;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666666;
  display: block;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger img.icon_btn {
  filter: drop-shadow(2px 2px 6px #888);
}

/*************************************************/
/*menu-trigger Animatation Setting*/
/*************************************************/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateX(1px) translateY(8px) rotate(-45deg);
  transform: translateX(0) translateY(8px) rotate(-45deg);
  top: 4px;
}

.menu-trigger.active span:nth-of-type(2) {
  top: 19px;
  -webkit-transform: translateX(0) translateY(-8px) rotate(45deg);
  transform: translateX(0) translateY(-7px) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
  bottom: -5px;
}

@page {
  size: A4 portrait;
}
/****************************************
		0.1. font-family
*****************************************/
html,
body {
  font-family: "Zen Maru Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
Noto sans JP
300 light
400 regular
500 medium
600 SemiBold
700 Bold
800 ExBold
900 Black
*/
html,
body {
  font-size: 100%;
  font-weight: 400;
  color: #666666;
}

body {
  -webkit-print-color-adjust: exact;
}

main {
  overflow-x: hidden;
}

body.is-fixed {
  overflow: hidden;
}

/****************************************
		0.1. define
*****************************************/
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.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;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  .smbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 969px) {
  .mdbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 1199px) {
  .lgbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: 970px) {
  .pcbr::before {
    content: "\A";
    white-space: pre;
  }
}

@media all and (max-width: 969px) {
  .no_sp {
    display: none;
  }
}

@media all and (min-width: 970px) {
  .no_pc {
    display: none;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 99;
  transform: none !important;
  -webkit-transform: none !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  /*
  @include max-screen( $max-large-width ){
      width:40px;
      height:40px;
      bottom:20px;
      right:20px;
  }
  */
  width: 50px;
  height: 50px;
}
#pagetop:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media print {
  #pagetop {
    visibility: hidden;
  }
}
@media all and (max-width: 969px) {
  #pagetop {
    right: 10px;
    bottom: 80px;
  }
}
@media all and (min-width: 970px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.img_fit img {
  width: 100%;
}

/**************************************
    Character h1h2
***************************************/
h1, h2, h3 {
  color: #c55d53;
  position: relative;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}
@media all and (max-width: 969px) {
  h1, h2, h3 {
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 970px) {
  h1, h2, h3 {
    margin-bottom: 30px;
    font-size: 1.875rem;
  }
}
h1.blue, h2.blue, h3.blue {
  color: #0071bd !important;
}

.text {
  color: #666666;
  letter-spacing: 1px;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  .text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 970px) {
  .text {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}

.text_r {
  color: #666666;
  letter-spacing: 1px;
  font-weight: 400;
}
@media all and (max-width: 969px) {
  .text_r {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 970px) {
  .text_r {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}

.h1_sub {
  font-size: 1.3125rem;
  text-align: center;
  color: #0071bd;
}

.label {
  display: block;
  margin: 0 auto 20px;
}
@media all and (max-width: 969px) {
  .label {
    width: 140.8px;
    height: 56.8px;
  }
}
@media all and (min-width: 970px) {
  .label {
    width: 176px;
    height: 71px;
  }
}
@media all and (max-width: 969px) {
  .label.label_schedule {
    width: 256px;
    height: 56.8px;
  }
}
@media all and (min-width: 970px) {
  .label.label_schedule {
    width: 320px;
    height: 71px;
  }
}

@media all and (max-width: 969px) {
  .has_line,
  .has_line2 {
    margin: 0 auto 50px;
  }
}
@media all and (min-width: 970px) {
  .has_line,
  .has_line2 {
    margin: 0 auto 100px;
  }
}

.has_line::after {
  content: "";
  display: block;
  width: 225px;
  height: 19px;
  background-image: url("../images/common/h2_line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 20px);
}

.has_line2::after {
  content: "";
  display: block;
  height: 19px;
  background-image: url("../images/common/h2_line2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 20px);
}
@media all and (max-width: 969px) {
  .has_line2::after {
    width: 275.1px;
  }
}
@media all and (min-width: 970px) {
  .has_line2::after {
    width: 393px;
  }
}

/***************************************
共通ボタン
*****************************************/
/**************************************
    BASIC LAYOUT
***************************************/
body {
  /*
  //管理画面ナブバーはaboluteではないので    <div class="header_sp_spaceで調整
  &.logged-in{
      @include screen( 0 , 782px){
          padding-top:46px;
      }
      @include screen( 783px , $max-medium-width){
          padding-top:32px;
      }
      
  }
  */
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}
section .container {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 969px) {
  section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 970px) {
  section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.sec_top .container {
  padding-bottom: 0 !important;
}

@media all and (max-width: 969px) {
  .sp_w100_text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/**************************************
    HEADER
***************************************/
header.header_pc .header_pc_wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  max-width: 1160px;
  margin: 0 auto;
  /*
  .admin_spacer.logged-in{
      height:32px;
  }
  .admin_spacer.no-logged-in{
      display:none;
  }
  */
}
@media all and (max-width: 969px) {
  header.header_pc .header_pc_wrapper {
    display: none;
  }
}
@media all and (min-width: 970px) {
  header.header_pc .header_pc_wrapper {
    display: block;
  }
}
header.header_pc .header_pc_wrapper .logo_wrapper {
  position: absolute;
  left: 50px;
  top: 75px;
  width: 201px;
  height: 92px;
}
header.header_pc .header_pc_wrapper .icon_wrapper {
  position: absolute;
  right: 50px;
  top: 75px;
  display: flex;
  align-items: flex-end;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon {
  position: relative;
  transition: all .5s linear;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.lyric, header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.olive {
  width: 51px;
  height: 57px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.blue {
  width: 42px;
  height: 47px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.mura {
  width: 32px;
  height: 36px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.hokago {
  width: 50px;
  height: 57px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.contact {
  width: 39px;
  height: 42px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.lyric {
  margin-right: 27px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.blue {
  margin-right: 18px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.olive {
  margin-right: 9px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.mura {
  margin-right: 23px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.hokago {
  margin-right: 22px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon .menu_child {
  padding: 3px 10px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #AF5D53;
  color: #AF5D53;
  background-color: #FFF;
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  opacity: 0;
  transition: all .5s linear;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon .menu_child.hokago {
  width: 280px;
}
header.header_pc .header_pc_wrapper .icon_wrapper .menu_icon.on .menu_child {
  display: block;
  opacity: 1;
  transform: translate(-50%, 10px);
}

/***********************************
    HEADER SP
***********************************/
@media all and (max-width: 969px) {
  #wpadminbar {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.header_sp {
  caret-color: transparent;
}
@media all and (max-width: 969px) {
  .header_sp {
    display: block;
  }
}
@media all and (min-width: 970px) {
  .header_sp {
    display: none;
  }
}
.header_sp::before {
  content: "";
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #f5e7e1;
  z-index: 19;
  transition: width .4s;
}
.header_sp.is-open::before {
  width: 100%;
}
.header_sp .container_header {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  height: 80px;
  padding-left: 20px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5000;
}
@media screen {
  .header_sp .container_header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header_sp .container_header.logged-in {
    top: 46px;
  }
}
@media print {
  .header_sp .container_header {
    position: static;
  }
}
@media all and (min-width: 0) and (max-width: 782px) {
  .header_sp .container_header.logged-in {
    top: 46px;
  }
}
@media all and (min-width: 783px) {
  .header_sp .container_header.logged-in {
    top: 32px;
  }
}
.header_sp .container_header .logo_sp {
  display: block;
  width: 107px;
}
.header_sp .container_header .menu-trigger-wrapper {
  width: 53.2px;
  height: 60px;
  padding: 10px 20px;
}

.header_sp_space {
  /*
  &.logged-in{
      @include screen( 0 , 782px){
          height:80px + 46px;
      }
      @include min-screen( 783px ){
          height:80px + 32px;
      }
  }
  */
}
@media all and (max-width: 969px) {
  .header_sp_space {
    height: 80px;
  }
}
@media all and (min-width: 970px) {
  .header_sp_space {
    height: 0;
  }
}

/***********************************
    SP MENU
***********************************/
#sp_menu {
  position: fixed;
  top: 80px;
  left: 20%;
  display: block;
  width: 100%;
  background-color: transparent;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  z-index: 20;
  padding: 50px 20px;
  opacity: 0;
  pointer-events: none;
}
#sp_menu .inner_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#sp_menu .group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#sp_menu .sp_item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#sp_menu .sp_item .icon {
  width: 30px;
}
#sp_menu .sp_item .sp_menu_str {
  font-size: 1.125rem;
  color: #c55d53;
  font-weight: 700;
}
#sp_menu .sp_sub_list {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: flex-start;
  align-items: center;
}
#sp_menu .sp_sub_list a {
  color: #c55d53;
  font-weight: 700;
}
#sp_menu.is-open {
  left: 0;
  height: 100vh;
  position: fixed;
  opacity: 1;
  pointer-events: auto;
}

/***********************************
    Footer
***********************************/
footer {
  background-image: url("../images/footer/footer_bg.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 969px) {
  footer {
    padding-bottom: 150px;
    background-size: 150% auto;
  }
}
@media all and (min-width: 970px) {
  footer {
    padding-top: 40px;
    padding-bottom: 200px;
    background-size: 100% auto;
  }
}
footer:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  background-image: url("../images/footer/footer_line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media all and (max-width: 969px) {
  footer:before {
    width: 90%;
  }
}
@media all and (min-width: 970px) {
  footer:before {
    width: calc(100% - 140px);
  }
}
@media all and (max-width: 969px) {
  footer .flex_section {
    padding: 0 10px;
  }
}
footer .footer_menu {
  max-width: 850px;
  font-weight: 700;
}
@media all and (min-width: 0) and (max-width: 969px) {
  footer .footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    margin: 0 auto 20px;
    padding-top: 50px;
  }
  footer .footer_menu .small {
    font-size: 0.75rem;
    text-align: center;
  }
  footer .footer_menu .large {
    font-size: 0.9375rem;
    text-align: center;
    position: relative;
    width: 100%;
  }
  footer .footer_menu .item_hokago {
    display: none;
  }
}
@media all and (min-width: 970px) {
  footer .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
    gap: 70px;
  }
  footer .footer_menu .small {
    font-size: 0.75rem;
    text-align: center;
  }
  footer .footer_menu .large {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media all and (min-width: 0) and (max-width: 969px) {
  footer .footer_menu.footer_menu_sp {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto 20px;
    justify-content: center;
    padding-top: 0 !important;
  }
}
@media all and (min-width: 970px) {
  footer .footer_menu.footer_menu_sp {
    display: none;
  }
}
footer .footer_menu2 {
  max-width: 850px;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 969px) {
  footer .footer_menu2 {
    /*
    @include flex;
    @include flex-justify-content-center;
    flex-direction: column;
    gap:20px;
    */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto 20px;
  }
  footer .footer_menu2 a {
    font-size: 0.9375rem;
    text-align: center;
  }
}
@media all and (min-width: 970px) {
  footer .footer_menu2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin: 0 auto 55px;
  }
  footer .footer_menu2 a {
    font-size: 1.125rem;
    text-align: center;
  }
}
footer .footer_menu3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media all and (max-width: 969px) {
  footer .footer_menu3 {
    margin: 0 auto;
  }
}
@media all and (min-width: 970px) {
  footer .footer_menu3 {
    margin: 0 auto 55px;
  }
}
footer .footer_menu3 a.child {
  display: block;
}
footer .footer_menu3 a.child img {
  width: 100%;
}
@media all and (max-width: 969px) {
  footer .footer_menu3 a.child {
    width: 74.4px;
  }
}
@media all and (min-width: 970px) {
  footer .footer_menu3 a.child {
    width: 93px;
  }
}
footer .copyright {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

/***********************************
    SP MENU
***********************************/
#modal_nav_sp {
  display: block;
  z-index: 90;
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 42px;
  overflow-y: scroll;
  z-index: 999;
  transition: all .5s;
  background-color: #f7f7f7;
}
@media all and (min-width: 0) and (max-width: 782px) {
  #modal_nav_sp.logged-in {
    top: 111px;
  }
}
@media all and (min-width: 783px) {
  #modal_nav_sp.logged-in {
    top: 97px;
  }
}

/*
#modal_nav_sp.d-off{
    //display:none;
    //background-color:#6080a5;
    left:100%;
}
*/
#modal_nav_sp[open_flg="false"] {
  left: 100%;
}

#modal_nav_sp[open_flg="true"] {
  left: 0;
}

#modal_nav_sp .modal_menu {
  padding-bottom: 100px;
}
#modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead,
#modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead_href {
  display: block;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 21px 0;
  border-bottom: 1px solid #D9E2E6;
}
#modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead {
                /*
                &.off:after {
                    content: "+";
                }

                &.on:after {
                    content: "-";
                }
                */
}
#modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead:after {
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
#modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead.off::before, #modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead.off::after, #modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead.on::before, #modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead.on::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 17px;
  background: #666666;
  right: 0;
  top: 50%;
}
#modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead.off:before, #modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead.on:before {
  transform: translate(0, -50%) rotate(90deg);
}
#modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead.off:after {
  transform: translate(0, -50%) rotate(0deg);
}
#modal_nav_sp .modal_menu .sp_menu_group .btn_spmenu_lead.on:after {
  display: none;
}
#modal_nav_sp .modal_menu .sp_menu_group .sp_mega_menu_wrapper {
  display: none;
  max-width: 250px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
#modal_nav_sp .modal_menu .sp_menu_group .sp_mega_menu_wrapper .child_link {
  margin-bottom: 50px;
}
#modal_nav_sp .modal_menu .sp_menu_group .sp_mega_menu_wrapper .child_link figure {
  margin-bottom: 15px;
}
#modal_nav_sp .modal_menu .sp_menu_group .sp_mega_menu_wrapper .child_link .sub_text {
  font-size: 1rem;
  font-weight: 700;
  color: #666666;
  position: relative;
  padding-left: 24px;
}
#modal_nav_sp .modal_menu .sp_menu_group .sp_mega_menu_wrapper .child_link .sub_text:before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%) rotate(225deg);
  border-bottom: 2px solid #666666;
  border-left: 2px solid #666666;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
}
#modal_nav_sp .modal_menu .sp_menu_group .sp_mega_menu_wrapper .child_link span.gt {
  margin-right: 1em;
}
#modal_nav_sp .modal_menu .sp_menu_wrapper2 {
  padding-top: 50px;
}
#modal_nav_sp .modal_menu .sp_menu_wrapper2 a.sub {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 35px;
}
#modal_nav_sp .modal_menu .icon_modal_wrapper {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  justify-items: center;
}
#modal_nav_sp .modal_menu .icon_modal_wrapper .icon {
  max-width: 40px;
}

#modal_nav_sp nav.modal_menu a.modal_str {
  color: #666666;
  display: block;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 8px 8px 0 0;
  margin-bottom: 30px;
  width: 120px;
  margin: 0 auto 50px;
}

#modal_nav_sp #search_input_sp {
  margin-bottom: 50px;
}
#modal_nav_sp #search_input_sp .searchform_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal_nav_sp #search_input_sp input[type="text"] {
  border: 1px solid #888;
  padding: 10px 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 280px;
  display: block;
  margin-bottom: 30px;
}
#modal_nav_sp #search_input_sp input[type="submit"] {
  width: 100px;
  height: 30px;
}

#modal_nav_sp[menu_mode="normal"] #search_input_sp {
  display: none;
}

/***********************************
reCAPTCHA v3　表示位置
*************************************/
@media all and (max-width: 969px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}
@media all and (min-width: 970px) {
  .grecaptcha-badge {
    margin-bottom: 60px;
  }
}

/***********************************
LOADER
**************************************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: 24px;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity .5s ease-out;
  /* フェードアウトのアニメーション */
}

.spinner {
  margin: 50px auto;
  width: 8.8em;
  height: 8.8em;
  background-image: url("../images/common/loading_still.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  /*
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  */
}

.spinner_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background-image: url("../images/common/loading_anim.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
.spinner {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em *.8;
    height: 11em *.8;
    border-radius: 50%;
    background: $base_orange_color;
    background: -moz-linear-gradient(left, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, $base_orange_color 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .spinner:before {
    width: 50%;
    height: 50%;
    background: $base_orange_color;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .spinner:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  */
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/************************************
Animation setting add
**************************************/
/***********************************
 hover 画像拡縮設定
****************************************/
.glow_hover {
  transition: all 0.2s linear;
}
.glow_hover:hover {
  filter: brightness(1.1) drop-shadow(0 0 4px #ffffff);
  cursor: pointer;
}

.glow_hover_bl {
  transition: all 0.2s linear;
}
.glow_hover_bl:hover {
  filter: brightness(1.1) drop-shadow(0 0 4px #333333);
  cursor: pointer;
}

/************************************
    Page 404 not found
**************************************/
.page_404 .container {
  padding-bottom: 50px;
}
.page_404 .container .not_found {
  margin-bottom: 55px;
}
.page_404 section.sec_top2 {
  padding-top: 50px;
}

/************************************
    Pagenation ページネーション
**************************************/
.page_nation_wrapper {
  padding: 30px 0;
}
.page_nation_wrapper ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media all and (max-width: 479px) {
  .page_nation_wrapper ul.pagination {
    flex-wrap: wrap;
  }
}
.page_nation_wrapper ul.pagination span {
  font-size: 1.25rem;
  padding: 0 .5em;
  color: #c55d53;
  border-radius: 10px;
  border: 1px solid #c55d53;
  font-weight: 700;
}
.page_nation_wrapper ul.pagination .current span {
  background-color: #f2dee1;
}
@media all and (max-width: 479px) {
  .page_nation_wrapper ul.pagination li.first,
  .page_nation_wrapper ul.pagination li.last,
  .page_nation_wrapper ul.pagination li.next,
  .page_nation_wrapper ul.pagination li.previous {
    display: none;
  }
}

/************************************
   Front page フロントページ
**************************************/
@keyframes moveBird {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveFlower {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotage(0);
  }
}
@keyframes moveFish1 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  12.5% {
    transform: translate(0%, -75%) rotateZ(10deg);
    opacity: 1;
  }
  25% {
    transform: translate(0, -150%) rotateZ(10deg);
  }
  37.5% {
    transform: translate(0, -75%) rotateZ(170deg);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0) rotateZ(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotateZ(180deg);
    opacity: 0;
  }
}
@keyframes moveFish2 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    transform: translate(0%, -50%);
    opacity: 1;
  }
  40% {
    transform: translate(0, -100%);
  }
  60% {
    transform: translate(0, -150%);
    opacity: 1;
  }
  80% {
    transform: translate(0, -200%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -200%);
    opacity: 0;
  }
}
@keyframes moveFish3 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(-50%, 5%);
    opacity: 1;
  }
  50% {
    transform: translate(-150%, 10%);
  }
  75% {
    transform: translate(-200%, 15%);
    opacity: 1;
  }
  100% {
    transform: translate(-250%, 20%);
    opacity: 0;
  }
}
@keyframes olive_bird1 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(0, -10%);
  }
  40% {
    transform: translate(0, 0);
  }
  70% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -10%);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes olive_bird2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -10%);
  }
  30% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, -10%);
  }
  70% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes hokago_bird2 {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(0);
  }
  65% {
    transform: rotate(-7deg);
  }
  70% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.sec_top .container {
  padding: 0 !important;
}
.sec_top .container.front_page {
  background-image: url("../images/top/bg_sec_top.jpg");
  background-repeat: no-repeat;
}
@media all and (max-width: 969px) {
  .sec_top .container.front_page {
    background-size: 70% auto;
    background-position: center bottom;
  }
}
@media all and (min-width: 970px) {
  .sec_top .container.front_page {
    background-size: 600px auto;
    background-position: center bottom;
  }
}
.sec_top .top_image_wrapper {
  position: relative;
  z-index: 10;
  aspect-ratio: 1.43857;
  width: 100%;
  max-width: 1007px;
  margin: 0 auto 25px;
}
@media all and (max-width: 969px) {
  .sec_top .top_image_wrapper {
    display: none;
  }
}
.sec_top .top_image_wrapper .top_image {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.sec_top .top_image_wrapper .top_image.active {
  opacity: 1;
}
.sec_top .top_image_wrapper_sp {
  position: relative;
  aspect-ratio: 1.1;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 970px) {
  .sec_top .top_image_wrapper_sp {
    display: none;
  }
}
.sec_top .top_image_wrapper_sp img.top_image_sp {
  display: block;
  width: 130vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}
.sec_top .lyric_book {
  display: block;
  aspect-ratio: 704/200;
}
@media all and (max-width: 969px) {
  .sec_top .lyric_book {
    width: 80%;
    max-width: 500px;
  }
}
@media all and (min-width: 970px) {
  .sec_top .lyric_book {
    width: 57vw;
    max-width: 704px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -30%);
    z-index: 13;
  }
}
.sec_top .lyric_book_sp {
  display: block;
  aspect-ratio: 704/200;
}
@media all and (max-width: 969px) {
  .sec_top .lyric_book_sp {
    width: clamp(300px, 80vw, 500px);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -30%);
    z-index: 2;
  }
}
@media all and (min-width: 970px) {
  .sec_top .lyric_book_sp {
    display: none;
  }
}
.sec_top .top_image_frontpage#frame {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.sec_top .top_image_frontpage#bg {
  width: 88.38133%;
  height: percetage(0.8);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.sec_top .top_image_frontpage#land {
  width: 72.39325%;
  height: 30.14286%;
  left: 1.68818%;
  top: 65.85714%;
  z-index: 2;
}
.sec_top .top_image_frontpage#white_land {
  width: 85.50149%;
  height: 32.14286%;
  left: 7.24926%;
  top: 41.57143%;
  z-index: 3;
}
.sec_top .top_image_frontpage#tree {
  width: 24.72691%;
  height: 37.57143%;
  left: 6.95134%;
  top: 52.42857%;
  z-index: 4;
}
.sec_top .top_image_frontpage#bird {
  width: 16.68322%;
  height: 25.85714%;
  left: 65.73982%;
  top: 17%;
  z-index: 5;
  animation: moveBird 2s infinite ease-in-out;
}
.sec_top .top_image_frontpage#flower {
  width: 30.38729%;
  height: 33.71429%;
  left: 60.67527%;
  top: 56.28571%;
  z-index: 10;
  animation: moveFlower 4s infinite ease-in-out;
}
.sec_top .top_image_frontpage#fish1 {
  width: 2.87984%;
  height: 5.85714%;
  left: 40.61569%;
  top: 63%;
  z-index: 7;
}
.sec_top .top_image_frontpage#fish1.animation_go {
  animation: moveFish1 4s infinite linear;
}
.sec_top .top_image_frontpage#fish2 {
  width: 4.86594%;
  height: 4.71429%;
  left: 37.23932%;
  top: 76.57143%;
  z-index: 1;
}
.sec_top .top_image_frontpage#fish2.animation_go {
  animation: moveFish2 3s infinite linear;
}
.sec_top .top_image_frontpage#fish3 {
  width: 5.95829%;
  height: 4.42857%;
  left: 45.77954%;
  top: 76.57143%;
  z-index: 1;
}
.sec_top .top_image_frontpage#fish3.animation_go {
  animation: moveFish3 5s infinite linear;
}
.sec_top .top_image_frontpage#title {
  width: 39.12612%;
  height: 12.71429%;
  left: 16.68322%;
  top: 21.14286%;
  z-index: 8;
}
.sec_top .top_image_frontpage#book2 {
  width: 68.32175%;
  height: 29.57143%;
  left: 15.88878%;
  top: 87.57143%;
  z-index: 13;
}
.sec_top .top_image_olive#frame {
  width: 92.94935%;
  height: percetage(0.92429);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.sec_top .top_image_olive#bg_olive {
  width: 100%;
  height: percetage(1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.sec_top .top_image_olive#tree {
  width: 34.16087%;
  height: 69%;
  left: 48.65938%;
  top: 15.42857%;
  z-index: 4;
}
.sec_top .top_image_olive#bird1 {
  width: 8.63952%;
  height: 9%;
  left: 50.54618%;
  top: 28%;
  z-index: 5;
  animation: olive_bird1 2s infinite ease-in-out;
}
.sec_top .top_image_olive#bird2 {
  width: 5.75968%;
  height: 10.85714%;
  left: 74.28004%;
  top: 50%;
  z-index: 5;
  animation: olive_bird2 3s infinite ease-in-out;
}
.sec_top .top_image_olive#desk {
  width: 14.99503%;
  height: 18%;
  left: 38.53029%;
  top: 68%;
  z-index: 10;
}
.sec_top .top_image_olive#title {
  width: 21.94638%;
  height: 12.28571%;
  left: 21.05263%;
  top: 42.85714%;
  z-index: 8;
}
.sec_top .top_image_hokago#frame {
  width: 92.94935%;
  height: percetage(0.92429);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.sec_top .top_image_hokago#bg_hokago {
  width: 100%;
  height: percetage(1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.sec_top .top_image_hokago#kinoko1 {
  width: 22.14499%;
  height: 54%;
  left: 47.96425%;
  top: 31.14286%;
  z-index: 4;
}
.sec_top .top_image_hokago#kinoko2 {
  width: 17.57696%;
  height: 31.71429%;
  left: 69.3148%;
  top: 54.28571%;
  z-index: 4;
}
.sec_top .top_image_hokago#bird1 {
  width: 9.63257%;
  height: 10.57143%;
  left: 39.52334%;
  top: 72.28571%;
  z-index: 5;
  animation: olive_bird1 2s infinite ease-in-out;
}
.sec_top .top_image_hokago#bird2 {
  width: 4.36941%;
  height: 5.57143%;
  left: 56.10725%;
  top: 49.71429%;
  z-index: 5;
  transform-origin: bottom center;
  /* 回転の基準点を底辺中央に設定 */
  animation: hokago_bird2 4s infinite ease-in-out;
}
.sec_top .top_image_hokago#bird3 {
  width: 10.92354%;
  height: 10.42857%;
  left: 74.08143%;
  top: 45.71429%;
  z-index: 5;
  animation: olive_bird2 3s infinite ease-in-out;
}
.sec_top .top_image_hokago#title {
  width: 25.71996%;
  height: 32%;
  left: 19.66236%;
  top: 31.42857%;
  z-index: 8;
}

.water_slidein_wrapper {
  position: relative;
  z-index: 0;
}
@media all and (max-width: 969px) {
  .water_slidein_wrapper {
    padding-bottom: clamp(55px, 10vw, 100px);
  }
}
@media all and (min-width: 970px) {
  .water_slidein_wrapper {
    height: 230px;
  }
}
.water_slidein_wrapper .bg_sec_access {
  position: absolute;
  z-index: 0;
  max-width: 550px;
  right: 0;
  transform: translate(100%, 0);
  transition: all 1s ease-out;
}
@media all and (max-width: 969px) {
  .water_slidein_wrapper .bg_sec_access.animated {
    top: -15px;
    width: 70%;
    transform: translate(40%, 0);
  }
}
@media all and (min-width: 970px) {
  .water_slidein_wrapper .bg_sec_access.animated {
    top: 0;
    width: 50%;
    transform: translate(20%, 0);
  }
}

section.sec_access {
  position: relative;
  z-index: 0;
}
section.sec_access .bg_sec_access {
  position: absolute;
  z-index: 0;
  width: 50%;
  max-width: 550px;
  right: 0;
  top: 0;
  transform: translate(100%, 0);
  transition: all 1s ease-out;
}
@media all and (max-width: 969px) {
  section.sec_access .bg_sec_access.animated {
    transform: translate(40%, 0);
  }
}
@media all and (min-width: 970px) {
  section.sec_access .bg_sec_access.animated {
    transform: translate(20%, 0);
  }
}
section.sec_access .flex_wrapper {
  max-width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  section.sec_access .flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
@media all and (min-width: 970px) {
  section.sec_access .flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 65px;
  }
}
section.sec_access .googlemap_wrapper {
  position: relative;
  aspect-ratio: 530 / 430;
  width: 100%;
  max-width: 530px;
  height: auto;
  background-color: #D0D0D0;
}
section.sec_access .googlemap_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.sec_access .right_wrapper .tel_num {
  color: #c55d53;
}
section.sec_access .right_wrapper .tel_num a {
  color: inherit;
}
section.sec_access .right_wrapper h4 {
  font-weight: 700;
  color: #c55d53;
}
@media all and (min-width: 970px) {
  section.sec_access .right_wrapper h4 {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
@media all and (min-width: 970px) {
  section.sec_access .right_wrapper h4 {
    font-size: 1.3125rem;
    margin-bottom: 25px;
  }
}
section.sec_access .right_wrapper .text2 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #c55d53;
}
@media all and (min-width: 970px) {
  section.sec_access .right_wrapper .text2 {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  section.sec_access .right_wrapper .text2 {
    font-size: 1.125rem;
  }
}
section.sec_access .right_wrapper .text {
  color: #c55d53;
}
section.sec_access .right_wrapper .text.olive,
section.sec_access .right_wrapper .text2.olive,
section.sec_access .right_wrapper .text.hokago,
section.sec_access .right_wrapper .text2.hokago {
  color: #0071bd;
}

section.sec_leaf .h1_wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
section.sec_leaf .h1_wrapper.single_wrapper {
  aspect-ratio: 1000/160;
}
section.sec_leaf .h1_wrapper .h1_leaf
, section.sec_leaf .h1_wrapper .h1_leafb {
  position: absolute;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1
, section.sec_leaf .h1_wrapper .h1_leaf.leaf1_single
, section.sec_leaf .h1_wrapper .h1_leafb.leaf1, section.sec_leaf .h1_wrapper .h1_leafb.leaf1_single {
  left: 0;
  top: 50%;
  transition: all 1s ease-in;
  opacity: 0;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1.target_on
, section.sec_leaf .h1_wrapper .h1_leaf.leaf1_single.target_on
, section.sec_leaf .h1_wrapper .h1_leafb.leaf1.target_on, section.sec_leaf .h1_wrapper .h1_leafb.leaf1_single.target_on {
  opacity: 1;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2
, section.sec_leaf .h1_wrapper .h1_leaf.leaf2_single
, section.sec_leaf .h1_wrapper .h1_leafb.leaf2, section.sec_leaf .h1_wrapper .h1_leafb.leaf2_single {
  right: 0;
  top: 50%;
  transition: all 1s ease-in;
  opacity: 0;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2.target_on
, section.sec_leaf .h1_wrapper .h1_leaf.leaf2_single.target_on
, section.sec_leaf .h1_wrapper .h1_leafb.leaf2.target_on, section.sec_leaf .h1_wrapper .h1_leafb.leaf2_single.target_on {
  opacity: 1;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1
, section.sec_leaf .h1_wrapper .h1_leafb.leaf1 {
  transform: translate(-100px, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1.target_on
, section.sec_leaf .h1_wrapper .h1_leafb.leaf1.target_on {
  opacity: 1;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2
, section.sec_leaf .h1_wrapper .h1_leafb.leaf2 {
  transform: translate(100px, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2.target_on
, section.sec_leaf .h1_wrapper .h1_leafb.leaf2.target_on {
  opacity: 1;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1_single
, section.sec_leaf .h1_wrapper .h1_leafb.leaf1_single {
  transform: translate(0, -50%);
  opacity: 1;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2_single
, section.sec_leaf .h1_wrapper .h1_leafb.leaf2_single {
  transform: translate(0, -50%) scaleX(-1);
  opacity: 1;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1.opacity1
, section.sec_leaf .h1_wrapper .h1_leaf.leaf2.opacity1
, section.sec_leaf .h1_wrapper .h1_leafb.leaf1.opacity1, section.sec_leaf .h1_wrapper .h1_leafb.leaf2.opacity1 {
  opacity: 1;
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1.hokago {
  transform: translate(-400px, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1.hokago.target_on {
  transform: translate(-300px, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1.olive {
  transform: translate(-400px, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf1.olive.target_on {
  transform: translate(-250px, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2.hokago {
  transform: translate(400px, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2.hokago.target_on {
  transform: translate(300px, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2.olive {
  transform: translate(400px, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leaf.leaf2.olive.target_on {
  transform: translate(250px, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leaf_b.leaf1 {
  transform: translate(-100px, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf_b.leaf1.target_on {
  transform: translate(0, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf_b.leaf2 {
  transform: translate(100px, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leaf_b.leaf2.target_on {
  transform: translate(0, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leaf_b.leaf1_single {
  transform: translate(0, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf_b.leaf1_single.target_on {
  transform: translate(0, -50%);
}
section.sec_leaf .h1_wrapper .h1_leaf_b.leaf2_single {
  transform: translate(100px, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leaf_b.leaf2_single.target_on {
  transform: translate(0, -50%) scaleX(-1);
}
section.sec_leaf .h1_wrapper .h1_leafb.mura.leaf1 {
  transform: translate(-100px, -40%);
}
@media all and (max-width: 969px) {
  section.sec_leaf .h1_wrapper .h1_leafb.mura.leaf1.target_on {
    transform: translate(-10px, -40%) !important;
  }
}
@media all and (min-width: 970px) {
  section.sec_leaf .h1_wrapper .h1_leafb.mura.leaf1.target_on {
    transform: translate(-30px, -40%) !important;
  }
}
section.sec_leaf .h1_wrapper .h1_leafb.mura.leaf2 {
  transform: translate(100px, -40%) scaleX(-1);
}
@media all and (max-width: 969px) {
  section.sec_leaf .h1_wrapper .h1_leafb.mura.leaf2.target_on {
    transform: translate(10px, -40%) scaleX(-1) !important;
  }
}
@media all and (min-width: 970px) {
  section.sec_leaf .h1_wrapper .h1_leafb.mura.leaf2.target_on {
    transform: translate(30px, -40%) scaleX(-1) !important;
  }
}
@media all and (max-width: 969px) {
  section.sec_leaf .h1_wrapper .h1_leaf {
    width: 135px;
    height: 22.75px;
  }
}
@media all and (min-width: 970px) {
  section.sec_leaf .h1_wrapper .h1_leaf {
    width: 540px;
    height: 91px;
  }
}
@media all and (max-width: 479px) {
  section.sec_leaf .h1_wrapper .h1_leafb {
    width: 100px;
    height: 40px;
  }
}
@media all and (min-width: 480px) and (max-width: 969px) {
  section.sec_leaf .h1_wrapper .h1_leafb {
    width: 200px;
    height: 80px;
  }
}
@media all and (min-width: 970px) {
  section.sec_leaf .h1_wrapper .h1_leafb {
    width: 400px;
    height: 160px;
  }
}
section.sec_leaf .text_wrapper {
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
}

section.sec_sns #insta_gal {
  display: grid;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  section.sec_sns #insta_gal {
    grid-template-columns: repeat(3, 100px);
    gap: 20px;
  }
}
@media all and (min-width: 970px) {
  section.sec_sns #insta_gal {
    grid-template-columns: repeat(3, 200px);
    gap: 30px;
  }
}
section.sec_sns #insta_gal .insta_single {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background-color: #D0D0D0;
}
section.sec_sns #insta_gal .insta_single figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
section.sec_sns #insta_gal .insta_single video {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
section.sec_sns .sns_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 660px;
  margin: 0 auto 20px;
}
section.sec_sns .sns_title span {
  color: #0071A7;
  font-size: 1.125rem;
}
section.sec_sns .sns_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_instagram.svg");
  background-size: cover;
}

section.sec_sns2 .news_wrapper {
  max-width: 595px;
  margin: 0 auto;
  position: relative;
  min-height: 200px;
  padding: 20px;
}
section.sec_sns2 .news_wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 26px;
  left: 40px;
  top: 0;
  background-image: url("../images/top/news.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
section.sec_sns2 #insta_gal {
  display: grid;
  justify-content: center;
}
@media all and (max-width: 969px) {
  section.sec_sns2 #insta_gal {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 970px) {
  section.sec_sns2 #insta_gal {
    grid-template-columns: 1fr;
  }
}
section.sec_sns2 #insta_gal .insta_single2 {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 10px;
  border-bottom: 1px solid #c55d53;
}
@media all and (max-width: 969px) {
  section.sec_sns2 #insta_gal .insta_single2 {
    flex-direction: column;
    gap: 5px;
  }
}
@media all and (min-width: 970px) {
  section.sec_sns2 #insta_gal .insta_single2 {
    flex-direction: row;
    gap: 20px;
  }
}
section.sec_sns2 #insta_gal .insta_single2 figure,
section.sec_sns2 #insta_gal .insta_single2 .video_wrap {
  position: relative;
  aspect-ratio: 1 / 1;
}
@media all and (max-width: 969px) {
  section.sec_sns2 #insta_gal .insta_single2 figure,
  section.sec_sns2 #insta_gal .insta_single2 .video_wrap {
    width: 100px;
    height: 100px;
  }
}
@media all and (min-width: 970px) {
  section.sec_sns2 #insta_gal .insta_single2 figure,
  section.sec_sns2 #insta_gal .insta_single2 .video_wrap {
    width: 60px;
    height: 60px;
  }
}
section.sec_sns2 #insta_gal .insta_single2 figure {
  background-size: 100% auto;
}
section.sec_sns2 #insta_gal .insta_single2 video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.sec_sns2 #insta_gal .insta_single2 span.date,
section.sec_sns2 #insta_gal .insta_single2 span.title {
  color: #c55d53;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  section.sec_sns2 #insta_gal .insta_single2 span.date,
  section.sec_sns2 #insta_gal .insta_single2 span.title {
    display: block;
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  section.sec_sns2 #insta_gal .insta_single2 span.date,
  section.sec_sns2 #insta_gal .insta_single2 span.title {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 969px) {
  section.sec_sns2 #insta_gal .insta_single2 span.date {
    text-align: center;
  }
}
section.sec_sns2 #insta_gal .insta_single2 .date {
  width: 6em;
}
section.sec_sns2 .sns_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 660px;
  margin: 0 auto 20px;
}
section.sec_sns2 .sns_title span {
  color: #0071A7;
  font-size: 1.125rem;
}
section.sec_sns2 .sns_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_instagram.svg");
  background-size: cover;
}

/*******************************************
//FRONT PAGE フロントページ設定
********************************************/
section.sec_news {
  position: relative;
  z-index: 0;
}
section.sec_news .bg_sec_news {
  position: absolute;
  z-index: 0;
  width: 50%;
  max-width: 550px;
  right: 0;
  transform: translate(100%, 0);
  transition: all 1s ease-out;
}
@media all and (max-width: 969px) {
  section.sec_news .bg_sec_news {
    bottom: 50px;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .bg_sec_news {
    top: 70%;
  }
}
@media all and (max-width: 969px) {
  section.sec_news .bg_sec_news.animated {
    transform: translate(50%, 0);
  }
}
@media all and (min-width: 970px) {
  section.sec_news .bg_sec_news.animated {
    transform: translate(20%, 0);
  }
}
section.sec_news .bg_sec_news_icon_shop_open {
  position: absolute;
  z-index: 3;
  width: 260px;
  top: 45%;
  right: 0;
  transform: translate(100%, 0);
  transition: all 1s ease-out;
}
@media all and (max-width: 969px) {
  section.sec_news .bg_sec_news_icon_shop_open {
    display: none;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .bg_sec_news_icon_shop_open {
    display: block;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .bg_sec_news_icon_shop_open.animated {
    transform: translate(-40%, 0);
  }
}
section.sec_news .news_wrapper,
section.sec_news .feed_wrapper {
  position: relative;
  padding: 20px;
}
section.sec_news .news_wrapper.front_list,
section.sec_news .feed_wrapper.front_list {
  max-width: 600px;
}
section.sec_news .news_wrapper.archive_page,
section.sec_news .feed_wrapper.archive_page {
  max-width: 800px;
}
section.sec_news .news_wrapper:before,
section.sec_news .feed_wrapper:before {
  content: "";
  display: block;
  width: 66px;
  height: 26px;
  background-image: url("../images/top/news.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 969px) {
  section.sec_news .news_wrapper:before,
  section.sec_news .feed_wrapper:before {
    position: absolute;
    top: -30px;
    left: 40px;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .news_wrapper:before,
  section.sec_news .feed_wrapper:before {
    position: absolute;
    top: 0;
    left: 40px;
  }
}
section.sec_news .news_wrapper.no_head::before,
section.sec_news .feed_wrapper.no_head::before {
  background-image: none;
}
section.sec_news .news_wrapper .post_title_Wrap,
section.sec_news .feed_wrapper .post_title_Wrap {
  padding: 20px;
  border-bottom: 1px solid #c55d53;
}
@media all and (max-width: 969px) {
  section.sec_news .news_wrapper .post_title_Wrap,
  section.sec_news .feed_wrapper .post_title_Wrap {
    display: flex;
    flex-direction: column;
  }
}
section.sec_news .news_wrapper .post_title,
section.sec_news .feed_wrapper .post_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 969px) {
  section.sec_news .news_wrapper .post_title,
  section.sec_news .feed_wrapper .post_title {
    gap: 5px;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .news_wrapper .post_title,
  section.sec_news .feed_wrapper .post_title {
    flex-direction: row;
    gap: 50px;
  }
}
@media all and (max-width: 969px) {
  section.sec_news .news_wrapper .post_title .date,
  section.sec_news .feed_wrapper .post_title .date {
    width: 5.5em;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .news_wrapper .post_title .date,
  section.sec_news .feed_wrapper .post_title .date {
    width: 5.5em;
  }
}
@media all and (max-width: 969px) {
  section.sec_news .news_wrapper .post_title .post_area,
  section.sec_news .feed_wrapper .post_title .post_area {
    width: 100%;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .news_wrapper .post_title .post_area,
  section.sec_news .feed_wrapper .post_title .post_area {
    width: 400px;
  }
}
section.sec_news .news_wrapper .post_title .date,
section.sec_news .news_wrapper .post_title .post_area,
section.sec_news .feed_wrapper .post_title .date,
section.sec_news .feed_wrapper .post_title .post_area {
  color: #c55d53;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  section.sec_news .news_wrapper .post_title .date,
  section.sec_news .news_wrapper .post_title .post_area,
  section.sec_news .feed_wrapper .post_title .date,
  section.sec_news .feed_wrapper .post_title .post_area {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .news_wrapper .post_title .date,
  section.sec_news .news_wrapper .post_title .post_area,
  section.sec_news .feed_wrapper .post_title .date,
  section.sec_news .feed_wrapper .post_title .post_area {
    font-size: 1.125rem;
  }
}
section.sec_news .news_wrapper .post_title .date a,
section.sec_news .news_wrapper .post_title .post_area a,
section.sec_news .feed_wrapper .post_title .date a,
section.sec_news .feed_wrapper .post_title .post_area a {
  color: inherit;
}
section.sec_news .news_wrapper .post_title .date.post_feed,
section.sec_news .news_wrapper .post_title .post_area.post_feed,
section.sec_news .feed_wrapper .post_title .date.post_feed,
section.sec_news .feed_wrapper .post_title .post_area.post_feed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media all and (min-width: 970px) {
  section.sec_news .news_wrapper .post_title.block1,
  section.sec_news .feed_wrapper .post_title.block1 {
    display: none;
  }
}
@media all and (max-width: 969px) {
  section.sec_news .news_wrapper .post_title.block2 .date,
  section.sec_news .news_wrapper .post_title.block2 .cat_Wrap,
  section.sec_news .feed_wrapper .post_title.block2 .date,
  section.sec_news .feed_wrapper .post_title.block2 .cat_Wrap {
    display: none;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .news_wrapper .post_title.block2.cat_true .date,
  section.sec_news .feed_wrapper .post_title.block2.cat_true .date {
    padding-top: 28px;
  }
}
section.sec_news .news_wrapper {
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  section.sec_news .news_wrapper .post_title {
    align-items: flex-start;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .news_wrapper .post_title {
    align-items: flex-start;
  }
}
section.sec_news .feed_wrapper {
  margin: 0 auto 50px;
}
@media all and (max-width: 969px) {
  section.sec_news .feed_wrapper .post_title {
    align-items: flex-start;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .feed_wrapper .post_title {
    align-items: flex-start;
  }
}
section.sec_news .to_archive {
  padding-top: 20px;
}
section.sec_news .to_archive a {
  color: #c55d53;
}
@media all and (max-width: 969px) {
  section.sec_news .to_archive a {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  section.sec_news .to_archive a {
    font-size: 1.125rem;
  }
}

.front_page .text_wrapper {
  max-width: 550px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  .front_page h1.h1_top {
    padding-top: clamp(50px, 25vw, 160px);
  }
}
@media all and (min-width: 970px) {
  .front_page h1.h1_top {
    padding-top: clamp(50px, 25vw, 160px);
  }
}
@media all and (max-width: 969px) {
  .front_page .text_wrapper_1 {
    padding: 0 15px;
  }
}
@media all and (min-width: 970px) {
  .front_page .text_wrapper_1 {
    padding: 0 20px;
  }
}
.front_page h2 {
  line-height: 1.5;
}
.front_page section.sec_icon_menu {
  position: relative;
}
.front_page section.sec_icon_menu .bg_img {
  max-width: 1100px;
  display: block;
  position: absolute;
  z-index: 0;
}
@media all and (max-width: 479px) {
  .front_page section.sec_icon_menu .bg_img {
    width: auto;
    height: 170vw;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    asplect-ratio: 1369/401;
  }
}
@media all and (min-width: 480px) and (max-width: 969px) {
  .front_page section.sec_icon_menu .bg_img {
    width: auto;
    height: 70vw;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media all and (min-width: 970px) {
  .front_page section.sec_icon_menu .bg_img {
    width: 100vw;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.front_page section.sec_icon_menu .container {
  position: relative;
}
.front_page section.sec_icon_menu .icon_wrapper {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 479px) {
  .front_page section.sec_icon_menu .icon_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, 150px);
    gap: 40px 20px;
    justify-content: center;
  }
  .front_page section.sec_icon_menu .icon_wrapper.icon_wrapper_sp {
    display: none;
    /*
    width:100%;
    grid-template-columns: repeat( 1 , 1fr );
    justify-content: center;
    padding-top:40px;
    */
  }
}
@media all and (min-width: 480px) and (max-width: 969px) {
  .front_page section.sec_icon_menu .icon_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, 150px);
    gap: 40px;
    justify-content: center;
  }
  .front_page section.sec_icon_menu .icon_wrapper.icon_wrapper_sp {
    display: none;
  }
}
@media all and (min-width: 970px) {
  .front_page section.sec_icon_menu .icon_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
  }
  .front_page section.sec_icon_menu .icon_wrapper.icon_wrapper_sp {
    display: none;
  }
}
.front_page section.sec_icon_menu .icon_wrapper .menu_icon {
  text-align: center;
}
@media all and (max-width: 479px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon {
    width: 100%;
    display: block;
    /*
    &.menu_icon_common.hokago{
        display:none;
    }
    */
  }
}
@media all and (min-width: 480px) and (max-width: 969px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon {
    width: 100%;
    display: block;
  }
}
@media all and (min-width: 970px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon.shop_open_sp {
    display: none;
  }
}
.front_page section.sec_icon_menu .icon_wrapper .menu_icon .str1_child {
  color: #c55d53;
  font-weight: 700;
  padding: 10px 0;
}
@media all and (max-width: 969px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .str1_child {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .str1_child {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 969px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_lyric,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_olive,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_hokago {
    max-width: 100px;
  }
}
@media all and (min-width: 970px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_lyric,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_olive,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_hokago {
    max-width: 136px;
  }
}
@media all and (max-width: 969px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_blue,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_mura {
    max-width: 100px;
  }
}
@media all and (min-width: 970px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_blue,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .icon_mura {
    max-width: 104px;
  }
}
@media all and (max-width: 969px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_lyric,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_olive,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_mura,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_blue {
    width: auto;
    height: 32px;
  }
}
@media all and (min-width: 970px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_lyric,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_olive,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_mura,
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_blue {
    max-width: 155px;
  }
}
@media all and (max-width: 969px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_hokago {
    width: auto;
    height: 32px;
  }
}
@media all and (min-width: 970px) {
  .front_page section.sec_icon_menu .icon_wrapper .menu_icon .huki_hokago {
    max-width: 262px;
  }
}
.front_page .sec_about {
  position: relative;
  z-index: 0;
}
@media all and (max-width: 969px) {
  .front_page .sec_about {
    padding-bottom: clamp(100px, 10vw, 100px);
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_about {
    padding-bottom: 300px;
  }
}
.front_page .sec_about .bg_sec_about {
  position: absolute;
  z-index: 0;
  max-width: 1260px;
  left: 0;
  transform: translate(-100%, 50%);
  transition: all 1s ease-out;
}
@media all and (max-width: 969px) {
  .front_page .sec_about .bg_sec_about {
    bottom: 60px;
    width: 150%;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_about .bg_sec_about {
    bottom: 20%;
    width: 100%;
  }
}
@media all and (max-width: 969px) {
  .front_page .sec_about .bg_sec_about.animated {
    transform: translate(-60%, 50%);
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_about .bg_sec_about.animated {
    transform: translate(-20%, 50%);
  }
}
.front_page .sec_about .container {
  position: relative;
  z-index: 1;
}
.front_page .sec_about .text_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 700px;
}
.front_page .sec_about .text_wrapper h3.h3_sub {
  font-size: 21px;
  text-align: left;
  color: #666666;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #c55d53;
}
@media all and (max-width: 969px) {
  .front_page .sec_about .text_wrapper h3.h3_sub {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_about .text_wrapper h3.h3_sub {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
.front_page .sec_contact {
  position: relative;
  z-index: 1;
}
.front_page .sec_contact .container {
  position: relative;
  z-index: 1;
}
.front_page .sec_contact .container .text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.front_page .sec_contact .container .text_wrapper .text {
  max-width: 400px;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .container .text_wrapper {
    gap: 20px;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .container .text_wrapper {
    gap: 30px;
  }
}
.front_page .sec_contact .container .front_lyric_Wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-content: center;
}
.front_page .sec_contact .container .tel_num {
  text-align: center;
  font-weight: 700;
}
.front_page .sec_contact .container .tel_num a {
  color: #c55d53;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .container .tel_num {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .container .tel_num {
    font-size: 1.3125rem;
  }
}
.front_page .sec_contact .container .mailform {
  font-weight: 700;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .container .mailform {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .container .mailform {
    font-size: 1.3125rem;
  }
}
.front_page .sec_contact .container .to_form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .container .to_form .icon_mail {
    width: 33px;
    height: 21.75px;
    gap: 10px;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .container .to_form .icon_mail {
    width: 37.4px;
    height: 24.65px;
    gap: 20px;
  }
}
.front_page .sec_contact .container .to_form span {
  font-weight: 700;
  color: #c55d53;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .container .to_form span {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .container .to_form span {
    font-size: 1.3125rem;
  }
}
.front_page .sec_contact .tel_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .tel_wrapper {
    gap: 20px;
    max-width: 250px;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .tel_wrapper {
    gap: 40px;
    max-width: 600px;
  }
}
.front_page .sec_contact .tel_wrapper h4 {
  text-align: center;
  color: #c55d53;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .tel_wrapper h4 {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .tel_wrapper h4 {
    font-size: 1.3125rem;
  }
}
.front_page .sec_contact .tel_wrapper .flex_wrapper {
  display: flex;
}
@media all and (max-width: 479px) {
  .front_page .sec_contact .tel_wrapper .flex_wrapper {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}
@media all and (min-width: 480px) and (max-width: 969px) {
  .front_page .sec_contact .tel_wrapper .flex_wrapper {
    align-items: center;
    gap: 20px;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .tel_wrapper .flex_wrapper {
    justify-content: center;
    gap: 20px;
  }
}
.front_page .sec_contact .tel_wrapper .flex_wrapper span, .front_page .sec_contact .tel_wrapper .flex_wrapper a {
  color: #c55d53;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .tel_wrapper .flex_wrapper span, .front_page .sec_contact .tel_wrapper .flex_wrapper a {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .tel_wrapper .flex_wrapper span, .front_page .sec_contact .tel_wrapper .flex_wrapper a {
    font-size: 1.3125rem;
  }
}
.front_page .sec_contact .tel_wrapper .flex_wrapper.flex_tel_blue .item, .front_page .sec_contact .tel_wrapper .flex_wrapper.flex_tel_kanariya .item, .front_page .sec_contact .tel_wrapper .flex_wrapper.flex_tel_tsugumi .item {
  width: 4.5em;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .tel_wrapper .flex_wrapper.flex_tel_olive, .front_page .sec_contact .tel_wrapper .flex_wrapper.flex_tel_support_blue, .front_page .sec_contact .tel_wrapper .flex_wrapper.flex_tel_support_sodan {
    flex-direction: column;
    gap: 0;
  }
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .tel_wrapper .blue_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .tel_wrapper .blue_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.front_page .sec_contact .bg_sec_access {
  position: absolute;
  z-index: 0;
  max-width: 550px;
  right: 0;
  transform: translate(100%, 0);
  transition: all 1s ease-out;
}
@media all and (max-width: 969px) {
  .front_page .sec_contact .bg_sec_access.animated {
    bottom: 10px;
    width: 70%;
    transform: translate(40%, 0);
  }
}
@media all and (min-width: 970px) {
  .front_page .sec_contact .bg_sec_access.animated {
    bottom: 150px;
    width: 50%;
    transform: translate(20%, 0);
  }
}
.front_page .sec_access .h2_wrap {
  width: 180px;
}
@media all and (max-width: 969px) {
  .front_page .sec_access .h2_wrap {
    margin: 0 auto;
  }
}
@media all and (max-width: 969px) {
  .front_page .sec_access .tel_num,
  .front_page .sec_access .mail {
    text-align: center;
  }
}
@media all and (max-width: 969px) {
  .front_page .sec_access h4 {
    text-align: center;
  }
}

/************************************
   Olive オリーブの樹 page-olive
**************************************/
@media all and (max-width: 969px) {
  #olive .h1_sub {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 970px) {
  #olive .h1_sub {
    font-size: 1.3125rem;
  }
}
#olive .sec_work .information_block {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 969px) {
  #olive .sec_work .information_block {
    gap: 80px;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .information_block {
    padding-top: 40px;
    gap: 50px;
  }
}
#olive .sec_work .flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  #olive .sec_work .flex_wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .flex_wrapper {
    flex-direction: row;
    gap: 50px;
  }
}
#olive .sec_work .flex_wrapper .item_image {
  position: relative;
}
@media all and (max-width: 969px) {
  #olive .sec_work .flex_wrapper .item_image {
    width: 200px;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .flex_wrapper .item_image {
    width: 280px;
  }
}
#olive .sec_work .flex_wrapper .item_image .label_circle {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-75%, -25%);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 969px) {
  #olive .sec_work .flex_wrapper .item_image .label_circle {
    width: 98.4px;
    height: 96.6px;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .flex_wrapper .item_image .label_circle {
    width: 164px;
    height: 161px;
  }
}
#olive .sec_work .flex_wrapper .item_image .label_circle.label_circle1 {
  background-image: url("../images/olive/label_circle_bg1.svg");
}
#olive .sec_work .flex_wrapper .item_image .label_circle.label_circle2 {
  background-image: url("../images/olive/label_circle_bg2.svg");
}
#olive .sec_work .flex_wrapper .item_image .label_circle span {
  color: #0071bd;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #olive .sec_work .flex_wrapper .item_image .label_circle span {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .flex_wrapper .item_image .label_circle span {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 969px) {
  #olive .sec_work .flex_wrapper img.work_sign_sp {
    display: block;
    width: 92.25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .flex_wrapper img.work_sign_sp {
    display: none;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .flex_wrapper .item_text {
    width: 55.26316%;
  }
}
#olive .sec_work .flex_wrapper .item_text img.work_sign_pc {
  margin-bottom: 30px;
}
@media all and (max-width: 969px) {
  #olive .sec_work .flex_wrapper .item_text img.work_sign_pc {
    display: none;
    width: 92.25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .flex_wrapper .item_text img.work_sign_pc {
    display: block;
    width: 123px;
  }
  #olive .sec_work .flex_wrapper .item_text img.work_sign_pc.sign1, #olive .sec_work .flex_wrapper .item_text img.work_sign_pc.sign3 {
    margin-left: auto;
  }
}
@media all and (max-width: 969px) {
  #olive .sec_work .flex_wrapper.flex_order2 .item_image {
    order: 1;
  }
  #olive .sec_work .flex_wrapper.flex_order2 .item_text {
    order: 2;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_work .flex_wrapper.flex_order2 .item_image {
    order: 2;
  }
  #olive .sec_work .flex_wrapper.flex_order2 .item_text {
    order: 1;
  }
}
#olive .sec_schedule .flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: 0 auto 50px;
}
@media all and (max-width: 969px) {
  #olive .sec_schedule .flex_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #olive .sec_schedule .flex_wrapper .item1 {
    max-width: 320px;
  }
  #olive .sec_schedule .flex_wrapper .item2 {
    max-width: 250px;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_schedule .flex_wrapper {
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#olive .sec_schedule .flex_wrapper .item {
  display: block;
}
#olive .sec_schedule .sub {
  color: #0071bd;
  letter-spacing: 1px;
  max-width: 850px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  #olive .sec_schedule .sub {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_schedule .sub {
    font-size: 1.125rem;
  }
}
#olive .sec_guide .guide_wrapper {
  background-color: #d6d950;
  background-image: url("../images/olive/olive_leaf2.svg"), url("../images/olive/olive_leaf2.svg");
  background-repeat: repeat-y;
  /* 縦方向に反復 */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
@media all and (max-width: 969px) {
  #olive .sec_guide .guide_wrapper {
    background-position: left 10px top 20px, right 10px top 20px;
    /* 左右の位置を指定 */
    background-size: 25px 98px;
    padding: 50px 40px;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_guide .guide_wrapper {
    background-position: left 20px top 20px, right 20px top 20px;
    /* 左右の位置を指定 */
    background-size: 52px 196px;
    padding: 50px 80px;
  }
}
#olive .sec_guide .guide_wrapper .group1, #olive .sec_guide .guide_wrapper .group2 {
  max-width: 600px;
}
#olive .sec_guide .guide_wrapper .group1 .text_wrapper, #olive .sec_guide .guide_wrapper .group2 .text_wrapper {
  margin-bottom: 30px;
}
#olive .sec_guide .guide_wrapper .group1 .text_blue.text_flex {
  display: flex;
}
@media all and (max-width: 969px) {
  #olive .sec_guide .guide_wrapper .group1 .text_blue.text_flex {
    flex-direction: column;
    gap: 5px;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_guide .guide_wrapper .group1 .text_blue.text_flex {
    flex-direction: row;
    gap: 1em;
    justify-content: center;
  }
}
#olive .sec_guide .guide_wrapper .group3 .sub_text {
  color: #666666;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media all and (max-width: 969px) {
  #olive .sec_guide .guide_wrapper .group3 .sub_text {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_guide .guide_wrapper .group3 .sub_text {
    font-size: 1.125rem;
  }
}
#olive .sec_guide .guide_wrapper .group4 .flex_wrapper {
  display: grid;
}
@media all and (max-width: 969px) {
  #olive .sec_guide .guide_wrapper .group4 .flex_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_guide .guide_wrapper .group4 .flex_wrapper {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
@media all and (max-width: 969px) {
  #olive .sec_guide .guide_wrapper .group4 .flex_wrapper .sub_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_guide .guide_wrapper .group4 .sub_text {
    padding-top: 20px;
    padding-right: 40px;
  }
}
#olive .sec_guide .guide_wrapper .white_area {
  background: #FFF;
  border-radius: 20px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#olive .sec_guide .guide_wrapper .white_area .text_blue {
  text-align: center;
  color: #0071bd;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #olive .sec_guide .guide_wrapper .white_area .text_blue {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_guide .guide_wrapper .white_area .text_blue {
    font-size: 1.25rem;
  }
}
#olive .sec_guide .guide_wrapper .white_p {
  background-color: #FFF;
  border-radius: 999px;
  display: inline-block;
  text-align: center;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#olive .sec_guide .guide_wrapper .white_p span {
  font-weight: 700;
  color: #0071bd;
}
@media all and (max-width: 969px) {
  #olive .sec_guide .guide_wrapper .white_p span {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_guide .guide_wrapper .white_p span {
    font-size: 1.3125rem;
  }
}
@media all and (max-width: 969px) {
  #olive .sec_guide .guide_wrapper .white_p::after {
    display: none;
  }
}
@media all and (min-width: 970px) {
  #olive .sec_guide .guide_wrapper .white_p::after {
    content: "";
    width: 27px;
    height: 13px;
    background-image: url("../images/olive/arrow1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    left: 100%;
    top: 50%;
    transform: translate(20px, -50%);
  }
}
#olive .sec_guide .guide_wrapper .white_p.last::after {
  display: none  !important;
}
#olive .sec_access .tel_num {
  color: #0071bd;
}

/************************************
   HOKAGO
**************************************/
/**************************************************
    放課後等デイサービス 
*****************************************************/
@media all and (min-width: 970px) {
  #hokago .sec_leaf, #hokago .sec_manabi, #hokago .sec_guide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#hokago section.sec_leaf .text_wrapper {
  text-align: left;
}
@media all and (max-width: 969px) {
  #hokago section.sec_flower {
    padding-bottom: 80px;
  }
}
#hokago section.sec_flower .information_block {
  position: relative;
}
@media all and (min-width: 950px) {
  #hokago section.sec_flower .information_block {
    background-image: url(../images/hokago/arrow_naname.svg);
    background-size: 105px 60px;
    background-position: 70% 61%;
    background-repeat: no-repeat;
  }
}
#hokago section.sec_flower .flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
#hokago section.sec_flower .flex_wrapper .flower_wrapper {
  position: relative;
  width: 184px;
  height: 214px;
}
#hokago section.sec_flower .flex_wrapper .flower_wrapper:after {
  content: "";
  display: block;
  width: 50px;
  height: 24px;
  background-image: url("../images/hokago/arrow2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 70%;
  transform: translate(10px, -50%);
}
#hokago section.sec_flower .flex_wrapper .flower_wrapper:last-child::after {
  display: none !important;
}
@media all and (max-width: 458px) {
  #hokago section.sec_flower .flex_wrapper .flower_wrapper:after {
    left: 50%;
    top: 0;
    transform: translate(-50%, 20px) rotateX(90deg);
  }
}
@media all and (min-width: 459px) and (max-width: 702px) {
  #hokago section.sec_flower .flex_wrapper .flower_wrapper:nth-child(2)::after, #hokago section.sec_flower .flex_wrapper .flower_wrapper:nth-child(4)::after {
    display: none;
  }
}
@media all and (min-width: 703px) and (max-width: 945px) {
  #hokago section.sec_flower .flex_wrapper .flower_wrapper:nth-child(3)::after {
    display: none;
  }
}
@media all and (min-width: 946px) and (max-width: 99999px) {
  #hokago section.sec_flower .flex_wrapper .flower_wrapper:nth-child(4)::after {
    display: none;
  }
}
#hokago section.sec_flower .flex_wrapper .pod {
  width: 184px;
  position: absolute;
  bottom: 0;
}
#hokago section.sec_flower .flex_wrapper .pod_shadow {
  width: 250px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25%);
}
#hokago section.sec_flower .flex_wrapper .flower {
  position: absolute;
  left: 50%;
  top: 0;
}
#hokago section.sec_flower .flex_wrapper .flower1 {
  width: 23px;
  height: 40px;
  top: 30px;
  transform-origin: bottom center;
  /* 回転の基準点を底辺中央に設定 */
  animation: tane_trans 3s infinite alternate linear;
  /* アニメーションを適用 */
}
@keyframes tane_trans {
  0% {
    transform: translate(-50%, 100%);
  }
  30% {
    transform: translate(-50%, 100%);
  }
  70% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
#hokago section.sec_flower .flex_wrapper .flower2 {
  width: 44px;
  height: 38px;
  top: 30px;
  transform-origin: bottom center;
  /* 回転の基準点を底辺中央に設定 */
  animation: flower_animation 2s infinite alternate linear;
  /* アニメーションを適用 */
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes flower_animation {
  0% {
    transform: translate(-50%, 0) rotate(-15deg);
    /* 初期位置 */
  }
  50% {
    transform: translate(-50%, 0) rotate(0deg);
    /* 半回転 */
  }
  100% {
    transform: translate(-50%, 0) rotate(15deg);
    /* 半回転 */
  }
}
#hokago section.sec_flower .flex_wrapper .flower3 {
  width: 38px;
  height: 57px;
  top: 10px;
  transform-origin: bottom center;
  /* 回転の基準点を底辺中央に設定 */
  animation: flower_animation 5s infinite alternate linear;
  /* アニメーションを適用 */
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes flower_animation {
  0% {
    transform: translate(-50%, 0) rotate(-15deg);
    /* 初期位置 */
  }
  50% {
    transform: translate(-50%, 0) rotate(0deg);
    /* 半回転 */
  }
  100% {
    transform: translate(-50%, 0) rotate(15deg);
    /* 半回転 */
  }
}
#hokago section.sec_flower .flex_wrapper .flower4 {
  width: 42px;
  height: 59px;
  top: 10px;
  transform-origin: bottom center;
  /* 回転の基準点を底辺中央に設定 */
  animation: flower_animation 3s infinite alternate linear;
  /* アニメーションを適用 */
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes flower_animation {
  0% {
    transform: translate(-50%, 0) rotate(-15deg);
    /* 初期位置 */
  }
  50% {
    transform: translate(-50%, 0) rotate(0deg);
    /* 半回転 */
  }
  100% {
    transform: translate(-50%, 0) rotate(15deg);
    /* 半回転 */
  }
}
#hokago section.sec_flower .flex_wrapper .flower5 {
  width: 110px;
  height: 97px;
  top: -20px;
  transform-origin: bottom center;
  /* 回転の基準点を底辺中央に設定 */
  animation: flower_animation 2s infinite alternate linear;
  /* アニメーションを適用 */
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes flower_animation {
  0% {
    transform: translate(-50%, 0) rotate(-15deg);
    /* 初期位置 */
  }
  50% {
    transform: translate(-50%, 0) rotate(0deg);
    /* 半回転 */
  }
  100% {
    transform: translate(-50%, 0) rotate(15deg);
    /* 半回転 */
  }
}
#hokago .sec_manabi .icon_pencil {
  position: relative;
}
#hokago .sec_manabi .icon_pencil:before {
  content: "";
  display: block;
  background-image: url("../images/hokago/icon_pencil.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 479px) {
  #hokago .sec_manabi .icon_pencil:before {
    width: 138.4px;
    height: 67.2px;
    position: relative;
    margin: 0 auto 10px;
  }
}
@media all and (min-width: 480px) and (max-width: 969px) {
  #hokago .sec_manabi .icon_pencil:before {
    width: 138.4px;
    height: 67.2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-135px, -50%);
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_manabi .icon_pencil:before {
    width: 173px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-193px, -50%);
  }
}
#hokago .sec_manabi .all_wrapper {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 969px) {
  #hokago .sec_manabi .all_wrapper {
    gap: 80px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_manabi .all_wrapper {
    gap: 10px;
  }
}
#hokago .sec_manabi .flex_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 969px) {
  #hokago .sec_manabi .flex_wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_manabi .flex_wrapper {
    flex-direction: row;
    gap: 80px;
  }
}
@media all and (max-width: 969px) {
  #hokago .sec_manabi .flex_wrapper.order2 .item1 {
    order: 1;
  }
  #hokago .sec_manabi .flex_wrapper.order2 .item2 {
    order: 2;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_manabi .flex_wrapper.order2 .item1 {
    order: 2;
  }
  #hokago .sec_manabi .flex_wrapper.order2 .item2 {
    order: 1;
  }
}
#hokago .sec_manabi .flex_wrapper .item1 {
  width: 23.36842%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media all and (max-width: 969px) {
  #hokago .sec_manabi .flex_wrapper .item1 {
    width: 180px;
    height: 180px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_manabi .flex_wrapper .item1 {
    max-width: 222px;
  }
}
#hokago .sec_manabi .flex_wrapper .item2 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 969px) {
  #hokago .sec_manabi .flex_wrapper .item2 {
    padding: 20px;
    aspect-ratio: 530/260;
    width: 100%;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_manabi .flex_wrapper .item2 {
    padding: 20px 70px;
    max-width: 530px;
    width: 55.78947%;
    aspect-ratio: 530/260;
  }
}
#hokago .sec_manabi .flex_wrapper .item2a {
  background-image: url("../images/hokago/bg_item2a.svg");
}
#hokago .sec_manabi .flex_wrapper .item2b {
  background-image: url("../images/hokago/bg_item2b.svg");
}
#hokago .sec_manabi .flex_wrapper .item2c {
  background-image: url("../images/hokago/bg_item2c.svg");
}
#hokago .sec_manabi .flex_wrapper .item2d {
  background-image: url("../images/hokago/bg_item2d.svg");
}
#hokago .sec_manabi .link_wrap {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
#hokago .sec_manabi .link_wrap .link_inner {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 969px) {
  #hokago .sec_manabi .link_wrap .link_inner {
    gap: 10px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_manabi .link_wrap .link_inner {
    gap: 20px;
  }
}
#hokago .sec_manabi .link_wrap a.link_item, #hokago .sec_manabi .link_wrap span {
  color: #666666;
  letter-spacing: 1px;
  color: #0071bd;
}
@media all and (max-width: 969px) {
  #hokago .sec_manabi .link_wrap a.link_item, #hokago .sec_manabi .link_wrap span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_manabi .link_wrap a.link_item, #hokago .sec_manabi .link_wrap span {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
#hokago .sec_manabi .link_wrap a.link_item:hover {
  text-decoration: underline;
}
#hokago .sec_guide .guide_wrapper {
  background-color: #f8d2e2;
  background-image: url("../images/olive/olive_leaf2.svg"), url("../images/olive/olive_leaf2.svg");
  background-repeat: repeat-y;
  /* 縦方向に反復 */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .guide_wrapper {
    background-position: left 10px top 20px, right 10px top 20px;
    /* 左右の位置を指定 */
    background-size: 25px 98px;
    padding: 50px 40px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .guide_wrapper {
    background-position: left 20px top 20px, right 20px top 20px;
    /* 左右の位置を指定 */
    background-size: 52px 196px;
    padding: 50px 80px;
  }
}
#hokago .sec_guide .group1, #hokago .sec_guide .group2 {
  max-width: 600px;
}
#hokago .sec_guide .group1 .text_wrapper, #hokago .sec_guide .group2 .text_wrapper {
  margin-bottom: 30px;
}
#hokago .sec_guide .group2 table {
  border-collapse: collapse;
}
#hokago .sec_guide .group2 table th, #hokago .sec_guide .group2 table td {
  color: #0071bd;
  padding: 10px;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group2 table th, #hokago .sec_guide .group2 table td {
    font-size: 15px;
  }
}
#hokago .sec_guide .group2 table th {
  background: #fbe1ed;
  border: 1px solid #0071bd;
}
#hokago .sec_guide .group2 table td {
  border: 1px solid #0071bd;
  background: #FFF;
}
#hokago .sec_guide .group2 table td.right {
  text-align: right;
}
#hokago .sec_guide .group2 .flex_wrapper .sub_text2 {
  color: #666666;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group2 .flex_wrapper .sub_text2 {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .group2 .flex_wrapper .sub_text2 {
    font-size: 1.125rem;
  }
}
#hokago .sec_guide .group2 .sub_text {
  color: #4d4d4d;
  max-width: 540px;
  margin: 20px auto;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group2 .sub_text {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .group2 .sub_text {
    font-size: 1rem;
  }
}
#hokago .sec_guide .group2 .flex_wrapper_sub {
  display: flex;
  flex-direction: row;
  justify-self: center;
  gap: 30px;
}
#hokago .sec_guide .group2 .flex_wrapper_sub .sub_text2 {
  color: #0071bd;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group2 .flex_wrapper_sub .sub_text2 {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .group2 .flex_wrapper_sub .sub_text2 {
    font-size: 1rem;
  }
}
#hokago .sec_guide .group2 .flex_wrapper_sub .sub_text2 a {
  color: inherit;
}
#hokago .sec_guide .group3 .fa_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group3 .fa_wrapper {
    flex-direction: column;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .group3 .fa_wrapper {
    flex-direction: row;
  }
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group3 .fa_wrapper .fa_wrapper1, #hokago .sec_guide .group3 .fa_wrapper .fa_wrapper2 {
    width: 250px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .group3 .fa_wrapper .fa_wrapper1, #hokago .sec_guide .group3 .fa_wrapper .fa_wrapper2 {
    width: 300px;
  }
}
#hokago .sec_guide .group3 .fa_wrapper .fa_wrapper1 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .group3 .fa_wrapper .fa_wrapper1 .fa_group.canary {
    display: none;
  }
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group3 .fa_wrapper .fa_wrapper2 {
    display: none;
  }
}
#hokago .sec_guide .group3 .sub_text {
  color: #666666;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group3 .sub_text {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .group3 .sub_text {
    font-size: 1.125rem;
  }
}
#hokago .sec_guide .group3 .fa_text,
#hokago .sec_guide .group3 .zip,
#hokago .sec_guide .group3 .tel,
#hokago .sec_guide .group3 .address {
  font-size: 1.125rem;
  color: #0071bd;
  padding-left: 40px;
}
#hokago .sec_guide .group3 .fa_name {
  font-size: 1.3125rem;
  color: #0071bd;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
#hokago .sec_guide .group3 .fa_name:before {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background-image: url("../images/hokago/icon_house.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#hokago .sec_guide .group3 .fa_name:after {
  content: "";
  display: block;
  height: 5px;
  background-image: url("../images/hokago/line1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translate(0, 10px);
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .group3 .fa_name:after {
    width: 250px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .group3 .fa_name:after {
    width: 296px;
  }
}
#hokago .sec_guide .list_area {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .list_area {
    gap: 50px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .list_area {
    gap: 20px;
  }
}
#hokago .sec_guide .list_area .item_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .list_area .item_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .list_area .item_wrapper {
    gap: 20px;
  }
}
#hokago .sec_guide .list_area .item_wrapper .item1 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hokago .sec_guide .list_area .item_wrapper .item1 span {
  font-weight: 700;
  line-height: 1.5;
  color: #0071bd;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .list_area .item_wrapper .item1 span {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .list_area .item_wrapper .item1 span {
    font-size: 1.25rem;
  }
}
#hokago .sec_guide .list_area .item_wrapper .item2 {
  font-weight: 700;
  line-height: 1.5;
  color: #0071bd;
}
@media all and (max-width: 969px) {
  #hokago .sec_guide .list_area .item_wrapper .item2 {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_guide .list_area .item_wrapper .item2 {
    font-size: 1.25rem;
  }
}
#hokago .sec_guide .list_area .item_wrapper .item2 p {
  font-size: inherit;
}
#hokago .sec_access .grid_wrapper {
  justify-content: center;
  gap: 50px;
}
@media all and (max-width: 969px) {
  #hokago .sec_access .grid_wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (min-width: 970px) {
  #hokago .sec_access .grid_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 288px);
  }
}
#hokago .sec_access .grid_wrapper .flex_wrapper {
  flex-direction: column !important;
  width: 100%;
}
#hokago .sec_access .grid_wrapper .item {
  width: 100%;
}
#hokago .sec_access .grid_wrapper .item h4 {
  font-weight: 700;
  color: #0071bd;
  font-size: 1.3125rem;
  text-align: center;
  margin-bottom: 20px;
}
#hokago .sec_access .grid_wrapper .tel_num {
  color: #0071bd;
}
#hokago .link_blue {
  color: #0071bd;
}

#olive .bird_contact, #hokago .bird_contact {
  display: block;
  width: 103px;
  margin: 0 auto;
  transition: all 0.2s linear;
}
#olive .bird_contact:hover, #hokago .bird_contact:hover {
  filter: brightness(1.1) drop-shadow(0 0 4px #ffffff);
}

/********************************************
Contact お問い合わせ
**********************************************/
#contact .top_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
}
#contact .top_content .sub_title {
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #contact .top_content .sub_title {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #contact .top_content .sub_title {
    font-size: 1.5rem;
  }
}
#contact .top_content .contact_bird {
  display: block;
}
@media all and (max-width: 969px) {
  #contact .top_content .contact_bird {
    width: 61.8px;
  }
}
@media all and (min-width: 970px) {
  #contact .top_content .contact_bird {
    width: 103px;
  }
}
#contact .top_content h1 {
  margin-bottom: 0 !important;
}
@media all and (max-width: 969px) {
  #contact .top_content .img_contact {
    width: 38.4px;
  }
}
@media all and (min-width: 970px) {
  #contact .top_content .img_contact {
    width: 64px;
  }
}
#contact form {
  max-width: 700px;
  margin: 0 auto;
  /*
  .smf-item__col{
      display:flex;
      justify-content: center;
  }
  */
}
#contact form .smf-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media all and (max-width: 969px) {
  #contact form .smf-form {
    gap: 50px;
  }
}
@media all and (min-width: 970px) {
  #contact form .smf-form {
    gap: 80px;
  }
}
#contact form .wp-block-snow-monkey-forms-item.smf-item {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 969px) {
  #contact form .wp-block-snow-monkey-forms-item.smf-item {
    flex-direction: column;
  }
}
#contact form .smf-item__label,
#contact form .smf-item__col--label {
  text-align: left;
  width: 7em;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #contact form .smf-item__label,
  #contact form .smf-item__col--label {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #contact form .smf-item__label,
  #contact form .smf-item__col--label {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 969px) {
  #contact form .smf-item__col--controls {
    width: 100%;
  }
}
@media all and (min-width: 970px) {
  #contact form .smf-item__col--controls {
    width: 80%;
  }
}
#contact form .smf-item__col--controls input[type="text"],
#contact form .smf-item__col--controls input[type="email"],
#contact form .smf-item__col--controls input[type="tel"],
#contact form .smf-item__col--controls textarea {
  font-family: "Zen Maru Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  border: none;
}
#contact form .smf-item__col--controls input[type="text"]:focus,
#contact form .smf-item__col--controls input[type="email"]:focus,
#contact form .smf-item__col--controls input[type="tel"]:focus,
#contact form .smf-item__col--controls textarea:focus {
  border: 1px solid #c55d53;
}
#contact form .smf-text-control__control {
  border-radius: 999px;
}
#contact form span.smf-item__label__text {
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #contact form span.smf-item__label__text {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #contact form span.smf-item__label__text {
    font-size: 1.5rem;
  }
}
#contact form input, #contact form textarea {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact form input[type="radio"] {
  margin-top: 0 !important;
  -webkit-appearance: none;
  /* Safari対応 */
  -moz-appearance: none;
  /* Firefox対応 */
  border-radius: 50%;
  border: none !important;
  background-color: white;
}
@media all and (max-width: 969px) {
  #contact form input[type="radio"] {
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 970px) {
  #contact form input[type="radio"] {
    width: 30px;
    height: 30px;
  }
}
#contact form input[type="radio"]:checked {
  background-color: white;
  border: none !important;
}
#contact form .smf-radio-button-control__control:before {
  background-color: #0071bd;
  border-radius: 100%;
  margin: 0 !important;
  overflow: hidden;
  visibility: hidden;
}
@media all and (max-width: 969px) {
  #contact form .smf-radio-button-control__control:before {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
  }
}
@media all and (min-width: 970px) {
  #contact form .smf-radio-button-control__control:before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
}
#contact form .smf-radio-button-control__control:checked:before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
}
#contact form .smf-radio-button-control__label {
  position: relative;
  /*
  &:before{
      content:"";
      display:inline-block;
      width:20px;
      height:20px;
      background-image:url("../images/common/radio1.svg");
      background-position:center;
      background-size:100%;
  }
  */
}
#contact form textarea {
  border-radius: 20px;
}
@media all and (max-width: 969px) {
  #contact form textarea {
    width: 100%;
  }
}
@media all and (min-width: 970px) {
  #contact form textarea {
    width: clamp(320px, 100%, 480px);
  }
}
#contact form .smf-textarea-control {
  width: 100%;
}
@media all and (min-width: 970px) {
  #contact form .smf-textarea-control {
    max-width: 480px;
  }
}
#contact form button[type="submit"] {
  border-radius: 999px;
  font-family: "Zen Maru Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact form .smf-action {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
#contact form .smf-button-control__control {
  display: block;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 20px;
  width: 220px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 969px) {
  #contact form .smf-button-control__control {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 970px) {
  #contact form .smf-button-control__control {
    font-size: 1.5rem;
  }
}
#contact form .smf-radio-buttons-control {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 969px) {
  #contact form .smf-radio-buttons-control {
    flex-direction: column;
  }
}
#contact form .smf-radio-buttons-control fieldset.smf-control-fieldset {
  display: contents;
}
#contact form .smf-radio-buttons-control fieldset.smf-control-fieldset .smf-control-legend {
  display: inline-block;
  width: 7em;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #contact form .smf-radio-buttons-control fieldset.smf-control-fieldset .smf-control-legend {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #contact form .smf-radio-buttons-control fieldset.smf-control-fieldset .smf-control-legend {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 969px) {
  #contact form .smf-radio-buttons-control .smf-radio-buttons-control__control {
    /*
    grid-template-columns:  1fr;
    */
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media all and (min-width: 970px) {
  #contact form .smf-radio-buttons-control .smf-radio-buttons-control__control {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center !important;
    margin-top: 0;
    gap: 20px;
  }
}
#contact form .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-radio-button-control {
  align-items: center !important;
}
#contact form .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label .smf-radio-button-control__label {
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #contact form .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label .smf-radio-button-control__label {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #contact form .smf-radio-buttons-control .smf-radio-buttons-control__control .smf-label .smf-radio-button-control__label {
    font-size: 1.5rem;
  }
}
#contact .contact_wrapper {
  background: #f2dee1;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 969px) {
  #contact .contact_wrapper {
    padding: clamp(90px, 24vw, 150px) 20px;
  }
}
@media all and (min-width: 970px) {
  #contact .contact_wrapper {
    padding: 150px 20px;
  }
}
#contact .contact_wrapper:before {
  content: "";
  display: block;
  background-image: url("../images/contact/leaf_contact1_top.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 40px);
  z-index: 0;
}
@media all and (max-width: 969px) {
  #contact .contact_wrapper:before {
    width: calc( 100% - 40px);
    aspect-ratio: 300/51;
  }
}
@media all and (min-width: 970px) {
  #contact .contact_wrapper:before {
    width: calc( 100% - 100px);
    height: clamp(20px, 76vw, 155px);
  }
}
#contact .contact_wrapper:after {
  content: "";
  display: block;
  background-image: url("../images/contact/leaf_contact1_bottom.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -40px);
  z-index: 0;
}
@media all and (max-width: 969px) {
  #contact .contact_wrapper:after {
    width: calc( 100% - 40px);
    aspect-ratio: 300/51;
  }
}
@media all and (min-width: 970px) {
  #contact .contact_wrapper:after {
    width: calc( 100% - 100px);
    height: clamp(20px, 76vw, 180px);
  }
}
@media all and (max-width: 969px) {
  #contact .contact_wrapper .top_content {
    gap: 10px;
    margin-bottom: 50px;
  }
  #contact .contact_wrapper .top_content .label {
    margin: 0 auto 10px !important;
  }
}
#contact.contact_hokago .smf-label,
#contact.contact_hokago .smf-control-legend,
#contact.contact_hokago .smf-item__label,
#contact.contact_hokago .smf-item__col--label,
#contact.contact_hokago .smf-radio-button-control__label {
  color: #0071bd !important;
}
#contact.contact_hokago h1 {
  color: #0071bd !important;
}
#contact.contact_hokago .smf-button-control__control {
  background: #0071bd;
}
#contact.contact_hokago .contact_wrapper {
  background: #f8d2e2;
}
#contact.contact_hokago .contact_wrapper:before {
  background-image: url("../images/contact/leaf_contactw_top.svg");
}
#contact.contact_hokago .contact_wrapper:after {
  background-image: url("../images/contact/leaf_contactw_bottom.svg");
}
#contact.contact_hokago .smf-button-control__control {
  background: #0071bd;
}
#contact.contact_all .smf-label,
#contact.contact_all .smf-control-legend,
#contact.contact_all .smf-item__label,
#contact.contact_all .smf-item__col--label,
#contact.contact_all .smf-radio-button-control__label {
  color: #0071bd !important;
}
#contact.contact_all h1 {
  color: #0071bd !important;
}
#contact.contact_all .contact_wrapper {
  background: #e1f2fc;
}
#contact.contact_all .contact_wrapper:before {
  background-image: url("../images/contact/leaf_contact2_top.svg");
}
#contact.contact_all .contact_wrapper:after {
  background-image: url("../images/contact/leaf_contact2_bottom.svg");
}
#contact.contact_all .smf-button-control__control {
  background: #0071bd;
}
#contact.contact_olive .smf-label,
#contact.contact_olive .smf-control-legend,
#contact.contact_olive .smf-item__label,
#contact.contact_olive .smf-item__col--label,
#contact.contact_olive .smf-radio-button-control__label {
  color: #0071bd !important;
}
#contact.contact_olive h1 {
  color: #0071bd !important;
}
#contact.contact_olive .contact_wrapper {
  background: #d6d950;
}
#contact.contact_olive .contact_wrapper:before {
  background-image: url("../images/contact/leaf_contactw_top.svg");
}
#contact.contact_olive .contact_wrapper:after {
  background-image: url("../images/contact/leaf_contactw_bottom.svg");
}
#contact.contact_olive .smf-button-control__control {
  background: #0071bd;
}
#contact.contact_support .smf-label,
#contact.contact_support .smf-control-legend,
#contact.contact_support .smf-item__label,
#contact.contact_support .smf-item__col--label,
#contact.contact_support .smf-radio-button-control__label {
  color: #c55d53 !important;
}
#contact.contact_support h1 {
  color: #c55d53 !important;
}
#contact.contact_support .contact_wrapper {
  background: #f2dee1;
}
#contact.contact_support .contact_wrapper:before {
  background-image: url("../images/contact/leaf_contact1_top.svg");
}
#contact.contact_support .contact_wrapper:after {
  background-image: url("../images/contact/leaf_contact1_bottom.svg");
}
#contact.contact_support .smf-button-control__control {
  background: #c55d53;
}
#contact form[data-screen="confirm"] .smf-placeholder,
#contact form[data-screen="confirm"] .smf-complete-content,
#contact form[data-screen="complete"] .smf-placeholder,
#contact form[data-screen="complete"] .smf-complete-content {
  font-family: "Zen Maru Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 969px) {
  #contact form[data-screen="confirm"] .smf-placeholder,
  #contact form[data-screen="confirm"] .smf-complete-content,
  #contact form[data-screen="complete"] .smf-placeholder,
  #contact form[data-screen="complete"] .smf-complete-content {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #contact form[data-screen="confirm"] .smf-placeholder,
  #contact form[data-screen="confirm"] .smf-complete-content,
  #contact form[data-screen="complete"] .smf-placeholder,
  #contact form[data-screen="complete"] .smf-complete-content {
    font-size: 1.5rem;
  }
}

/********************************************
muramaisom ムラメゾンショップ
**********************************************/
#mura {
  overflow: hidden;
}
#mura h1 {
  text-align: center;
}
@media all and (max-width: 969px) {
  #mura h1 img.h1_title_img {
    width: clamp(150px, 21vw, 200px);
  }
}
@media all and (min-width: 970px) {
  #mura h1 img.h1_title_img {
    max-width: 250px;
  }
}
@media all and (max-width: 969px) {
  #mura section.sec_slider {
    padding-bottom: 0;
  }
}
#mura section.sec_slider .container {
  padding: 0 !important;
  max-width: 99999px;
  padding: 0 !important;
}
#mura section.sec_slider .slide_all_wrapper {
  width: 100%;
  position: relative;
  z-index: 20;
  margin-left: auto;
}
@media all and (max-width: 969px) {
  #mura section.sec_slider .slide_all_wrapper {
    aspect-ratio: 380 / 375;
  }
}
#mura section.sec_slider .slide_all_wrapper .mask {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 19;
}
@media all and (max-width: 969px) {
  #mura section.sec_slider .slide_all_wrapper .top_slide_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_slider .slide_all_wrapper .top_slide_wrapper {
    margin-left: auto;
    margin-right: 0 !important;
    aspect-ratio: 860/571;
  }
}
@media all and (max-width: 969px) {
  #mura section.sec_slider .slide_all_wrapper .top_slide_wrapper {
    width: 100vw;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_slider .slide_all_wrapper .top_slide_wrapper {
    width: 70vw;
  }
}
#mura section.sec_slider .slide_all_wrapper .main_logo {
  position: absolute;
  z-index: 20;
}
@media all and (max-width: 969px) {
  #mura section.sec_slider .slide_all_wrapper .main_logo {
    width: 33.78788%;
    top: 33.58779%;
    left: 36.76471%;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_slider .slide_all_wrapper .main_logo {
    width: 22.5%;
    top: 15.78947%;
    left: 11.33333%;
  }
}
#mura section.sec_slider .slide_all_wrapper .title_echigo {
  position: absolute;
  z-index: 20;
}
@media all and (max-width: 969px) {
  #mura section.sec_slider .slide_all_wrapper .title_echigo {
    width: 38.375%;
    left: 61.17647%;
    max-width: 253px;
    top: 19.23664%;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_slider .slide_all_wrapper .title_echigo {
    width: 25.58333%;
    right: clamp(50px, 5vw, 100px);
    max-width: 307px;
    top: 25%;
  }
}
#mura section.sec_slider .slide_all_wrapper .title_slide1 {
  position: absolute;
  z-index: 20;
  opacity: 0;
  transition: all .2s linear;
}
#mura section.sec_slider .slide_all_wrapper .title_slide1.on {
  opacity: 1;
}
@media all and (max-width: 969px) {
  #mura section.sec_slider .slide_all_wrapper .title_slide1 {
    width: 30.75%;
    max-width: 253px;
    top: 38.16794%;
    left: 66.17647%;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_slider .slide_all_wrapper .title_slide1 {
    width: 20.5%;
    max-width: 246px;
    top: 55%;
    right: clamp(50px, 5vw, 100px);
  }
}
#mura section.sec_sns .text_wrapper {
  margin: 0 auto;
  display: flex;
  max-width: 980px;
  gap: 20px;
  position: relative;
}
@media all and (max-width: 969px) {
  #mura section.sec_sns .text_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
#mura section.sec_sns .text_wrapper .icon_instagram_shop,
#mura section.sec_sns .text_wrapper .blank {
  display: block;
}
@media all and (max-width: 969px) {
  #mura section.sec_sns .text_wrapper .icon_instagram_shop,
  #mura section.sec_sns .text_wrapper .blank {
    width: clamp(88px, 23vw, 160px);
    height: clamp(88px, 23vw, 160px);
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_sns .text_wrapper .icon_instagram_shop,
  #mura section.sec_sns .text_wrapper .blank {
    width: 168px;
    height: 168px;
  }
}
@media all and (max-width: 969px) {
  #mura section.sec_sns .text_wrapper .blank {
    display: none;
  }
}
@media all and (max-width: 969px) {
  #mura section.sec_sns .text_wrapper .text {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_sns .text_wrapper .text {
    width: 68.49315%;
  }
}
#mura section.sec_sns .text_wrapper .icon_instagram_shop {
  transition: all 0.2s linear;
}
#mura section.sec_sns .text_wrapper .icon_instagram_shop:hover {
  opacity: 0.8;
}
#mura section.sec_products .product_wrapper {
  display: grid;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}
@media all and (max-width: 479px) {
  #mura section.sec_products .product_wrapper {
    grid-template-columns: repeat(1, 250px);
    gap: 60px;
  }
}
@media all and (min-width: 480px) and (max-width: 969px) {
  #mura section.sec_products .product_wrapper {
    grid-template-columns: repeat(2, 250px);
    gap: 60px;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_products .product_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 130px;
  }
}
#mura section.sec_products .product_wrapper .product_s_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 970px) {
  #mura section.sec_products .product_wrapper .product_s_wrap {
    gap: 25px;
  }
}
#mura section.sec_products .product_wrapper .product_s_wrap .prod_image_wrap {
  position: relative;
  aspect-ratio: 390/400;
  max-width: 390px;
  max-height: 400px;
  z-index: 1;
}
@media all and (max-width: 969px) {
  #mura section.sec_products .product_wrapper .product_s_wrap .prod_image_wrap {
    margin-bottom: 20px;
  }
}
#mura section.sec_products .product_wrapper .product_s_wrap .prod_image_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: calc( 100% - 20px );
  height: calc( 100% - 30px );
  max-width: 370px;
  max-height: 370px;
  left: 20px;
  top: 30px;
  background-image: url("../images/mura/bg_prod.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#mura section.sec_products .product_wrapper .product_s_wrap .prod_image {
  display: block;
  position: relative;
  width: calc( 100% - 20px );
  z-index: 1;
}
#mura section.sec_products .product_wrapper .product_s_wrap .prod_name {
  font-weight: bold;
  letter-spacing: 1px;
}
@media all and (max-width: 969px) {
  #mura section.sec_products .product_wrapper .product_s_wrap .prod_name {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_products .product_wrapper .product_s_wrap .prod_name {
    font-size: 1.5rem;
  }
}
#mura section.sec_products .product_wrapper .product_s_wrap .prod_text {
  line-height: 1.8;
  max-width: 300px;
}
@media all and (max-width: 969px) {
  #mura section.sec_products .product_wrapper .product_s_wrap .prod_text {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #mura section.sec_products .product_wrapper .product_s_wrap .prod_text {
    font-size: 1.125rem;
  }
}
#mura section.sec_leaf.sec_leaf_bottom {
  padding-top: 0;
  padding-bottom: 60px;
}
#mura section.sec_leaf.sec_leaf_bottom .container {
  height: 60px;
}

/********************************************
POST関連 個別記事
**********************************************/
h2.h2_news_title {
  margin-bottom: 0;
  max-width: 555px;
  text-align: left !important;
  padding-left: 20px;
}
h2.h2_news_title img.news_title_img {
  width: 66px;
  height: 26px;
}

.post_single {
  overflow-x: visible;
}
.post_single section.sec_leaf {
  padding: 0 20px;
}
.post_single section.sec_leaf .h1_title {
  width: clamp(60px, 10.6vw, 128px);
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0);
  margin-bottom: 0 !important;
}
.post_single section.sec_leaf .h1_title_img {
  width: 100%;
}
.post_single section.sec_leaf.sec_leaf_top {
  padding: 50px 0 0 0;
}
@media all and (max-width: 969px) {
  .post_single section.sec_leaf.sec_leaf_bottom {
    padding: 0 0 50px 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 970px) {
  .post_single section.sec_leaf.sec_leaf_bottom {
    padding: 0 0 100px 0;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 969px) {
  .post_single .sec_news.sec_news_single {
    padding: 20px 0 40px;
  }
}
@media all and (min-width: 970px) {
  .post_single .sec_news.sec_news_single {
    padding-top: 10px !important;
    padding-bottom: 70px !important;
  }
}
.post_single .sec_news .news_wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0;
}
.post_single .sec_news .news_wrapper:before {
  background-image: none;
  display: none;
}
.post_single .sec_news .news_wrapper .news_inner {
  width: 100%;
}
.post_single .sec_news .news_wrapper .date {
  color: #c55d53;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
@media all and (max-width: 969px) {
  .post_single .sec_news .news_wrapper .date {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 970px) {
  .post_single .sec_news .news_wrapper .date {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 969px) {
  .post_single .sec_news .news_wrapper .h2_title {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .post_single .sec_news .news_wrapper .h2_title {
    font-size: 1.25rem;
  }
}
.post_single .sec_news .news_wrapper .content_area {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media all and (max-width: 969px) {
  .post_single .sec_news .news_wrapper .content_area p {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .post_single .sec_news .news_wrapper .content_area p {
    font-size: 1.125rem;
  }
}
.post_single .sec_news .news_wrapper .content_area img {
  width: auto;
}
.post_single .sec_news .to_archive {
  padding-top: 20px;
}
.post_single .sec_news .to_archive a {
  font-weight: 700;
  color: #c55d53;
  padding-top: 50px;
}
@media all and (max-width: 969px) {
  .post_single .sec_news .to_archive a {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .post_single .sec_news .to_archive a {
    font-size: 1.125rem;
  }
}
.post_single .next_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 20px;
  max-width: 800px;
  margin: 30px auto;
  /*
  .link_prev{
      &:before{
          content:"";
          display:block;
          border-left:3px solid $base_orange_color;
          border-top:3px solid $base_orange_color;
          transform:rotate( -45deg );
          @include max-screen( $max-medium-width){
              width:10px;
              height:10px;
              
          }
          @include min-screen( $min-large-width){
              width:15px;
              height:15px;
          }
      }
  }
  .link_next{
      &:after{
          content:"";
          display:block;
          border-left:3px solid $base_orange_color;
          border-top:3px solid $base_orange_color;
          transform:rotate( 135deg );
          @include max-screen( $max-medium-width){
              width:10px;
              height:10px;
          }
          @include min-screen( $min-large-width){
              width:15px;
              height:15px;
          }
      }
  }
  */
}
@media all and (max-width: 969px) {
  .post_single .next_box {
    flex-direction: column;
    gap: 20px;
  }
}
.post_single .next_box .post_link_box {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.post_single .next_box .post_link {
  position: relative;
  font-weight: 700;
  color: #c55d53;
  line-height: 1.1;
}
@media all and (max-width: 969px) {
  .post_single .next_box .post_link {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .post_single .next_box .post_link {
    font-size: 1.25rem;
  }
}

/********************************************
POST関連 アーカイブ
**********************************************/
.cat_Wrap {
  display: flex;
}
@media all and (max-width: 969px) {
  .cat_Wrap {
    justify-content: center;
    gap: 5px;
  }
}
@media all and (min-width: 970px) {
  .cat_Wrap {
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 5px;
  }
}
.cat_Wrap span.cat {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  background: white;
  color: #c55d53;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #c55d53;
}
@media all and (max-width: 969px) {
  .cat_Wrap.cat_Wrap_sp {
    display: flex;
  }
}
@media all and (min-width: 970px) {
  .cat_Wrap.cat_Wrap_sp {
    display: none;
  }
}

.post_archive {
    /*
    .sec_news{
        
        .news_wrapper{
            display:flex;
            flex-direction: column;
            max-width:600px;
            margin:0 auto;
            @include max-screen( $max-medium-width){
                gap:20px;
            }
            @include min-screen( $min-large-width){
                //gap:50px;    
            }
            .post_title_Wrap{
                padding:20px  ;
                border-bottom:1px solid $base_orange_color;
    
            }
            .post_title{
                display:flex;
                align-items:center;
                justify-content: flex-start;
                //border-bottom:1px solid $base_orange_color;
                border:none !important;
                @include max-screen( $max-medium-width){
                    //padding:0 20px 20px;
                    flex-direction:column;
                    gap:5px;
                }
                @include min-screen( $min-large-width){
                    padding:0 !important;
                    gap:30px;    
                }
                .date,.post_area,a{
                   
                    font-weight:$fw-bold;
                    color:$base_orange_color;
                    @include max-screen( $max-medium-width){
                        font-size:rem( 16 );
                    }
                    @include min-screen( $min-large-width){
                        font-size:rem( 21 );
                    }

                }
                .date{
                    @include max-screen( $max-medium-width){
                        width:100%;
                    }
                    @include min-screen( $min-large-width){
                        width:6em;
                    }
                    
                }
                .post_area,
                .cat_Wrap{
                    
                    @include max-screen( $max-medium-width){
                        width:100%;
                    }
                    @include min-screen( $min-large-width){
                        width:calc( 100% - 30px - 6em);
                    }
                }
            }
            .block1 .date{
                @include min-screen( $min-large-width){
                    font-size:0;
                }
            }
        }
    }
    */
}
.post_archive h1 {
  color: #c55d53 !important;
}
.post_archive .sec_leaf {
  padding-bottom: 0 !important;
}
@media all and (max-width: 969px) {
  .post_archive h1.has_line,
  .post_archive h1.has_line2 {
    margin: 0 auto 50px !important;
  }
}
@media all and (min-width: 970px) {
  .post_archive h1.has_line,
  .post_archive h1.has_line2 {
    margin: 0 auto 50px !important;
  }
}

/********************************************
苦情窓口
**********************************************/
#complaints .content_wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#complaints .content_wrapper.content1 {
  margin-bottom: 80px;
}
#complaints .content_wrapper .flex_wrapper {
  display: flex;
  /*
  .text{
      
      font-weight:$fw-regular;
      @include max-screen( $max-medium-width){
          font-size:rem( 16 );
      }
      @include min-screen( $min-large-width){
          font-size:rem( 18 );
      }
  }
  */
}
@media all and (max-width: 969px) {
  #complaints .content_wrapper .flex_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (min-width: 970px) {
  #complaints .content_wrapper .flex_wrapper {
    flex-direction: row;
    gap: 20px;
  }
}
#complaints .content_wrapper .flex_wrapper .item1 {
  width: 140px;
}
#complaints .content_wrapper .flex_wrapper .item1 h2 {
  margin-bottom: 0;
}
@media all and (max-width: 969px) {
  #complaints .content_wrapper .flex_wrapper .item1 h2 {
    font-size: 1.125rem;
    text-align: left;
  }
}
@media all and (min-width: 970px) {
  #complaints .content_wrapper .flex_wrapper .item1 h2 {
    font-size: 1.3125rem;
  }
}
#complaints .content_wrapper .flex_wrapper .item2 {
  max-width: 500px;
}
#complaints .content_wrapper .flex_wrapper .item2 .text {
  font-weight: 400;
}
@media all and (max-width: 969px) {
  #complaints .content_wrapper .flex_wrapper .item2 .text {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media all and (min-width: 970px) {
  #complaints .content_wrapper .flex_wrapper .item2 .text {
    font-size: 1.125rem;
  }
}
#complaints .content_wrapper .flex_wrapper .item2.has_section {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 969px) {
  #complaints .content_wrapper .flex_wrapper .item2.has_section {
    gap: 30px;
  }
}
@media all and (min-width: 970px) {
  #complaints .content_wrapper .flex_wrapper .item2.has_section {
    gap: 50px;
  }
}
#complaints .content_wrapper .flex_wrapper .text_bold {
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 969px) {
  #complaints .content_wrapper .flex_wrapper .text_bold {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #complaints .content_wrapper .flex_wrapper .text_bold {
    font-size: 1.125rem;
  }
}
#complaints .content_wrapper .flex_wrapper .text_bold2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media all and (max-width: 969px) {
  #complaints .content_wrapper .flex_wrapper .text_bold2 {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  #complaints .content_wrapper .flex_wrapper .text_bold2 {
    font-size: 1.125rem;
  }
}
#complaints .content_wrapper .flex_wrapper h3.h3_black {
  color: #666;
  text-align: left;
  margin-bottom: 15px;
}
@media all and (max-width: 969px) {
  #complaints .content_wrapper .flex_wrapper h3.h3_black {
    font-size: 1.125rem;
    text-align: left;
  }
}
@media all and (min-width: 970px) {
  #complaints .content_wrapper .flex_wrapper h3.h3_black {
    font-size: 1.3125rem;
  }
}

/********************************************
事業公表
**********************************************/
#announcement {
  display: flex;
  justify-content: flex-start;
  column-gap: 80px;
  max-width: 960px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  #announcement {
    padding: 0 15px;
  }
}
@media all and (min-width: 970px) {
  #announcement {
    padding: 0 20px;
  }
}
#announcement h1 {
  margin-bottom: 80px;
}
@media all and (max-width: 969px) {
  #announcement h1.has_line:after {
    width: 217px;
    height: 15.5px;
    background-size: 100% auto;
    transform: translate(-50%, 20px) scaleY(0.8);
  }
}
@media all and (min-width: 970px) {
  #announcement h1.has_line:after {
    width: 315px;
    height: 22.5px;
    background-size: 100% auto;
    transform: translate(-50%, 20px) scaleY(0.8);
  }
}
#announcement h2 {
  text-align: left;
}
#announcement aside.side_menu {
  width: 120px;
  padding-top: 110px;
}
@media all and (max-width: 969px) {
  #announcement aside.side_menu {
    display: none;
  }
}
@media all and (min-width: 970px) {
  #announcement aside.side_menu {
    display: block;
  }
}
#announcement aside.side_menu ul.menu_wrapper {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 969px) {
  #announcement aside.side_menu ul.menu_wrapper {
    gap: 15px;
  }
}
@media all and (min-width: 970px) {
  #announcement aside.side_menu ul.menu_wrapper {
    gap: 30px;
  }
}
#announcement aside.side_menu ul.menu_wrapper li a {
  color: #c55d53;
  font-weight: 700;
  letter-spacing: 2px;
}
#announcement aside.side_menu ul.menu_wrapper li a:hover {
  color: #0071bd;
}
@media all and (max-width: 969px) {
  #announcement aside.side_menu ul.menu_wrapper li a {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 970px) {
  #announcement aside.side_menu ul.menu_wrapper li a {
    font-size: 1.3125rem;
  }
}
#announcement aside.side_menu_sp {
  width: 100%;
  margin-bottom: 40px;
}
@media all and (max-width: 969px) {
  #announcement aside.side_menu_sp {
    display: block;
  }
}
@media all and (min-width: 970px) {
  #announcement aside.side_menu_sp {
    display: none;
  }
}
#announcement aside.side_menu_sp ul.menu_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 5em);
  gap: 10px;
  max-width: 350px;
  justify-content: center;
  margin: 0 auto;
}
#announcement aside.side_menu_sp ul.menu_wrapper li a {
  color: #c55d53;
  font-weight: 700;
  letter-spacing: 2px;
}
#announcement aside.side_menu_sp ul.menu_wrapper li a:hover {
  color: #0071bd;
}
@media all and (max-width: 969px) {
  #announcement aside.side_menu_sp ul.menu_wrapper li a {
    font-size: 1.125rem;
  }
}
#announcement main.announce_content {
  padding-bottom: 50px;
  width: 100%;
}
#announcement main.announce_content section .container {
  padding: 0 !important;
}
#announcement main.announce_content .sec_announce {
  padding-top: 0;
}
#announcement main.announce_content .sec_announce .flex_wrapper {
  display: grid;
  align-items: flex-start;
  justify-content: center;
}
@media all and (max-width: 969px) {
  #announcement main.announce_content .sec_announce .flex_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media all and (min-width: 970px) {
  #announcement main.announce_content .sec_announce .flex_wrapper {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
  }
}
#announcement main.announce_content .sec_announce .flex_wrapper .group_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
#announcement main.announce_content .sec_announce .flex_wrapper .item .content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#announcement main.announce_content .sec_announce .flex_wrapper .item .content_wrapper .data_pdf .data {
  color: #666666;
  letter-spacing: 1px;
  color: #c55d53;
}
@media all and (max-width: 969px) {
  #announcement main.announce_content .sec_announce .flex_wrapper .item .content_wrapper .data_pdf .data {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 970px) {
  #announcement main.announce_content .sec_announce .flex_wrapper .item .content_wrapper .data_pdf .data {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
#announcement main.announce_content .sec_announce .flex_wrapper .item .content_wrapper .data_pdf .data:hover {
  color: #0071bd;
}
#announcement main.announce_content .sec_announce .flex_wrapper .fa_name {
  color: #666666;
  letter-spacing: 1px;
  color: #c55d53;
  margin-bottom: 20px;
  font-weight: 700;
}
@media all and (max-width: 969px) {
  #announcement main.announce_content .sec_announce .flex_wrapper .fa_name {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 970px) {
  #announcement main.announce_content .sec_announce .flex_wrapper .fa_name {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}

/**********************************************
Privacy Policy
**********************************************/
.privacy .container {
  max-width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 969px) {
  .privacy h2 {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .privacy h2 {
    font-size: 1.125rem;
  }
}
.privacy .text {
  font-weight: 400;
}
@media all and (max-width: 969px) {
  .privacy .text {
    font-size: 1rem;
  }
}
@media all and (min-width: 970px) {
  .privacy .text {
    font-size: 1rem;
  }
}
.privacy .content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.privacy .grid_wrapper {
  display: grid;
  gap: 30px;
}
@media all and (max-width: 479px) {
  .privacy .grid_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (min-width: 480px) {
  .privacy .grid_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.privacy .grid_wrapper ul {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 479px) {
  .privacy .grid_wrapper ul {
    gap: 8px;
  }
}
@media all and (min-width: 480px) {
  .privacy .grid_wrapper ul {
    gap: 10px;
  }
}
.privacy .grid_wrapper ul li.bold {
  font-weight: 700;
}
.privacy ol {
  counter-reset: listnum;
  /* カウンターをリセット */
  list-style: none;
  /* 標準のスタイルは消す */
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy ol li::before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum);
  /* カウントした数に応じて番号を表示 */
  padding-right: .5em;
}
.privacy ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/**********************************************
支援ページ page-Blue
**********************************************/
#support .top_wrapper {
  /*
  @include min-screen( $min-large-width){
      aspect-ratio: 1200 / 734 ;
  }
  */
  position: relative;
  z-index: 1;
}
@media all and (max-width: 969px) {
  #support .top_wrapper.day {
    background-image: url("../images/support/bg_day_sp.svg");
    background-position: -20%  0;
    background-size: 150%;
    background-repeat: no-repeat;
    aspect-ratio: 2;
  }
}
@media all and (min-width: 970px) {
  #support .top_wrapper.day {
    aspect-ratio: 1200/734;
  }
}
@media all and (max-width: 969px) {
  #support .top_wrapper.soudan {
    background-image: url("../images/support/bg_soudan_sp.svg");
    background-position: -20%  0;
    background-size: 150%;
    background-repeat: no-repeat;
    aspect-ratio: 2;
  }
}
@media all and (min-width: 970px) {
  #support .top_wrapper.soudan {
    aspect-ratio: 1200/734;
  }
}
#support .top_wrapper .bg_img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media all and (max-width: 969px) {
  #support .top_wrapper .bg_img {
    display: none;
  }
}
@media all and (min-width: 970px) {
  #support .top_wrapper .bg_img {
    left: 10%;
  }
}
@media all and (max-width: 969px) {
  #support .top_wrapper .text_wrapper {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  #support .top_wrapper .text_wrapper .subtitle {
    font-size: 1.125rem;
    color: #c55d53;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #support .top_wrapper .text_wrapper h1 {
    text-align: left;
    margin-bottom: clamp(60px, 66vw, 500px);
  }
}
@media all and (min-width: 970px) {
  #support .top_wrapper .text_wrapper {
    position: absolute;
    left: 14.58333%;
    top: 50px;
    width: 33.33333%;
  }
  #support .top_wrapper .text_wrapper .subtitle {
    font-size: 1.5rem;
    color: #c55d53;
    font-weight: 700;
    margin-bottom: 40px;
  }
  #support .top_wrapper .text_wrapper h1 {
    text-align: left;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 969px) {
  #support .top_wrapper .contact_wrapper {
    display: block;
    padding-top: 30px;
  }
}
@media all and (min-width: 970px) {
  #support .top_wrapper .contact_wrapper {
    position: absolute;
    right: 10%;
    bottom: 2%;
  }
}
#support .top_wrapper .contact_wrapper .contact_blue h2 {
  border: 2px solid #c55d53;
  border-radius: 999px;
  background-color: #FFF;
}
@media all and (max-width: 969px) {
  #support .top_wrapper .contact_wrapper .contact_blue h2 {
    width: 9em;
    margin: 0 auto !important;
    padding: 10px 10px;
  }
}
@media all and (min-width: 970px) {
  #support .top_wrapper .contact_wrapper .contact_blue h2 {
    width: 8em;
    margin: 0 !important;
    padding: 10px 15px;
  }
}
#support section.sec_access .tel_num a,
#support section.sec_access .text2 {
  color: #c55d53;
  font-weight: 700;
  font-size: 1.125rem;
}
#support section.sec_link p {
  text-align: center;
}
#support section.sec_link p a.page_link {
  color: #c55d53;
  font-weight: 700;
  border: 2px solid #c55d53;
  border-radius: 999px;
  padding: 10px;
}
@media all and (max-width: 969px) {
  #support section.sec_link p a.page_link {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 970px) {
  #support section.sec_link p a.page_link {
    font-size: 1.3125rem;
  }
}

/********************************************
Relic Dish
**********************************************/
#relic_dish {
  @import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
  font-family: "Noto Serif JP", serif !important;
}
#relic_dish .top_wrap {
  position: relative;
  aspect-ratio: 1200/620;
  background-image: url("../images/relic/bg_main.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  margin-bottom: clamp(30px, 4vw, 50px);
}
#relic_dish .top_wrap .logo_main {
  position: absolute;
  width: 33%;
  left: 6.66667%;
  top: 66.88742%;
  mix-blend-mode: multiply;
}
#relic_dish .top_wrap .title_tate {
  position: absolute;
  width: 3.16667%;
  left: 32.16667%;
  top: 16.45161%;
  filter: drop-shadow(2px 2px 4px #333);
}
#relic_dish .text_wrapper {
  max-width: 940px;
  margin: 0 auto;
}
#relic_dish .text_wrapper p.top_text {
  color: #4d4d4d;
}
@media all and (max-width: 969px) {
  #relic_dish .text_wrapper p.top_text {
    font-size: 0.9375rem;
    line-height: 1.8;
    font-weight: 600 !important;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media all and (min-width: 970px) {
  #relic_dish .text_wrapper p.top_text {
    font-size: 1.3125rem;
    letter-spacing: 1px;
    line-height: 1.8;
    font-weight: 700;
    padding-left: 25.53191%;
  }
}
#relic_dish section.sec_item {
  padding-bottom: 80px;
}
@media all and (max-width: 969px) {
  #relic_dish section.sec_item {
    padding-top: 0;
  }
}
#relic_dish section.sec_item .container {
  padding: 0 40px !important;
}
#relic_dish section.sec_item .item_wrap {
  display: flex;
  justify-content: center;
  gap: clamp(40px, 8vw, 95px);
  align-items: flex-end;
}
@media all and (max-width: 969px) {
  #relic_dish section.sec_item .item_wrap {
    margin-bottom: clamp(40px, 12.5vw, 80px);
  }
}
@media all and (min-width: 970px) {
  #relic_dish section.sec_item .item_wrap {
    margin-bottom: clamp(80px, 12.5vw, 150px);
  }
}
#relic_dish section.sec_item .item_wrap .item {
  width: calc( 50% - $gap_width );
  position: relative;
  z-index: 1;
}
#relic_dish section.sec_item .item_wrap .item.item1:after {
  content: "";
  display: block;
  background-image: url("../images/relic/bg_photo1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 90%;
  height: 95%;
  position: absolute;
  left: -11.25%;
  top: -11.25%;
  z-index: 0;
}
#relic_dish section.sec_item .item_wrap .item.item2:after {
  content: "";
  display: block;
  background-image: url("../images/relic/bg_photo2.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 107.22022%;
  position: absolute;
  left: 12.01923%;
  top: 13.3574%;
  z-index: 0;
}
#relic_dish section.sec_item .item_wrap .item1_img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  z-index: 1;
}
#relic_dish section.sec_item .item_wrap .item2_img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 416px;
  z-index: 1;
}
#relic_dish section.sec_item .line {
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
}
#relic_dish section.sec_item .logo_mini {
  display: block;
}
@media all and (max-width: 969px) {
  #relic_dish section.sec_item .logo_mini {
    width: 79.1px;
    height: 23.1px;
    margin: 20px auto 10px;
  }
}
@media all and (min-width: 970px) {
  #relic_dish section.sec_item .logo_mini {
    width: 113px;
    height: 33px;
    margin: 50px auto 20px;
  }
}
#relic_dish .copy_area {
  padding: 0 20px 50px;
}
#relic_dish .copyright {
  font-family: "Zen Maru Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}
