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

body figure {
  margin: 0;
}

address {
  font-style: normal;
}

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

.lh_10 {
  line-height: 1 !important;
}

body {
  /*font-family: $gothic;*/
  /*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.5;*/
  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: 1024px) {
  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;
}

.rimit_text_2row {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  max-width: 200px;
}

.rimit_text_3row {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/******************************/
/*　リスト基本設定　*/
/******************************/
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 {
  background-color: #e6e6e6;
  margin-bottom: 30px;
}

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

.list_a_all li a {
  position: relative;
  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) {
  .list_a_all li a {
    display: block;
  }
}

.list_a_all li a:after {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_r_gray.svg);
  width: 15px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 45px;
}

@media screen and (max-width: 767px) {
  .list_a_all li a:after {
    width: 15px;
    height: 30px;
    right: 20px;
    bottom: 15%;
  }
}

.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: 30px;
}

@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;
  padding-right: 30%;
}

.list_a_all li a .textarea h2 {
  font-size: 22px;
}

.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 a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.works_list_b li img {
  width: 100%;
  aspect-ratio: 4 / 3;
  -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;
}

.works_list_b li .text_box h3 {
  font-size: 16px;
}

/*タクソノミークロスサーチ*/
.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;
}

@media screen and (max-width: 1024px) {
  .cross_search_link_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

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

@media screen and (max-width: 1024px) {
  .cross_search_link_menu li {
    /*width: calc((100% - 30px) / 4);*/
    width: 100%;
    margin-right: 10px;
  }
}

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

.archives_list li {
  border-bottom: dotted 1px #666;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

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

.archives_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.archives_list li a:hover {
  opacity: 0.6;
}

.archives_list li h2 {
  font-size: 22px;
}

.side_menu_list li::before {
  margin-right: 0.5em;
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_r.svg);
  width: 5px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

.contents_wrap.s_works {
  max-width: 720px;
}

footer .contents_wrap {
  max-width: 1080px;
}

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

@media screen and (max-width: 1024px) {
  #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: 900px;
  margin: 0 auto;
}

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

@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: 90px;
}

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

@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 40px 0 0;
  }
}

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

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

.box_contents_c {
  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%;
  margin: 0 auto;
  padding: 0 90px;
}

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

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

.box_contents_c .contents_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 90px;
}

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

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

.box_contents_c .contents_side {
  width: 200px;
}

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

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

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

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

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

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

/*******************/
/* 通常投稿アーカイブ */
/*******************/
#date a {
  /*background-color: $main_color;*/
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 1.5px 15px;
  display: inline-block;
}

#date a:hover {
  opacity: 0.6;
}

/******************************/
/* 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（追加） */
/******************************/
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin-left: 240px;*/
  color: #fff;
  line-height: 1;
  text-align: center;
}

.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: 32px;
}

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

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

h3 {
  font-size: 26px;
}

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

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

/*TOPページ用*/
.home h2 {
  font-size: 32px;
  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） */
/******************************/
.insta_ttl:before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/insta_icon.svg);
  width: 28px;
  height: 28px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

/*************************/
/*　新規追加　タイトル装飾
/*************************/
/*見出し（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: $main_color;*/
  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: $main_color;*/
}

.link_btn01:hover:after {
  right: 15px;
  /*border-top: solid 1px $main_color;
			border-right: solid 1px $main_color;*/
}

/*link_btn02*/
/*link_btn03*/
/*link_btn04*/
/*link_btn05*/
.link_contents_btn {
  margin: auto;
  max-width: 600px;
  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;
}

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

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

.file_btn01 {
  position: relative;
  border: solid 1px #231815;
  text-align: center;
  padding: 25px 0;
  display: block;
}

.file_btn01:hover {
  opacity: 0.6;
}

.file_btn01 .pdf_link {
  position: absolute;
  right: 90px;
  top: 0;
  bottom: 0;
  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) {
  .file_btn01 .pdf_link {
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 15px;
    padding-top: 15px;
  }
}

