@charset "UTF-8";
/*!
Theme Name: office-largo.com
Description:福岡県中間市の音楽教室 OFFICE LARGO｜中間市の音楽教室ならぜひ当教室へ！
Theme URI: https://www.office-largo.com/
Version: 1.0
License: office-largo.com
License URI: https://www.office-largo.com/
*/
@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+20pxを*/
/*---------------------------
フォント
---------------------------*/
/* color */
/* font-family*/
/* font-size*/
/* 下層ページ画像サイズ */
/****************************************

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

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

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  color: #000;
  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.6rem;
  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;
}

.mincho {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@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 img.img_opacity {
  transition: 0.3s linear;
}
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: 2.6rem;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
.cpr_tel img {
  vertical-align: baseline;
}
.cpr_tel span {
  font-size: 1.5rem;
  font-weight: 400;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #header {
    width: 100%;
    max-width: 1240px;
  }
  .header_box {
    width: 100%;
    margin: 0 auto;
  }
  .header_box_disc {
    font-size: 1.4rem;
    margin-left: 12px;
    color: #515151;
  }
  .header_box .header_top {
    padding: 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 0px;
  }
  .header_box .header_top .logo {
    z-index: 3;
    max-width: 210px;
    padding-bottom: 25px;
  }
  .header_box .header_top .header_right--list {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .header_box .header_top .header_right .header_right_item:nth-child(1) {
    text-align: right;
  }
  .header_box .header_top .header_right .header_right_item:not(:first-child) {
    margin-left: 16px;
    margin-bottom: 4px;
  }
  .header_box .header_top .header_right .cpr_tel {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .header_box {
    position: relative;
  }
  .header_box .header_top {
    padding: 15px 0 0;
    display: block;
    text-align: center;
  }
  .header_box .header_top .logo {
    display: inline-block;
    padding-bottom: 0;
  }
  .header_box .header_top .header_right--list {
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .header_box .header_top .header_right .header_right_item:nth-child(1) {
    text-align: right;
  }
  .header_box .header_top .header_right .header_right_item:nth-child(1) img {
    margin-top: 5px;
  }
  .header_box .header_top .header_right .header_right_item:not(:first-child) {
    margin-left: 16px;
  }
  .header_box .header_top .header_right .cpr_tel {
    display: inline-block;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #header {
    width: 100%;
    position: absolute;
  }
  .cpr_add {
    display: none;
  }
  .header_box {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 70px;
    padding: 10px 30px 10px 10px;
  }
  .header_box .header_box_disc {
    font-size: 1rem;
    padding-right: 10%;
  }
  .header_box .logo {
    display: none;
  }
  .header_box .header_right {
    display: none;
  }
  .header_box-sin {
    height: 50px;
  }
}
#toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #971e1e;
  cursor: pointer;
  z-index: 9999;
}
#toggle div {
  position: relative;
}
#toggle span {
  display: block;
  position: absolute;
  right: 12px;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: 0.35s ease-in-out;
}
#toggle span:nth-child(1) {
  top: 15px;
}
#toggle span:nth-child(2) {
  top: 23px;
}
#toggle span:nth-child(3) {
  top: 31px;
}

/*spanの絶対位置指定の親にします*/
.open_navi #toggle {
  position: fixed;
}
.open_navi #toggle span {
  background: #fff;
}
.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(151, 30, 30, 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: #ed7878;
}
#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;
  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;
  color: #000;
  font-size: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}
#g_navi .menu > li > a span {
  display: block;
  margin-top: 10px;
  color: #971e1e;
  font-size: 1.1rem;
}
#g_navi .menu > li > a:link, #g_navi .menu > li > a:visited {
  color: #000;
}
#g_navi .menu > li > a:hover, #g_navi .menu > li > a:active {
  color: #971e1e;
}
#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: #971e1e;
  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: #971e1e;
  color: #fff;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: #d94242;
  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 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: #971e1e;
    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 {
  z-index: 1;
  position: relative;
}
#slider .metaslider {
  width: 100%;
}
#slider .metaslider img {
  width: 100%;
  max-height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
}
#slider .slider_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  max-width: 568px;
  height: auto;
}
#slider .slider_txt img {
  width: 100%;
  height: auto;
}

