@charset "UTF-8";
/*!
Theme Name: studio-peach.jp
Description:福岡県久留米市にあるパーソナルトレーニングジムと初心者向けのダンススクール
Theme URI: https://www.studio-peach.jp/
Version: 1.0
License: studio-peach.jp
License URI: https://www.studio-peach.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*---------------------------
画面幅
---------------------------*/
/* +padding(20*2)pxを*/
/*---------------------------
フォント
---------------------------*/
/* color */
/* font-family*/
/*font-size*/
:root {
  --fSize_body: 1.8rem;
  --fSize_primary-top: 3rem;
  --fSize_primary-sub: 2.8rem;
  --fSize_secondly: 2.8rem;
  --fSize_third: 2.4rem;
}

@media screen and (max-width: 767px) {
  :root {
    --fSize_body: 1.4rem;
    --fSize_primary-top: 2.2rem;
    --fSize_primary-sub: 2.2rem;
    --fSize_secondly: 2rem;
    --fSize_third: 1.8rem;
  }
}
/* 下層ページ画像サイズ */
/*ロゴサイズ*/
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.7;
  min-width: 1240px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
figcaption {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2rem;
    /* トップの見出しのみ、2.2rem～2.4remに個別設定しています */
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.6rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  color: #3366cc;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover, a:active {
  color: #264a97;
  text-decoration: none;
  transition: 0.3s;
}
a figure img.img_opacity,
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover figure img.img_opacity, a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.3s linear;
}

a.tel_link:link, a.tel_link:visited, a.tel_link:hover, a.tel_link:active {
  color: #2f2f2f;
  text-decoration: none;
}

/****************************************

会社情報

*****************************************/
.cpr_add {
  font-size: 1.4rem;
}

.cpr_tel {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: right;
}
.cpr_tel img {
  vertical-align: baseline;
  margin-right: 8px;
}
.cpr_tel span {
  font-size: 1.5rem;
  font-weight: 400;
}

.sns_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.sns_list_item a {
  padding: 8px;
  display: inline-block;
}
.sns_list_item a:hover {
  background-color: rgba(255, 255, 255, 0.3764705882);
}

@media screen and (max-width: 767px) {
  .cpr_tel {
    font-size: 3rem;
  }
  .cpr_tel img {
    max-width: 20px;
    height: auto;
    margin-right: 4px;
  }
  .cpr_tel span {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .sns_list {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #header {
    width: 100%;
  }
  .header_box {
    width: 100%;
    height: 100%;
  }
  .header_box .header_disc {
    font-size: 1.2rem;
    padding-left: 10px;
    padding-top: 16px;
  }
  .header_box .header_inr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-width: 1240px;
    max-width: 1900px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
  .header_box .header_left {
    padding: 50px 50px 0 50px;
  }
  .header_box .header_left .logo {
    z-index: 3;
    max-width: 240px;
  }
  .header_box .header_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header_box .header_icon_list {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .header_box--sin {
    width: 100%;
    height: 100%;
    height: 500px;
  }
  .min950 {
    min-height: 950px;
  }
  .min430 {
    min-height: 430px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1350px) {
  .header_box .header_inr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-width: 1240px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .header_box .header_left {
    padding-left: 0px;
  }
  .header_box .header_left .logo a img {
    width: 100%;
    height: auto;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #header {
    width: 100%;
  }
  .header_box {
    position: relative;
    z-index: 999;
    width: 100%;
    padding: 8px 10px 10px;
    padding-bottom: 0;
    height: auto;
  }
  .header_box .header_disc {
    font-size: 1.2rem;
    padding-right: 5em;
    display: none;
  }
  .header_box .header_left {
    text-align: center;
  }
  .header_box .logo {
    padding-top: 16px;
    padding-bottom: 8px;
    max-width: 220px;
  }
  .header_box .header_right {
    display: none;
  }
  .header_box--top {
    height: auto;
  }
  .min990 {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .header_box-sin {
    height: 50px;
  }
}
#toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: #ff316f;
  cursor: pointer;
  z-index: 9999;
}
#toggle div {
  position: relative;
}
#toggle span {
  display: block;
  position: absolute;
  right: 12px;
  width: 26px;
  height: 2px;
  background: #000;
  transition: 0.35s ease-in-out;
}
#toggle span:nth-child(1) {
  top: 16px;
}
#toggle span:nth-child(2) {
  top: 23px;
}
#toggle span:nth-child(3) {
  top: 30px;
}

/*spanの絶対位置指定の親にします*/
.open_navi #toggle {
  position: fixed;
}
.open_navi #toggle span {
  background: #000;
}
.open_navi #toggle span:nth-of-type(1) {
  transform: translateY(7px) rotate(-315deg);
}
.open_navi #toggle span:nth-of-type(2) {
  opacity: 0;
}
.open_navi #toggle span:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg);
}

#sp_navi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  overflow-y: scroll;
  text-align: left;
  background: rgba(255, 49, 111, 0.9);
  z-index: 999;
  transform: translateY(-100%);
  transition: 0.7s ease-in-out;
}

.open_navi #sp_navi {
  transform: translateY(0);
  transition: 0.7s ease-in-out;
}
.open_navi #wrapper {
  transform-origin: left center;
  filter: blur(3px);
  transition: 0.7s ease-in-out;
}

#sp_navi .menu {
  padding-top: 80px;
  text-align: center;
}
#sp_navi .menu .menu-item {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  box-sizing: border-box;
}
#sp_navi .menu-item a,
#sp_navi .menu-item span {
  display: block;
  padding: 15px 0 14px;
}
#sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
  color: #fff;
  text-decoration: none;
}
#sp_navi .sub-menu {
  width: 100%;
  text-align: center;
  display: none;
}
#sp_navi .sub-menu li {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#sp_navi .sub-menu li a {
  display: block;
  padding: 11px 0 10px;
  color: #ccc;
  background-color: #101010;
}
#sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
  color: #fff;
  text-decoration: none;
}
#sp_navi .sub-menu li a:hover {
  color: #ccc;
  background: none;
}
#sp_navi .menu-item-has-children {
  position: relative;
}
#sp_navi .menu-item-has-children::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  transform: rotate(135deg);
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 14px;
  right: 20px;
}
#sp_navi .menu-item-has-children.menu_open::before {
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
  top: 22px;
}