.file_btn01 .pdf_link:after {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_r.svg);
  width: 5px;
  height: 10px;
  margin-left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

/*************************/
/*　新規追加　リンクボタン装飾
/*************************/
header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn a {
  padding: 6px 40px !important;
  /*background-color: #646464 !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: #646464 !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;
  }
}

/******************************/
/* ヘッダー（header） */
/******************************/
header * {
  line-height: 1;
}

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.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 {
  position: relative;
  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.fixed {
  position: fixed !important;
  background-color: #ffffffb3;
  -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: 1025px) {
  header #header_wrap {
    height: 100px;
  }
}

@media screen and (max-width: 1024px) {
  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.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: 100px;
}

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

#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:last-child {
  padding-right: 0;
}

#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;
  z-index: 50;
  display: block;
  position: absolute;
  /*background-color: #000;*/
  color: #ffffff;
  width: 170px;
  padding-top: 15px;
  top: 30px;
}

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

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu li {
  background-color: #fff;
  padding: 5px 0;
  /*margin-bottom: 2px;*/
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  border-top: solid 1px #333;
}

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

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu li:hover {
  /*background-color: #999999;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu li:hover a {
  color: #fff;
}

#header_wrap .nav_inner .navbar-nav li.menu-item-has-children:hover ul.sub-menu li a {
  color: #333;
  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: 90px 0;
  /*background-color: #b4b4b4;*/
  color: #ffffff;
  position: sticky;
  top: 100vh;
  width: 100%;
}

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

footer .footerUpper {
  margin-bottom: 10px;
}

footer .footerUpper img {
  max-height: 28px;
}

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

footer a.tel_link_txt {
  color: #ffffff;
}

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_layout .logo_area li figure img {
  max-height: 28px;
}

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 .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;
    text-align: center;
  }
  footer .footer_cont_flex .footerUpper {
    text-align: center;
  }
  footer .footer_cont_flex .footer_menu_area,
  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_logo a img {
  max-height: 28px;
}

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

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-left: 20px;
  margin-bottom: 20px;
  text-align: right;
}

footer .footer_menu_area .footer_navi li a {
  /*display: block;*/
  color: #fff;
  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: 0;
  right: 0;
  z-index: 150;
}

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

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

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

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

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

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

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

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

.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: 30px;
  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: 25px;
  }
}

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

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::before {
    top: calc(50% + 5px);
  }
}

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

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::after {
    bottom: calc(50% + 5px);
  }
}

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

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

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

.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #1a1a1acc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100dvh;
  right: 0;
  position: relative;
  top: 0;
  z-index: 3;
  padding-top: 10%;
  width: 300px;
  margin-left: auto;
  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;
  }
}

/************************************************************************/
.drawer-in_bt_area {
  width: 70%;
  /*margin: 60px auto 0;*/
  /*position: absolute;*/
  margin: 90px auto 30px;
  max-height: 250px;
  bottom: 20px;
  /*overflow: hidden;*/
}

.drawer-in_bt_area .flex_2c .box {
  width: calc((100% - 5px) / 2);
  margin-right: 5px;
}

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

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

.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 {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_minus.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -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 .header-nav-child {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

.header-drawer-nav li.menu-item-has-children .header-nav-child::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_plus.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -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;
  margin-left: auto;
}

.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: -50px;
  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 (max-width: 1220px) {
  .home .slick-next::before {
    right: 0;
  }
}

@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: -50px;
  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 (max-width: 1220px) {
  .home .slick-prev::before {
    left: 0;
  }
}

@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%;
  border-bottom: solid 1px #1a1a1a;
  padding: 15px 0;
  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;
}

.news_list_display.news_non_thum_list .category_name {
  /*padding: 0 0 15px 0;*/
  margin-right: 20px;
}

.news_list_display.news_non_thum_list .category_name .category_box a {
  /*background-color: #666;*/
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 1.2px;
  display: block;
  width: 60px;
}

.news_list_display.news_non_thum_list .news_list_contents span {
  padding-right: 20px;
}