#mv {
  position: relative;
}
#mv .mv_inr {
  max-width: 2000px;
  height: 280px;
  width: 100%;
  background: url(images/mv.jpg) no-repeat center center/cover;
}
#mv .mv_txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 563px;
  height: 119px;
  background: url(images/mv_txt.png) no-repeat center center/cover;
  z-index: 2;
}
#mv .mv_txt p {
  font-size: 2.8rem;
  color: #fff;
  text-shadow: 0 0 3px #971e1e;
  position: absolute;
  top: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1730px) {
  #slider .slider_txt {
    max-width: 490px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  #slider .slider_txt {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  #slider .slider_txt {
    /* キャッチコピーが画像書き出しの場合、見やすい大きさに調整 */
    width: calc(100vw - 68%);
    transform: translate(-50%, -8%);
  }
  /* 下層のMV */
  #mv {
    /* MV自体の高さを180pxに設定 */
    background: url(images/sp_mv.jpg) top center no-repeat;
    /* スマホ用の背景画像がある場合に使用 */
    background-size: cover;
    /* 背景画像の高さを180pxに設定 */
  }
  #mv .mv_pic {
    height: 180px;
  }
  #mv .mv_pic img {
    display: none;
  }
  #mv .mv_txt {
    width: 300px;
    /* 最小のスマホの画面サイズ320pxに合うように */
    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 .metaslider {
    width: 100%;
  }
  #slider .metaslider img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #slider .slider_txt {
    width: calc(100vw - 52%);
    transform: translate(-50%, -22%);
  }
  #slider .slider_txt img {
    width: 100%;
    height: auto;
  }
  #mv {
    min-height: auto;
    padding-left: 0;
  }
  #mv .mv_inr {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv .mv_txt {
    background-image: none;
    width: 100%;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #mv .mv_txt p {
    font-size: 2.2rem;
    color: #fff;
    text-shadow: 0 0 3px #971e1e;
    position: absolute;
    top: 0;
    padding: 16px;
    min-width: 210px;
    text-align: center;
    filter: drop-shadow(0 0 1px rgba(151, 30, 30, 0.8)) drop-shadow(0 0 3px rgba(151, 30, 30, 0.8)) drop-shadow(0 0 5px rgba(151, 30, 30, 0.8)) drop-shadow(0 0 8px rgba(151, 30, 30, 0.4)) drop-shadow(0 0 10px rgba(151, 30, 30, 0.8)) drop-shadow(0 0 15px rgba(151, 30, 30, 0.8)) drop-shadow(0 0 20px rgba(151, 30, 30, 0.8)) drop-shadow(0 0 25px rgba(151, 30, 30, 0.8));
  }
}
/****************************************

content 共通設定

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

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

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: #971e1e;
  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: #971e1e;
  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#page_main,
  main#single_main {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .breadcrumb_area {
    width: 100%;
    margin: 0 auto 30px;
  }
  .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 10px;
  }
}
/* 背景画像sec*/
/* PCなし*/
@media screen and (max-width: 767px) {
  .sec_bg {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
}
/*　txtbox */
.txt_box {
  font-size: 1.6rem;
}

.txt_box--img {
  font-size: 1.6rem;
  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: 1.6rem;
  letter-spacing: 0.04em;
  gap: 30px;
}
.flex .ttl,
.flex_r .ttl {
  padding: 8px 16px;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #eee;
}
.flex p,
.flex_r p {
  padding: 8px 0;
}
.flex p .name,
.flex_r p .name {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
.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: 1.6rem;
  letter-spacing: 0.04em;
  background-color: #eee;
  padding: 28px;
  margin-bottom: 60px;
}
.flexBox02_inner {
  width: 600px;
}
.flexBox02 p {
  padding: 8px 0;
}
.flexBox02 p .name {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
.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;
}
.imgList01 .imgList01_item {
  text-align: center;
  width: calc((100% - 90px) / 3);
  transition: 0.3s linear;
}
.imgList01 .imgList01_item img {
  width: 100%;
  height: auto;
}
.imgList01 .imgList01_item p {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 0;
}
.imgList01 .imgList01_item h2 {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .imgList01 {
    justify-content: center;
    gap: 20px;
  }
  .imgList01 .imgList01_item {
    width: calc((100% - 60px) / 2);
  }
}
/* 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: 95px 0 110px;
}
.top_box01 .inr .top_box01_pic--list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.top_box01 .txt_box {
  width: auto;
  text-align: center;
  padding: 50px 0 0;
}
.top_box01 .btnArea {
  margin-top: 45px;
  gap: 48px;
  justify-content: center;
}
.top_box01 .btnArea .btn {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 0 50px;
  }
  .top_box01 .inr {
    padding: 0;
    gap: 15px;
  }
  .top_box01 .inr .top_box01_pic--list {
    gap: 15px;
    flex-wrap: wrap;
  }
  .top_box01 .inr .top_box01_pic--list li {
    width: 47%;
  }
  .top_box01 .inr .top_headline img {
    width: 100%;
    max-width: 340px;
  }
  .top_box01 .txt_box {
    width: 100%;
    padding: 25px 0 0;
  }
  .top_box01 .txt_box p {
    text-align: left;
  }
  .top_box01 .btnArea {
    margin-top: 25px;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .top_box01 .btn_area {
    max-width: unset;
  }
  .top_box01 .btn_area a {
    min-width: 300px;
  }
}
.top_box02 {
  padding: 110px 0;
  background: url(images/top_box02_bg.jpg) no-repeat center/cover;
  text-align: center;
}
.top_box02_ttl {
  margin-bottom: 50px;
}
.top_box02--list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 0;
  }
  .top_box02_ttl {
    margin-bottom: 40px;
  }
  .top_box02--list {
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .top_box02--list_part {
    width: 47%;
  }
}
/* サックス */
.top_box03 {
  padding: 117px 0;
  background: #fefbf1 url(images/top_box03_bg.jpg) no-repeat center/contain;
}
.top_box03_ttl {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 70px;
}
.top_box03_body {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  align-items: center;
}
.top_box03_body_contents_txt .btnArea {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 50px 0;
  }
  .top_box03_ttl {
    gap: 8px;
    margin-bottom: 25px;
    align-items: center;
  }
  .top_box03_ttl img {
    max-width: 40px;
  }
  .top_box03_body {
    gap: 25px;
  }
  .top_box03_body_contents_txt .btnArea {
    margin-top: 25px;
  }
}
/* ピアノ */
.top_box04 {
  padding: 90px 0 130px;
  background: url(images/top_box04_bg02.png) no-repeat right, url(images/top_box04_bg01.jpg) no-repeat center/cover;
}
.top_box04_ttl {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 40px;
}
.top_box04_body {
  display: flex;
  gap: 50px;
  align-items: center;
}
.top_box04_body_contents_txt .btnArea {
  margin-top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  .top_box04 {
    padding: 90px 0 130px;
    background: url(images/top_box04_bg03.png) no-repeat 99% 100%, url(images/top_box04_bg01.jpg) no-repeat center/cover;
  }
  .top_box04_ttl {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 70px;
  }
  .top_box04_body {
    display: flex;
    gap: 50px;
  }
  .top_box04_body_contents_txt .btnArea {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 50px 0;
    background: url(images/top_box04_bg01.jpg) no-repeat center/cover;
  }
  .top_box04_ttl {
    gap: 8px;
    margin-bottom: 25px;
    align-items: center;
  }
  .top_box04_ttl img {
    max-width: 40px;
  }
  .top_box04_body {
    gap: 25px;
  }
  .top_box04_body_contents_txt .btnArea {
    margin-top: 25px;
  }
}
.top_box07 {
  padding: 120px 0;
}
.top_box07_body {
  display: flex;
  gap: 60px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 50px 0;
  }
  .top_box07_body {
    gap: 40px;
  }
}
/****************************************

news トップ用

*****************************************/
.news_box {
  padding: 190px 0 185px;
  background: url(images/top_box05_bg.jpg) no-repeat center/cover;
}
.news_box_inner {
  display: flex;
  gap: 64px;
}
.news_box_inner_ttlArea {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news_box_inner_ttlArea .top_headline {
  margin-bottom: 36px;
  padding-top: 0;
}

.news_post {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
}
.news_post_part {
  width: calc((100% - 90px) / 3);
  max-width: 290px;
  text-align: left;
  position: relative;
}
.news_post_part a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
.news_post_part a:hover {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.news_post_part_news_pic {
  position: relative;
  margin-bottom: 16px;
}
.news_post_part_news_pic:after {
  display: block;
  content: "";
  padding-top: 68%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.news_post_part_news_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.news_post_part_news_date {
  color: #999;
  font-weight: 400;
  font-size: 1.5rem;
}
.news_post_part_news_ttl {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 2px dotted #971e1e;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
}
.news_post_part_news_ttl img {
  margin-left: 4px;
  max-width: 15px;
  max-height: 30px;
}
.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: #971e1e;
  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);
}

@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: 16px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #971e1e;
  }
  .news_box_inner_ttlArea .top_news_ttl {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  .news_box_inner_ttlArea .top_news_ttl .top_subHdl_sub {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .news_box_inner_ttlArea .btn {
    width: 160px;
  }
  .news_box_inner_ttlArea .btn a {
    padding: 10px 0;
  }
  .news_box_inner .news_post {
    gap: 24px 4%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news_box_inner .news_post_part {
    width: 47%;
  }
  .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: #971e1e;
    font-size: 1.6rem;
  }
  .news_box .btn--main .btn--news {
    display: inline-block;
    width: 240px;
    transition: 0.4s;
  }
  .news_box .btn--main .btn--news a:before {
    right: 1.5em;
  }
  .news_box .btn--main .btn--news a:hover:before {
    right: 1em;
    /* ホバー時の新しい位置 */
    border-top: 2px solid #fff;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-right: 2px solid #fff;
  }
}
/****************************************

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;
  }
}
/* 枠　*/
.tab--ttl {
  border: 1px solid #a89859;
  color: #971e1e;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 14px 20px;
}

/* テキスト内タイトル */
.txt--ttl {
  font-size: 2rem;
  color: #971e1e;
  font-weight: 500;
}

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

/* sin--01 features*/
.features_box04 .h2_subhead02 {
  font-size: 1.8rem;
}

/* sin--02 teacher*/
/* sin--01　features */
.features_disc {
  text-align: center;
  background: url(images/feature_bg.jpg) no-repeat bottom center/cover;
}
.features_disc_texts {
  padding: 40px 10px;
}

/* sin--03,04 piano sax*/
.piano_box01 .btnArea,
.sax_box01 .btnArea {
  justify-content: left;
}
.piano_box01 .btnArea .btn,
.sax_box01 .btnArea .btn {
  margin-top: 20px;
  width: 240px;
}
.piano_box01 .img--list,
.sax_box01 .img--list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .piano_box01 .btnArea,
  .sax_box01 .btnArea {
    justify-content: center;
  }
  .piano_box01 .img--list,
  .sax_box01 .img--list {
    gap: 15px;
    flex-wrap: wrap;
  }
  .piano_box01 .img--list li,
  .sax_box01 .img--list li {
    width: 47%;
  }
}
/* sin--05 flow*/
.flow .btnArea {
  gap: 30px;
}
.flow .btnArea .btn {
  width: 240px;
}

