@charset "UTF-8";
/*
Theme Name: eye_sence Vol.1.0.2
Description: eye_sence Vol.1.0.2　全ページカスタマイズテーマです。
*/
/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*

$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/******************************/
/* デザイン共通 */
/******************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  height: 100dvh;
}

html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td,
p,
img,
figure {
  margin: 0;
  padding: 0;
  border: none;
}

address {
  font-style: normal;
}

a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

body {
  font-family: YakuHanMP, "a-otf-ryumin-pr6n", "游明朝", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, serif;
  /*font-family: YakuHanJP_Noto, "Noto Sans JP", "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;*/
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 1080px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/******************************/
/*　リンク基本設定　*/
/******************************/
a {
  color: #222222;
  text-decoration: none;
}

/******************************/
/*　画像基本設定　*/
/******************************/
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/******************************/
/*　構成基本設定　*/
/******************************/
.txt {
  /*両脇揃え（中央揃えの文章には設置しない）*/
  text-align: justify;
}

/******************************/
/*　リスト基本設定　*/
/******************************/
ol,
ul,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.dot_list li {
  list-style-type: disc;
  list-style-position: inside;
}

/*インナーページのカスタム投稿一覧で使用*/
.list_a_all li {
  margin-bottom: 50px;
}

.list_a_all li:last-child {
  margin-bottom: 0;
}

.list_a_all li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #666666;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .list_a_all li a {
    display: block;
  }
}

.list_a_all li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.list_a_all li a .imgarea {
  width: 300px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .list_a_all li a .imgarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.list_a_all li a .imgarea figure {
  margin: 0;
}

.list_a_all li a .imgarea figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3 / 2;
}

.list_a_all li a .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list_a_all li a .textarea .gutenberg h1,
.list_a_all li a .textarea .gutenberg h2,
.list_a_all li a .textarea .gutenberg h3,
.list_a_all li a .textarea .gutenberg h4,
.list_a_all li a .textarea .gutenberg h5 {
  display: none;
}

.list_a_all li a .textarea .gutenberg p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.works_list_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.works_list_b li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}

.works_list_b li img {
  width: 100%;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_list_b li:nth-child(3n) {
  margin-right: 0;
}

.works_list_b li .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*タクソノミークロスサーチ*/
.cross_search_link_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  /*padding-top: 80px;*/
  gap: 10px;
}

.cross_search_link_menu li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  border-top: 2px solid #000;
  position: relative;
  text-align: center;
  width: 210px;
}

.cross_search_link_menu li:nth-child(4n) {
  margin-right: 0;
}

.cross_search_link_menu li a,
.cross_search_link_menu li p {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  color: #d0513f;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
  display: block;
}

.cross_search_link_menu li a.is-current, .cross_search_link_menu li a:hover,
.cross_search_link_menu li p.is-current,
.cross_search_link_menu li p:hover {
  background-color: #d0513f;
  border-color: #d0513f;
  color: #fff;
  position: relative;
}

.cross_search_link_menu li a.is-current::before, .cross_search_link_menu li a:hover::before,
.cross_search_link_menu li p.is-current::before,
.cross_search_link_menu li p:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #d0513f;
  width: calc(100% + 4px);
  height: 2px;
}

.cross_search_link_menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 20;
}

.cross_search_link_menu li ul li a {
  pointer-events: inherit;
}

.cross_search_link_menu li ul li:last-child, .cross_search_link_menu li ul li:first-child {
  border-top: none;
}

/******************************/
/* コンテンツ基本設定 */
/******************************/
.contents_wrap {
  /*max-width: 1200px;*/
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .contents_wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1081px) {
  main {
    position: relative;
  }
}

@media screen and (max-width: 1080px) {
  #wrapper {
    width: 100%;
    position: relative;
  }
}

/*SIDE BAR(left)有*/
.box_contents_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .box_contents_b {
    display: block;
    padding: 0 20px;
  }
}

.box_contents_b .contents_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 1280px) {
  .box_contents_b .contents_main {
    margin-left: 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .box_contents_b .contents_main {
    margin-bottom: 60px;
  }
}

.box_contents_b .contents_side {
  width: 200px;
}

@media screen and (max-width: 1280px) {
  .box_contents_b .contents_side {
    padding: 0 20px;
  }
}

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

.box_contents_b .contents_side .sidebox {
  margin-bottom: 80px;
}

.box_contents_b .contents_side .sidebox:last-child {
  margin-bottom: 0;
}

.box_contents_b .contents_side h2 {
  font-size: 16px;
}

/*******************/
/* Copyright */
/*******************/
#Copyright {
  font-size: 10px;
  margin-right: 120px;
}

@media screen and (max-width: 767px) {
  #Copyright {
    margin-right: 0;
    margin-top: 1.5em;
    text-align: center;
  }
}

/******************************/
/* loading_msk　ローディング */
/******************************/
.loading_msk {
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  background: #fff;
  top: 0;
  right: 0;
}

.loading_msk img {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/******************************/
/* FONT（追加） */
/******************************/
.g-premier {
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
}

.g-premier.btext {
  text-transform: uppercase;
}

.roboto {
  font-family: "roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.tsukushi {
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

/******************************/
/* タブレットサイズ（1024px　ONOFF） */
/******************************/
@media screen and (max-width: 1024px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .pc_on {
    display: block !important;
  }
  .sp_on {
    display: none !important;
  }
}

/******************************/
/* Hタグ（FONT-SIZE） */
/******************************/
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 120%;
}

.page_title {
  /*width: 100%;*/
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin-left: 240px;*/
  color: #333;
  line-height: 1;
}

.page_title .b_ttl {
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page_title .b_ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.page_title .s_ttl {
  font-size: 14px;
  line-height: 1.6;
  display: block;
}

@media screen and (max-width: 767px) {
  .page_title .s_ttl {
    font-size: 12px;
  }
}

h2 {
  font-size: 26px;
}

@media screen and (max-width: 1080px) {
  h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 26px;
}

@media screen and (max-width: 1080px) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

/*TOPページ用*/
.home h2 {
  font-size: 24px;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .home h2 {
    font-size: 22px;
  }
}

.home h3 {
  /*font-size: 40px;*/
}

@media screen and (max-width: 767px) {
  .home h3 {
    font-size: 24px;
  }
}

/******************************/
/* 見出し（TTL） */
/******************************/
/*ttl01*/
/*ttl02*/
/*ttl03*/
/*ttl04*/
/*ttl05*/
/*************************/
/*　新規追加　タイトル装飾
/*************************/
/*見出し（2段）*/
.u_border_01 {
  position: relative;
}

.u_border_01:before {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

/******************************/
/* リンクボタン（BTN） */
/******************************/
/*link_btn01*/
.link_btn01 {
  position: relative;
  background-color: #646464;
  color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
}

.link_btn01:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: 5px;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.link_btn01:hover {
  background-color: #fff;
  color: #646464;
}

.link_btn01:hover:after {
  right: 15px;
  border-top: solid 1px #646464;
  border-right: solid 1px #646464;
}

/*link_btn02*/
.link_btn02 {
  /*border: solid 1px #1e1e1e;*/
  padding: 5px 20px;
  font-size: 12px;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .link_btn02 {
    padding: 5px 10px;
    font-size: 10px;
  }
}

/*link_btn03*/
.link_btn03 {
  background-color: #003c1e;
  border-radius: 100px;
  font-size: 28px;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .link_btn03 {
    font-size: 16px;
    padding: 30px 0;
    max-width: 80%;
  }
}

.link_btn03:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}

@media screen and (max-width: 767px) {
  .link_btn03:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .link_btn03:active {
    opacity: 0.6;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    display: block;
  }
}

/*link_btn04*/
/*link_btn05*/
.link_contents_btn {
  margin: auto;
  max-width: 540px;
  border: solid 1px #ddd;
}

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

.link_contents_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 767px) {
  .link_contents_btn a {
    padding: 20px 30px;
  }
}

.link_contents_btn a .b_ttl {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .link_contents_btn a .b_ttl {
    font-size: 20px;
  }
}

.link_contents_btn a .s_ttl {
  font-size: 12px;
}

.link_contents_btn a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0.6;
}

.link_contents_btn a::after {
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 1px #464646;
  border-right: solid 1px #464646;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .link_contents_btn a::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

/*************************/
/*　新規追加　リンクボタン装飾
/*************************/
header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn a {
  padding: 6px 40px !important;
  background-color: #b4b4b4 !important;
  color: #fff !important;
  border-radius: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn a:hover {
  opacity: 0.6;
  --d: none;
}

header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn > .sub-menu li:hover a {
  color: #fff !important;
}

header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn > .sub-menu li a {
  background: none !important;
  padding: 10px 0 !important;
  color: #333333 !important;
}

header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn > .sub-menu li a:hover {
  opacity: 0.6;
  --d: none;
}

header.absolute #header_wrap .navbar-nav .blank_btn a {
  padding: 6px 40px !important;
  background-color: #ffffff !important;
  color: inherit !important;
  border-radius: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.absolute #header_wrap .navbar-nav .blank_btn a:hover {
  opacity: 0.6;
  --d: none;
}

header.absolute #header_wrap .navbar-nav .blank_btn > .sub-menu li:hover a {
  color: #fff !important;
}

header.absolute #header_wrap .navbar-nav .blank_btn > .sub-menu li a {
  background: none !important;
  padding: 10px 0 !important;
  color: #333 !important;
}

