@charset "UTF-8";
/*   
Theme Name: アク・サン（新）
Theme URI:
Author: MojaDesign
Author URI: https://moja-d.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MojaDesign
*/
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************ 
 *	base
 * ************************************************ */
html, html *, body, header, footer {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fdf9f4;
  font-family: "Zen Maru Gothic", "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}

a[href^="tel:"] {
  cursor: default;
}
@media print, screen and (min-width: 960px) {
  a[href^="tel:"]:hover {
    opacity: unset;
    transition: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ************************************************ 
 *	content block
 * ************************************************ */
#content-wrap {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

.content_block:not(:last-child) {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .content_block:not(:last-child) {
    padding-bottom: 100px;
  }
}
.content_block.pt {
  padding-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .content_block.pt {
    padding-top: 100px;
  }
}

.inner {
  max-width: 1060px;
  padding: 0 5vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .inner {
    padding: 0 30px;
  }
}
.inner.large {
  max-width: 1308px;
}
.inner.short {
  max-width: 960px;
}

/* ************************************************ 
 *	a
 * ************************************************ */
@media print, screen and (min-width: 960px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}

a[href^="tel:"] {
  cursor: default;
}
@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a[href^="tel:"]:hover {
  opacity: unset;
  transition: none;
}

a.anchor {
  display: block;
  padding-top: 56px;
  margin-top: -56px;
}
@media print, screen and (min-width: 960px) {
  a.anchor {
    padding-top: 0;
    margin-top: 0;
  }
}

/* ************************************************ 
 *	見出し
 * ************************************************ */
h1.page_ttl {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 600px) {
  h1.page_ttl {
    font-size: 28px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
}
@media print, screen and (min-width: 960px) {
  h1.page_ttl {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
h1.page_ttl span {
  display: block;
  font-size: 12px;
  letter-spacing: initial;
  margin-top: 5px;
}
@media print, screen and (min-width: 600px) {
  h1.page_ttl span {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.page_ttl span {
    font-size: 16px;
    margin-top: 15px;
  }
}

h2.section_ttl {
  position: relative;
  font-size: 11vw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 600px) {
  h2.section_ttl {
    font-size: 11vw;
  }
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl {
    font-size: 13.5vw;
  }
}
@media print, screen and (min-width: 1200px) {
  h2.section_ttl {
    font-size: 170px;
  }
}
h2.section_ttl.small {
  font-size: 30px;
}
@media print, screen and (min-width: 600px) {
  h2.section_ttl.small {
    font-size: 42px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl.small {
    font-size: 80px;
  }
}
h2.section_ttl .sub_ttl {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl .sub_ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
}
h2.section_ttl .bg_ttl {
  position: absolute;
  top: -2vw;
  color: #040f50;
  font-size: 17vw;
  pointer-events: none;
  z-index: -1;
}
@media print, screen and (min-width: 600px) {
  h2.section_ttl .bg_ttl {
    top: -3vw;
    font-size: 14vw;
  }
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl .bg_ttl {
    top: -4vw;
    font-size: 14.5vw;
  }
}
@media print, screen and (min-width: 1800px) {
  h2.section_ttl .bg_ttl {
    font-size: 260px;
  }
}
h2.section_ttl .bg_ttl.right {
  right: 6%;
}
h2.section_ttl .bg_ttl.left {
  left: 2%;
}

h2.block_ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 600px) {
  h2.block_ttl {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.block_ttl {
    font-size: 46px;
    margin-bottom: 50px;
  }
}

h2.top_section_ttl {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  h2.top_section_ttl {
    margin-bottom: 30px;
  }
}
h2.top_section_ttl.plan {
  background: url(images/top-plan-ttl-bg01.webp) no-repeat, url(images/top-plan-ttl-bg02-2.webp) no-repeat;
  background-position: center top, center bottom;
  background-size: 160px auto, 118px auto;
  padding: 112px 0 152px;
}
@media print, screen and (min-width: 768px) {
  h2.top_section_ttl.plan {
    max-width: 656px;
    background: url(images/top-plan-ttl-bg01.webp) no-repeat, url(images/top-plan-ttl-bg02.webp) no-repeat;
    background-position: left bottom, right bottom;
    background-size: 168px auto;
    padding: 0;
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.top_section_ttl.plan {
    max-width: 768px;
    background-size: 196px auto;
  }
}
h2.top_section_ttl.consulting {
  background: url(images/top-consulting-ttl-bg01.webp) no-repeat;
  background-position: center bottom;
  padding-bottom: 128px;
  background-size: 118px auto;
}
@media print, screen and (min-width: 768px) {
  h2.top_section_ttl.consulting {
    max-width: 696px;
    background-position: right bottom;
    background-size: 108px auto;
    padding: 0;
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.top_section_ttl.consulting {
    background-size: 118px auto;
    max-width: 816px;
  }
}
h2.top_section_ttl.flow {
  background: url(images/top-flow-ttl-bg.webp) no-repeat;
  background-position: center bottom;
  padding-bottom: 112px;
  background-size: 88px auto;
}
@media print, screen and (min-width: 768px) {
  h2.top_section_ttl.flow {
    max-width: 552px;
    background-position: right center;
    padding: 16px 0;
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.top_section_ttl.flow {
    background-size: 126px auto;
    max-width: 720px;
    padding: 20px 0;
  }
}
h2.top_section_ttl .sub {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  h2.top_section_ttl .sub {
    font-size: 28px;
  }
}
h2.top_section_ttl .main {
  display: block;
  color: #0B9981;
  font-size: 26px;
}
@media print, screen and (min-width: 600px) {
  h2.top_section_ttl .main {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.top_section_ttl .main {
    font-size: 42px;
    text-indent: 0.2em;
  }
}
h2.top_section_ttl .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 4px;
}
@media print, screen and (min-width: 960px) {
  h2.top_section_ttl .description {
    font-size: 18px;
    padding-top: 6px;
  }
}

/*********************************************************************
* 動画埋め込み
**********************************************************************/
.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************************
* img
**********************************************************************/
.img_center {
  display: block;
  margin: 0 auto;
}

/*********************************************************************
* googlemap
**********************************************************************/
.gmap {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .gmap {
    padding-bottom: 56.25%;
  }
}
@media print, screen and (min-width: 600px) {
  .gmap.top_all {
    padding-bottom: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .gmap.top_all {
    padding-bottom: 49.6%;
  }
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************************
* flexbox外枠
**********************************************************************/
.flex_between,
.flex_start,
.flex_center,
.flex_end,
.flex_around {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 600px) {
  .flex_between_tab,
  .flex_start_tab,
  .flex_center_tab,
  .flex_end_tab,
  .flex_around_tab {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 960px) {
  .flex_between_pc,
  .flex_start_pc,
  .flex_center_pc,
  .flex_end_pc,
  .flex_around_pc {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.flex_between,
.flex_between_tab,
.flex_between_pc {
  justify-content: space-between;
}

.flex_start,
.flex_start_tab,
.flex_start_pc {
  justify-content: flex-start;
}

.flex_center,
.flex_center_tab,
.flex_center_pc {
  justify-content: center;
}

.flex_end,
.flex_end_tab,
.flex_end_pc {
  justify-content: flex-end;
}

.flex_around,
.flex_around_tab,
.flex_around_pc {
  justify-content: space-around;
}

.align_stretch {
  align-items: stretch !important;
}

@media print, screen and (min-width: 960px) {
  .row_reverse {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 600px) {
  .row_reverse_tab {
    flex-direction: row-reverse;
  }
}

/* ************************************************ 
 *	PC／SP切り替え
 * ************************************************ */
.sp_only {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .sp_only {
    display: none;
  }
}

.sp_only_ib {
  display: inline-block;
}
@media print, screen and (min-width: 600px) {
  .sp_only_ib {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .tab_only {
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  .tab_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
}

.tab_sp_only {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .tab_sp_only {
    display: none;
  }
}

.tab_pc_only {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .tab_pc_only {
    display: block;
  }
}

.tab_pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .tab_pc_only_ib {
    display: inline-block;
  }
}

.pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .pc_only_ib {
    display: inline-block;
  }
}

/* ************************************************ 
 *	ヘッダー
 * ************************************************ */
/* 共通
----------------------------------------------*/
header {
  padding-top: 56px;
}
@media print, screen and (min-width: 960px) {
  header {
    padding-top: 0;
  }
}
header .header_description {
  background-color: #0B9981;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  padding: 5px 0;
}
@media print, screen and (min-width: 600px) {
  header .header_description {
    font-size: 14px;
  }
}
header .header_description p {
  max-width: 1460px;
  padding: 0 10px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  header .header_description p {
    padding: 0 30px;
  }
}
header .header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: rgba(253, 249, 244, 0.8);
  transition: background-color 0.7s;
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  header .header_fixed {
    position: unset;
    height: auto;
  }
  header .header_fixed.is-show {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1460px;
  height: 100%;
  padding: 0 10px;
}
@media print, screen and (min-width: 960px) {
  header .header_inner {
    height: auto;
    margin: 0 auto;
    padding: 0 30px;
  }
}

header.open .header_fixed {
  background-color: #fdf9f4;
}

/* ロゴ
----------------------------------------------*/
.logo {
  width: 110px;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .logo {
    width: min(10vw, 160px);
  }
}
@media print, screen and (min-width: 960px) {
  .logo a {
    transition: all 0.3s ease;
  }
  .logo a:hover {
    opacity: 0.6;
  }
}

/* グローバルナビ
----------------------------------------------*/
.g_nav {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 960px) {
  .header_nav {
    padding: 20px 0;
  }
}
.header_nav .content_nav {
  padding: 0 5% 30px;
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0;
  }
}
.header_nav .content_nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav > li {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: none;
  }
}
.header_nav .content_nav li.accordion {
  position: relative;
}
.header_nav .content_nav li.accordion.accordion ul.sub_nav {
  display: none;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav li.accordion.accordion ul.sub_nav {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 130px;
    background-color: #0B9981;
    text-align: center;
    padding: 0 10px;
    z-index: 1;
    transform: translateX(-50%);
  }
}
.header_nav .content_nav li.accordion.accordion ul.sub_nav li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav li.accordion.accordion ul.sub_nav li {
    width: 100%;
    border-top: none;
    margin: 0;
  }
}
.header_nav .content_nav li.accordion.accordion ul.sub_nav li a {
  padding: 20px 10px;
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav li.accordion.accordion ul.sub_nav li a {
    color: #fff;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav li.accordion.accordion ul.sub_nav li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.header_nav .content_nav li.accordion.accordion ul.sub_nav a {
  text-indent: 1em;
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav li.accordion.accordion ul.sub_nav a {
    text-indent: 0;
  }
}
.header_nav .content_nav li.accordion span {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 20px 10px;
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav li.accordion span {
    font-size: 1.2vw;
    padding: 20px 25px;
  }
}
@media print, screen and (min-width: 1300px) {
  .header_nav .content_nav li.accordion span {
    font-size: 16px;
  }
}
.header_nav .content_nav li.accordion span::before, .header_nav .content_nav li.accordion span::after {
  position: absolute;
  right: 10px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #000;
  transition: 0.5s;
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav li.accordion span::before, .header_nav .content_nav li.accordion span::after {
    content: none;
  }
}
.header_nav .content_nav li.accordion span::after {
  transform: rotate(90deg);
}
.header_nav .content_nav li.accordion span.open::after {
  transform: rotate(0);
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav li.accordion span:hover {
    cursor: pointer;
  }
}
.header_nav .content_nav a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 20px 10px;
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav a {
    display: block;
    font-size: min(1.2vw, 16px);
    padding: 20px min(1.5vw, 24px);
    transition: all 0.3s ease;
  }
  .header_nav .content_nav a:hover {
    opacity: 0.6;
  }
}
.header_nav .content_nav a::after {
  position: absolute;
  right: 12px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  .header_nav .content_nav a::after {
    content: none;
  }
}

a.header_tel_wrapper {
  position: absolute;
  right: 50px;
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  a.header_tel_wrapper {
    position: unset;
    display: block;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: min(1.8vw, 32px);
  }
}
a.header_tel_wrapper .tel_txt {
  display: none;
}
@media print, screen and (min-width: 960px) {
  a.header_tel_wrapper .tel_txt {
    display: block;
    width: 100%;
    font-size: min(0.9vw, 15px);
    font-weight: 500;
    margin-left: min(2.7vw, 42px);
  }
}
@media print, screen and (min-width: 960px) {
  a.header_tel_wrapper .header_tel {
    display: flex;
    align-items: flex-end;
    gap: min(0.5vw, 8px);
  }
}
a.header_tel_wrapper .tel_number {
  display: none;
}
@media print, screen and (min-width: 960px) {
  a.header_tel_wrapper .tel_number {
    display: inline-block;
    color: #0B9981;
    font-size: min(2.6vw, 36px);
    font-weight: 700;
  }
}
a.header_tel_wrapper img {
  width: 34px;
}
@media print, screen and (min-width: 960px) {
  a.header_tel_wrapper img {
    width: min(2.2vw, 34px);
  }
}

/* ************************************************ 
 *	SP　ハンバーガーメニュー
 * ************************************************ */
/* メニュートリガー
----------------------------------------*/
.menu-trigger {
  display: inline-block;
  width: 45px;
  height: 56px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  transform: translateX(0);
}
@media print, screen and (min-width: 960px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transition: all 0.5s;
}

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

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

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

.menu-trigger.active {
  transform: translateX(0);
  position: fixed;
  width: 45px;
  height: 59px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/* メニュー枠
----------------------------------------*/
.header_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #fdf9f4;
  transition: all 0.7s;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media print, screen and (min-width: 960px) {
  .header_nav {
    position: unset;
    z-index: unset;
    transform: unset;
    transition: unset;
    overflow: unset;
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.header_nav.open {
  opacity: 1;
  visibility: visible;
}

/* ************************************************ 
 *	パンくず
 * ************************************************ */
.breadcrumbs_wrapper {
  width: 100%;
  font-size: 8px;
  line-height: 1;
  text-align: left;
  max-width: 1060px;
  padding: 10px 5% 30px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .breadcrumbs_wrapper {
    padding: 10px 30px 40px;
    font-size: 12px;
  }
}
.breadcrumbs_wrapper span {
  display: inline-block;
  font-size: 10px;
  padding: 0 2px;
}
@media print, screen and (min-width: 600px) {
  .breadcrumbs_wrapper span {
    padding: 0 0;
    font-size: 10px;
  }
}
.breadcrumbs_wrapper a {
  display: inline-block;
  padding-right: 2px;
}
@media print, screen and (min-width: 600px) {
  .breadcrumbs_wrapper a {
    font-size: 11px;
  }
}

/* ************************************************ 
 *	404
 * ************************************************ */
.notfound_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vw;
  background: url(images/404.webp) no-repeat;
  background-position: center;
  background-size: auto 80vw;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .notfound_wrap {
    height: 768px;
    background-size: unset;
  }
}
.notfound_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

h2.notfound {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  h2.notfound {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.notfound {
    font-size: 46px;
  }
}

.notfound_txt {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-top: 1em;
}
@media print, screen and (min-width: 600px) {
  .notfound_txt {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .notfound_txt {
    font-size: 32px;
  }
}

/* ************************************************ 
 *	サンクス
 * ************************************************ */
h1.thanks_ttl {
  font-size: 24px;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  h1.thanks_ttl {
    font-size: 30px;
  }
}

.thanks_block {
  line-height: 2.2;
  padding: 30px 0 80px;
}
@media print, screen and (min-width: 960px) {
  .thanks_block {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
  }
}

/* ************************************************ 
 *	reCAPTCHA
 * ************************************************ */
.grecaptcha-badge {
  visibility: hidden;
}

/* ************************************************ 
 *	フッター
 * ************************************************ */
footer {
  padding-bottom: 60px;
  margin-top: 70px;
}
@media print, screen and (min-width: 600px) {
  footer {
    padding-bottom: 74px;
  }
}
@media print, screen and (min-width: 960px) {
  footer {
    padding-bottom: 96px;
    margin-top: 100px;
  }
}
footer.no_mt {
  margin-top: 0;
}

/* 供花・供物のご注文
----------------------------------------------*/
.footer_kyouka_kumotsu_area {
  background-color: #F9E1DC;
  padding: 30px 0;
}

@media print, screen and (min-width: 768px) {
  .footer_kyouka_kumotsu_block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.footer_kyouka_kumotsu_txt {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .footer_kyouka_kumotsu_txt {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_kyouka_kumotsu_txt {
    margin-right: 50px;
  }
}
.footer_kyouka_kumotsu_txt h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .footer_kyouka_kumotsu_txt h2 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_kyouka_kumotsu_txt h2 {
    font-size: 36px;
  }
}
.footer_kyouka_kumotsu_txt h2 span {
  display: block;
  font-size: 14px;
}
@media print, screen and (min-width: 600px) {
  .footer_kyouka_kumotsu_txt h2 span {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_kyouka_kumotsu_txt h2 span {
    font-size: 18px;
  }
}
.footer_kyouka_kumotsu_txt p {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 960px) {
  .footer_kyouka_kumotsu_txt p {
    font-size: 18px;
  }
}
.footer_kyouka_kumotsu_txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  background-color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
  padding: 10px 0;
  margin: 0 auto;
}
.footer_kyouka_kumotsu_txt a span.arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #7091ca;
  border-radius: 50%;
  margin-left: 20px;
}
.footer_kyouka_kumotsu_txt a span.arrow::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-right: 3px;
  transform: rotate(135deg);
}

.footer_kyouka_kumotsu_img {
  position: relative;
  max-width: 364px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .footer_kyouka_kumotsu_img {
    margin: 0;
  }
}
.footer_kyouka_kumotsu_img .muryou {
  position: absolute;
  top: -20px;
  right: -12px;
  width: 104px;
}
@media print, screen and (min-width: 768px) {
  .footer_kyouka_kumotsu_img .muryou {
    top: -20px;
    right: -20px;
    width: 120px;
  }
}

/* サンクラブ
----------------------------------------*/
.footer_sunclub {
  background-color: #E26249;
  padding: 24px 0;
}
@media print, screen and (min-width: 600px) {
  .footer_sunclub {
    padding: 32px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_sunclub {
    padding: 40px 0;
  }
}

.footer_sunclub_inner {
  max-width: 1164px;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .footer_sunclub_inner {
    padding: 0 30px;
  }
}

/* JAリンク
----------------------------------------*/
.footer_ja_link {
  padding: 32px 0;
}
.footer_ja_link > div {
  align-items: center;
}

img.jecia {
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 960px) {
  img.jecia {
    margin: 0;
  }
}

.ja_link {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .ja_link {
    margin-left: 30px;
  }
}
.ja_link .ja_link_ttl {
  color: #E26249;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .ja_link .ja_link_ttl {
    font-size: 24px;
  }
}
.ja_link ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 80%;
  margin: 24px auto 0;
}
@media print, screen and (min-width: 600px) {
  .ja_link ul {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 8px 0 0;
  }
}
@media print, screen and (min-width: 600px) {
  .ja_link ul li {
    width: 30%;
  }
}
@media print, screen and (min-width: 960px) {
  .ja_link ul li {
    width: 146px;
  }
}
.ja_link ul img {
  width: 100%;
  margin-bottom: 5px;
}
.ja_link ul p {
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .ja_link ul p {
    font-size: 11px;
  }
}

/* フッターリンク
----------------------------------------*/
.footer_nav {
  background-color: #0B9981;
  color: #fff;
  padding: 30px 0;
}
.footer_nav .footer_nav_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5em 0;
}
@media print, screen and (min-width: 600px) {
  .footer_nav .footer_nav_container {
    justify-content: center;
    gap: 0 min(12vw, 144px);
  }
}
.footer_nav ul {
  width: 48%;
}
@media print, screen and (min-width: 600px) {
  .footer_nav ul {
    width: auto;
  }
}
.footer_nav ul:last-child {
  font-weight: 700;
}
.footer_nav ul li {
  font-size: 15px;
}
.footer_nav ul li:first-child {
  font-weight: 700;
}
.footer_nav ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.footer_nav ul a {
  color: #fff;
  font-size: 14px;
}

/* フッターアドレス
----------------------------------------*/
.footer_address {
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 600px) {
  .footer_address {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_address {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
.footer_address .footer_logo {
  width: 160px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 960px) {
  .footer_address .footer_logo {
    width: 198px;
    margin: 0 20px 0 0;
  }
}
.footer_address .footer_logo img {
  display: block;
}
.footer_address p {
  font-size: 14px;
  line-height: 1.5;
}
@media print, screen and (min-width: 600px) {
  .footer_address p {
    font-size: 16px;
  }
}
.footer_address span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .footer_address span {
    font-size: 22px;
    margin-top: 0;
  }
}

/* 固定メニュー
----------------------------------------*/
div.footer_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fdf9f4;
  padding: 8px 0;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  div.footer_fixed {
    padding: 10px 0 5px;
  }
}
div.footer_fixed .footer_fixed_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  line-height: 1;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  div.footer_fixed .footer_fixed_inner {
    gap: 0 30px;
  }
}
@media print, screen and (min-width: 960px) {
  div.footer_fixed .footer_fixed_inner {
    justify-content: space-between;
    gap: 0;
  }
}
div.footer_fixed .footer_fixed_lead {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 960px) {
  div.footer_fixed .footer_fixed_logo {
    display: flex;
    align-items: center;
  }
}
div.footer_fixed .footer_fixed_logo img {
  width: 128px;
  margin-right: 12px;
}
div.footer_fixed .footer_fixed_logo .muryou {
  background-color: #E26249;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 7px;
  padding: 5px 10px 7px;
  margin-top: 5px;
}
div.footer_fixed a.footer_fixed_tel {
  width: 50%;
  max-width: 299px;
  color: #0B9981;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
}
@media print, screen and (min-width: 600px) {
  div.footer_fixed a.footer_fixed_tel {
    width: auto;
    max-width: unset;
    padding: 0;
  }
}
@media print, screen and (min-width: 960px) {
  div.footer_fixed a.footer_fixed_tel {
    display: flex;
    align-items: center;
    text-align: unset;
  }
}
div.footer_fixed a.footer_fixed_tel .hour24 {
  display: block;
  font-size: 2.8vw;
  font-weight: 700;
  padding-bottom: 3px;
}
@media print, screen and (min-width: 600px) {
  div.footer_fixed a.footer_fixed_tel .hour24 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  div.footer_fixed a.footer_fixed_tel .hour24 {
    display: inline-block;
    padding: 3px 0 0;
    margin-right: 15px;
  }
}
div.footer_fixed a.footer_fixed_tel .tel {
  font-size: 5.2vw;
  font-weight: 700;
}
@media print, screen and (min-width: 600px) {
  div.footer_fixed a.footer_fixed_tel .tel {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 960px) {
  div.footer_fixed a.footer_fixed_tel .tel {
    font-size: 36px;
  }
}
div.footer_fixed a.footer_fixed_tel img {
  display: inline-block;
  width: min(5vw, 34px);
  margin-right: 5px;
}
@media print, screen and (min-width: 960px) {
  div.footer_fixed a.footer_fixed_tel img {
    width: 30px;
    margin-bottom: 3px;
  }
}
div.footer_fixed a.footer_fixed_bnr {
  width: 50%;
  max-width: 262px;
  padding: 0 5px;
}
@media print, screen and (min-width: 600px) {
  div.footer_fixed a.footer_fixed_bnr {
    width: auto;
    padding: 0;
  }
}

ul.side_fixed {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 1;
}
@media print, screen and (min-width: 600px) {
  ul.side_fixed {
    right: 15px;
    bottom: 110px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.side_fixed {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
}
ul.side_fixed li:not(:last-child) {
  margin-bottom: 10px;
}
ul.side_fixed a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}
@media print, screen and (min-width: 960px) {
  ul.side_fixed a {
    width: 120px;
    height: auto;
    border-radius: 0;
  }
}
ul.side_fixed a.tel {
  background-color: #E26249;
}
@media print, screen and (min-width: 960px) {
  ul.side_fixed a.tel {
    background-color: unset;
  }
}
ul.side_fixed a.mail {
  background-color: #0B9981;
}
@media print, screen and (min-width: 960px) {
  ul.side_fixed a.mail {
    background-color: unset;
  }
}
ul.side_fixed a span {
  display: none;
}
@media print, screen and (min-width: 960px) {
  ul.side_fixed a span {
    display: block;
  }
}
ul.side_fixed a small {
  display: block;
  font-size: 14px;
}

/* コピーライト
----------------------------------------*/
.copyright {
  display: block;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 16px 0;
}/*# sourceMappingURL=style.css.map */