.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;
  /*サムネイルあり*/
}

@media screen and (max-width: 767px) {
  .news_list_display.news_list_thum {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

@media screen and (max-width: 767px) {
  .news_list_display.news_list_thum li {
    width: calc((100% - 16px) / 2);
    margin-right: 8px;
    margin-bottom: 15px;
  }
  .news_list_display.news_list_thum li:last-child {
    margin-right: 0;
  }
}

.news_list_display.news_list_thum li .category_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_list_display.news_list_thum li .category_name a {
  background-color: #666;
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
}

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

.news_list_display.news_list_thum li a:last-child {
  margin-right: 0;
}

.news_list_display.news_list_thum li a figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  -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_harf li {
  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;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .flex_harf li {
    margin-bottom: 20px;
    display: block;
  }
}

.flex_harf li:nth-child(odd) {
  background-color: inherit;
}

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

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

.flex_harf li:nth-child(even) .textbox {
  margin-left: 0;
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .flex_harf li:nth-child(even) .textbox {
    width: 100%;
    margin: 0;
  }
}

.flex_harf li .imgbox {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .flex_harf li .imgbox {
    width: 100%;
    margin: 0;
  }
}

.flex_harf li .imgbox img {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex_harf li .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .flex_harf li .textbox {
    width: 100%;
    margin: 0;
  }
}

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

.flex_1c_b .box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .flex_1c_b .box {
    display: block;
    margin-bottom: 25px;
  }
  .flex_1c_b .box:last-child {
    margin-bottom: 0;
  }
}

.flex_1c_b .box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .flex_1c_b .box:nth-child(2n) {
    display: block;
  }
}

.flex_1c_b .box:nth-child(2n) .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .flex_1c_b .box:nth-child(2n) .textbox {
    margin-right: 0;
    margin-left: 0;
  }
}

.flex_1c_b .box .imgbox {
  width: 50%;
}

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

.flex_1c_b .box .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .flex_1c_b .box .textbox {
    margin-left: 0;
  }
}

.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%) / 2);
}

.flex_2c .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

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

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

.flex_3c .box {
  width: calc((100%) / 3);
  aspect-ratio: 4 / 3;
}

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

.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%) / 4);
}

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

.flex_4c .box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  aspect-ratio: 1 / 1;
}

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

.flex_4b2row .box {
  width: calc((100%) / 3);
  aspect-ratio: 3 / 2;
}

.flex_4b2row .box:nth-child(1) {
  width: 100%;
  margin-right: 0;
  aspect-ratio: 16 / 5;
}

.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%) / 3);
  aspect-ratio: 3 / 2;
}

@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%) / 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%) / 2);
  aspect-ratio: 7 / 3;
}

.flex_5b3row .box:nth-child(1) {
  width: 100%;
  aspect-ratio: 16 / 5;
}

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

/*価格FLEX MENU*/
.price_flex.cul2_culmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_flex.cul2_culmn li.box {
  width: calc((100% - 40px) / 2) !important;
  margin-right: 40px;
  /*border-top: solid 1px #ddd;*/
}

.price_flex.cul2_culmn li.box:nth-child(2n) {
  margin-right: 0;
}

.price_flex.cul2_culmn li.box:nth-last-child(2) {
  /*border-bottom: solid 1px #ddd;*/
  padding-bottom: 10px !important;
}

.price_flex li.box {
  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;*/
  padding: 10px 0;
}

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

.price_flex li.box:last-child {
  /*border-bottom: solid 1px #ddd;*/
  padding-bottom: 10px !important;
  /*margin-bottom: 0 !important;*/
}

.flex_normal_2cul {
  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_normal_2cul .box {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}

.flex_normal_2cul .box:nth-child(2n) {
  margin-right: 0;
}

.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: 1024px) {
  .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 - 900px) / 2);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1024px) {
  .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 - 900px) / 2);
  padding: 45px 0px 45px 0;
  margin-left: 50px;
}

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