header.absolute #header_wrap .navbar-nav .blank_btn > .sub-menu li a:hover {
  opacity: 0.6;
  --d: none;
}

header #header_wrap .navbar-nav .blank_btn a {
  padding: 6px 40px !important;
  background-color: #b4b4b4 !important;
  color: #ffffff !important;
  border-radius: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #header_wrap .navbar-nav .blank_btn a:hover {
  opacity: 0.6;
  --d: none;
}

header #header_wrap .navbar-nav .blank_btn > .sub-menu li:hover a {
  color: #fff !important;
}

header #header_wrap .navbar-nav .blank_btn > .sub-menu li a {
  background: none !important;
  padding: 10px 0 !important;
  color: #333 !important;
}

header #header_wrap .navbar-nav .blank_btn > .sub-menu li a:hover {
  opacity: 0.6;
  --d: none;
}

/*************************/
/*　動作制御
/*************************/
br.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp_none {
    display: none;
  }
}

/******************************/
/* #アンカーリンク */
/******************************/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/******************************/
/* ヘッダー（header） */
/******************************/
header.absolute {
  position: absolute;
}

header.absolute #header_wrap h1 a {
  background-image: url(../images/logo_wht.svg);
  width: 100%;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

header.absolute .nav_inner .navbar-nav li a {
  color: #ffffff;
}

header.absolute #header_wrap .navbar-nav .blank_btn a {
  color: inherit;
}

header.absolute.after_scroll #header_wrap h1 a {
  background-image: url(../images/logo_wht.svg);
  width: 100%;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

header.absolute.after_scroll .nav_inner .navbar-nav li a {
  color: inherit;
}

header.page_b .switch_language_site {
  margin-left: 20px;
  color: #222222;
}

@media screen and (max-width: 767px) {
  header.page_b .switch_language_site {
    display: none;
  }
}

header.page_b .switch_language_site a {
  color: #222222;
}

header.page_b .switch_language_site a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-bottom: solid 1px #222222;
}

header .switch_language_site {
  margin-left: 20px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  header .switch_language_site {
    display: none;
  }
}

header .switch_language_site a {
  color: #ffffff;
}

header .switch_language_site a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-bottom: solid 1px #ffffff;
}

header * {
  line-height: 1;
}

header {
  /*position: relative;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

header ul.links_sns li a.ig_icon::after {
  background-image: url(../images/insta_icon.svg);
  width: 28px;
  height: 28px;
}

header.page_b {
  position: relative;
}

header.page_b.fixed {
  position: fixed !important;
  background-color: #ffffffb3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

header.fixed {
  position: fixed !important;
  background-color: #000000b3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

header #header_wrap {
  /*ヘッダー内コンテンツ*/
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

@media screen and (min-width: 1081px) {
  header #header_wrap {
    height: 100px;
  }
}

@media screen and (max-width: 1080px) {
  header #header_wrap {
    height: 70px;
  }
  header #header_wrap h1 a {
    height: 70px;
  }
  header #header_wrap h1 a img {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  header #header_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  header #header_wrap h1 a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header #header_wrap h1 a img {
    height: 22px;
  }
}

header #header_wrap .logo {
  /*ヘッダーロゴ*/
  margin-left: 50px;
  width: 100%;
  max-width: 150px;
  max-height: 28px;
}

@media screen and (max-width: 767px) {
  header #header_wrap .logo {
    margin: auto;
  }
}

header #header_wrap .logo img {
  /*max-width: 25.33vw;*/
  /*max-width: 55vw;*/
  max-width: 150px;
  max-height: 30px;
}

header #header_wrap h1 a {
  background-image: url(../images/logo_wht.svg);
  width: 100%;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
}

header #header_wrap h1 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

header #header_wrap h1 a img {
  height: 44px;
}

@media screen and (max-width: 767px) {
  header #header_wrap .links_sns {
    display: none;
  }
}

header #header_wrap .h-contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
}

#header_wrap .nav_inner {
  /*ヘッダー横のコンテンツ*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 120px;
}

@media screen and (max-width: 767px) {
  #header_wrap .nav_inner {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#header_wrap .nav_inner.page_b .navbar-nav li a {
  color: #222;
}

#header_wrap .nav_inner .navbar-nav {
  /*ヘッダーメニュー*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header_wrap .nav_inner .navbar-nav li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
}

@media screen and (max-width: 1280px) {
  #header_wrap .nav_inner .navbar-nav li {
    padding-right: 25px;
  }
}

@media screen and (max-width: 1024px) {
  #header_wrap .nav_inner .navbar-nav li {
    padding-right: 15px;
  }
}

#header_wrap .nav_inner .navbar-nav li a {
  color: #fff;
}

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
  position: absolute;
  /*background-color: #000;*/
  color: #ffffff;
  width: 200px;
  padding-top: 15px;
}

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #cccccc transparent;
}

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu li {
  background-color: #cccccc;
  padding: 5px 0;
  margin-bottom: 2px;
}

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu li:last-child {
  margin-bottom: 0;
}

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu li a {
  color: #ffffff;
  display: block;
  margin-bottom: 1px;
}

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children ul {
  display: none;
}

@media screen and (max-width: 767px) {
  #header_wrap .nav_inner .navbar-nav {
    display: none;
  }
}

#header_wrap .nav_inner .navbar-nav li a {
  /*width: 100%;*/
  height: 100%;
  padding: 10px 0;
  margin: 0 7.5px;
  display: inline-block;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) 0 100%/var(--d, 0) 1px no-repeat;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 1px no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header_wrap .nav_inner .navbar-nav li a:hover {
  --d: 100%;
}

#header_wrap .nav_inner .navbar-nav li a .sub-menu {
  display: none;
}

/******************************/
/* フッター　Footer（共通） */
/******************************/
footer {
  padding: 50px 0;
  background-color: #f5f5f5;
  position: sticky;
  top: 100vh;
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 25px 0 15px;
  }
}

footer .under_line {
  border-bottom: solid 1px #333;
  margin-bottom: 50px;
  padding-bottom: 35px;
}

footer .f_pt03 .footer_layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

footer .f_pt03 .footer_layout .under_line {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

footer .f_pt03 .footer_layout .footer_cont_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .footer_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer_layout .logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .footer_layout .logo_area li {
  width: calc((100% / 6) - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
}

footer .footer_layout .logo_area li:nth-child(6n) {
  margin-right: 0;
}

footer .footer_cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_cont_flex .footer_menu_area .affiliated_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  footer .footer_cont_flex .footer_menu_area .affiliated_list {
    margin-top: 1em;
  }
}

footer .footer_cont_flex .footer_menu_area .affiliated_list li {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  footer .footer_cont_flex .footer_menu_area .affiliated_list li {
    margin-right: 30px;
  }
  footer .footer_cont_flex .footer_menu_area .affiliated_list li:last-child {
    margin-right: 0;
  }
}

footer .footer_cont_flex .footer_menu_area .affiliated_list li a:hover {
  opacity: 0.6;
}

footer .footer_cont_flex .footer_menu_area .menu-footer_menu-container {
  width: 100%;
}

footer .footer_cont_flex .footer_menu_area .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footer_cont_flex .footer_menu_area .menu li {
  list-style: none;
  text-align: center;
  width: 20%;
}

footer .footer_cont_flex .footer_menu_area .menu li a {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  footer .footer_cont_flex {
    display: block;
  }
  footer .footer_cont_flex .footerUpper {
    text-align: center;
  }
  footer .footer_cont_flex .links_sns {
    display: none;
  }
  footer .footer_cont_flex .footerLower {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_logo {
    text-align: center;
  }
}

footer .footer_menu_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
  max-width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  footer .footer_menu_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    width: 100%;
  }
}

footer .footer_menu_area .footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 55vw;
  /*height: -webkit-fill-available;*/
}

footer .footer_menu_area .footer_navi li {
  width: calc(100% / 5);
  margin-bottom: 20px;
  text-align: right;
}

footer .footer_menu_area .footer_navi li a {
  /*display: block;*/
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) 0 100%/var(--d, 0) 1px no-repeat;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 1px no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .footer_menu_area .footer_navi li a:hover {
  --d: 100%;
}

/******************************/
/* スマホ用フッターメニュー） */
/******************************/
.sp_footer_menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_footer_menu {
    height: 50px;
    position: relative;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .sp_footer_menu li {
    width: calc((100% - 3px) / 4);
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp_footer_menu li #menu-footer_drawer {
    width: 100%;
  }
}

/******************************/
/* SLICK（共通） */
/******************************/
/******************************/
/* ドロワー/ハンバーガーメニュー（共通） */
/******************************/
.drawer {
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 150;
}

.header_drawer_toggle {
  /*ヘッダー内トグルボタンの指定*/
}

.header_drawer_toggle .gnav-trg {
  position: relative;
  top: 16px;
  right: 40px;
  z-index: 101;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 17px 12px;
  cursor: pointer;
  border-radius: 50%;
}

.header_drawer_toggle .gnav-trg.home_area span, .header_drawer_toggle .gnav-trg.home_area::before, .header_drawer_toggle .gnav-trg.home_area::after {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg {
    position: absolute;
    top: 5px;
    right: 22px;
    width: 20px;
    height: 20px;
  }
}

.header_drawer_toggle .gnav-trg span, .header_drawer_toggle .gnav-trg::before, .header_drawer_toggle .gnav-trg::after {
  background-color: #000000;
}

.header_drawer_toggle .gnav-trg span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 24px);*/
  width: 40px;
  height: 2px;
  margin: auto;
  top: 0;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg span {
    width: 20px;
  }
}