.flow_box01 .pic,
.flow_box02 .pic {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  text-align: left;
}
.flow_box01 .pic img,
.flow_box02 .pic img {
  min-width: 700px;
}
.flow_box01 .pic span,
.flow_box02 .pic span {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #888;
}
.flow_box01 .txt_box,
.flow_box02 .txt_box {
  margin-bottom: 40px;
  text-align: center;
}
.flow_box01 .txt_box p:nth-of-type(2),
.flow_box02 .txt_box p:nth-of-type(2) {
  text-align: left;
}

.other_box02_subSec:not(:last-child) {
  margin-bottom: 40px;
}
.other_box02_subSec:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.other_box02_subSec .subSec_texts_part:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .flow .btnArea {
    gap: 15px;
  }
  .flow .btnArea .btn--main :before {
    display: none;
  }
  .other_box02:not(:last-child) {
    margin-bottom: 30px;
  }
  .other_box02 .subSec_texts_part:not(:first-child) {
    margin-top: 8px;
  }
}
/* sin--06 */
/* sin--06 料金目安*/
.price_box01 a {
  color: #971e1e;
}
.price_box01 .table th,
.price_box01 .table td {
  padding: 16px 8px;
  text-align: center;
}
.price_box01 .table th {
  background-color: #ccc;
}
.price_box01 .table th:nth-child(odd) {
  background: #ddd;
}
.price_box01 .table_disc {
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  .price_box01 {
    width: 100%;
  }
  .price_box01 .table_box {
    width: calc(100% - 10px);
    height: 400px;
    margin-bottom: 16px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .price_box01 .table {
    width: 450px;
    /* th,tdの幅 × th,tdの数 */
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    /* 始めの列固定 */
    /* 行固定*/
    /* 行固定*/
    /*行　最初のセル*/
    /* 固定セルの線 */
  }
  .price_box01 .table td {
    border: none;
    font-size: 1.3rem;
    line-height: 1.5;
    /* th,tdの幅を指定する */
    vertical-align: middle;
    padding: 16px 8px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .price_box01 .table td:first-child,
  .price_box01 .table th:first-child {
    position: sticky;
    left: 0;
    border-left: none;
    border-right: none;
  }
  .price_box01 .table th:not(:first-child) {
    position: sticky;
    top: 0;
    left: 0;
    border-top: none;
    border-bottom: none;
  }
  .price_box01 .table th:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: -1;
  }
  .price_box01 .table th:not(:first-child) {
    position: sticky;
    top: 0;
    left: 0;
    border-top: none;
    border-bottom: none;
  }
  .price_box01 .table th:not(:first-child)::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: -1;
  }
  .price_box01 .table th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    z-index: 1;
  }
  .price_box01 .table th:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #ddd;
    z-index: -1;
  }
  .price_box01 .table th::before,
  .price_box01 .table th:first-child::before,
  .price_box01 .table td:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index: -1;
  }
  .price_box01 .table th ::before {
    background-color: #ccc;
  }
  .price_box01 .table th ::before:nth-child(odd)::before {
    background: #ddd;
  }
  .table_disc {
    font-size: 1.4rem;
    color: #666;
  }
}
/* 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;
}

@media screen and (max-width: 767px) {
  .overview_box01,
  .overview_box02 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .overview_box01 .table th,
  .overview_box01 .table td,
  .overview_box02 .table th,
  .overview_box02 .table td {
    border: none;
  }
  .overview_box01 .table th,
  .overview_box01 .table td {
    display: block;
    width: 100%;
    padding: 14px 12px;
  }
  .overview_box01 .table th {
    font-weight: 600;
  }
  .overview_box01 .flexBox01_txt {
    margin-left: 0;
  }
  .overview_box01 .flexBox01_txt .ttl {
    margin-top: 12px;
  }
  .overview_box01 figure {
    width: 80%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .overview_box02 .imgList01 {
    flex-wrap: wrap;
    gap: 0;
  }
  .overview_box02 .imgList01 > li {
    width: 47%;
    padding-bottom: 24px;
  }
  .overview_box02 .imgList01 > li p {
    font-size: 1.4rem;
  }
}
/* スタッフ紹介 */
.staff_box01 .staff_post {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.staff_box01_txt figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .staff_box01 .staff_post {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
  .staff_box01 .fg--w {
    width: 100%;
  }
}
/* sin--09お問合せ*/
.contact {
  text-align: center;
}
.contact_txt {
  margin-bottom: 40;
}
.contact .tel {
  padding: 32px 0;
}
.contact .attention {
  font-size: 1.8rem;
  padding-bottom: 40px;
}

.policy_box {
  padding: 25px 0;
  font-weight: 600;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 50px;
}
.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;
}
.policy_box dd {
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact {
    text-align: left;
  }
  .contact_txt {
    line-height: 1.9;
  }
  .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 {
    text-align: left;
  }
}
/* 会社概要 */
.access .access--list {
  margin-bottom: 80px;
}
.access .h2_subhead01 {
  width: 100%;
}
.access iframe {
  width: 100%;
}