@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .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 - 900px) / 2);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1024px) {
  .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 - 900px) / 2);
  padding: 45px 0 45px 0px;
  margin-right: 50px;
}

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

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

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

/**/
@media screen and (max-width: 1024px) {
  .flex_2c_side_over {
    padding: 0 20px;
  }
}

.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: 5px;
  background-color: #f7f8f8;
  max-height: 540px;
}

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

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

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

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

@media screen and (max-width: 1280px) {
  .flex_2c_side_over li:nth-child(even) .imgbox {
    /*margin-right: calc((100vw - 900px) / 2);*/
    padding: 0 0 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 40%;
    aspect-ratio: 1 / 1;
  }
}

@media screen and (max-width: 1024px) {
  .flex_2c_side_over li:nth-child(even) .imgbox {
    width: 100%;
    padding: 50% 0 0;
    aspect-ratio: 16 / 9;
    margin-bottom: 1em;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .flex_2c_side_over li:nth-child(odd) .imgbox {
    width: 100%;
    padding-top: 50% 0 0;
    aspect-ratio: 16 / 9;
    margin-bottom: 1em;
  }
}

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

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

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

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

.flex_2c_side_over li:nth-child(odd) .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: 50px;
}

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

.template_message_flex .textbox h3.title01 {
  font-size: 21px;
}

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

.template_message_flex .textbox h3.title02 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .template_message_flex .textbox h3.title02 {
    font-size: 14px;
  }
}

.template_message_flex .textbox .s_text {
  font-size: 12px;
  line-height: 1.5;
}

/******************************/
/* SNSアイコン共通*/
/******************************/
header.absolute ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 28px;
  height: 28px;
}

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

header.absolute ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/fb_icon_wht.svg);
  width: 28px;
  height: 28px;
}

header.absolute ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/x_icon_wht.svg);
  width: 28px;
  height: 28px;
}

header.absolute.after_scroll ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 28px;
  height: 28px;
}

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

header.absolute.after_scroll ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/fb_icon.svg);
  width: 28px;
  height: 28px;
}

header.absolute.after_scroll ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/x_icon.svg);
  width: 28px;
  height: 28px;
}

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: 42.81px;
}

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

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::before {
  display: block;
  content: "";
}

ul.links_sns li a.text_link_run {
  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;
}

ul.links_sns li a.text_link_run::before {
  margin-right: 5px;
}

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

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

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

ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/x_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*/
/******************************/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

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

#page_top a {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  position: relative;
  padding: 5px 17px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  #page_top a {
    width: 44px;
    height: 44px;
    padding: 5px 14px;
    margin: 0 5px 0 0;
  }
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
  }
}

/******************************/
/* インスタ取得*/
/******************************/
#instagram_area {
  position: relative;
  /*padding: 70px 0 70px;*/
  /*background-color: #ddd;*/
}

@media screen and (max-width: 767px) {
  #instagram_area {
    /*padding: 50px 0;*/
  }
}

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

.insta_list.collage {
  display: grid;
  grid-template-columns: 1fr 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_img09 collage_img07" "collage_img01 collage_img01 collage_img04 collage_img05 collage_img06 collage_img06 collage_img10 collage_img08";
}

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

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

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

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

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

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

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

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

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

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

.insta_list.collage li:nth-child(9) {
  grid-area: collage_img09;
}

.insta_list.collage li:nth-child(10) {
  grid-area: collage_img10;
}

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

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

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

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

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

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

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

.insta_link_btnarea {
  text-align: center;
}

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

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

/******************************/
/* モーダルウィンドウの指定*/
/******************************/
.openModal figure {
  position: relative;
}

.openModal figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icon/file_movie_icon.svg);
  background-size: cover;
  width: 120px;
  height: 120px;
}

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

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

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

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

.youtube_modal iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

/***********************************************************/
/* ------ */
/* 見出し（heading） */
/* ------ */
.ttl_s01 {
  line-height: 1;
}

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