.header_drawer_toggle .gnav-trg::before, .header_drawer_toggle .gnav-trg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 24px);*/
  width: 40px;
  height: 2px;
  margin: auto;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::before, .header_drawer_toggle .gnav-trg::after {
    width: 20px;
  }
}

.header_drawer_toggle .gnav-trg::before {
  top: calc(50% - 0px);
}

.header_drawer_toggle .gnav-trg::after {
  bottom: calc(50% - 0px);
}

.header_drawer_toggle .gnav-trg.is-none {
  /*ドロワーアイコン展開時*/
}

.header_drawer_toggle .gnav-trg.is-none::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header_drawer_toggle .gnav-trg.is-none::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header_drawer_toggle .gnav-trg.is-none span {
  display: none;
}

/*gnavエリア*/
.gnav {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 101;
}

.gnav .gnav__close {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 30px;
}

.gnav .gnav__close .gnav__close__arrow {
  display: block;
  height: 2rem;
  width: 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__close .gnav__close__arrow {
    height: 20px;
    width: 40px;
  }
}

.gnav .gnav__close .gnav__close__arrow::before, .gnav .gnav__close .gnav__close__arrow::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  top: 50%;
  left: 50%;
  width: 100%;
}

.gnav .gnav__close .gnav__close__arrow::before {
  -webkit-transform: translate(0, -50%) rotate(35deg);
          transform: translate(0, -50%) rotate(35deg);
}

.gnav .gnav__close .gnav__close__arrow::after {
  -webkit-transform: translate(0, -50%) rotate(-35deg);
          transform: translate(0, -50%) rotate(-35deg);
}

.gnav .gnav__close .gnav__close__text {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.gnav .gnav__bg {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.gnav .gnav__inr {
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1a1a1acc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  padding-top: 20%;
  width: 300px;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__inr {
    width: 50%;
  }
}

.gnav .gnav__links {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links {
    width: 290px;
  }
}

.gnav .gnav__links > li {
  margin: 40px 0 0;
}

.gnav .gnav__links > li > a {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links > li > a {
    font-size: 3.6rem;
  }
}

.gnav .gnav__links > li > a > span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links > li > a > span {
    font-size: 1.4rem;
  }
}

.gnav .gnav__links > li > a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 8px;
  content: "";
  height: 4px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  width: 50px;
}

.gnav .gnav__links > li > a:hover::after {
  right: -10px;
}

.gnav-trg {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 2.8rem;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg {
    width: 4rem;
  }
}

.gnav-trg .gnav-trg__border {
  height: 1.4rem;
  position: relative;
  width: 2.8rem;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg__border .gnav-trg .gnav-trg__border {
    height: 2rem;
    width: 4rem;
  }
}

.gnav-trg .gnav-trg__border > span {
  background-color: #646464;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 100%;
}

.gnav-trg .gnav-trg__border > span:nth-child(1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.gnav-trg .gnav-trg__border > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gnav-trg .gnav-trg__border > span:nth-child(3) {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.gnav-trg .gnav-trg__text {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

/************************************************************************/
.header-drawer-nav {
  list-style: none;
  width: 70%;
  /*ドロワー展開内部*/
}

.header-drawer-nav li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 5px;
  letter-spacing: normal;
  margin-bottom: 15px;
  /*↓ホバーエフェクト指定*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) 0 100%/var(--d, 0) 1px no-repeat;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 1px no-repeat;
}

.header-drawer-nav li:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*ホバーエフェクト*/
  --d: 100%;
}

.header-drawer-nav li a {
  pointer-events: auto !important;
  position: relative;
  color: #fff;
}

.header-drawer-nav li {
  position: relative;
  /*子カテゴリ*/
}

.header-drawer-nav li.menu-item-has-children a {
  pointer-events: none !important;
}

.header-drawer-nav li.menu-item-has-children:hover {
  background: none;
}

.header-drawer-nav li.menu-item-has-children.open_acord .header-nav-child::before {
  content: "\f107";
}

.header-drawer-nav li.menu-item-has-children .header-nav-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
}

.header-drawer-nav li.menu-item-has-children .header-nav-child::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-drawer-nav li.menu-item-has-children > .sub-menu {
  margin: 15px 0 15px 15px;
  padding: 0;
  display: none;
}

.header-drawer-nav li.menu-item-has-children > .sub-menu li {
  /*list-style-type: disc;*/
  list-style-position: inside;
  width: 100%;
  margin-bottom: 5px;
  /*↓ホバーエフェクト指定*/
  background: none;
  border-bottom: solid 1px #fff;
}

.header-drawer-nav li.menu-item-has-children > .sub-menu li:hover {
  /*ホバーエフェクト*/
  background: none;
}

.header-drawer-nav li.menu-item-has-children > .sub-menu li a {
  pointer-events: auto !important;
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}

/**********************/
.drawer {
  /*共通仕様ドロワー*/
}

.drawer nav {
  position: fixed;
  top: -100%;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/******************************/
/* SLICK（共通） */
/******************************/
.home .slick-next {
  position: absolute;
  top: 14vw;
  mix-blend-mode: difference;
}

@media screen and (max-width: 767px) {
  .home .slick-next {
    top: 40vw;
  }
}

.home .slick-next:active {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.home .slick-next::before {
  content: "";
  margin-top: -2px;
  position: absolute;
  right: -65px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-image: none !important;
}

@media screen and (min-width: 768px) {
  .home .slick-next::before {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .home .slick-next::before {
    width: 18px;
    height: 18px;
    right: 0;
  }
}

.home .slick-prev {
  position: absolute;
  top: 14vw;
  mix-blend-mode: difference;
}

@media screen and (max-width: 767px) {
  .home .slick-prev {
    top: 40vw;
  }
}

.home .slick-prev:active {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.home .slick-prev::before {
  content: "";
  margin-top: -2px;
  border: 0px;
  position: absolute;
  left: -65px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-image: none !important;
}

@media screen and (min-width: 768px) {
  .home .slick-prev::before {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .home .slick-prev::before {
    width: 18px;
    height: 18px;
    left: 0;
  }
}

/******************************/
/* #loader */
/******************************/
/*body.loaded #loader_wrap{opacity: 0;}*/
#loader_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  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;
  background-color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 200;
}

/******************************/
/* #アンカーリンク */
/******************************/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/******************************/
/* サイドメニュー */
/******************************/
.sidemenu .side-box {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sidemenu .side-box {
    margin-bottom: 30px;
  }
}

.sidemenu h2 {
  font-size: 18px;
}

/******************************/
/* おしらせ */
/******************************/
.news_list_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news_list_display.news_non_thum_list {
  /*サムネイルなし*/
}

.news_list_display.news_non_thum_list li {
  width: 100%;
}

.news_list_display.news_non_thum_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #1a1a1a;
}

.news_list_display.news_non_thum_list li a .category_name {
  width: 8em;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_list_display.news_non_thum_list li a .category_name .category_box {
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  width: 100%;
}

.news_list_display.news_non_thum_list li a .news_list_contents {
  width: calc(100% - (8em + 20px));
  padding: 15px 0 15px 20px;
}

.news_list_display.news_non_thum_list li a .news_list_contents span {
  padding-right: 35px;
}

.news_list_display.news_list_thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*サムネイルあり*/
}

.news_list_display.news_list_thum li {
  width: calc((100% - 30px) / 3);
}

.news_list_display.news_list_thum li .category_name {
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.news_list_display.news_list_thum li a figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_list_display a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .news_list_display a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .news_list_display a:active {
    opacity: 0.5;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}

/******************************/
/* レイアウト、カラム*/
/******************************/
.flex_1c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex_2c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_2c .box {
  width: calc((100% - 15px) / 2);
}

.flex_2c .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.flex_3c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex_3c .box {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
}

.flex_3c .box:nth-child(3n) {
  margin-right: 0;
}

.flex_3c .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.flex_4c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_4c .box {
  width: calc((100% - 45px) / 4);
}

.flex_4c .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.flex_4b2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_4b2row .box {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
}

.flex_4b2row .box:nth-child(1) {
  width: 100%;
  margin-right: 0;
}

.flex_4b2row .box:nth-child(4n) {
  margin-right: 0;
}

.flex_4b2row .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.flex_5b2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flex_5b2row {
    display: block;
  }
}

.flex_5b2row .box {
  width: calc((100% - 30px) / 3);
}

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

.flex_5b2row .box:nth-child(1), .flex_5b2row .box:nth-child(2) {
  width: calc((100% - 15px) / 2);
}

.flex_5b2row .box:nth-child(1) img, .flex_5b2row .box:nth-child(2) img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.flex_5b3row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_5b3row .box {
  width: calc((100% - 15px) / 2);
}

.flex_5b3row .box:nth-child(1) {
  width: 100%;
}

.flex_5b3row .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
}

/*価格FLEX MENU*/
.price_flex li {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-bottom: 20px !important;
  padding: 20px 0 0 !important;
  border-top: solid 1px #ddd;
}

@media screen and (max-width: 1080px) {
  .price_flex li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.price_flex li:last-child {
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px !important;
}

.price_2cul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .price_2cul {
    display: block;
  }
}

.price_2cul li {
  width: calc((100% - 15px) / 2);
  border-bottom: solid 1px #646464;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.price_2cul li:first-child, .price_2cul li:nth-child(2) {
  border-top: solid 1px #646464;
}

@media screen and (max-width: 767px) {
  .price_2cul li:nth-child(2) {
    border-top: none;
  }
}

.flex_2c_l_over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .flex_2c_l_over {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_l_over {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex_2c_l_over .imgbox {
  background-color: #000;
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .flex_2c_l_over .imgbox {
    margin-right: calc((100vw - 1080px) / 2);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_l_over .imgbox {
    width: 100%;
    padding-top: 50%;
  }
}

.flex_2c_l_over .textbox {
  width: calc(100% / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc((100vw - 1080px) / 2);
  padding: 45px 0px 45px 45px;
}

@media screen and (max-width: 1280px) {
  .flex_2c_l_over .textbox {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_l_over .textbox {
    width: 100%;
    padding: 15px 0;
  }
}

.flex_2c_l_over .box {
  width: calc((100% - 15px) / 2);
}

.flex_2c_r_over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1280px) {
  .flex_2c_r_over {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_r_over {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex_2c_r_over .imgbox {
  background-color: #000;
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .flex_2c_r_over .imgbox {
    margin-right: calc((100vw - 1080px) / 2);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_r_over .imgbox {
    width: 100%;
    padding-top: 50%;
  }
}

.flex_2c_r_over .textbox {
  width: calc(100% / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc((100vw - 1080px) / 2);
  padding: 45px 45px 45px 0px;
}

@media screen and (max-width: 1280px) {
  .flex_2c_r_over .textbox {
    margin-left: 0;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_r_over .textbox {
    width: 100%;
    padding: 15px 0;
  }
}

.flex_2c_r_over .box {
  width: calc((100% - 15px) / 2);
}

/**/
.flex_2c_side_over li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  .flex_2c_side_over li {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_side_over li {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex_2c_side_over li:last-child {
  margin-bottom: 0;
}

.flex_2c_side_over li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex_2c_side_over li:nth-child(odd) .imgbox {
  background-color: #000;
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .flex_2c_side_over li:nth-child(odd) .imgbox {
    margin-right: calc((100vw - 1080px) / 2);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_side_over li:nth-child(odd) .imgbox {
    width: 100%;
    padding-top: 50%;
  }
}

.flex_2c_side_over li:nth-child(odd) .textbox {
  width: calc(100% / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc((100vw - 1080px) / 2);
  padding: 45px 45px 45px 0px;
}

@media screen and (max-width: 1280px) {
  .flex_2c_side_over li:nth-child(odd) .textbox {
    margin-left: 0;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_side_over li:nth-child(odd) .textbox {
    width: 100%;
    padding: 15px 0;
  }
}

.flex_2c_side_over li:nth-child(even) .imgbox {
  background-color: #000;
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .flex_2c_side_over li:nth-child(even) .imgbox {
    margin-right: calc((100vw - 1080px) / 2);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_side_over li:nth-child(even) .imgbox {
    width: 100%;
    padding-top: 50%;
  }
}

.flex_2c_side_over li:nth-child(even) .textbox {
  width: calc(100% / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc((100vw - 1080px) / 2);
  padding: 45px 0px 45px 45px;
}

@media screen and (max-width: 1280px) {
  .flex_2c_side_over li:nth-child(even) .textbox {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .flex_2c_side_over li:nth-child(even) .textbox {
    width: 100%;
    padding: 15px 0;
  }
}

.flex_2c_side_over li:nth-child(even) .box {
  width: calc((100% - 15px) / 2);
}

.template_message_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .template_message_flex {
    display: block;
  }
}

.template_message_flex .imgbox {
  background-size: cover;
  background-position: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .template_message_flex .imgbox {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 30px;
  }
}

.template_message_flex .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .template_message_flex .textbox {
    margin-right: 0;
  }
}

/******************************/
/* SNSアイコン共通*/
/******************************/
ul.links_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 25px;
}

ul.links_sns li {
  margin-right: 15px;
}

ul.links_sns li:last-child {
  margin-right: 0;
}

ul.links_sns li a {
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: contain;
}

ul.links_sns li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

ul.links_sns li a::after {
  display: block;
  content: "";
}

ul.links_sns li a.ig_icon::after {
  background-image: url(../images/insta_icon_b.svg);
  width: 28px;
  height: 28px;
}

ul.links_sns li a.fb_icon::after {
  background-image: url(../images/fb_icon.svg);
  width: 28px;
  height: 28px;
}

ul.links_sns li a.tw_icon::after {
  background-image: url(../images/twitter_icon.svg);
  width: 28px;
  height: 28px;
}

/******************************/
/* ページャー*/
/******************************/
#pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/******************************/
/* page_top*/
/******************************/
#mv_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #mv_btn {
    right: 20px;
    bottom: 20px;
  }
}

#mv_btn a {
  display: block;
  background-color: #003c1e;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  /*@include max_scr($bp_sp) {
      width: 44px;
      height: 44px;
    }*/
}

#mv_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #mv_btn a {
    font-size: 10px;
    width: 55px;
    height: 55px;
  }
}

/******************************/
/* インスタ取得*/
/******************************/
#instagram_area {
  position: relative;
}

#instagram_area .insta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#instagram_area .insta_list.collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
  grid-gap: 2px;
  grid-template-areas: "collage_img01 collage_img01 collage_img02 collage_img03 collage_img06 collage_img06 collage_img07"
 "collage_img01 collage_img01 collage_img04 collage_img05 collage_img06 collage_img06 collage_img08";
}

@media screen and (max-width: 767px) {
  #instagram_area .insta_list.collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "collage_img01 collage_img02"
 "collage_img03 collage_img04"
 "collage_img05 collage_img06"
 "collage_img07 collage_img08";
  }
}

#instagram_area .insta_list.collage li {
  width: 100%;
  margin: 0;
}

#instagram_area .insta_list.collage li:nth-child(1) {
  grid-area: collage_img01;
}

#instagram_area .insta_list.collage li:nth-child(2) {
  grid-area: collage_img02;
}

#instagram_area .insta_list.collage li:nth-child(3) {
  grid-area: collage_img03;
}

#instagram_area .insta_list.collage li:nth-child(4) {
  grid-area: collage_img04;
}

#instagram_area .insta_list.collage li:nth-child(5) {
  grid-area: collage_img05;
}

#instagram_area .insta_list.collage li:nth-child(6) {
  grid-area: collage_img06;
}

#instagram_area .insta_list.collage li:nth-child(7) {
  grid-area: collage_img07;
}

#instagram_area .insta_list.collage li:nth-child(8) {
  grid-area: collage_img08;
}