.access--list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.access--list dt {
  text-align: left;
  width: 320px;
  padding: 16px 24px;
  border-bottom: 2px solid #971e1e;
  font-weight: 600;
}
.access--list dd {
  width: 700px;
  padding: 16px 24px;
  border-bottom: 1px solid #C1B7AC;
}
.access--list dd a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.access--list a {
  color: #971e1e;
  text-decoration: none;
}
.access--list a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .googlemap iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
  .access--list {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    border: 1px solid #971e1e;
    margin-top: 25px;
  }
  .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: #971e1e;
    color: #fff;
  }
}
/* お知らせ */
.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_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) {
  .column_post {
    gap: 15px;
  }
  .column_post_textBox .h2_subhead01 {
    font-size: 2rem;
  }
  .column_post_textBox .post_text .date {
    font-size: 1.4rem;
  }
  .column_post_textBox .column_btnarea {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  .column_post .post_img {
    order: -1;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-sin .news-sin_post {
    display: block;
    gap: 100%;
  }
  .news-sin .news-sin_post .post_img {
    position: relative;
    width: 400px;
    display: inline-block;
    margin-bottom: 25px;
  }
  .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;";
    border-radius: 12px;
  }
  .news-sin .news-sin_post_contents {
    width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .news-sin .news-sin_post_contents .post-sin_date {
    font-weight: 400;
    font-size: 1.5rem;
    color: #6A635D;
  }
  .news-sin .news-sin_post_contents .post-sin_ttl {
    position: relative;
    padding-left: 58px;
    font-size: 2rem;
  }
  .news-sin .news-sin_post_contents .post-sin_ttl:before {
    background-size: contain;
    width: 25px;
    height: 29px;
    content: "";
    left: 20px;
    top: 19px;
    position: absolute;
  }
  .news-sin .news-sin_post_contents .news_btnarea {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 35px;
    display: inline-block;
    text-align: right;
  }
  .news-sin .news-sin_post:not(:last-child) {
    margin-bottom: 50px;
  }
}
@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: 15px;
  }
  .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;
    padding-left: 28px;
    font-size: 1.6rem;
  }
  .news-sin .news-sin_post_contents .post-sin_ttl:before {
    background-size: cover;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .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: #971e1e;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}
.nav-below .list:hover {
  background: #c22626;
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: #ce5a5a;
  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: #c22626;
}

.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(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  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: #222;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: #999;
  transition: 0.3s;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@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: 140px 0px;
  background: url(images/top_box06_bg.jpg) no-repeat center/cover;
  text-align: center;
}
.bottom_nav .bottom_nav_ttl {
  margin-bottom: 40px;
}
.bottom_nav_body .btnArea {
  margin-top: 60px;
}

/* 下層ver */
@media screen and (max-width: 767px) {
  .bottom_nav {
    padding: 50px 10px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .bottom_nav .inr .top_subhead01 {
    font-size: 2rem;
    margin-bottom: 15px;
    padding: 0;
  }
  .bottom_nav .inr .top_subhead01 .top_subHdl_sub {
    font-size: 1.4rem;
  }
  .bottom_nav .txt_box {
    margin-bottom: 25px;
  }
  .bottom_nav .bottom_nav_body .btnArea {
    margin-top: 25px;
  }
  .bottom_nav .contact--list {
    display: block;
  }
  .bottom_nav .contact--list li {
    max-width: 300px;
    display: inline-block;
  }
  .bottom_nav .contact--list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.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_table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #6D1414;
}
.price_table th,
.price_table td {
  border: 1px solid #6D1414;
  padding: 16px 20px;
  text-align: left;
  width: 50%;
}
.price_table thead th {
  background: #712400;
  color: #fff;
  font-weight: 400;
}
.price_table .tbr_top {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .tableArea .prce_table {
    font-size: 1.2rem;
  }
  .tableArea td,
  .tableArea th {
    white-space: nowrap;
  }
  .tableArea .sticky {
    position: sticky;
    top: 0;
    left: 0;
    border-top: none;
  }
  .tableArea .sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    width: 100%;
    height: calc(100% - 1px);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: -1;
  }
  .tableArea .tbr_top {
    width: 35%;
  }
}
/****************************************

ラベル

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

ボタン

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

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

.btn--main {
  background-color: #971e1e;
  border-radius: 30px;
}
.btn--main a {
  background: url(images/bnr-bg.png) no-repeat;
  color: #fff;
}
.btn--main a:hover {
  opacity: 0.7;
}
.btn--main a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
  transition: 0.3s ease;
}
.btn--main a:hover:before {
  right: 1.5em;
  /* ホバー時の新しい位置 */
  border-top: 2px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;
}

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