/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
}
#g_navi .menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 20px 28px;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
#g_navi .menu > li > a .nav_sub {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #aaa;
  font-size: 1.1rem;
  font-weight: 300;
  padding-top: 8px;
}
#g_navi .menu > li > a:link, #g_navi .menu > li > a:visited {
  color: #fff;
}
#g_navi .menu > li > a:hover, #g_navi .menu > li > a:active {
  color: #ff316f;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  list-style: none;
  width: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
}
#g_navi .menu li ul li {
  position: relative;
  width: 100%;
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 12px 5px;
  background-color: #ff316f;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
}
#g_navi .menu li ul li a:link, #g_navi .menu li ul li a:visited {
  background-color: #ff316f;
  color: #fff;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: #a1284c;
  color: #fff;
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  #g_navi .menu > li > a {
    padding: 20px;
  }
}
/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #ff316f;
    transition: 0.6s;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider .metaslider {
  width: 100%;
  min-width: 1240px;
  max-width: 2000px;
  margin: 0 auto;
  height: 950px;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  display: flex;
  justify-content: center;
}
#slider .metaslider::-webkit-scrollbar {
  display: none;
}
#slider .metaslider img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#slider .slider_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-width: 577px;
  transform: translate(-50%, -50%);
}
#slider .slider_txt img {
  width: 100%;
  height: auto;
}

#mv {
  width: 100%;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 430px;
  height: 430px;
  width: 100%;
  margin: 0 auto;
  background: url(images/mv.jpg) no-repeat top center/cover;
}
#mv .mv_txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 30%);
  z-index: 2;
  display: flex;
  justify-content: center;
}
#mv .mv_txt p {
  font-size: 4.8rem;
  color: #fff;
  position: absolute;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #slider .slider_txt {
    /* キャッチコピーが画像書き出しの場合、見やすい大きさに調整 */
  }
  /* 下層のMV */
  #mv {
    /* MV自体の高さを180pxに設定 */
    height: 150px;
    /* スマホ用の背景画像がある場合に使用 */
    background-size: cover;
    /* 背景画像の高さを180pxに設定 */
  }
  #mv .mv_inr {
    height: 180px;
  }
  #mv .mv_txt {
    max-width: 150px;
    /* 最小のスマホの画面サイズ320px⇒430pxに合うように */
    font-size: 2.2rem;
    /* キャッチコピーの文字サイズを見やすい大きさに調整 */
  }
}
@media screen and (max-width: 1400px) {
  .hdr_cal--mv {
    right: 2%;
  }
}
.ms-edit-frontend {
  display: none;
}

@media screen and (max-width: 767px) {
  #slider {
    position: inherit;
  }
  #slider .metaslider {
    width: 100%;
    height: auto;
    position: relative;
    min-width: inherit;
  }
  #slider .metaslider img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #slider .slider_txt {
    width: 300px;
  }
  #slider .slider_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
  }
  #slider .slider_txt img {
    width: 100%;
    height: auto;
  }
  #mv {
    min-height: auto;
    padding-left: 0;
    position: relative;
    background-position: right center;
    background-size: auto 100%;
  }
  #mv .mv_inr img {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  #mv .mv_txt {
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 270px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 100%;
  width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 100px;
  margin: 0 auto;
}
main#page_main p {
  line-height: 1.2lh;
}

main#single_main {
  width: 1240px;
  margin: 0 auto 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 30px;
  padding-top: 20px;
}
.breadcrumb_area .breadcrumb {
  text-align: right;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
}
.breadcrumb_area .breadcrumb p a {
  color: #ff316f;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff316f;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 0 10px 0;
  }
  main#top_main .txt_box {
    padding: 0 10px 0;
  }
  main#page_main,
  main#single_main {
    width: 100%;
    padding: 0 10px 40px;
  }
  .breadcrumb_area {
    width: 100%;
    margin: 0 auto 16px;
  }
  .breadcrumb_area .breadcrumb {
    text-align: left;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
}
/****************************************

content 共通ボックス

*****************************************/
/* sec */
.sec {
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
}

.inr {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

/*sin--inr*/
main#page_main .inr,
main#single_main .inr {
  width: 1240px;
}

.sec--sin {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .sec {
    padding: 50px 10px;
  }
  .inr {
    width: 100%;
    padding: 0;
  }
}
/* PCなし*/
@media screen and (max-width: 767px) {
  /* 背景画像sec*/
  .sec_bg {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 0 10px;
  }
}
/* txtbox */
.txt_box {
  font-size: var(--fSize_body);
}

.txt_box--img {
  font-size: var(--fSize_body);
  width: calc(100% - 470px);
}

@media screen and (max-width: 767px) {
  .txt_box {
    font-size: 1.4rem;
    text-align: left;
  }
  .txt_box--img {
    width: 100%;
  }
}
/* 共通ボックス設定 */
.flex,
.flex_r {
  font-size: var(--fSize_body);
  letter-spacing: 0.04em;
  gap: 30px;
}
.flex .ttl,
.flex_r .ttl {
  padding: 8px 16px;
  font-weight: 600;
  background-color: #eee;
}
.flex p,
.flex_r p {
  padding: 8px 0;
}
.flex figure figcaption,
.flex_r figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: top;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    gap: 0;
  }
}
.flexBox02 {
  position: relative;
  font-size: var(--fSize_body);
  letter-spacing: 0.04em;
  background-color: #eee;
  padding: 28px;
  margin-bottom: 60px;
}
.flexBox02_inner {
  width: 600px;
}
.flexBox02 p {
  padding: 8px 0;
}
.flexBox02 figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: top;
}