#instagram_area .insta_list li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
}

#instagram_area .insta_list li:nth-child(5n) {
  margin-right: 0;
}

#instagram_area .insta_list li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #instagram_area .insta_list li {
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
  }
  #instagram_area .insta_list li:nth-child(3n) {
    margin-right: 0;
  }
  #instagram_area .insta_list li:nth-child(5n) {
    margin-right: auto;
  }
}

#instagram_area .insta_list li a {
  display: block;
  margin: auto;
}

#instagram_area .insta_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#instagram_area .insta_list li a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  /*height: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
}

#instagram_area .insta_link_btnarea {
  text-align: center;
}

#instagram_area .insta_link_btnarea a {
  position: absolute;
  top: calc(15px + 100px);
  right: calc((100vw - 1080px) / 2);
}

@media screen and (max-width: 1280px) {
  #instagram_area .insta_link_btnarea a {
    position: static;
    margin-top: 30px;
    display: inline-block;
  }
}

/******************************/
/* モーダルウィンドウの指定*/
/******************************/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalArea .modal_shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modalArea .modal_shop_list li {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modalArea .modal_shop_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .modalArea .modal_shop_list li .shop_area h3 {
    line-height: 1;
    margin-bottom: 20px;
  }
}

.modalArea .modal_shop_list li .shop_area h3 .shop_name_en {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .modalArea .modal_shop_list li .shop_area h3 .shop_name_en {
    font-size: 20px;
  }
}

.modalArea .modal_shop_list li .shop_area h3 .shop_name_jp {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .modalArea .modal_shop_list li .shop_area h3 .shop_name_jp {
    font-size: 12px;
  }
}

.modalArea .modal_shop_list li .hotpepper_btn {
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .modalArea .modal_shop_list li .hotpepper_btn {
    padding: 5px;
  }
}