@media screen and (max-width: 767px) {
  .btn {
    width: 260px;
    font-size: 1.8rem;
  }
  .btn a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
  .btn01 a,
  .btn02 a {
    padding: 11px 0;
    font-size: 1.3rem;
  }
  .btn01 a::before,
  .btn02 a::before {
    width: 6px;
    height: 6px;
  }
  .b_btn {
    width: 270px;
  }
  .b_btn a {
    padding: 11px 0;
    font-size: 1.3rem;
  }
  .b_btn a::before {
    width: 6px;
    height: 6px;
  }
  .btn--news {
    border: 1px solid #971e1e;
  }
  .btn--news a {
    font-size: 1.4rem;
  }
}
/****************************************

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

.red {
  color: #FF0000;
}

.blue {
  color: #971e1e;
}

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

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
}
/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    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: 3.2rem;
  font-weight: 700;
  color: #971e1e;
  padding-bottom: 36px;
  margin-bottom: 46px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.top_headline .top_hdl_sub {
  display: block;
  font-size: 1.8rem;
  color: #971e1e;
  font-weight: 400;
  margin-bottom: 8px;
}
.top_headline .color {
  color: #fefbf1;
}
.top_headline::before {
  background-color: #971e1e;
  bottom: 0px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 250px;
}

.top_subhead01,
.top_news_ttl {
  color: #712400;
  font-size: 3rem;
  text-align: center;
}
.top_subhead01 .top_subHdl_sub,
.top_news_ttl .top_subHdl_sub {
  display: block;
  color: #c78a8b;
  font-family: "Arial", sans-serif;
  font-size: 1.6rem;
}

.top_news_ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_headline {
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
  }
  .top_headline::before {
    background-color: #971e1e;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 250px;
  }
  .top_subhead01 {
    font-size: 2rem;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
  }
  .top_subhead01 .top_subHdl_sub {
    font-size: 1.4rem;
  }
  .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;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline,
.single_tit {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #971e1e;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.headline .headline_main,
.single_tit .headline_main {
  border-bottom: 1px solid #971e1e;
  padding: 10px 20px;
}
.headline_sub,
.single_tit_sub {
  font-family: var(--font-en);
  font-size: 1.6rem;
  color: #c78a8b;
  font-weight: 600;
  letter-spacing: 0.04em;
  height: auto;
  width: auto;
  display: block;
  padding-top: 16px;
}

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

/* h2 */
.h2_subhead01 {
  font-size: 2.2rem;
  padding: 0 0 12px 8px;
  font-weight: 700;
  color: #971e1e;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 2px dotted #971e1e;
}
.h2_subhead01::before {
  content: "";
  background: url(images/ttl_icon.png) no-repeat center/contain;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

/*sin--job*/
.h3_subhead01 {
  font-size: 1.8rem;
  padding: 10px;
  font-weight: 700;
  background: url(images/ttl_bg.jpg) no-repeat center/cover;
  color: #971e1e;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 20px;
  width: 100%;
}

.h4_subhead01 {
  font-size: 2rem;
  margin-bottom: 14px;
  padding: 12px 8px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px dashed #888;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.2rem;
    padding-bottom: 14px;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .headline::before {
    background: url(images/ttl_bg.png) no-repeat center;
    background-size: contain;
    width: 30px;
  }
  .single_tit {
    margin-bottom: 20px;
    padding-top: 40px;
    background-size: 30px auto;
    font-size: 2rem;
  }
  .h2_subhead01 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    padding: 12px 0 12px 0;
  }
  .h2_subhead01:before {
    min-width: 20px;
    height: 27px;
    margin-right: 4px;
  }
  .h3_subhead01 {
    font-size: 1.6rem;
    padding: 10px 8px;
    margin-bottom: 16px;
    text-align: left;
  }
  .h4_subhead01 {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 8px;
  }
}
/****************************************

見出し

*****************************************/
@media screen and (max-width: 767px) {
  .headline {
    line-height: 1.4;
  }
}
/****************************************

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: #971e1e;
    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 10px 70px;
  }
  #sp_footer .sp_footer_box .sp_logo {
    max-width: 220px;
    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: 20px;
    bottom: 50px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .side_bnr_item {
    margin-bottom: 12px;
  }
  .side_bnr .opacity {
    opacity: 0.8;
  }
  .pc_footer_box {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #971e1e;
  }
  .pc_footer_box_inr {
    min-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .pc_footer_box_inr .footer_left {
    padding: 50px 0 20px;
    width: 50%;
  }
  .pc_footer_box_inr .footer_left .footer_logo {
    margin-bottom: 30px;
  }
  .pc_footer_box_inr .footer_left .cpr_sns {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .pc_footer_box_inr .footer_left .cpr_sns img {
    vertical-align: baseline;
  }
  .pc_footer_box_inr .footer_left .cpr_info {
    font-size: 1.4rem;
    margin-bottom: 26px;
    text-align: center;
  }
  .pc_footer_box_inr .footer_left .cpr_info .cpr_tel {
    margin-top: 30px;
  }
  .pc_footer_box_inr .footer_right {
    width: 50%;
  }
  .pc_footer_box_inr .footer_right .ftr_nav--list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-weight: 600;
    margin-bottom: 24px;
    gap: 8px 10px;
  }
  .pc_footer_box_inr .footer_right .ftr_nav--list_item {
    width: 29%;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
  }
  .pc_footer_box_inr .footer_right .ftr_nav--list_item:nth-child(1), .pc_footer_box_inr .footer_right .ftr_nav--list_item:nth-child(4) {
    width: 130px;
  }
  .pc_footer_box_inr .footer_right .ftr_nav--list_item a {
    color: #000;
    text-decoration: none;
  }
  .pc_footer_box_inr .footer_right .ftr_nav--list_item a:hover {
    color: #fefbf1;
    transition: 0.5s;
  }
  .pc_footer_box_inr .footer_right .ftr_nav--list_item::before {
    content: "";
    border: 4px solid transparent;
    border-left: 6px solid #971e1e;
    margin-right: 6px;
  }
  .pc_footer_box_inr .footer_right .ftr_bnr {
    text-align: center;
  }
}
.pc_copyright {
  background-color: #971e1e;
  color: #fff;
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
}

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

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 #971e1e solid;
  border-radius: 8px;
  background-color: #971e1e;
  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(151, 30, 30, 0.3);
  background-color: #fff;
  color: #971e1e;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #971e1e solid;
  box-shadow: 0 0 2px 2px rgba(151, 30, 30, 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 #971e1e;
}

/* フォームの装飾ここから */
/* チェックボックス */
.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 #971e1e;
  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 #971e1e;
  border-right: 3px solid #971e1e;
  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 #971e1e;
  box-shadow: 0 0 2px 2px rgba(151, 30, 30, 0.5);
  background-color: #971e1e;
  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;
}
.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(151, 30, 30, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #971e1e;
  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 #971e1e;
  border-right: 1px solid #971e1e;
  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 #971e1e;
  border-right: 1px solid #971e1e;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #971e1e;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(151, 30, 30, 0.7), rgba(151, 30, 30, 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(151, 30, 30, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(151, 30, 30, 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%;
  }
  .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%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3em;
  }
}
/****************************************

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 */