.imgList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 40px;
  gap: 35px;
}
.imgList01 .imgList01_item {
  text-align: center;
  width: calc((100% - 70px) / 3);
  transition: 0.3s linear;
}
.imgList01 .imgList01_item img {
  width: 100%;
  height: auto;
}
.imgList01 .imgList01_item p {
  font-size: var(--var(--fSize_body));
  padding: 8px 0;
  text-align: left;
  margin-bottom: 16px;
}
.imgList01 .imgList01_item_ttl {
  font-size: var(--fSIze_third);
  font-weight: 600;
  padding: 14px;
  margin-bottom: 8px;
}
.imgList01 .imgList01_item .btn {
  width: 240px;
  margin: 0 auto;
}
.imgList01 .imgList01_item .btn a {
  padding: 14px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .imgList01 {
    justify-content: center;
    gap: 20px;
  }
  .imgList01 .imgList01_item {
    width: 100%;
  }
}
/* SPフレックスボックス*/
@media screen and (max-width: 767px) {
  /* SPのみのclass名*/
  /* フレックス解除*/
  .flex_block {
    display: block;
  }
  /*1列にする*/
  .flex_column {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* 3列にするとき*/
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 75px 0 100px;
}
.top_box01 .txt_box {
  width: auto;
  text-align: center;
  line-height: 2;
}
.top_box01 .btnArea {
  margin-top: 70px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 0 50px;
  }
  .top_box01 .txt_box p {
    text-align: left;
  }
  .top_box01 .btnArea {
    margin-top: 40px;
    align-items: center;
  }
}
.top_box02 {
  padding: 75px 0 80px;
  background: url(images/top_box02_bg.jpg) repeat;
}
.top_box02 .top_com {
  display: flex;
  justify-content: space-between;
}
.top_box02 .top_com_pic {
  width: 560px;
}
.top_box02 .top_com_body {
  width: calc(100% - 610px);
  background: url(images/top_box02_bg02.png) no-repeat top center;
}
.top_box02 .top_com_body_disc {
  padding-left: 20px;
}
.top_box02 .top_com_body .btnArea {
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  gap: 30px;
}
.top_box02 .top_com_body .btnArea .btn {
  width: 240px;
}
.top_box02 .top_com:first-child {
  margin-bottom: 40px;
}
.top_box02 .top_com:last-child {
  flex-direction: row-reverse;
}
.top_box02 .top_com .bg02 {
  background: url(images/top_box02_bg03.png) no-repeat top center;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 0;
  }
  .top_box02 .top_com {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 0 10px;
  }
  .top_box02 .top_com_body_disc {
    padding-left: 0;
  }
  .top_box02 .top_com_body .btnArea {
    gap: 20px;
  }
  .top_box02 .top_com_pic {
    width: 100%;
  }
  .top_box02 .top_com .txt_box {
    padding: 25px 10px 0;
    width: 100%;
  }
  .top_box02 .top_com .txt_box .btnArea {
    margin-top: 40px;
    position: unset;
    justify-content: center;
  }
  .top_box02 .top_com:last-child {
    flex-direction: column;
  }
}
.top_box03 {
  padding: 120px 0;
}
.top_box03 .top_subhead01 {
  margin-bottom: 50px;
}