.modalArea .modal_shop_list li .hotpepper_btn:hover {
  background-color: #646464;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-width: 800px;
  padding: 4.9vw;
  /*background-color: #fff;
  border: solid 1px $main_color;*/
}

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

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/* 以下ボタンスタイル */
.modal_btn {
  position: relative;
  padding: 30px 9.11vw;
  background-color: #f2f2f2;
  border-radius: 80px;
  cursor: pointer;
  border: none;
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_btn .b_ttl {
  font-size: 40px;
}

.modal_btn .jp_text {
  display: block;
  /*font-size: 12px;*/
  text-align: left;
}

.modal_btn:after {
  margin-left: auto;
  position: absolute;
  top: 44%;
  right: 180px;
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -4px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.modal_btn:hover {
  background-color: #646464;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.modal_btn:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 160px;
}

@media screen and (max-width: 767px) {
  .modal_btn {
    padding: 18px 45px;
  }
  .modal_btn .b_ttl {
    font-size: 18px;
  }
  .modal_btn .jp_text {
    display: block;
    font-size: 10px;
    text-align: left;
  }
  .modal_btn:after {
    width: 15px;
    height: 15px;
    right: 40px;
  }
}

.modal_ul {
  line-height: 1.2;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modal_ul {
    margin-bottom: 20px;
  }
}

.modal_ul li {
  width: 100%;
  margin-bottom: 5px;
}

.modal_ul li:last-child {
  margin-bottom: 0;
}

.modal_ul li a {
  position: relative;
  background-color: #fff;
  padding: 25px 40px;
  display: block;
}

@media screen and (max-width: 767px) {
  .modal_ul li a {
    padding: 15px;
  }
}

.modal_ul li a:hover {
  background-color: #003c1e;
  color: #fff;
}

.modal_ul li a:after {
  display: inline-block;
  content: "";
  background-image: url(../images/text_link02_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 6.25px;
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .modal_ul li a:after {
    right: 5%;
  }
}

.modal_ul li a .modal_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_ul li a .modal_ct h3.ttl {
  font-size: 12px;
}

.modal_ul li a .modal_ct .big_ttl {
  font-size: 42px;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .modal_ul li a .modal_ct .big_ttl {
    font-size: 25px;
    margin: 0 10px;
  }
}

.modal_ul li a .modal_ct .small_ttl {
  font-size: 12px;
}

.modalArea {
  color: #fff;
}

.modalArea h2 {
  margin-bottom: 15px;
}

.modalArea .closeModal {
  color: #fff;
  font-size: 16px;
  position: static;
}

/* 20240616 */
.modal_ul li.modal-no-arrow a:after{
	background-image: none !important;
  width: 0;
  position: absolute;
  right: 10%;
}
.modal-month{
	display: flex;
	margin-bottom: 5px;
}
.modal-month_list{
	margin-bottom: 5px;
}
.modal-month li.modal-no-arrow{
  position: relative;
  background-color: #fff;
  padding: 25px 0px 25px 30px;
	display: block;
	color: #222222;
}
.modal-month li .modal_ct h3.ttl {
  font-size: 12px;
}
.modal-month li .modal_ct .big_ttl {
  font-size: 42px;
  margin: 0 20px;
}
.modal-month li .modal_ct .small_ttl {
  font-size: 12px;
}
.modal-month li .modal_ct{
	display: flex;
	  align-items: center;
}
.modal-month li a {
  padding: 25px 30px;
}
.modal-month_list li {
  margin-bottom: 0px;
  border-left: 1px solid #003c1e;
}
.modal-month_list li a {
  padding: 16.7px 20px;
}
.modal-month_list li:nth-child(2)  a {
    background-color: #003c1e;
	color: #fff;
}
.modal-month_list li:nth-child(2)  a:hover {
    background-color: #fff;
	color: #003c1e;
}
.modal-month li a:after {
	right: 8%;
}
..modal-month li a .modal_ct{
	align-items: flex-start !important;
}
@media screen and (max-width: 767px) {
.modalWrapper {
	width: 90%;;
	padding: 0;
}
.modal-month li .modal_ct .big_ttl {
	font-size: 25px;
	margin: 0 20px;
}
.modal-month li.modal-no-arrow {
  width: 170px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 0;
}
.modal-month li .modal_ct {
  flex-direction: column;
	justify-content:center;
}
.modal-month_list li a {
  padding: 16.7px 15px;
}
.modal-month li a:after {
	background-image: url(../images/text_link02sp_icon.svg);
	right: 0%;
}
.modal-month_list  li .modal_ct {
	align-content:flex-start
}
}

/***********************************************************/
/* ------ */
/* 見出し（heading） */
/* ------ */
.insta_ttl:before {
  content: "";
  background-image: url(../images/insta_icon_b.svg);
  background-size: cover;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1.5px;
}

.ttl_s01 {
  line-height: 1;
}

.ttl_s01 span {
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}

.ttl01 .b_ttl {
  line-height: 1.5;
}

.ttl01 .s_ttl {
  font-size: 14px;
  display: block;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .ttl01 .s_ttl {
    font-size: 12px;
  }
}

.ttl02 {
  padding-bottom: 10px;
  border-bottom: solid 1px #646464;
}

.tel_link_txt {
  font-size: 28px;
}

.b_line_ttl {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #b4b4b4;
}

@media screen and (max-width: 767px) {
  .b_line_ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.heading01 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #498ee0;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.heading01 span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #498ee0;
}

.heading02 {
  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;
  font-size: 26px;
  text-align: center;
}

.heading02::before, .heading02::after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #e3bf00;
}

.heading02::before {
  margin-right: 20px;
}

.heading02::after {
  margin-left: 20px;
}

.heading03 {
  text-align: center;
  color: #5bf782;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

.heading04 {
  margin-top: 60px;
  text-align: center;
  position: relative;
}

.heading04::before {
  content: "Contents";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-8deg);
          transform: translateX(-50%) rotate(-8deg);
  color: rgba(233, 108, 108, 0.4);
  font-size: 60px;
  font-family: luxus-brut, cursive;
  font-style: italic;
  z-index: -1;
}

.heading05 {
  position: relative;
}

.heading05::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  color: #498ee0;
  font-size: 30px;
  border-bottom: 1px solid #498ee0;
}

.heading06 {
  padding-bottom: 10px;
  background-image: repeating-linear-gradient(90deg, #b4a983 0, #b4a983 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: center bottom;
}

.heading07 {
  position: relative;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
}

.heading07::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: black;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
}

/* ------ */
/* ボタン（BTN） */
/* ------ */
.btn_style01 {
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}

.hotpepper_btn {
  background-color: #ffffff;
  border-radius: 30px;
  /*font-size: 12px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  /*position: relative;*/
}

.hotpepper_btn:after {
  /*position: absolute;
    top: 50%;
    right: 20px;*/
  margin-left: 5px;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hotpepper_btn:hover {
  background-color: #646464;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hotpepper_btn:hover:after {
  margin-left: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.entry_btn {
  color: #fff;
  display: block;
  padding: 25px;
  width: 100%;
  max-width: 540px;
  background-color: #333;
  margin-left: auto;
  margin-right: auto;
}

.entry_btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn01 {
  background-color: #f2f2f2;
  border-radius: 30px;
  font-size: 12px;
  padding: 10px 25px;
  line-height: 1;
  position: relative;
}

.btn01:hover {
  background-color: #646464;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn01:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.btn01:after {
  /*position: absolute;
    top: 50%;
    right: 20px;*/
  margin-left: 5px;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  top: 46%;
}

.txt_link01 {
  position: relative;
}

.txt_link01::after {
  margin-left: 10px;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  top: 40%;
}

.txt_link01:hover:after {
  margin-left: 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover .txt_link01:after {
  margin-left: 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/*2カラムボタンレイアウト*/
.btn_2cul_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .btn_2cul_list01 {
    display: block;
  }
}

.btn_2cul_list01 li {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 767px) {
  .btn_2cul_list01 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn_2cul_list01 li:last-child {
    margin-bottom: 0;
  }
}

.btn_2cul_list01 li a {
  display: block;
  text-align: center;
  padding: 15px;
}

/* ------ */
/* テキストリンク（text-link） */
/* ------ */
.text_link01 {
  position: relative;
}

.text_link01:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text_link01::before {
  background: #3a3a3a;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.text_link01::after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link02 {
  position: relative;
  display: inline-block;
  font-size: 12px;
}

.text_link02:hover:after {
  left: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link02:after {
  display: inline-block;
  content: "";
  background-image: url(../images/text_link02_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 6.25px;
  position: relative;
  left: 5px;
}

.map_link01 {
  display: inline-block;
}

.map_link01::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: bold;
  margin-right: 10px;
  background-color: #666;
  border-radius: 50%;
  padding: 5px 6.5px;
  color: #fff;
  font-size: 12px;
}

/* ------ */
/* 表 */
/* ------ */
/* ニュースリスト */
/* --- */
/* ------ */
/* コンテンツ　レイアウト */
/* ------ */
.contents_2cul_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents_2cul_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .contents_2cul_flex.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contents_2cul_flex .main_contents_2cul {
  width: calc(100% - (180px + 60px));
}

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

.contents_2cul_flex .side_contents_2cul {
  width: 180px;
  margin-right: 60px;
  /*padding: 0 20px;*/
}

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

@media screen and (max-width: 767px) {
  .contents_2cul_flex {
    display: block;
  }
}

/*******************/
/*　アコーディオン　　　　*/
/*******************/
/* ------ */
/* footer */
/* ------ */
#footer_nav .menu .sub-menu {
  padding-left: 0;
}

#footer_nav .menu .sub-menu li a::before {
  content: "-";
}

#footer_nav .menu .sub-menu li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer_nav > ul li a,
#footer_nav > ul li {
  color: #ffffff;
}

#footer_nav > ul li a:hover {
  opacity: 0.3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media print, screen and (min-width: 1025px) {
  #footer_nav > ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* ------ */
/* Mail form */
/* ------ */
/* gutenberg */
/* --- */
.gutenberg h2 {
  margin-bottom: 40px;
}

/* BTN */
.btn01 a {
  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;
  padding: 0.5em 1em 0.5em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #3c7332;
  color: #ffffff;
}

.btn01 a::after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.btn01 a:hover {
  background-color: #15380f;
}

/* TEXT-LINK */
.t_link01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) 0 100%/var(--d, 0) 3px no-repeat;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 3px no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.t_link01:hover {
  --d: 100%;
}

.t_link02 {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_link02::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2ecc71;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_link02:hover::after {
  bottom: 0;
  opacity: 1;
}

.t_link03 {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_link03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_link03:hover::after {
  width: 100%;
}

/* ----------- */
/* HOVER */
/* ----------- */
.hover_link {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .hover_link {
    min-height: auto;
  }
}

.hover_link a {
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .hover_link a {
    padding: 35px;
  }
}

.hover_link a:after {
  position: absolute;
  right: 70px;
  margin-left: 5px;
  content: "";
  width: 26px;
  height: 26px;
  margin-top: -2px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .hover_link a:after {
    width: 13px;
    height: 13px;
  }
}

.hover_link a:hover:after {
  right: 30px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/*ホバーさせたいクラスに背景画像と一緒にセットすることで起動*/
/*エフェクトは背景画像のZOOMIN*/
.hover_banner {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
}

.hover_banner::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hover_banner:hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hover_banner a {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ----------- */
/* F-BANNER */
/* ----------- */
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner_list li {
  position: relative;
  margin-right: 2px;
  width: calc((100% / 3) - 2px);
}

.banner_list li:last-child {
  margin-right: 0;
}

.banner_list li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  /*background-color: #000;*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.banner_list li:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.banner_list li::before {
  z-index: 5;
}

.banner_list li a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px;
  color: #fff;
  z-index: 11;
}

.banner_list li a .box .txt_link01 {
  position: absolute;
  right: 10%;
}

.banner_list li a .box .txt_link01:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .banner_list li a .box .txt_link01 {
    right: 30px;
    bottom: 0;
    font-size: 10px;
  }
}

.banner_list li .ttl01 {
  font-size: 40px;
  line-height: 1;
}

.banner_list li .ttl01 span {
  margin-top: 15px;
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .banner_list li .ttl01 {
    font-size: 18px;
  }
  .banner_list li .ttl01 span {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .banner_list li {
    min-height: 123px;
  }
  .banner_list li a {
    padding: 10px !important;
  }
}

.f_banner01,
.f_banner02,
.f_banner03 {
  max-height: 470px;
  height: 100vh;
}

@media screen and (max-width: 1080px) {
  .f_banner01,
  .f_banner02,
  .f_banner03 {
    height: auto;
    max-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .f_banner01,
  .f_banner02,
  .f_banner03 {
    height: auto;
    max-height: 190px;
  }
}

.f_banner01:after,
.f_banner02:after,
.f_banner03:after {
  content: "";
  background-size: cover;
  background-position: center;
}

/* ------ */
/* 表 */
/* ------ */
dl.tbl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

dl.tbl01 dt {
  border-bottom: solid 1px #4b4b4b;
  width: 320px;
}

dl.tbl01 dt.tp_line {
  border-top: solid 1px #4b4b4b;
}

dl.tbl01 dd {
  width: calc(100% - 320px);
  border-bottom: solid 1px #c5c5c5;
}

dl.tbl01 dd.tp_line {
  border-top: solid 1px #c5c5c5;
}

dl.tbl01 dt,
dl.tbl01 dd {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  dl.tbl01 dt {
    width: 25%;
  }
  dl.tbl01 dd {
    width: calc(100% - 25%);
  }
  dl.tbl01 dt,
  dl.tbl01 dd {
    padding: 15px 0;
  }
}

ul.ul_tbl01.flex_2c li:last-child .tbl_ttl {
  border-bottom: none;
}

ul.ul_tbl01.flex_2c li:last-child .tbl_body {
  border-bottom: none;
}

ul.ul_tbl01 li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.ul_tbl01 li:last-child .tbl_ttl {
  border-bottom: solid 1px #4d4d4d;
}

ul.ul_tbl01 li:last-child .tbl_body {
  border-bottom: solid 1px #c8c8c8;
}

ul.ul_tbl01 li .tbl_ttl {
  width: 12em;
  padding: 28.5px 0;
  border-top: solid 1px #4d4d4d;
}

@media screen and (max-width: 767px) {
  ul.ul_tbl01 li .tbl_ttl {
    width: 7em;
  }
}

ul.ul_tbl01 li .tbl_body {
  width: calc(100% - 12em);
  padding: 28.5px 0;
  border-top: solid 1px #c8c8c8;
}

@media screen and (max-width: 767px) {
  ul.ul_tbl01 li .tbl_body {
    width: calc(100% - 7em);
  }
}

/* ------ */
/* カラムボックス */
/* ------ */
/*管理画面から親要素の横幅を飛び出す（100%）指定*/
.full_bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center;
}

/* 2カラムボックス */
.cont_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_flex01 .imgarea {
  background-size: cover;
  background-position: center;
  max-width: 600px;
  width: 40%;
  min-height: 550px;
}

@media screen and (max-width: 767px) {
  .cont_flex01 .imgarea {
    min-height: auto;
  }
}

.cont_flex01 .textarea {
  margin-left: 6.5vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cont_flex01 .textarea .ttl_s01 {
  margin-bottom: 20px;
}

.cont_flex01 .textarea .text_box {
  margin-bottom: 20px;
}

.cont_flex01 .textarea .text_box:last-child {
  margin-bottom: 0;
}

.flex2box_64 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex2box_64 .imgarea {
  width: 60%;
  background-size: cover;
  background-position: center;
  margin-right: 5.9vw;
}

@media screen and (max-width: 767px) {
  .flex2box_64 .imgarea {
    margin: 0 !important;
    /*min-height: 190px;*/
    min-height: 40vh;
    width: 100%;
  }
}

.flex2box_64 .textarea {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 0;
}

.flex2box_64 .textarea h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .flex2box_64 .textarea {
    width: 100%;
    padding: 20px 0 0;
  }
}

.flex2box_64.flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex2box_64.flex_reverse .imgarea {
  width: 60%;
  background-size: cover;
  background-position: center;
  margin-left: 5.9vw;
  margin-right: 0;
}

.flex2box_64.flex_reverse .textarea {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .flex2box_64.flex_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex2box_64.flex_reverse .imgarea {
    margin: 0 !important;
    width: 100%;
  }
  .flex2box_64.flex_reverse .textarea {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .flex2box_64 {
    display: block;
  }
}

.flex4box_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex4box_row li {
  width: calc((100% - 180px) / 4);
}

@media screen and (max-width: 1080px) {
  .flex4box_row li {
    width: calc((100% - 60px) / 2);
    margin-bottom: 60px;
  }
  .flex4box_row li img.square_img {
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .flex4box_row li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .flex4box_row li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
}

.flex4box_row li h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .flex4box_row li h3 {
    margin-bottom: 10px;
    line-height: 1;
  }
}

.flex4box_row li img {
  margin-bottom: 30px;
}

.flex4box_row li p {
  margin-bottom: 25px;
}

.flex4box_row li p:last-child {
  margin-bottom: 0;
}

.shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .shop_list li {
    display: block;
  }
}

.shop_list li .imgarea {
  width: 450px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1080px) {
  .shop_list li .imgarea {
    width: 100%;
    height: 42.67vw;
  }
}

.shop_list li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f2f2f2;
  padding: 70px 90px;
}

@media screen and (max-width: 1080px) {
  .shop_list li .txtbox {
    padding: 40px;
  }
}

.shop_list li .txtbox .sh_list {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .shop_list li .txtbox .sh_list {
    font-size: 22px;
  }
}

.shop_list li .txtbox .sh_list .jp_text {
  font-size: 18px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .shop_list li .txtbox .sh_list .jp_text {
    font-size: 12px;
  }
}

.shop_list li .txtbox .phone_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_list li .txtbox .phone_area .tel_call a:hover {
  font-size: 28px;
}

@media screen and (max-width: 1080px) {
  .shop_list li .txtbox .phone_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ------ */
/* カラムボックス */
/* ------ */
/*#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}*/
/*トリミング*/
.square_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 225px;
}

/* ------ */
/* 共通追加 */
/* ------ */
/******************************/
/* 1day flow timeline*/
/******************************/
.history {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1080px) {
  .history {
    width: 1000px;
  }
}

.history:before {
  content: "";
  width: 1px;
  height: 100%;
  background: orange;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {
  .history:before {
    left: 50%;
  }
}

.history .history__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 35px 20px;
}

@media screen and (max-width: 1080px) {
  .history .history__item {
    padding: 0;
  }
}

@media screen and (max-width: 1080px) {
  .history .history__item:nth-of-type(2n) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.history .history__item:before {
  content: "";
  width: 8px;
  height: 8px;
  background: orange;
  position: absolute;
  border-radius: 50%;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {
  .history .history__item:before {
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
  }
}

.history .history__item:last-child {
  padding-bottom: 15px;
}

@media screen and (max-width: 1080px) {
  .history .history__item:last-child {
    padding-bottom: 0;
  }
}

.history .history__item:last-child:after {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  border-left: 1px solid orange;
  border-bottom: 1px solid orange;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1080px) {
  .history .history__item:last-child:after {
    left: 50%;
    width: 8px;
    height: 8px;
  }
}

.history .history__inner {
  max-width: 450px;
}

.history .history__iamge {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.history .history__iamge img {
  -webkit-box-shadow: 0 0 15px rgba(30, 29, 29, 0.33);
          box-shadow: 0 0 15px rgba(30, 29, 29, 0.33);
  display: block;
}

.history .history__text {
  padding-top: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1080px) {
  .history .history__text {
    margin-top: 15px;
  }
}

/******************************/
/* MMAIL FORM*/
/******************************/
.mw_wp_form_confirm .mail_form dl.inquiry dd.box {
  border: none;
}

.mail_form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.mail_form dl.inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .mail_form dl.inquiry {
    display: block;
  }
}

.mail_form dl.inquiry dt {
  width: 22%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mail_form dl.inquiry dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mail_form dl.inquiry dt .red {
  color: #ff0000;
}

.mail_form dl.inquiry dd {
  width: calc(78% - 35px);
  margin-left: 35px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mail_form dl.inquiry dd {
    width: 100%;
    margin-left: 0;
  }
}

.mail_form dl.inquiry dd.box {
  border: solid 1px #1e1e1e;
}

.mail_form dl.inquiry dd.box select {
  position: relative;
  top: 3px;
  left: 3px;
}

.mail_form dl.inquiry dd.zip_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_form dl.inquiry dd.zip_flex input {
  margin-left: 15px;
  width: inherit;
}

.mail_form dl.inquiry dd .pp {
  border: solid 1px #1e1e1e;
  font-size: 12px;
  height: 24em;
  overflow-y: scroll;
  padding: 1em;
  margin-bottom: 1.5em;
}

.mail_form dl.inquiry dd.post_number_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mail_form dl.inquiry dd.post_number_flex div:first-child {
  width: 30%;
}

.mail_form dl.inquiry dd.border_box {
  border: solid 1px #656565;
}

textarea {
  width: 100%;
}

.postal_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.postal_code .code01 {
  width: 5em;
}

.postal_code .code02 {
  width: 10em;
}

button,
input,
textarea,
select {
  border: none;
  padding: 10px 10px;
  border: solid 1px #656565;
}

button[type="text"], button[type="button"], button[type="submit"], button[type="image"], button[type="tel"], button[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="image"],
input[type="tel"],
input[type="email"],
textarea[type="text"],
textarea[type="button"],
textarea[type="submit"],
textarea[type="image"],
textarea[type="tel"],
textarea[type="email"],
select[type="text"],
select[type="button"],
select[type="submit"],
select[type="image"],
select[type="tel"],
select[type="email"] {
  cursor: pointer;
  padding: 10px 15px;
  border: solid 1px #656565;
  width: 100%;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

button[type="text"],
input[type="text"],
textarea[type="text"],
select[type="text"] {
  border-radius: 0;
}

button[type="button"], button[type="submit"],
input[type="button"],
input[type="submit"],
textarea[type="button"],
textarea[type="submit"],
select[type="button"],
select[type="submit"] {
  position: relative;
  background-color: #1a1a1a;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  line-height: 1.3;
  text-align: center;
  border-radius: 30px;
  max-width: 300px;
  border: none;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-appearance: none;
  /*ios用の記述*/
}

button[type="button"]:hover, button[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
textarea[type="button"]:hover,
textarea[type="submit"]:hover,
select[type="button"]:hover,
select[type="submit"]:hover {
  cursor: pointer;
  background-color: #646464;
}

input::-webkit-input-placeholder textarea::-webkit-input-placeholder {
  color: #D1D1D1;
}

input::-moz-placeholder textarea::-moz-placeholder {
  color: #D1D1D1;
}

input:-ms-input-placeholder textarea:-ms-input-placeholder {
  color: #D1D1D1;
}

input::-ms-input-placeholder textarea::-ms-input-placeholder {
  color: #D1D1D1;
}

input::placeholder textarea::placeholder {
  color: #D1D1D1;
}

/*ios用の記述*/
select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  border-radius: 0;
  /*-webkit-appearance: none;*/
}

/******************************/
/* アーカイブ記事リスト*/
/******************************/
.post_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post_list_flex .thumb_box {
  width: 150px;
  margin-right: 40px;
}

.post_list_flex .thumb_box img {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.post_list_flex .text_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/******************************/
/* ALL PARTS 1*/
/******************************/
.p01_sec01 h2 {
  line-height: 1.5;
}

.p01_sec01 h3 {
  font-size: 21px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p01_sec01 h3 {
    font-size: 16px;
  }
}

.p01_sec03 {
  background-color: #e6e6e6;
  padding: 90px 0 30px;
}

.p01_sec03 h3 {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p01_sec03 {
    padding: 40px 0;
  }
}

.p01_sec03 .flex_1c_b li {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p01_sec03 .flex_1c_b li {
    margin-bottom: 30px;
  }
  .p01_sec03 .flex_1c_b li:last-child {
    margin-bottom: 0;
  }
}

.p01_sec03 .flex_1c_b li:last-child {
  margin-bottom: 0;
}

.p01_sec03 .flex_1c_b .textbox {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .p01_sec03 .flex_1c_b .textbox {
    padding: 20px;
  }
}

.p01_sec03 .flex_2c .box {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}

.p01_sec03 .flex_2c .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p01_sec03 .flex_2c .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p01_sec03 .flex_2c .box:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.p01_sec03 .flex_3c .box {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
}

.p01_sec03 .flex_3c .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p01_sec03 .flex_3c .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p01_sec03 .flex_3c .box:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.p01_sec03 .flex_4c .box {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}

.p01_sec03 .flex_4c .box:last-child {
  margin-right: 0;
}

.p01_sec03 .flex_4c .box figure {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .p01_sec03 .flex_4c .box figure {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .p01_sec03 .flex_4c .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p01_sec03 .flex_4c .box:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.p01_sec03 .box .s_ttl {
  font-size: 14px;
}

.p01_sec03 .box h3 {
  font-size: 21px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p01_sec03 .box h3 {
    font-size: 16px;
  }
}

.p01_sec03 .box h3.lh_14 {
  line-height: 1.4;
}

.p01_sec03 .box h3 .f_ttl {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p01_sec03 .box h3 .f_ttl {
    font-size: 16px;
  }
}

.p01_sec03 .box .txt {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p01_sec04 ul.flex_2c {
    display: block;
  }
}

.p01_sec04 ul.flex_2c .box {
  aspect-ratio: 3 / 2;
  width: calc((100% - 2px) / 2);
  margin-right: 2px;
  margin-bottom: 2px;
  max-height: 300px;
}

.p01_sec04 ul.flex_2c .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p01_sec04 ul.flex_2c .box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p01_sec04 ul.flex_3c {
    display: block;
  }
}

.p01_sec04 ul.flex_3c .box {
  aspect-ratio: 4 / 3;
  width: calc((100% - 4px) / 3);
  margin-right: 2px;
  margin-bottom: 2px;
}

.p01_sec04 ul.flex_3c .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p01_sec04 ul.flex_3c .box {
    width: 100%;
  }
}

.p01_sec04 ul .box {
  position: relative;
}

.p01_sec04 ul .box:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p01_sec04 ul .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p01_sec05 h3 .b_ttl {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p01_sec05 h3 .b_ttl {
    font-size: 16px;
  }
}

.p01_sec06 .plan_box {
  border: solid 1px #1a1a1a;
  padding: 90px;
}

.p01_sec06 .plan_box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p01_sec06 .plan_box {
    padding: 40px 20px;
  }
}

.p01_sec06 .plan_box .light_box_area a:hover {
  opacity: 0.6;
}

.p01_sec07 .img_area {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.p01_sec07 .img_slider .slick-slide {
  padding: 0 5px;
}

.p01_sec07 .img_slider .slick-slide a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4 / 3;
}

.p01_sec08 h3 {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .p01_sec08 h3 {
    font-size: 20px;
  }
}

.p01_sec08 .txt02 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p01_sec08 .txt02 {
    font-size: 14px;
  }
}

.p01_sec08.non_img {
  background-color: #e6e6e6;
  padding: 90px 0;
}

.p01_sec08.non_img h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p01_sec08.non_img h2 {
    margin-bottom: 30px;
  }
}

.p01_sec08.non_img .mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p01_sec08.non_img .mb50 {
    margin-bottom: 30px;
  }
}

.p01_sec08.layout_02 .p01_message_block_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 400px;
}

.p01_sec08.layout_02 .p01_message_block_bg h2 {
  margin-left: 75px;
}

.p01_sec08 .representative_name {
  font-size: large;
}

.p01_sec08 .representative_name span {
  margin-right: 5px;
  font-size: 12px;
}

.p01_sec08 .representative_mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p01_sec08 .representative_mt30 {
    margin-top: 15px;
  }
}

.p01_sec09 p {
  line-height: 1;
}

.p01_sec09 .lh_12 {
  line-height: 1.2;
}

.p01_sec09 .lh_13 {
  line-height: 1.3;
}

.p01_sec09 .lh_14 {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul {
    margin-bottom: 40px;
  }
}

.p01_sec09 ul:last-child {
  margin-bottom: 0;
}

.p01_sec09 ul.flex_1c_b li {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_1c_b li {
    margin-bottom: 20px;
  }
}

.p01_sec09 ul.flex_1c_b li:last-child {
  margin-bottom: 0;
}

.p01_sec09 ul.flex_1c_b li .links_sns li {
  margin-bottom: 0;
}

.p01_sec09 ul.flex_1c_b li .textbox h3 {
  font-size: 21px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_1c_b li .textbox h3 {
    font-size: 16px;
  }
}

.p01_sec09 ul.flex_1c_b li .textbox ul.links_sns {
  position: absolute;
  top: 30px;
  right: 0;
}

.p01_sec09 ul.flex_1c_b li .textbox .m_bottom {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_1c_b li .textbox .m_bottom {
    margin-bottom: 10px;
  }
}

.p01_sec09 ul.flex_1c_b li .textbox .m_top {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_1c_b li .textbox .m_top {
    margin-top: 10px;
  }
}

.p01_sec09 ul.flex_1c_b li .textbox .txt {
  line-height: 1.5;
}

.p01_sec09 ul.flex_2c .box {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}

.p01_sec09 ul.flex_2c .box:last-child {
  margin-right: 0;
}

.p01_sec09 ul.flex_2c .box h3 {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_2c .box h3 {
    font-size: 16px;
  }
}

.p01_sec09 ul.flex_2c .box .m_bottom {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_2c .box .m_bottom {
    margin-bottom: 8px;
  }
}

.p01_sec09 ul.flex_2c .box .m_top {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_2c .box .m_top {
    margin-top: 8px;
  }
}

.p01_sec09 ul.flex_2c .box .txt {
  line-height: 1.5;
}

.p01_sec09 ul.flex_2c .box img {
  aspect-ratio: 3 / 2;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_2c .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .p01_sec09 ul.flex_2c .box:last-child {
    margin-bottom: 0;
  }
}

.p01_sec09 ul.flex_3c .box {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  /*margin-bottom: 60px;*/
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_3c .box {
    width: 100%;
    margin-bottom: 60px;
  }
}

.p01_sec09 ul.flex_3c .box h3 {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_3c .box h3 {
    font-size: 16px;
  }
}

.p01_sec09 ul.flex_3c .box .m_bottom {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_3c .box .m_bottom {
    margin-bottom: 8px;
  }
}

.p01_sec09 ul.flex_3c .box .m_top {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_3c .box .m_top {
    margin-top: 8px;
  }
}

.p01_sec09 ul.flex_3c .box .txt {
  line-height: 1.5;
}

.p01_sec09 ul.flex_3c .box img {
  aspect-ratio: 4 / 3;
}

.p01_sec09 ul.flex_3c .box:nth-child(3n) {
  margin-right: 0;
}

.p01_sec09 ul.flex_4c .box {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  /*margin-bottom: 60px;*/
}

.p01_sec09 ul.flex_4c .box h3 {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_4c .box h3 {
    font-size: 16px;
  }
}

.p01_sec09 ul.flex_4c .box .m_bottom {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_4c .box .m_bottom {
    margin-bottom: 8px;
  }
}

.p01_sec09 ul.flex_4c .box .m_top {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_4c .box .m_top {
    margin-top: 8px;
  }
}

.p01_sec09 ul.flex_4c .box .txt {
  line-height: 1.5;
}

.p01_sec09 ul.flex_4c .box img {
  aspect-ratio: 1 / 1;
}

.p01_sec09 ul.flex_4c .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul.flex_4c .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .p01_sec09 ul.flex_4c .box:last-child {
    margin-bottom: 0;
  }
  .p01_sec09 ul.flex_4c .box img {
    aspect-ratio: 4 / 3;
  }
}

.p01_sec09 ul .box .sns_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul .box .sns_flex {
    display: block;
  }
  .p01_sec09 ul .box .sns_flex .links_sns {
    margin-left: 0;
  }
}

.p01_sec09 ul .box h3 {
  font-size: 16px;
}

.p01_sec09 ul .box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3 / 2;
}