.ttl01 .b_ttl {
  line-height: 1;
  font-size: 32px;
}

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

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

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

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

.ttl03 {
  padding: 20px 0;
  border-top: solid 1px #1a1a1a;
  border-bottom: solid 1px #1a1a1a;
}

.ttl04 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.ttl04:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #1a1a1a;
}

.ttl04 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.tel_link_txt {
  font-size: 28px;
}

.b_line_ttl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*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: 10px;
  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: #646464;*/
  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;
  font-size: 13px;
}

.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;
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_r.svg);
  width: 5px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

.map_link01 {
  position: relative;
  display: inline-block;
  /*background-color: #b4b4b4;*/
  color: #fff;
  padding: 10px;
  max-width: 160px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
}

.map_link01:hover {
  opacity: 0.6;
}

.map_link01::after {
  position: relative;
  top: 0;
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_arrow_r_wht.svg);
  width: 6px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/* ------ */
/* 表 */
/* ------ */
/* ニュースリスト */
/* --- */
/* ------ */
/* コンテンツ　レイアウト */
/* ------ */
.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: 20px;
  line-height: 1.4;
}

/* 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: 1024px) {
  .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;
}

/* ------ */
/* 表 */
/* ------ */
.tbl_layoutbox {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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 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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .shop_list li {
    display: block;
  }
}

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

@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .history .history__item {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 20px;
  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) {
  .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: 20px;
}

@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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_form dl.inquiry dd.post_number_flex div.code01 {
  width: 30%;
  margin-right: 5px;
}

.mail_form dl.inquiry dd.post_number_flex div.code02 {
  width: 50%;
  margin-left: 5px;
}

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

.mail_form input[type="button"], .mail_form input[type="submit"] {
  position: relative;
  background-color: #d1d1d1;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  line-height: 1.3;
  text-align: center;
  max-width: 300px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.mail_form input[type="button"]:hover, .mail_form input[type="submit"]:hover {
  cursor: pointer;
  /*background-color: $main_color;*/
}

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

button[type="text"], button[type="submit"], button[type="image"], button[type="tel"], button[type="email"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="tel"],
input[type="email"],
textarea[type="text"],
textarea[type="submit"],
textarea[type="image"],
textarea[type="tel"],
textarea[type="email"],
select[type="text"],
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;
}

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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

@media screen and (max-width: 767px) {
  .post_list_flex .thumb_box {
    width: 100%;
    margin-right: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .post_list_flex .thumb_box img {
    aspect-ratio: 4 / 3;
  }
}

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

@media screen and (max-width: 767px) {
  .post_list_flex .text_box .at_ttl {
    margin-bottom: 15px;
  }
}

/******************************/
/* 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.bg_color_box .list_a_all li.box {
  background-color: #ffffff;
}

.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;
  background-color: #ffffff;
  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_3c .box:last-child {
  margin-bottom: 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%;
}

/******************************/
/* カレンダー（共通） */
/******************************/
#calender_area {
  /*padding: 50px 0;*/
}

#calender_area .xo-event-calendar .calendar-caption {
  font-size: 16px;
}

#calender_area .xo-event-calendar table.xo-month th {
  padding: 10px 0 !important;
}

#calender_area .xo-event-calendar table.xo-month th,
#calender_area .xo-event-calendar table.xo-month td {
  font-size: 14px;
  padding: 10px;
}

#calender_area .xo-event-calendar table.xo-month .month-header {
  margin-bottom: 10px;
}

#calender_area .xo-event-calendar table.xo-month .month-event-space {
  aspect-ratio: 1/0.6;
  width: calc(100% / 7);
  height: auto;
}

#calender_area .xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
}

#calender_area .xo-event-calendar table.xo-month .month-dayname-space {
  height: 1.554em;
  position: relative;
  top: 0;
}

/******************************/
/* コンテンツ背景オプション指定 */
/******************************/
.bg_color_box {
  position: relative;
  padding: 90px 0 90px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

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

/*# sourceMappingURL=css_map/style.css.map */