.map-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.map-list_item {
  width: calc((100% - 40px) / 2);
}
.map-list_item_ttl {
  font-size: var(--fSize_third);
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 50px 0;
  }
  .top_box03 .top_subhead01 {
    margin-bottom: 25px;
  }
  .map-list {
    justify-content: center;
    gap: 25px;
  }
  .map-list_item {
    width: 100%;
  }
  .map-list_item_ttl {
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .access--list .map-list {
    justify-content: center;
    gap: 25px;
  }
  .access--list .map-list_item {
    width: 100%;
  }
  .access--list .map-list_item_ttl {
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.top_box04 {
  padding: 110px 20px;
}
.top_box04 .inr {
  max-width: 1400px;
}
.top_box04_disc {
  margin-bottom: 40px;
  text-align: center;
}
.top_box04_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  gap: 50px;
  margin: 0 auto;
}
.top_box04_list_item {
  width: calc((100% - 50px) / 2);
}
.top_box04_list_item .pic {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.top_box04_list_item .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.top_box04_list_item .ttl p {
  font-size: 3rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1lh;
}
.top_box04_list_item .ttl p .ttl_sub {
  font-size: 1.6rem;
  color: #ff316f;
}
.top_box04_list_item .ttl:before {
  content: "";
  width: 64px;
  height: 60px;
  background: url(images/bnr_icon.jpg) no-repeat top center/contain;
}
.top_box04_list_item .ttl:after {
  content: "";
  background: #ff316f;
  width: calc(100% - 290px);
  height: 1px;
}
.top_box04_list .top_box04_list_item:first-child .ttl .ttl_sub {
  font-size: 1.6rem;
  color: #ff316f;
  display: block;
}
.top_box04_list .top_box04_list_item:first-child .ttl:after {
  width: calc(100% - 260px);
  height: 1px;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 50px 0;
  }
  .top_box04 .inr {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .top_box04_disc {
    margin-bottom: 25px;
    text-align: left;
    padding: 0 10px;
  }
  .top_box04_list {
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 25px;
  }
  .top_box04_list_item {
    width: 100%;
    position: relative;
  }
  .top_box04_list_item .pic {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  .top_box04_list_item .ttl {
    gap: 8px;
  }
  .top_box04_list_item .ttl p {
    font-size: 1.6rem;
    line-height: 1lh;
    text-align: center;
  }
  .top_box04_list_item .ttl p .ttl_sub {
    font-size: 1.2rem;
    color: #ff316f;
  }
  .top_box04_list_item .ttl:before {
    width: 64px;
    height: 40px;
    background: url(images/bnr_icon.jpg) no-repeat top center/contain;
  }
  .top_box04_list_item .ttl:after {
    width: calc(100% - 245px);
  }
  .top_box04_list .top_box04_list_item:first-child .ttl .ttl_sub {
    font-size: 1.2rem;
    color: #ff316f;
    display: block;
  }
  .top_box04_list .top_box04_list_item:first-child .ttl:after {
    width: calc(100% - 163px);
    height: 1px;
  }
  .top_box04_list .top_box04_list_item:last-child .ttl .ttl_sub {
    display: block;
    line-height: 1;
  }
}
.top_box05 {
  padding: 80px 0 120px;
  text-align: center;
}
.top_box05 .top_subhead01 {
  font-size: 3.6rem;
  gap: 20px;
}
.top_box05 .top_subhead01:after {
  content: "";
  background: url(images/line--long.png) no-repeat top center/contain;
  width: 450px;
  height: 17px;
}
.top_box05 .btnArea {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 50px 0;
    text-align: center;
  }
  .top_box05 .top_subhead01 {
    font-size: 2.4rem;
    gap: 8px;
    font-weight: 600;
  }
  .top_box05 .top_subhead01:after {
    content: "";
    background: url(images/line--long.png) no-repeat top center/contain;
    width: 380px;
    max-width: 380px;
    height: 14px;
  }
  .top_box05 .btnArea {
    margin-top: 40px;
  }
}
/****************************************

request トップ用

*****************************************/
.top_request {
  padding: 60px 0 110px;
}
.top_request_inr_ttlArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 16px;
  border-bottom: 3px solid #439354;
}

@media screen and (max-width: 767px) {
  .top_request {
    padding: 50px 0;
  }
  .top_request_inr_ttlArea {
    padding: 0 0 16px;
  }
  .request_post {
    gap: 14px 4%;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .request_post_part {
    width: 48%;
    max-width: unset;
  }
}
/****************************************

news トップ用

*****************************************/
.news_box {
  padding: 110px 0;
  background-color: #1f2529;
}
.news_box_inner {
  display: flex;
  align-items: center;
}
.news_box_inner_ttlArea {
  display: flex;
  flex-direction: column;
  margin-right: 52px;
}
.news_box_inner_ttlArea .top_headline {
  margin-bottom: 25px;
  padding-top: 0;
}

.news_post {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.news_post_part {
  width: calc((100% - 60px) / 3);
  max-width: 295px;
  text-align: left;
  position: relative;
}
.news_post_part .news_pic {
  margin-bottom: 8px;
}
.news_post_part .news_date {
  color: #ff316f;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
}
.news_post_part .news_ttl {
  display: inline-block;
  font-size: 1.8rem;
  caret-color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.news_post_part .news_ttl a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.news_post_part .news_ttl a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff316f;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.news_post_part .news_ttl a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.news_post_part a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.news_post_part a:hover .news_ttl {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .news_box {
    padding: 50px 10px;
  }
  .news_box_inner {
    max-width: unset;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .news_box_inner_ttlArea {
    flex-direction: row;
    height: auto;
    width: 100%;
    padding-top: 0;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ff316f;
    margin-right: 0;
    padding-bottom: 4px;
  }
  .news_box_inner_ttlArea .top_headline {
    font-size: 2rem;
  }
  .news_box_inner_ttlArea .btn {
    width: 160px;
  }
  .news_box_inner_ttlArea .btn a {
    padding: 10px 0;
  }
  .news_box_inner .news_post {
    gap: 25px 4%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news_box_inner .news_post_part {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .news_box_inner .news_post_part .news_date {
    font-size: 1.6rem;
  }
  .news_box_inner .news_post_part .news_ttl {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .news_box_inner .news_post_part .label {
    font-size: 1.3rem;
    padding: 2px 8px;
    margin-left: 10px;
  }
  .news_box_inner .news_post_part .cat_column .news_ttl {
    color: #ff316f;
    font-size: 1.6rem;
  }
}
/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .flex .fg--w,
  .flex_r .fg--w {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* 枠　*/
/* テキスト内タイトル */
.txt--ttl {
  font-size: 2rem;
  color: #ff316f;
  font-weight: 500;
}

.txt--ttl02 {
  border: 1px solid #ff316f;
  font-size: 1.8rem;
  padding: 8px 20px;
  color: #ff316f;
  font-weight: 500;
}

/* sin--01 concept*/
.about_box01 .name {
  border: 1px solid #ff316f;
  padding: 18px 0;
  font-size: var(--fSize_body);
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about_box01 {
    margin-bottom: 0;
    padding: 0;
  }
  .about_box01 .sin_com .txt_box {
    padding: 20px 0;
  }
  .about_box02 {
    padding: 0;
  }
}
/*sin--03 personal*/
.personal_box01 .personal_list,
.personal_box02 .personal_list,
.personal_box03 .personal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.personal_box01 .personal_list_item,
.personal_box02 .personal_list_item,
.personal_box03 .personal_list_item {
  border: 1px solid #ff316f;
  width: 270px;
  height: 180px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
}
.personal_box01 .flex .h2_subhead01,
.personal_box01 .flex_r .h2_subhead01,
.personal_box02 .flex .h2_subhead01,
.personal_box02 .flex_r .h2_subhead01,
.personal_box03 .flex .h2_subhead01,
.personal_box03 .flex_r .h2_subhead01 {
  margin-bottom: 0px;
}
.personal_box01 .fg--w .h2_subhead01,
.personal_box02 .fg--w .h2_subhead01,
.personal_box03 .fg--w .h2_subhead01 {
  margin-bottom: 40px;
}
.personal_box01 .btnArea,
.personal_box02 .btnArea,
.personal_box03 .btnArea {
  margin-top: 20px;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .personal_box01 .personal_list,
  .personal_box02 .personal_list,
  .personal_box03 .personal_list {
    gap: 10px;
  }
  .personal_box01 .personal_list_item,
  .personal_box02 .personal_list_item,
  .personal_box03 .personal_list_item {
    width: 100%;
    height: auto;
    padding: 16px 10px;
    font-size: 1.4rem;
  }
  .personal_box01 .btnArea,
  .personal_box02 .btnArea,
  .personal_box03 .btnArea {
    justify-content: center;
  }
  .personal_box01 .table_main,
  .personal_box02 .table_main,
  .personal_box03 .table_main {
    width: 800px;
  }
}
/* sin--04 dance*/
.dance_box01 .dance_list,
.dance_box02 .dance_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.dance_box01 .dance_list::after,
.dance_box02 .dance_list::after {
  content: "";
  height: 0;
  width: 33.3333333333%;
}
.dance_box01 .dance_list_item,
.dance_box02 .dance_list_item {
  width: 33.3333333333%;
  gap: 24px 0;
  font-size: var(--fSize_body);
  padding-left: 24px;
  position: relative;
}
.dance_box01 .dance_list_item::before,
.dance_box02 .dance_list_item::before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  background: url(images/dance_icon.png) no-repeat top center/cover;
  margin-top: 8px;
}
.dance_box01 .flex .h2_subhead01,
.dance_box01 .flex_r .h2_subhead01,
.dance_box02 .flex .h2_subhead01,
.dance_box02 .flex_r .h2_subhead01 {
  margin-bottom: 0px;
}
.dance_box01 .btnArea,
.dance_box02 .btnArea {
  justify-content: flex-end;
}

.table_main_wrapper .table_caption {
  padding: 16px 0;
}

/*table--イベント情報*/
.table_main {
  border: 1px solid #ff316f;
  /*枠線*/
  /*danceのイベント情報*/
  /*料金表*/
}
.table_main thead th {
  background: #ff316f;
  border-collapse: collapse;
}
.table_main th,
.table_main td {
  padding: 16px 24px;
  text-align: left;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.table_main thead th:not(:last-child) {
  border-right: 1px solid #000;
}
.table_main td {
  border-bottom: 1px solid #ff316f;
}
.table_main td:not(:last-child) {
  border-right: 1px solid #ff316f;
}
.table_main .month {
  min-width: 200px;
}
.table_main .eveName {
  min-width: 400px;
}
.table_main .menu {
  width: 600px;
}
.table_main .tdShort,
.table_main .price {
  width: 300px;
}
.table_main .tdLong {
  width: 900px;
}

/*personal GYMの黒ttl*/
.table_personal thead th {
  color: #000;
  width: 200px;
}

/*price*/
.price_box02 .sec-info {
  display: flex;
  justify-content: space-between;
}
.price_box02 .sec-info_item {
  width: 48%;
  min-width: 600px;
}
.price_box02 .sec-info_item .h3_subhead01 {
  margin-bottom: 20px;
}
.price_box02 .sec-info_item .h3_subhead01:before {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .dance_box01 .dance_list,
  .dance_box02 .dance_list {
    justify-content: center;
  }
  .dance_box01 .dance_list::after,
  .dance_box02 .dance_list::after {
    display: none;
  }
  .dance_box01 .dance_list_item,
  .dance_box02 .dance_list_item {
    width: 100%;
    font-size: var(--fSize_body);
    padding-left: 18px;
    padding-bottom: 8px;
  }
  .dance_box01 .dance_list_item::before,
  .dance_box02 .dance_list_item::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/dance_icon.png) no-repeat top center/cover;
    margin-top: 4px;
    margin-right: 8px;
  }
  .dance_box01 .flex .h2_subhead01,
  .dance_box01 .flex_r .h2_subhead01,
  .dance_box02 .flex .h2_subhead01,
  .dance_box02 .flex_r .h2_subhead01 {
    margin-bottom: 8px;
  }
  .dance_box01 .btnArea,
  .dance_box02 .btnArea {
    justify-content: center;
  }
  .table_main_wrapper {
    overflow: scroll;
    width: calc(100% - 1rem);
    height: auto;
    -webkit-overflow-scrolling: touch;
  }
  .price_box01 .table_main_wrapper,
  .price_box02 .table_main_wrapper,
  .price_box03 .table_main_wrapper {
    width: 100%;
    overflow: auto;
  }
  .table_main {
    width: 100%;
  }
  .table_main thead th {
    width: 400px;
    width: auto;
  }
  .table_main th,
  .table_main td {
    padding: 16px 4px;
  }
  .table_main .month {
    min-width: 100px;
  }
  .table_main .eveName {
    min-width: 280px;
  }
  .price_box01 td {
    width: 160px;
  }
  .price_box01 .table_main_wrapper {
    width: 100%;
  }
}
/* 採用情報*/
.reqruit_box01_disc {
  text-align: center;
}
.reqruit_box01 .table--list {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .reqruit_box01 .table--list {
    text-align: left;
  }
}
/* sin--09 事務所概要 */
.table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}
.table th,
.table td {
  border: 1px solid #ccc;
  padding: 16px 24px;
  text-align: left;
  font-weight: 400;
}
.table th {
  width: 320px;
  background-color: #eee;
}
.table td {
  width: 700px;
}

/* sin--09お問合せ*/
.contact {
  text-align: center;
}
.contact_txt {
  margin-bottom: 40;
}
.contact_txt .sns_list {
  margin-top: 25px;
  margin-bottom: 25px;
}
.contact_txt .sns_list .cpr_tel {
  font-size: 3rem;
  border: 2px solid #ff316f;
  border-radius: 8px;
  height: 50px;
  position: relative;
  padding-left: 66px;
  padding-right: 10px;
}
.contact_txt .sns_list .cpr_tel:before {
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  width: 50px;
  height: 49px;
  background: #ff316f url(images/contact_icon.png) no-repeat left center;
  border-radius: 8px;
  background-position: 13px;
}
.contact .attention {
  font-size: 1.8rem;
  padding-bottom: 40px;
}

.policy_box {
  padding: 25px 0;
  font-weight: 600;
  margin-bottom: 50px;
  background: url(images/policy_bg.jpg) repeat top left;
}
.policy_box dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}
.policy_box dd {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact {
    text-align: left;
  }
  .contact_txt {
    line-height: 1.9;
  }
  .contact .tel {
    text-align: center;
  }
  .contact .tel img {
    max-width: 180px;
  }
  .contact .attention {
    font-size: 1.4rem;
    padding-bottom: 25px;
  }
  .policy_box {
    padding: 20px 10px;
  }
  .policy_box dt {
    font-size: 1.8rem;
    text-align: center;
  }
  .policy_box dd {
    font-size: 1.4rem;
    text-align: left;
  }
}
/* 会社概要 */
.access_box02 .h3_subhead01 {
  margin-bottom: 16px;
}

.table--list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*border*/
}
.table--list dt {
  text-align: left;
  width: 205px;
  padding: 16px 24px;
  font-weight: 400;
  color: #fff;
  background-color: #ff316f;
}
.table--list dd {
  width: calc(100% - 205px);
  padding: 16px 24px;
  padding-left: 105px;
}
.table--list dd a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.table--list a {
  color: #ff316f;
  text-decoration: none;
}
.table--list a:hover {
  opacity: 0.6;
}
.table--list dt {
  border-left: 1px solid #ff316f;
  border-right: 1px solid #ff316f;
  border-top: 1px solid #000;
}
.table--list dt:last-of-type {
  border-bottom: 1px solid #ff316f;
}
.table--list dd {
  border-right: 1px solid #ff316f;
  border-top: 1px solid #ff316f;
}
.table--list dd:last-child {
  border-bottom: 1px solid #ff316f;
}

.access--list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*border*/
}
.access--list dt {
  text-align: left;
  width: 160px;
  padding: 16px 36px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}
.access--list dd {
  width: calc(100% - 160px);
  padding: 16px 24px;
}
.access--list dd a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.access--list a {
  color: #ff316f;
  text-decoration: none;
}
.access--list a:hover {
  opacity: 0.6;
}
.access--list dt {
  position: relative;
}
.access--list dt:before {
  content: "";
  height: 17px;
  background: url(images/line_l.png) no-repeat top center/cover;
  width: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.access--list dt:after {
  padding-left: 100%;
  content: "";
  height: 17px;
  background: url(images/line_m.png) repeat top center/contain;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.access--list dd {
  position: relative;
}
.access--list dd:before {
  padding-right: calc(100% - 40px);
  content: "";
  height: 17px;
  background: url(images/line_m.png) repeat top center/contain;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.access--list dd:after {
  content: "";
  height: 17px;
  background: url(images/line_r.png) no-repeat top center/cover;
  width: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .googlemap iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
  .table--list {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-top: 25px;
  }
  .table--list dt,
  .table--list dd {
    display: block;
    text-align: left;
    width: 100%;
    padding: 14px 8px;
  }
  .table--list dt {
    font-weight: 500;
    border-bottom: 1px solid #ff316f;
  }
  .table--list dd {
    border-left: 1px solid #ff316f;
  }
  .access--list {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-top: 25px;
    /*border-reset*/
  }
  .access--list dt,
  .access--list dd {
    display: block;
    text-align: left;
    width: 100%;
    padding: 14px 8px;
    border: none;
  }
  .access--list dt {
    font-weight: 600;
    background-color: rgba(255, 49, 111, 0.8);
    border: 1px solid #ff316f;
    width: 100%;
    left: 0;
    padding: 16px;
  }
  .access--list dt:before {
    display: none;
  }
  .access--list dd {
    border-right: 1px solid #ff316f;
    border-left: 1px solid #ff316f;
    width: 100%;
    left: 0;
    padding: 16px;
  }
  .access--list dd:after {
    display: none;
  }
  .access--list dd:last-of-type {
    border-bottom: 1px solid #ff316f;
  }
  .access--list dt {
    position: relative;
  }
  .access--list dt:before {
    display: none;
  }
  .access--list dt:after {
    left: 0;
    display: none;
  }
  .access--list dd {
    position: relative;
  }
  .access--list dd:before {
    display: none;
  }
  .access--list dd:after {
    display: none;
  }
}
/* お知らせ */
.news-sin .news-sin_post {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.news-sin .news-sin_post .post_img {
  position: relative;
  width: 440px;
}
.news-sin .news-sin_post .post_img:after {
  display: block;
  content: "";
  padding-top: 70%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.news-sin .news-sin_post .post_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.news-sin .news-sin_post_contents {
  width: calc(100% - 480px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-sin .news-sin_post_contents .post-sin .subHdl02 {
  margin-bottom: 16px;
}
.news-sin .news-sin_post_contents .post-sin_date {
  font-weight: 400;
  font-size: 1.5rem;
  color: #6A635D;
}
.news-sin .news-sin_post .news_btnarea {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 35px;
  display: inline-block;
  text-align: right;
}

.news-sin_post:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .news-sin .news-sin_post {
    display: block;
    text-align: center;
  }
  .news-sin .news-sin_post .post_img {
    width: 400px;
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
  }
  .news-sin .news-sin_post_contents {
    width: 100%;
    text-align: left;
  }
  .news-sin .news-sin_post_contents .post-sin_date {
    font-size: 1.4rem;
  }
  .news-sin .news-sin_post_contents .post-sin_ttl {
    position: relative;
    font-size: 1.6rem;
  }
  .news-sin .news-sin_post_contents .news_btnarea {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 35px;
    display: inline-block;
    text-align: center;
  }
  .news-sin .news-sin_post:not(:last-child) {
    margin-bottom: 70px;
  }
}
/****************************************

single.php

*****************************************/
.single_box .date {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}
.nav-below .list {
  width: 250px;
  background: transparent;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff316f;
}
.nav-below .list:hover {
  background: #ff6493;
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: #ff316f;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.3s;
}
.nav-below > a:hover {
  background: #ff6493;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: #666;
  transition: 0.3s;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: #ff316f;
  border: solid 1px #000;
  color: black;
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.3rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.3rem;
  }
}
/****************************************

aside

*****************************************/
.bottom_nav {
  padding: 175px 0;
  text-align: center;
  background: url(images/btm_bg.jpg) no-repeat top center/cover;
}
.bottom_nav .txt_box {
  margin-bottom: 95px;
}
.bottom_nav .btn_list--btm {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}

/* 下層ver */
@media screen and (max-width: 767px) {
  .bottom_nav {
    padding: 50px 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bottom_nav .txt_box {
    margin-bottom: 40px;
  }
  .bottom_nav .btn_list--btm {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .bottom_nav .btn_list--btm_item:first-child {
    position: relative;
  }
  .bottom_nav .btn_list--btm_item:first-child:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
  }
  .bottom_nav--sin {
    padding: 0;
  }
}
.bottom_info {
  width: 100%;
  padding: 50px 10px;
}
.bottom_info h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.bottom_info_txt {
  margin-bottom: 25px;
}
.bottom_info_list {
  flex-direction: column;
}
.bottom_info_list .tel {
  margin: 0 0 25px;
  padding: 0;
}
.bottom_info_list .tel p:first-child {
  font-size: 1.2rem;
  text-align: center;
}
.bottom_info_list .tel p:last-child {
  font-size: 2.4rem;
}
.bottom_info_list .tel p:last-child span {
  font-size: 1.6rem;
}
.bottom_info_list .tel::before {
  display: none;
}
.bottom_info::before, .bottom_info::after {
  height: 30px;
}
.bottom_info::before {
  top: -30px;
}

/****************************************

テーブル

*****************************************/
.price--list {
  width: 48%;
  border: 1px solid #ff316f;
  border-collapse: collapse;
  display: flex;
  flex-wrap: wrap;
}
.price--list dt,
.price--list dd {
  padding: 16px;
  width: 48%;
}
.price--list dd:not(:last-child) {
  border-bottom: 1px solid #ff316f;
}
.price--list_ttl {
  background-color: #EFF5F0;
  max-width: 200px;
  border-right: 1px solid #ff316f;
}
.price--list_ttl:not(:last-of-type) {
  border-bottom: 1px solid #ff316f;
}
.price--list dd {
  width: calc(100% - 200px);
}

.check--list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}
.check--list_item {
  width: 48%;
  display: flex;
  border-bottom: 1px solid silver;
  padding: 8px 0;
}
.check--list_item:before {
  content: "";
  background: url(images/checkList_icon.png) no-repeat top center/cover;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .price--list {
    width: 100%;
    border-right: none;
  }
  .price--list:not(:last-child) {
    border-bottom: none;
  }
  .price--list dt,
  .price--list dd {
    padding: 16px 8px;
    width: 100%;
  }
  .price--list_ttl {
    max-width: none;
  }
  .price--list dt {
    width: 100%;
  }
  .price--list dt:last-of-type {
    border-bottom: 1px solid #ff316f;
  }
  .price--list dd {
    width: 100%;
    border-right: 1px solid #ff316f;
  }
  .check--list {
    gap: 8px;
  }
  .check--list_item {
    width: 48%;
    padding: 0 0 8px;
  }
  .check--list_item:before {
    background: url(images/checkList_icon.png) no-repeat top center/contain;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 5px;
  }
}
/****************************************

ラベル

*****************************************/
/****************************************

ボタン

*****************************************/
/* ボタンエリア */
.btnArea {
  display: flex;
  justify-content: center;
}

/* ボタン親*/
.btn {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn a {
  display: inline-block;
  text-decoration: none;
  padding: 16px 0;
  width: 100%;
  color: #ff316f;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

.btn--main {
  background-color: transparent;
  border: 1px solid #ff316f;
}
.btn--main a {
  color: #ff316f;
}
.btn--main a:hover {
  background-color: rgba(255, 49, 111, 0.2);
}

.btn--main02 {
  background-color: #ff316f;
}
.btn--main02:hover {
  filter: brightness(0.8);
  transition: 0.3s;
}
.btn--main02 a {
  color: #fff;
}
.btn--main02 a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.btn_sin {
  width: 240px;
}
.btn_sin a {
  padding: 8px 0;
  font-size: 2rem;
}

.btn--news {
  width: 240px;
  display: inline-block;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 290px;
    font-size: 1.6rem;
  }
  .btn a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: var(--fSize_body);
  }
  .btn--news {
    border: 1px solid #ff316f;
  }
  .btn--news a {
    font-size: 1.4rem;
  }
  .btn--sin {
    margin: 0 auto;
  }
  .btn_sin {
    width: 240px;
  }
  .btn_sin a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
}
/****************************************

txt設定

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml15 {
  margin-left: 15px;
}

.mt30 {
  margin-top: 30px;
}

.txt580 {
  width: 580px;
}

.txt680 {
  width: 680px;
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50,
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 40px;
  }
  .txt580 {
    width: 100%;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #FF0000;
}

.blue {
  color: #ff316f;
}

.line {
  -webkit-text-decoration: border;
          text-decoration: border;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
}
/*block*/
.inline-block {
  display: inline-block;
}

/* 位置 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center;
  }
}
/****************************************

img

*****************************************/
/* ホバー時にズーム */
figure.img_zoom {
  position: relative;
  overflow: hidden;
}
figure.img_zoom a {
  display: block;
  position: relative;
  background: #1967a5;
}
figure.img_zoom a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  content: "詳しく見る";
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.4s linear;
}
figure.img_zoom a::after {
  display: block;
  content: "";
  padding-top: 75%;
}
figure.img_zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: 0.3s linear;
}
figure.img_zoom:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}
figure.img_zoom:hover a::before,
figure.img_zoom:hover a::after {
  opacity: 1;
}

.fg--w {
  width: 440px;
}

.img_radius {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .img_zoom::before {
    font-size: 1.4rem;
  }
  .img400 {
    width: 100%;
    max-width: 400px;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_headline {
  font-size: var(--fSize_primary-top);
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.top_headline::before {
  bottom: 0px;
  content: "";
  height: 1px;
  width: 320px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-color: #ff316f;
}

.top_subhead01 {
  color: #ff316f;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: var(--fSize_secondly);
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.top_subhead01:before {
  content: "";
  margin-right: 25px;
  width: 1px;
  height: 50px;
  background-color: #ff316f;
}

.top_news_ttl {
  color: #ff316f;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
}

.top_subhead02 {
  display: flex;
  align-items: center;
}
.top_subhead02 span {
  color: #ff316f;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  background: linear-gradient(180deg, #ffffff 40%, #BBBBBB 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.top_subhead02:before {
  content: "";
  background: url(images/ttl_icon01.png) no-repeat top center/contain;
  width: 51px;
  height: 53px;
  margin-right: 16px;
}
.top_subhead02:after {
  content: "";
  height: 1px;
  width: 410px;
}

.bottom_nav_ttl {
  font-size: 3.3rem;
  padding-bottom: 42px;
  margin-bottom: 75px;
  font-weight: 400;
  position: relative;
}
.bottom_nav_ttl::before {
  bottom: 0px;
  content: "";
  height: 1px;
  width: 320px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-color: #ff316f;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .top_headline {
    font-size: var(--fSize_primary-top);
    padding-bottom: 16px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
  }
  .top_headline .top_hdl_sub {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  .top_headline::before {
    width: 100%;
    bottom: -12px;
  }
  .top_subhead01 {
    font-size: var(--fSize_secondly);
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 16px;
  }
  .top_subhead01 .top_subHdl_sub {
    font-size: 1.4rem;
  }
  .top_subhead01:before {
    margin-right: 16px;
  }
  .top_subhead02 {
    margin-bottom: 20px;
    padding: 2px 0 2px 15px;
    border-left-width: 4px;
    font-size: 2rem;
  }
  .top_box02_inner h3 span {
    font-size: 2rem;
  }
  .top_box02_inner h3::after {
    top: -45px;
    left: -20px;
    width: 140px;
    height: 53px;
  }
  .top_news_ttl {
    font-size: 2.6rem;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .top_news_ttl .top_subHdl_sub {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
  }
  .bottom_nav_ttl {
    font-size: 2.4rem;
    padding-bottom: 26px;
    margin-bottom: 50px;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-size: var(--fSize_primary-sub);
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 40px;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid #ff316f;
}
.headline .hdl_sub {
  display: block;
  font-size: 1.2rem;
  color: #ff316f;
  font-weight: 400;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.single_tit {
  margin-bottom: 30px;
  padding-top: 40px;
  font-size: 2.6rem;
  text-align: center;
}

/* h2 */
.h2_subhead01,
.post-sin_ttl {
  font-size: var(--fSize_secondly);
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ff316f;
  align-items: center;
  margin-bottom: 30px;
}

.post-sin_ttl {
  font-size: var(--fSize_third);
}

.h2_subhead02 {
  font-size: var(--fSize_third);
  font-weight: 400;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 45px;
  position: relative;
}
.h2_subhead02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 530px;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 49, 111) 50%, rgba(255, 255, 255, 0));
}

.h3_subhead01 {
  font-size: var(--fSize_third);
  font-weight: 400;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 16px;
  margin-bottom: 40px;
  position: relative;
}
.h3_subhead01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 1px;
  background-image: linear-gradient(90deg, rgb(255, 49, 111) 50%, rgba(255, 255, 255, 0));
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: var(--fSize_primary-sub);
    padding-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .single_tit {
    margin-bottom: 20px;
    padding-top: 40px;
    background-size: 30px auto;
    font-size: 2rem;
  }
  .h2_subhead01 {
    font-size: var(--fSize_secondly);
    margin-bottom: 16px;
    text-align: center;
  }
  .h2_subhead02 {
    font-size: var(--fSize_third);
  }
  .h2_subhead02:before {
    width: 100%;
  }
  .h3_subhead01 {
    font-size: var(--fSize_third);
    padding: 12px 8px;
    margin-bottom: 16px;
    text-align: left;
  }
  .h4_subhead01 {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 8px;
  }
  .post-sin_ttl {
    font-size: var(--fSize_third);
  }
}
/****************************************

見出し

*****************************************/
@media screen and (max-width: 767px) {
  .headline {
    line-height: 1.4;
  }
  .headline span {
    font-size: 1.4rem;
    /* 見出しに小さな英字がある場合に使用 */
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    position: relative;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25%;
    background: #ff316f;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  #sp_footer .sp_footer_box {
    padding: 20px 20px 70px;
  }
  #sp_footer .sp_footer_box .sp_logo {
    max-width: 120px;
    margin: 0 auto 24px;
  }
  #sp_footer .sp_footer_box .sp_logo a {
    color: #333;
    text-decoration: none;
  }
  #sp_footer .sp_footer_box .sp_logo a:hover {
    color: #999;
  }
  #sp_footer .sp_footer_box .sp_add {
    margin-bottom: 16px;
    text-align: center;
  }
  #sp_footer .sp_footer_box .sp_ftr_time {
    margin-bottom: 16px;
    text-align: center;
  }
  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    font-size: 1.1rem;
    text-align: center;
  }
  #sp_footer .sp_footer_box .side_bnr {
    display: none;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .side_bnr {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .side_bnr_item {
    margin-bottom: 20px;
  }
  .side_bnr .opacity {
    opacity: 0.8;
  }
  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    transition: 0.3s linear;
  }
  .pagetop:hover {
    transform: translateY(-5px);
  }
  .pc_footer_box {
    text-align: left;
  }
  .pc_footer_box_inr .footer_body {
    display: flex;
    justify-content: center;
    padding: 60px 0;
  }
  .pc_footer_box_inr .side_bnr {
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pc_footer_box_inr .side_bnr_item {
    margin-bottom: 20px;
  }
  .pc_footer_box_inr .side_bnr .opacity {
    opacity: 0.8;
  }
  .pc_footer_box_inr .footer_left {
    width: 47%;
  }
  .pc_footer_box_inr .footer_left .footer_logo {
    font-size: 2.4rem;
    margin-bottom: 0px;
  }
  .pc_footer_box_inr .footer_left .footer_logo a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  .pc_footer_box_inr .footer_left .footer_logo a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .pc_footer_box_inr .footer_left .cpr_info {
    font-size: var(--fSize_body);
    text-align: left;
  }
  .pc_footer_box_inr .footer_left .cpr_info .cpr_add {
    font-size: inherit;
  }
  .pc_footer_box_inr .footer_right {
    width: 47%;
    max-width: 480px;
  }
  .pc_footer_box_inr .footer_right .ftr_nav {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
  }
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col dl,
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col ul {
    margin-bottom: 32px;
  }
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col ul {
    display: flex;
    flex-direction: column;
  }
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col dd,
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col li {
    padding-left: 8px;
  }
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col dd a,
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col li a {
    text-decoration: none;
    color: #fff;
  }
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col dd a:hover,
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col li a:hover {
    color: #ff316f;
    border-bottom: 1px solid #ff316f;
    transition: 0.3s;
  }
  .pc_footer_box_inr .footer_right .ftr_nav .ftr_nav_col .ftr_nav_ttl {
    padding-left: 0;
    font-weight: bold;
  }
}
.pc_copyright {
  color: #fff;
  border-top: 1px solid #fff;
  display: block;
  padding: 12px 0px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
}
.pc_copyright .ftr_nav--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.pc_copyright .ftr_nav--list_item {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
}
.pc_copyright .ftr_nav--list_item a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.pc_copyright .ftr_nav--list_item a:hover {
  color: #439354;
  transition: 0.5s;
}
.pc_copyright .ftr_nav--list_item::after {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.pc_copyright .ftr_nav--list_item:nth-child(1):before {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5019607843);
}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #ff316f solid;
  background-color: #ff316f;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(255, 49, 111, 0.3);
  background-color: #fff;
  color: #ff316f;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #ff316f solid;
  box-shadow: 0 0 2px 2px rgba(255, 49, 111, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #ff316f;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ff316f;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #ff316f;
  border-right: 3px solid #ff316f;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #ff316f;
  box-shadow: 0 0 2px 2px rgba(255, 49, 111, 0.5);
  background-color: #ff316f;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  display: inline-block;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(255, 49, 111, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #ff316f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #ff316f;
  border-right: 1px solid #ff316f;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #ff316f;
  border-right: 1px solid #ff316f;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #ff316f;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(255, 49, 111, 0.7), rgba(255, 49, 111, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/*お問い合わせ項目、縦列*/
/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(255, 49, 111, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(255, 49, 111, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .tc {
    text-align: left;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3em;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  span.wpcf7-list-item {
    font-size: 1.4rem;
  }
  .wpcf7 .form_input input[type=radio] {
    display: none;
  }
  .wpcf7 .form_input input[type=radio] + span {
    padding: 0 0 0 14px;
  }
  .wpcf7 .form_input input[type=radio] + span:not(:first-child) {
    margin-left: 14px;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack *//*# sourceMappingURL=style.css.map */