.p01_sec09 ul .box .position_relative .links_sns {
  position: absolute;
  top: 20px;
  right: 0;
}

.p01_sec09 ul .box .textbox {
  margin: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul .box .textbox {
    padding: 20px 0;
  }
}

.p01_sec09 ul .box .textbox h3 {
  font-size: 21px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p01_sec09 ul .box .textbox h3 {
    font-size: 16px;
  }
}

.p01_sec09 ul .box .textbox .txt {
  line-height: 1.5;
}

.p01_sec12 h3 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p01_sec12 h3 {
    font-size: 16px;
  }
}

.p01_sec12.map_link_area .textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p01_sec12.layout_b {
  background-color: #f2f2f2;
  padding: 70px 80px;
}

@media screen and (max-width: 767px) {
  .p01_sec12.layout_b {
    padding: 30px 35px;
  }
  .p01_sec12.layout_b .flex_normal_2cul {
    display: block;
  }
  .p01_sec12.layout_b .flex_normal_2cul .box {
    width: 100%;
  }
}

.p01_sec13 ul.flex_1c .box {
  aspect-ratio: 16 / 9;
}

.p01_sec13 ul.flex_2c .box {
  aspect-ratio: 3 / 2;
  width: calc((100% - 2px) / 2);
  margin-right: 2px;
  margin-bottom: 2px;
}

