@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/*
Theme Name:海のくまさん
Description:Food BAR酒場Bear | 和倉温泉 七尾市 バー
Version: 1.0
License:海のくまさん
License URI:https://www.sakaba-bear.com/
*/
/****************************************

リセット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;
  background: url(images/) no-repeat center top;
  background-size: cover;
}

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

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

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

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

body設定(主に書式)

*****************************************/
body {
  color: #fff;
  background: url(images/body_bg.jpg) repeat #171717;
  font-weight: normal;
  min-width: 1240px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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

ページ共通

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

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
}

h1 {
  line-height: 1.5;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

h2 {
  line-height: 1.5;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

h3 {
  line-height: 1.5;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

h4 {
  line-height: 1.5;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
}
/****************************************

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

*****************************************/
a:link,
a:visited {
  color: #D90000;
  text-decoration: underline;
  transition: 0.3s linear;
  position: relative;
}
a:link.a_txt,
a:visited.a_txt {
  display: inline-block;
}
a:link.a_txt::after,
a:visited.a_txt::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #D09C00;
  bottom: -1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
a:link.a_txt:hover::after,
a:visited.a_txt:hover::after {
  transform: scale(0, 1);
  transform-origin: left top;
}

a:hover,
a:active {
  transition: 0.3s linear;
  color: #D09C00;
  text-decoration: underline;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 21px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #D09C00;
  text-align: center;
  border: 1px solid #D09C00;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 17px;
  }
}
.btn a::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}
.btn a:hover {
  color: #D09C00;
  background: transparent;
}
.btn a:hover::before {
  right: 20px;
  border-top: 2px solid #D09C00;
  border-right: 2px solid #D09C00;
}

.btn02 a {
  width: 100%;
  height: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding: 42px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #D09C00;
  text-align: center;
  border: 1px solid #D09C00;
  box-sizing: border-box;
  z-index: 0;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .btn02 a {
    font-size: 2.6rem;
    padding: 26px;
  }
}
.btn02 a::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}
.btn02 a span {
  display: block;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .btn02 a span {
    font-size: 1.2rem;
  }
}
.btn02 a:hover {
  color: #D09C00;
  background: transparent;
}
.btn02 a:hover::before {
  right: 20px;
  border-top: 2px solid #D09C00;
  border-right: 2px solid #D09C00;
}