.p01_sec13 ul.flex_2c .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p01_sec13 ul.flex_2c .box {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 16 / 9;
  }
  .p01_sec13 ul.flex_2c .box:last-child {
    margin-bottom: 0;
  }
}

.p01_sec13 ul.flex_3c .box {
  aspect-ratio: 4 / 3;
  width: calc((100% - 4px) / 3);
  margin-right: 2px;
  margin-bottom: 2px;
}

.p01_sec13 ul.flex_3c .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p01_sec13 ul.flex_3c .box {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 16 / 9;
  }
  .p01_sec13 ul.flex_3c .box:last-child {
    margin-bottom: 0;
  }
}

.p01_sec13 ul.flex_4c .box {
  aspect-ratio: 1 / 1;
  width: calc((100% - 6px) / 4);
  margin-right: 2px;
}

.p01_sec13 ul.flex_4c .box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p01_sec13 ul.flex_4c .box {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
  }
}

.p01_sec13 ul.flex_4b2row .box {
  aspect-ratio: 3 / 2;
}

.p01_sec13 ul.flex_4b2row .box:nth-child(1) {
  aspect-ratio: 16 / 5;
}

.p01_sec13 ul.flex_5b2row .box {
  aspect-ratio: 3 / 2;
}

.p01_sec13 ul.flex_5b2row .box:nth-child(1), .p01_sec13 ul.flex_5b2row .box:nth-child(2) {
  aspect-ratio: 16 / 9;
}