.btn03 a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn03 a {
    font-size: 1.5rem;
    padding: 12px;
  }
}
.btn03 a::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}
.btn03 a:hover {
  color: #000;
  background: #fff;
}
.btn03 a:hover::before {
  right: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.btn04 a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn04 a {
    font-size: 1.5rem;
    padding: 12px;
  }
}
.btn04 a::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}
.btn04 a:hover {
  color: #fff;
  background: #000;
}
.btn04 a:hover::before {
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

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

ヘッダー　共通

*****************************************/
header {
  width: 100%;
  position: relative;
  z-index: 200;
}
header .header_box {
  width: 100%;
  align-items: center;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header .header_box {
    padding: 20px 15px;
    align-items: flex-start;
  }
}
header .header_box .h_logo {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  header .header_box .h_logo {
    width: 120px;
  }
}

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

PCヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
  .header_box-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .header_box-right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .header_box-right .h_info {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_info .h_insta {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    margin-left: 30px;
    filter: drop-shadow(0 0 20px #000);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .header_box-right .h_info .h_insta {
    border: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header_box-right .h_info .h_tel {
    font-family: "Josefin Sans", sans-serif;
    font-size: 700px;
    font-size: 4rem;
    line-height: 1;
    padding-left: 26px;
    background: url(images/tel.svg) no-repeat left center;
    filter: drop-shadow(0 0 20px #000);
    margin-left: 20px;
  }
}
/****************************************

SPヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .h_btn,
  .h_tel,
  .h_info {
    display: none;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_navi-bg.png) no-repeat center bottom rgba(0, 0, 0, 0.85);
    background-size: contain;
    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: 65px 20px 30px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    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 {
    text-decoration: none;
    color: #fff;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.85);
    color: #000 !important;
  }
  #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: solid 1px #fff;
    border-right: solid 1px #fff;
    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;
  }
  #sp_navi .sp_navi_info {
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    margin: 0 20px 20px;
    padding: 25px;
    overflow: hidden;
    border-image-source: url(images/bg05.png);
    border-image-slice: 3 fill;
    border-image-width: 3px;
    color: #000;
  }
  #sp_navi .sp_navi_info dt {
    font-size: 2rem;
    letter-spacing: 0.06em;
    padding-bottom: 5px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 700;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
  }
  #sp_navi .sp_navi_info dd {
    text-align: center;
  }
  #sp_navi .sp_navi_info .tel a {
    background: url(images/tel-yellow.svg) no-repeat left center;
    background-size: 15px;
    color: #000;
    padding-left: 25px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 10px 0;
    display: inline-block;
  }
}
/****************************************

pc用 ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  width: auto;
  margin: auto;
  *zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#g_navi .menu:before {
  content: "";
  display: table;
}
#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}
#g_navi .menu > li {
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1600px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
#g_navi .menu li a span {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  color: #D8B95A;
  margin-top: 10px;
}
#g_navi .menu li ul {
  min-width: 210px;
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}
#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: #D09C00;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #D09C00;
  opacity: 0.8;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #g_navi .menu > li > a {
    position: relative;
    transition: 0.6s;
  }
  #g_navi .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #D09C00;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #g_navi .menu > li > a:after {
    bottom: 0;
  }
  #g_navi .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  height: 860px;
}
@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
    height: 80vh;
  }
}
#mv_top .mv_img {
  width: 100%;
  margin-left: auto;
}
#mv_top .mv_img img {
  width: 100%;
  height: 860px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    height: 80vh;
  }
}
#mv_top .mv_txt {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.5);
  outline: 2px solid rgba(0, 0, 0, 0.6);
  outline-offset: -11px;
  text-align: center;
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt {
    max-width: 380px;
    width: 74%;
    margin: 0;
    padding: 30px;
  }
}
#mv_top .mv_txt::before {
  content: "";
  width: 260px;
  aspect-ratio: 260/265;
  position: absolute;
  right: -195px;
  bottom: -35px;
  background: url(images/logo_mark.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt::before {
    width: 50%;
    right: 0;
    bottom: -68%;
    left: 40px;
    margin: auto;
  }
}

#mv_page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #mv_page {
    width: 100%;
  }
}
#mv_page .mv_img {
  width: 100%;
}
#mv_page .mv_img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img img {
    height: 74vw;
  }
}
#mv_page .mv_txt {
  position: absolute;
  z-index: 100;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.5);
  outline: 2px solid rgba(0, 0, 0, 0.6);
  outline-offset: -11px;
  text-align: center;
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt {
    max-width: 380px;
    width: 82%;
    margin: 0;
    padding: 30px 10px;
  }
}
#mv_page .mv_txt p {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt p {
    font-size: 2.6rem;
  }
}
#mv_page .mv_txt::before {
  content: "";
  width: 200px;
  aspect-ratio: 260/274;
  position: absolute;
  right: -160px;
  bottom: -35px;
  background: url(images/logo_mark.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt::before {
    content: none;
  }
}

.metaslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 10;
}

.metaslider .flexslider {
  margin: 0 !important;
}

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

content 共通設定

*****************************************/
.img_round img {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .img_round img {
    border-radius: 10px;
  }
}
.img_round figcaption {
  text-align: center;
  font-weight: 700;
  color: #000033;
  margin-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .img_round figcaption {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.img_shadow {
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 767px) {
  .img_sp img {
    width: auto;
  }
}

.youtube-ratio {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-ratio iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  text-align: right;
}
.breadcrumb p {
  font-size: 1.4rem;
  color: #aaa;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #eee;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #D09C00;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb a:hover {
  color: #D09C00;
}
.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

main#top_main {
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  main#top_main {
    margin: 0 auto 60px;
  }
}

main#page_main {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
  margin: 30px auto 100px;
}
@media screen and (max-width: 767px) {
  main#page_main {
    padding: 0 10px;
    margin: 20px auto 60px;
  }
}
main#page_main::before {
  content: "";
  width: 360px;
  aspect-ratio: 360/374;
  position: absolute;
  top: 20px;
  left: 0;
  background: url(images/deco01.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::before {
    width: 260px;
  }
}
main#page_main::after {
  content: "";
  width: 360px;
  aspect-ratio: 360/382;
  position: absolute;
  top: 300px;
  right: 0;
  background: url(images/deco02.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#page_main::after {
    content: none;
  }
}

.flex_img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex_img {
    gap: 20px 2%;
  }
}
@media screen and (max-width: 767px) {
  .flex_img figure {
    width: 49%;
  }
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .pc_mb40 {
    margin-bottom: 40px;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r_str {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_img {
    text-align: center;
  }
  .sp_img img {
    width: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb25 {
    margin-bottom: 25px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01_wrap {
  background: url(images/bg01.png) no-repeat top left/contain;
  position: relative;
  z-index: 0;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .top_box01_wrap {
    padding: 60px 10px 100px;
  }
}
.top_box01_wrap::before {
  content: "SAKABA";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: rgba(168, 157, 134, 0.25);
  font-size: 20rem;
  line-height: 1;
  position: absolute;
  left: -30px;
  bottom: -50px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box01_wrap::before {
    bottom: -6.4vw;
    left: -10px;
    font-size: clamp(10rem, 26vw, 20rem);
  }
}
.top_box01_wrap .top_box01 {
  max-width: 1540px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top_box01_wrap .top_box01 {
    padding: 0;
    flex-direction: column;
  }
}
.top_box01_wrap .top_box01 .top_box01_txt {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .top_box01_wrap .top_box01 .top_box01_txt {
    width: 100%;
    margin-bottom: 60px;
  }
}
.top_box01_wrap .top_box01 .top_box01_txt h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_box01_wrap .top_box01 .top_box01_txt h2 {
    width: 320px;
    margin: 0 auto 30px;
  }
}
.top_box01_wrap .top_box01 .top_box01_txt .btn {
  width: 260px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .top_box01_wrap .top_box01 .top_box01_txt .btn {
    margin: 30px auto 0;
  }
}
.top_box01_wrap .top_box01 .top_box01_img {
  width: calc(100% - 600px);
}
@media screen and (max-width: 767px) {
  .top_box01_wrap .top_box01 .top_box01_img {
    width: 100%;
  }
}
.top_box01_wrap .top_box01 .top_box01_img img {
  width: 100%;
  height: auto;
}

.top_strong {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_strong {
    font-size: 2.8rem;
  }
}
.top_strong span {
  display: inline-block;
  color: #271301;
  font-size: 4.6rem;
  padding: 3px 18px;
  border-image-source: url(images/top_tit-bg.png);
  border-image-slice: 5 fill;
  border-image-width: 5px;
}
@media screen and (max-width: 767px) {
  .top_strong span {
    font-size: 3.2rem;
    padding: 3px 12px;
  }
}

.top_img-txt {
  position: relative;
}
.top_img-txt figcaption {
  writing-mode: vertical-rl;
}
.top_img-txt figcaption p {
  display: inline-block;
  background: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  padding: 10px 10px 20px;
  margin-right: 10px;
  letter-spacing: -0.36em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_img-txt figcaption p {
    font-size: 1.5rem;
  }
}
.top_img-txt figcaption .vertical_r {
  display: inline-block;
  transform: rotate(90deg);
  position: relative;
  top: 5px;
  left: 3px;
}
.top_img-txt figcaption .vertical_dot {
  display: inline-block;
  position: relative;
  top: -12px;
  left: 13px;
}
.top_img-txt figcaption .vertical_en {
  display: inline-block;
  transform: rotate(-90deg);
  position: relative;
  top: 5px;
  left: 1px;
  letter-spacing: 0.22em;
}

.top_box02_wrap {
  background: url(images/bg02.png) no-repeat top right/contain;
  position: relative;
  z-index: 0;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap {
    padding-top: 60px;
  }
}
.top_box02_wrap::before {
  content: "MENU";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: rgba(168, 157, 134, 0.25);
  font-size: 20rem;
  line-height: 1;
  position: absolute;
  left: calc((100% - 1200px) / 2 + 840px);
  top: 530px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap::before {
    top: 200px;
    left: auto;
    right: -10px;
    font-size: clamp(10rem, 26vw, 20rem);
  }
}
.top_box02_wrap .top_box02 {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 {
    padding: 0 10px;
  }
}
.top_box02_wrap .top_box02 .top_box02_tit {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 .top_box02_tit {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top_box02_wrap .top_box02 .top_box02_tit h2 {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 .top_box02_tit h2 {
    width: 260px;
    margin: 0 0 40px;
  }
}
.top_box02_wrap .top_box02 .top_box02_tit .top_strong span {
  margin: 0 20px 15px 0;
}
.top_box02_wrap .top_box02 .top_box02_txt {
  width: 400px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 .top_box02_txt {
    width: 100%;
    margin: 40px 0;
  }
}
.top_box02_wrap .top_box02 .top_box02_btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 .top_box02_btn {
    flex-direction: column;
    gap: 10px;
  }
}
.top_box02_wrap .top_box02 .top_box02_btn .btn02 {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 .top_box02_btn .btn02 {
    margin: auto;
  }
}
.top_box02_wrap .top_box02 .top_img-txt figcaption {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top_box02_wrap .top_box02 .top_img-txt figcaption {
    top: -30px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 .top_img-txt figcaption {
    top: -20px;
    right: 20px;
    width: 60px;
  }
}

.top_box03_wrap {
  background: url(images/bg03.png) no-repeat top left/contain;
  position: relative;
  z-index: 0;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .top_box03_wrap {
    padding-top: 60px;
    margin-top: 30px;
  }
}
.top_box03_wrap::before {
  content: "COURSE";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: rgba(168, 157, 134, 0.25);
  font-size: 20rem;
  line-height: 1;
  position: absolute;
  left: -20px;
  top: 530px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box03_wrap::before {
    top: 200px;
    left: auto;
    right: -10px;
    font-size: clamp(9rem, 24.8vw, 20rem);
  }
}
.top_box03_wrap .top_box03 {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top_box03_wrap .top_box03 {
    padding: 0 10px;
  }
}
.top_box03_wrap .top_box03 .top_box03_tit {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .top_box03_wrap .top_box03 .top_box03_tit {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top_box03_wrap .top_box03 .top_box03_tit h2 {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .top_box03_wrap .top_box03 .top_box03_tit h2 {
    width: 220px;
    margin: 0 0 40px;
  }
}
.top_box03_wrap .top_box03 .top_box03_tit .top_strong span {
  margin: 0 20px 15px;
}
.top_box03_wrap .top_box03 .top_img-txt figcaption {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top_box03_wrap .top_box03 .top_img-txt figcaption {
    top: -30px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_box03_wrap .top_box03 .top_img-txt figcaption {
    top: -20px;
    right: 20px;
    width: 60px;
  }
}
.top_box03_wrap .top_box03 .btn {
  width: 260px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .top_box03_wrap .top_box03 .btn {
    margin: 30px auto;
  }
}

.plan_box {
  border-image-source: url(images/bg05.png);
  border-image-slice: 3 fill;
  border-image-width: 3px;
  padding: 60px 60px 80px;
  color: #271301;
}
@media screen and (max-width: 767px) {
  .plan_box {
    padding: 30px 10px 0;
  }
}
.plan_box .plan_box_tit {
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  background: url(images/top_tit07.svg) no-repeat center/contain;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .plan_box .plan_box_tit {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.plan_box .plan_box_tit::before, .plan_box .plan_box_tit::after {
  content: "";
  width: 32px;
  aspect-ratio: 32/36;
}
@media screen and (max-width: 767px) {
  .plan_box .plan_box_tit::before, .plan_box .plan_box_tit::after {
    width: 22px;
  }
}
.plan_box .plan_box_tit::before {
  margin-right: 15px;
  background: url(images/top_tit08-left.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .plan_box .plan_box_tit::before {
    margin-right: 10px;
  }
}
.plan_box .plan_box_tit::after {
  margin-left: 15px;
  background: url(images/top_tit08-right.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .plan_box .plan_box_tit::after {
    margin-left: 10px;
  }
}
.plan_box > .details {
  display: flex;
}
@media screen and (max-width: 767px) {
  .plan_box > .details {
    flex-direction: column;
    padding: 0 30px;
  }
}
.plan_box > .details > li {
  width: 33.3333333333%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .plan_box > .details > li {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .plan_box > .details > li:not(:last-child) {
    border-right: 1px solid #A4957C;
  }
}
@media screen and (max-width: 767px) {
  .plan_box > .details > li:not(:last-child) {
    border-bottom: 1px solid #A4957C;
    margin-bottom: 30px;
  }
}
.plan_box > .details > li .details_tit {
  width: 100%;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .plan_box > .details > li .details_tit {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.plan_box > .details > li .details_tit.yellow {
  background: #D09C00;
}
.plan_box > .details > li .details_tit.orange {
  background: #D96D00;
}
.plan_box > .details > li .details_tit.red {
  background: #B20000;
}
.plan_box > .details > li .price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #271301;
  font-weight: 700;
  gap: 15px;
  align-items: flex-end;
  margin-bottom: 25px;
}
.plan_box > .details > li .price .sm {
  font-size: 1.8rem;
  line-height: 1.2;
}
.plan_box > .details > li .price p {
  font-size: 4.6rem;
  line-height: 1;
}
.plan_box > .details > li .list {
  display: flex;
  flex-wrap: wrap;
}
.plan_box > .details > li .list li {
  width: 50%;
  position: relative;
  padding-left: 10px;
  font-size: 1.5rem;
}
.plan_box > .details > li .list li::before {
  content: "";
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  position: absolute;
  background: #271301;
  border-radius: 100vmax;
}
.plan_box > .details > li .list li.w100 {
  width: 100%;
}

.top_box04_wrap {
  background: url(images/bg04.png) no-repeat top right/contain;
  position: relative;
  z-index: 0;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .top_box04_wrap {
    padding-top: 60px;
    margin-top: 30px;
  }
}
.top_box04_wrap::before {
  content: "TAKEOUT";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: rgba(168, 157, 134, 0.25);
  font-size: 20rem;
  line-height: 1;
  position: absolute;
  left: calc((100% - 1200px) / 2 + 730px);
  top: 530px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box04_wrap::before {
    top: 200px;
    left: auto;
    right: -10px;
    font-size: clamp(8rem, 21.6vw, 20rem);
  }
}
.top_box04_wrap .top_box04 {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box04_wrap .top_box04 {
    padding: 0 10px;
    margin-bottom: 60px;
  }
}
.top_box04_wrap .top_box04 .top_box04_tit {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .top_box04_wrap .top_box04 .top_box04_tit {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top_box04_wrap .top_box04 .top_box04_tit h2 {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .top_box04_wrap .top_box04 .top_box04_tit h2 {
    max-width: 420px;
    width: 100%;
    margin: 0 0 40px;
  }
}
.top_box04_wrap .top_box04 .top_box04_tit .top_strong span {
  margin: 0 0 15px 20px;
}
.top_box04_wrap .top_box04 .top_box04_txt {
  width: 400px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_box04_wrap .top_box04 .top_box04_txt {
    width: 100%;
    margin: 40px 0;
  }
}
.top_box04_wrap .top_box04 .top_box04_txt .btn {
  width: 260px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .top_box04_wrap .top_box04 .top_box04_txt .btn {
    margin: 30px auto 0;
  }
}
.top_box04_wrap .top_box04 .top_img-txt figcaption {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top_box04_wrap .top_box04 .top_img-txt figcaption {
    top: -30px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04_wrap .top_box04 .top_img-txt figcaption {
    top: -20px;
    right: 20px;
    width: 60px;
  }
}

.top_box05 {
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2) 100px;
  background: url(images/bg06.jpg) no-repeat center/cover;
  outline: 1px solid #6C5215;
  outline-offset: 5px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 10px;
    margin-bottom: 60px;
  }
}
.top_box05 h2 {
  text-align: center;
  background: url(images/top_tit05.svg) no-repeat center/contain;
  font-size: 3.8rem;
  margin-bottom: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .top_box05 h2 {
    font-size: 3rem;
  }
}
.top_box05 .scene {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_box05 .scene li {
  width: 20%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .top_box05 .scene li {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .top_box05 .scene li:not(:last-child) {
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .top_box05 .scene li:not(:last-child) {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
}
.top_box05 .scene li span {
  display: block;
  width: 120px;
  margin: 0 auto 15px;
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  background: #86651A;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 0 4px;
}
@media screen and (max-width: 767px) {
  .top_box05 .scene li span {
    font-size: 1.2rem;
    margin: 0 auto 5px;
  }
}
.top_box05 .btn {
  width: 260px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .top_box05 .btn {
    margin: 30px auto 0;
  }
}

.top_box06 {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 0 10px;
  }
}
.top_box06 .news_post_wrap {
  width: 660px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box06 .news_post_wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top_box06 .news_post_wrap h2 {
  font-size: 4.8rem;
  padding-left: 60px;
  margin-bottom: 25px;
  font-family: "Josefin Sans", sans-serif;
  background: url(images/top_tit06.svg) no-repeat center left/contain;
  background-size: 40px;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_box06 .news_post_wrap h2 {
    font-size: 3.6rem;
    background-size: 32px;
    padding-left: 45px;
    margin-bottom: 15px;
  }
}
.top_box06 .news_post_wrap h2 span {
  font-size: 3.8rem;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .top_box06 .news_post_wrap h2 span {
    font-size: 2.6rem;
  }
}
.top_box06 .news_post_wrap .btn03 {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .top_box06 .news_post_wrap .btn03 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_box06 .news_post_wrap .btn03 {
    margin: 20px 0 0 auto;
  }
}
.top_box06 .app_box {
  width: 460px;
  border-image-source: url(images/bg07.png);
  border-image-slice: 3 fill;
  border-image-width: 3px;
  padding: 60px 0;
  color: #271301;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_box06 .app_box {
    width: 100%;
    padding: 30px 10px;
  }
}
.top_box06 .app_box h2 {
  font-size: 2.6rem;
  background: url(images/top_tit09.svg) no-repeat center/contain;
  padding: 0 0 40px;
  line-height: 1.4;
  margin-bottom: -15px;
}
@media screen and (max-width: 767px) {
  .top_box06 .app_box h2 {
    font-size: 2.2rem;
  }
}
.top_box06 .app_box h2 span {
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .top_box06 .app_box h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top_box06 .app_box figure {
    width: 200px;
    margin: auto;
  }
}
.top_box06 .app_box .app_box_txt {
  margin-top: 20px;
}
.top_box06 .app_box .app_box_txt span {
  font-size: 2.2rem;
  background: linear-gradient(transparent 60%, #EEB300 60%);
}
@media screen and (max-width: 767px) {
  .top_box06 .app_box .app_box_txt span {
    font-size: 2rem;
  }
}

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

お問い合わせ トップ用

*****************************************/
.contact_area {
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2);
  background: url(images/bg01.jpg) no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_area {
    flex-direction: column;
    padding: 60px 10px;
    text-align: center;
  }
}
.contact_area::before {
  content: "";
  width: 276px;
  aspect-ratio: 276/77;
  background: url(images/contact_en.svg) no-repeat top left/contain;
  position: absolute;
  top: 80px;
  left: calc((100% - 1200px) / 2);
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .contact_area::before {
    top: 25px;
    left: 25px;
  }
}
.contact_area h2 {
  width: 360px;
  padding-left: 60px;
  color: #fff;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .contact_area h2 {
    width: 100%;
    font-size: 2.6rem;
    margin-bottom: 20px;
    padding: 0;
  }
}
.contact_area h2 span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contact_area h2 span {
    font-size: 2rem;
    display: inline-block;
  }
}
.contact_area .contact_area-inner {
  width: 840px;
  padding: 0 60px 0 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
.contact_area .contact_area-inner .contact_area-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info {
    flex-direction: column;
    margin-top: 20px;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel {
    margin-bottom: 20px;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel a {
  text-decoration: none;
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel .txt {
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel .txt {
    font-size: 1.3rem;
  }
}
.contact_area .contact_area-inner .contact_area-info .contact_area-tel .number {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  background: url(images/tel_white.svg) no-repeat left center;
  padding-left: 36px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-info .contact_area-tel .number {
    font-size: 3.4rem;
    background-size: 18px;
    padding-left: 30px;
  }
}
.contact_area .contact_area-inner .contact_area-mail {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail {
    max-width: 300px;
    margin: auto;
  }
}
.contact_area .contact_area-inner .contact_area-mail a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  border: 1px solid #fff;
  padding: 24px;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail a {
    padding: 17px;
    font-size: 1.5rem;
  }
}
.contact_area .contact_area-inner .contact_area-mail a:hover {
  background: #D96D00;
  border: 1px solid #D96D00;
}
.contact_area .contact_area-inner .contact_area-mail a img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_area-inner .contact_area-mail a img {
    width: 24px;
  }
}

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

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  max-height: 500px;
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .news_post {
    max-height: 300px;
  }
}
.news_post article {
  width: 100%;
  display: block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 22px 40px 22px 0;
  transition: all 0.6s;
  border-bottom: 1px dotted #aaa;
}
.news_post article ::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-top: 2px solid #D09C00;
  border-right: 2px solid #D09C00;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}
.news_post article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.news_post article .date {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.3rem;
  }
}
.news_post article .cate {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  margin-right: 20px;
  padding: 8px 0 3px;
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_post article .cate {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}
.news_post article .cate.news {
  background: #86651A;
}
.news_post article .cate.blog {
  background: #503D10;
}
.news_post article h3 {
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_post article h3 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.news_post article:hover ::before {
  right: 15px;
}
.news_post article:hover h3 {
  color: #D09C00;
}

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

content下層用

*****************************************/
.page_btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .page_btn {
    flex-direction: column;
    gap: 10px;
  }
}
.page_btn .btn02 {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_btn .btn02 {
    margin: auto;
  }
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.benefits li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .benefits li {
    width: 100%;
  }
}

.flow {
  display: flex;
  flex-direction: column;
  gap: 60px;
  counter-reset: num_a;
}
.flow li {
  width: 100%;
  background: #EBEBEB;
  border: 14px solid #86651A;
  padding: 40px 40px 40px 180px;
  color: #000;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flow li {
    border: 8px solid #86651A;
    padding: 25px;
  }
}
.flow li::before {
  content: counter(num_a, decimal-leading-zero);
  counter-increment: num_a;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
  aspect-ratio: 1/1;
  background: #D09C00;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow li::before {
    width: 50px;
    top: 25px;
    left: 25px;
    font-size: 2.6rem;
  }
}
.flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background: #86651A;
  width: 160px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.flow li h3 {
  color: #D09C00;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .flow li h3 {
    padding-left: 65px;
    margin: 10px 0 20px 0;
  }
}
.flow li .flow_btn {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.flow li .flow_btn .btn04 {
  width: 200px;
}

.menu_box {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (max-width: 767px) {
  .menu_box {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.menu_box .grid {
  padding: 15px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .menu_box .grid {
    padding: 15px 0;
  }
}
.menu_box .grid img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.menu_box .inner {
  width: 100%;
}
.menu_box .name {
  text-align: center;
  font-weight: 700;
  background: #86651A;
  padding: 6px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.menu_box .table_menu {
  width: 100%;
}
.menu_box .table_menu th,
.menu_box .table_menu td {
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu_box .table_menu th span,
.menu_box .table_menu td span {
  display: block;
  font-size: 1.4rem;
  color: #ccc;
}
.menu_box .table_menu th {
  width: 80%;
  text-align: left;
}
.menu_box .table_menu td {
  width: 20%;
  text-align: right;
}

.blog_post {
  width: 100%;
}
.blog_post article {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog_post article {
    flex-direction: column;
  }
}
.blog_post article figure {
  width: 440px;
  height: auto;
  aspect-ratio: 440/300;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .blog_post article figure {
    width: 100%;
  }
}
.blog_post article figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/img_frame.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blog_post article .inner {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner {
    width: 100%;
    margin-top: 20px;
  }
}
.blog_post article .inner .date {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner .date {
    font-size: 1.3rem;
  }
}
.blog_post article .inner .cate {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  margin-right: 20px;
  padding: 8px 0 3px;
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner .cate {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}
.blog_post article .inner .cate.news {
  background: #86651A;
}
.blog_post article .inner .cate.blog {
  background: #503D10;
}
.blog_post article .inner h2 {
  font-size: 2rem;
  border-bottom: 1px dashed #D09C00;
  padding-bottom: 10px;
  margin: 15px 0 30px;
  position: relative;
}
.blog_post article .inner h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D09C00;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner h2 {
    font-size: 1.7rem;
  }
}
.blog_post article .inner .btn {
  max-width: 220px;
  width: 100%;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .blog_post article .inner .btn {
    margin: 15px auto 0;
  }
}

.faq_box {
  width: 100%;
}
.faq_box .faq_item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.faq_box .faq_item.open .faq-answer {
  display: block;
  padding: 10px 60px 0 70px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.4s ease;
  transform: translateY(0);
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_item.open .faq-answer {
    padding: 10px 30px 0 50px;
  }
}
.faq_box .faq_item.open .faq-question::before {
  content: "−";
}
.faq_box .faq-question {
  position: relative;
  color: #000334;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 5px 60px 5px 70px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 1.7;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question {
    padding: 2px 30px 2px 50px;
    font-size: 1.8rem;
  }
}
.faq_box .faq-question::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "Q";
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background: #D09C00;
  border-radius: 100%;
  width: 50px;
  aspect-ratio: 1/1;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question::after {
    left: 0;
    font-size: 1.8rem;
    width: 35px;
  }
}
.faq_box .faq-question::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 400;
  color: rgba(67, 51, 38, 0.6);
  transition: transform 0.3s, content 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-question::before {
    right: 0;
  }
}
.faq_box .faq-answer {
  position: relative;
  font-size: 1.6rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  opacity: 0;
  transition: 0.4s ease;
  transform: translateY(-10px);
}
.faq_box .faq-answer::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "A";
  font-size: 2.6rem;
  font-weight: 700;
  color: #D09C00;
  background: #fff;
  border: 1px solid #D09C00;
  box-sizing: border-box;
  border-radius: 100%;
  width: 50px;
  aspect-ratio: 1/1;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq-answer::after {
    left: 0;
    font-size: 1.8rem;
    width: 35px;
  }
}

.contact_tel {
  background: url(images/tel.svg) no-repeat left center;
  padding-left: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    font-size: 2.6rem;
    background-size: 16px;
    padding-left: 20px;
  }
}

.contact_tel-txt {
  font-size: 1.4rem;
  color: #666;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table_scroll::before {
    content: "※横にスクロールしてご覧ください";
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: inline-block;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.table {
  width: 100%;
}
.table th,
.table td {
  -moz-text-align-last: left;
       text-align-last: left;
  border: 1px solid #775900;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 15px;
  }
}
.table th {
  width: 30%;
  background: #D09C00;
  color: #fff;
}
.table td {
  width: 70%;
  background: #EAEAEA;
  color: #000;
}

.policy {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  background: #F4F4F4;
  padding: 40px;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 20px;
  }
}
.policy span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #D09C00;
}
@media screen and (max-width: 767px) {
  .policy span {
    font-size: 1.4rem;
  }
}
.policy p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: 1.2rem;
  }
}

.mail_box {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .map {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

aside

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

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 80px;
}

#single_box h1 {
  font-size: 2.6rem;
}

#single_box .single_text {
  width: 100%;
}

#single_box .single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: 40px auto 0px;
}

a.page-numbers {
  border: solid 1px #666;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
}
a.page-numbers:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #666;
  border: solid 1px #666;
  color: white;
}

.nav-below {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #D09C00;
  border-bottom: 1px solid #D09C00;
  text-decoration: none;
  color: #D09C00;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 40px 0 0;
  }
}
.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #D09C00;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.nav-below a:hover {
  background: #D09C00;
  color: #fff;
}
.nav-below .next {
  width: 25%;
  border-right: 1px solid #D09C00;
}
.nav-below .back {
  width: 50%;
}
.nav-below .prev {
  width: 25%;
  border-left: 1px solid #D09C00;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}
/****************************************

P

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

/* 文字 */
.sans {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.serif {
  font-family: "NotoSerifJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.underline {
  border-bottom: 1px solid #B20000;
}

.red {
  color: #B20000;
}

.blue {
  color: #D09C00;
}

.yellow {
  color: #E6B115;
}

.size14 {
  font-size: 1.4rem;
}

.size15 {
  font-size: 1.5rem;
}

.size18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .size18 {
    font-size: 1.6rem;
  }
}

.size22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .size22 {
    font-size: 1.8rem;
  }
}

/* 強調 */
.marker {
  background: linear-gradient(transparent 70%, #FFDD53 30%);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.tr {
  text-align: right;
}

.db {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40-20,
.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
  .w620 {
    width: 620px;
  }
  .w700 {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .mb40-20 {
    margin-bottom: 20px;
  }
  .mb50,
  .mb60 {
    margin-bottom: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_subhead01 {
  text-align: center;
  padding-top: 130px;
  color: #000233;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_subhead01 {
    padding-top: 80px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.top_subhead01.service {
  background: url(images/top_tit03.svg) no-repeat top center;
}
@media screen and (max-width: 767px) {
  .top_subhead01.service {
    background-size: 280px;
  }
}
.top_subhead01.recruit {
  background: url(images/top_tit05.svg) no-repeat top center;
}
@media screen and (max-width: 767px) {
  .top_subhead01.recruit {
    background-size: 260px;
  }
}
.top_subhead01.qa {
  background: url(images/top_tit07.svg) no-repeat top center;
}
@media screen and (max-width: 767px) {
  .top_subhead01.qa {
    background-size: 240px;
  }
}

.headline {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 30px 0;
  background: url(images/top_tit10.svg) no-repeat center/contain;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headline::before, .headline::after {
  content: "";
  width: 32px;
  aspect-ratio: 32/36;
}
@media screen and (max-width: 767px) {
  .headline::before, .headline::after {
    width: 22px;
  }
}
.headline::before {
  margin-right: 40px;
  background: url(images/top_tit10-left.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .headline::before {
    margin-right: 10px;
  }
}
.headline::after {
  margin-left: 40px;
  background: url(images/top_tit10-right.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .headline::after {
    margin-left: 10px;
  }
}

.subhead01 {
  border-bottom: 1px dashed #D09C00;
  padding: 3px 0 10px 60px;
  margin-bottom: 30px;
  background: url(images/page_tit01.png) no-repeat left center/contain;
  background-size: 40px;
  position: relative;
}
.subhead01::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D09C00;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.subhead02 {
  color: #D09C00;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 20px;
  }
}
.subhead02 span {
  width: 120px;
  text-align: center;
  display: block;
  color: #271301;
  font-size: 1.6rem;
  padding: 8px 0 4px;
  margin-bottom: 10px;
  border-image-source: url(images/top_tit-bg.png);
  border-image-slice: 5 fill;
  border-image-width: 5px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .subhead02 span {
    width: 100px;
    font-size: 1.4rem;
  }
}

.subhead03 {
  color: #D09C00;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .subhead03 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .subhead03 {
    margin-bottom: 20px;
  }
}
.subhead03 .course_price {
  display: flex;
  font-weight: 700;
  gap: 15px;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
}
.subhead03 .course_price .sm {
  font-size: 1.8rem;
  line-height: 1.2;
}
.subhead03 .course_price p {
  font-size: 4.6rem;
  line-height: 1;
}

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

footer

*****************************************/
footer {
  width: 100%;
  background: #000;
  /* ----sp追従---- */
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer #pc_footer {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  footer #sp_footer {
    display: none;
  }
}
footer p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.4rem;
    text-align: center;
  }
}
footer .pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  footer .pagetop {
    display: none;
  }
}
footer .copyright {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #aaa;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1.4rem;
    padding: 0 0 20px;
  }
}
footer .footer_box {
  text-align: center;
  padding: 80px calc((100% - 1200px) / 2) 0;
}
@media screen and (max-width: 767px) {
  footer .footer_box {
    padding: 50px 10px 20px;
  }
}
footer .footer_box .f_logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer_box .f_logo {
    width: 180px;
    margin: 0 auto 20px;
  }
}
footer .footer_box .f_tel {
  font-family: "Josefin Sans", sans-serif;
  font-size: 700px;
  font-size: 4rem;
  line-height: 1;
  padding-left: 26px;
  background: url(images/tel.svg) no-repeat left center;
  filter: drop-shadow(0 0 20px #000);
  margin-left: 20px;
  margin: 20px 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
footer .footer_box .f_insta {
  display: block;
  width: 29px;
  margin: auto;
}
footer .footer_box .f_insta img {
  width: auto;
}
footer .f_map {
  position: relative;
  width: 100%;
  height: 400px;
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  footer .f_map {
    height: auto;
    aspect-ratio: 4/3;
  }
}
footer .f_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .sitemap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 40px;
  margin-top: 40px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  footer .sitemap {
    display: none;
  }
}
footer .sitemap a {
  text-decoration: none;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 0 10px;
}
footer .sitemap a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #E99D38;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
footer .sitemap a:hover {
  color: #D09C00;
}
footer .sitemap a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
footer .sp_bana {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
footer .sp_bana .sp_bana_parts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
  background: #D09C00;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .sp_bana .sp_bana_parts a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .sp_bana .sp_bana_parts span {
  position: relative;
  display: block;
  height: auto;
  padding-top: 30px;
  line-height: 1.4;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #fff;
}
footer .sp_bana .sp_bana_parts span::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
footer .sp_bana .sp_bana_parts .sp-tel::after {
  background-image: url(images/sp-tel.svg);
  background-size: 18px;
}
footer .sp_bana .sp_bana_parts .sp-instagram::after {
  background-image: url(images/sp-instagram.svg);
  background-size: 22px;
}
footer .sp_bana .sp_bana_parts .sp-access::after {
  background-image: url(images/sp-map.svg);
  background-size: 22px;
}
footer .sp_bana .sp_bana_parts .sp-pagetop::after {
  background-image: url(images/sp-pagetop.svg);
  background-size: 18px;
}

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

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 330px;
}

.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% - 330px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #D09C00;
  background-color: #D09C00;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto 0;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #D09C00;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    display: inherit;
    height: 50px;
  }
}
/****************************************

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