.p01_sec13 ul.flex_5b3row .box {
  aspect-ratio: 3 / 2;
}

.p01_sec13 ul.flex_5b3row .box:nth-child(1) {
  aspect-ratio: 16 / 5;
}

.p01_sec13 ul li {
  max-height: 300px;
}

.p01_sec13 ul li:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p01_sec13 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=css_map/style.css.map */
/* common.cssからの移植分（sango2.0）。84クラス中6クラスのみ実使用のため直書き。原本はcommon_css/に保管（2026-08-XX） */
.display_none { display: none !important; }
.display_inlineblock { display: inline-block !important; }
.position_relative { position: relative !important; }
.text_align_center { text-align: center !important; }
.text_align_right { text-align: right !important; }
.text_deco_underline { text-decoration: underline !important; }
/* common.cssからの移植分（追加）: 余白ユーティリティ。「6クラスのみ使用」の判定が誤りだったため復元（値は原本のまま、2026-08-14） */
.ma_t_1em { margin-top: 1em !important; }
.ma_t_2em { margin-top: 2em !important; }
.ma_r_15px { margin-right: 15px !important; }
.ma_b_0 { margin-bottom: 0 !important; }
.ma_b_5px { margin-bottom: 5px !important; }
.ma_b_10px { margin-bottom: 10px !important; }
.ma_b_20px { margin-bottom: 20px !important; }
.ma_b_50px { margin-bottom: 50px !important; }
.ma_b_1em { margin-bottom: 1em !important; }
.basic_space1_margin_top { margin-top: 90px; }
.basic_space1_margin_bottom { margin-bottom: 90px; }
.basic_space2_margin_top { margin-top: 80px; }
.basic_space2_margin_bottom { margin-bottom: 80px; }
.basic_space3_margin_bottom { margin-bottom: 70px; }
.basic_space4_margin_top { margin-top: 45px; }
.basic_space4_margin_bottom { margin-bottom: 45px; }
.basic_space5_margin_top { margin-top: 30px; }
.basic_space5_margin_bottom { margin-bottom: 30px; }
.basic_space6_margin_top { margin-top: 20px; }
.basic_space6_margin_bottom { margin-bottom: 20px; }
@media screen and (min-width: 768px) and (max-width: 1080px) {
.basic_space1_margin_top { margin-top: 70px; }
.basic_space1_margin_bottom { margin-bottom: 70px; }
.basic_space2_margin_top { margin-top: 50.1px; }
.basic_space2_margin_bottom { margin-bottom: 50.1px; }
.basic_space3_margin_bottom { margin-bottom: 50px; }
.basic_space4_margin_top { margin-top: 30px; }
.basic_space4_margin_bottom { margin-bottom: 30px; }
.basic_space5_margin_top { margin-top: 20.1px; }
.basic_space5_margin_bottom { margin-bottom: 20.1px; }
.basic_space6_margin_top { margin-top: 20px; }
.basic_space6_margin_bottom { margin-bottom: 20px; }
}
@media (max-width: 767px) {
.basic_space1_margin_top { margin-top: 13.332vw; }
.basic_space1_margin_bottom { margin-bottom: 13.332vw; }
.basic_space2_margin_top { margin-top: 13.331vw; }
.basic_space2_margin_bottom { margin-bottom: 13.331vw; }
.basic_space3_margin_bottom { margin-bottom: 13.33vw; }
.basic_space4_margin_top { margin-top: 8vw; }
.basic_space4_margin_bottom { margin-bottom: 8vw; }
.basic_space5_margin_top { margin-top: 5.331vw; }
.basic_space5_margin_bottom { margin-bottom: 5.331vw; }
.basic_space6_margin_top { margin-top: 5.33vw; }
.basic_space6_margin_bottom { margin-bottom: 5.33vw; }
}
