@charset "utf-8";
/*___________ 基本設定 ___________ */
html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
  color: #3D232B;
  font-size: 1.6rem;
  font-family: "Noto Sans JP","Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*position: relative;*/
}
ol, ul {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}
ul.disc-ul li {
  padding-left: 1em !important;
  position: relative;
}
ul.disc-ul li::before {
  content: "\02022";
  position: absolute;
  top: 0;
  left: .2em;
}
p {
  margin: 0 0 .5em;
}
img {
  width: 100%;
  height: auto;
}
button, input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.pc_view, .is-pc {
  content-visibility: hidden;
  display: none;
}
span.pc_view, span.is-pc {
  display: none;
}
.smp_view, .is-sp {
  content-visibility: visible;
  display: block;
}
span.smp_view, span.is-sp {
  display: inline;
}
.pc_block {
  display: inline;
}
.smp_block, .br {
  display: block;
}
.txt_block {
  display: block;
}
.v_hdn {
  visibility: hidden;
}
.br_right {
  display: block;
  text-align: right;
}
.sp.br_right {
  display: block;
  text-align: right;
}
.pc.br_right {
  display: inline;
  text-align: left;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #CC0000;
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
a.no-link.sp {
  pointer-events: none;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: 3vw;
}
.flo-r {
  float: right;
  margin-left: 3vw;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ____ テキスト設定 ____ */
em {
  font-style: normal;
  font-weight: bold;
}
.txt_sm {
  font-size: 80%;
}
.txt_lg {
  font-size: 120%;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.red {
  color: #FF0000;
}
.blue {
  color: #0000FF;
}
.ora {
  color: #FF3700;
}
.ylw {
  color: #FFFF00;
}
.grn {
  color: #00804F;
}
.bro {
  color: #743500;
}
.bk {
  color: #000;
}
.huchi1 {
  text-shadow:
    #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
}
.huchi2 {
  text-shadow:
    #FFF 4px 0px, #FFF -4px 0px, #FFF 0px -4px, #FFF 0px 4px, #FFF 4px 4px, #FFF -4px 4px, #FFF 4px -4px, #FFF -4px -4px, #FFF 3px 4px, #FFF -3px 4px, #FFF 3px -4px, #FFF -3px -4px, #FFF 4px 3px, #FFF -4px 3px, #FFF 4px -3px, #FFF -4px -3px;
}
.mark-ylw {
  background:linear-gradient(transparent 60%, #ffef97 60%);
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c, .center {
  text-align: center;
}
.auto_br {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: block;
}
.flexbox_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 大枠ボックス */
main.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  overflow: hidden;
}
section {
  padding: 1.5em 0;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  margin: 0;
  position: relative;
}
.box {
  padding: 0 4%;
}
.minbox {
  width: 88%;
  margin: .5em auto;
}
/* ボックス内共通設定 */
h1 {
  margin-bottom: 0;
  font-size: 1.8rem;
}
h2 {
  font-family: "Noto Serif JP","Times New Roman", Times, "serif";
}
h3, h4 {
}
/* -------------------------------------- 共通クラス */
.img-txt {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 101vw;
  height: 18vw;
  padding: 0 1.6rem;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1vw 0 rgba(0,0,0,0.40);
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: 110;
}
.logo {
  white-space: nowrap;
}
.logo .logo-sub {
  content-visibility: hidden;
  display: none;
}
/* -------------------------------------- レタートップ #top */
#top {
  padding-top: 18vw;
}
/* 参考：https://photopizza.design/css_hamburger_menu/ */
/* ナビゲーション */
.nav-btn {
  width: 100%;
  height: 0;
}
/* メニュー */
.menu {
  width: 100%;
  height: auto;
  margin-top: 18vw;
  padding: 0 0 10px 0;
  background-color: #FFFFFF;
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,244,232,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,244,232,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,244,232,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,244,232,1.00) 100%);
  border-radius: 0 0 1em 1em;
  box-shadow: 0 3px 3px 1px rgba(0,0,0,0.10);
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: scale(1, 0);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* 展開メニュー */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* ナビ内リンク */
.menu a {
  display: block;
  padding: 0 1.6rem;
  color: #2E1800;
  text-decoration: none;
  line-height: 7vh;
  white-space: nowrap;
  opacity: 0;
  transition: 0.5s;
}
.menu a:hover, .menu a:active, .menu a:focus {
  background-color: #FFECC0;
}
.menu li {
  border-top: 1px dotted rgb(75, 75, 75);
  margin: 0 1.6rem;
  opacity: 0;
  transition: 0.5s;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
/* 展開ボタン */
.menu-btn {
  content-visivility: hidden;
  display: none;
}
.menu-icon {
  display: inline-block;
  width: 20vw;
  height: 20vw;
  margin: 0;
  padding: 8vw 5vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.menu-icon .btn-info {
  display: block;
  width: 100%;
  height: 1em;
  font-size: 2.5vw;
  text-align: center;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
}
.menu-icon .btn-info::after {
  content: "メニュー";
}
.navicon {
  background-color: #451200;
  display: block;
  height: 3px;
  width: 10vw;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #451200;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 2.5vw;
}
.navicon:after {
  bottom: 2.5vw;
}
/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .btn-info::after {
  content: "閉じる";
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */
.menu li.tel-no {
  padding: .8em 15%;
}
/* コンテンツ展開時背景 */
#fadeLayer, #lightboxclose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  z-index: 100;
}
#fadeLayer p {
  width: 100%;
  position: fixed;
  top: calc( 64vh + 100px );
  color: #FFFFFF;
  text-shadow: none;
  text-align: center;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  display: block;
  margin: 0 2vw;
  padding: 1em .5em 1em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0,51,67,1.00);
  background-color: #0170b9;
  position: relative;
}
.toggle {
display: none;
}
.title,
.tglbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 6vw;
  top: calc(50% - 1rem);
  width: 2px;
  height: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px #271100;
  transition: all 0.3s;
}
.title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px #271100;
}
.tglbox {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}
.tglbox p {
  margin: 0 0 .5em;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.5;
}
.tglbox p:last-child {
  padding: .5em 0;
}
.toggle:checked + .title + .tglbox {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .title::after {
  transform: rotate(90deg) !important;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  background-color: #000000;
  position: relative;
}
.yt_play {
  position: absolute;
  background-image: url("../of123-img/vn_movie_thumb.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(227, 14, 0, 1.00);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 30px);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 0.80);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.lightbox.open {
  visibility: visible;
  opacity: 1;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox figure {
  display: block;
  width: 96%;
  max-width: 900px;
  margin: 0;
  position: fixed;
  left: calc(50% - 48%);
  top: calc(50% - 40vh);
  bottom: auto;
  /*z-index: 110;*/
}
.lightbox figure img {
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  /*z-index: 900;*/
  position: relative;
}
.lightbox figcaption {
  position: relative;
  /*padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  color: #fff;
  z-index: 101;*/
}
.lightbox .close {
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  text-decoration: none;
  z-index: 100;
}
.lightbox > .close {
  right: 1vw;
  top: 1vw;
}
.lightbox .close::after {
  content: "\00d7";
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  padding: 0 0 0.15rem;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lightbox .close::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .8);
  cursor: default;
}
.lightbox .close:hover {
  opacity: 1;
}
#lightboxclose .x-txt::before {
  content: "× 閉じる";
  display: block;
  padding: .5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border-radius: .5em;
  position: fixed;
  bottom: 0;
  left: calc(50% - 4em);
  z-index: 500;
}
/* -------------------------------------- お電話案内 .tel-info */
.tel-info {
  margin: 2em 0 0;
  padding-bottom: 1em;
  background-color: #FFFFFF
}
.tel-info .ttl {
  padding: .2em 0;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background-color: #3D1B0E;
}
.tel-info .ttl + p img {
  width: 90%;
}
.telno {
  margin: 1em 4vw 0;
  padding: 1em 2vw .5em;
  border: 1px solid #3D232B;
  position: relative;
}
.telno p {
  margin: 0;
}
.telno p:first-child {
  display: inline-block;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
  position: absolute;
  top: -.8em;
}
.tel-info .news_timer {
  margin-top: 1em;
  padding-bottom: 0;
}

/* -------------------------------------- フッター footer */
footer {
  padding: 1.6rem 0;
  color: #FFFFFF;
  background-color: #3D232B;
  border-top: 4px double #F5F2E9;
}
/*footer .wrapper {
  padding: 1em 0;
}*/
footer a, footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #F5F2E9;
}
footer .flexbox {
  justify-content: center;
  margin-bottom: 2em;
}
footer nav ul li {
  padding: .5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
footer nav ul li a {
  display: block;
  padding: .5em 0;
}
footer nav ul li::after {
  content: "\03e";
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  font-size: .8em;
  text-align: center;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/*___________ 基本設定 ___________ */
html {
  scroll-behavior: auto;
  scroll-padding-top: 0;
}
body {
  font-size: 2rem;
  background-color: #F0F0F0;
}
p {
  margin: 0 0 1em;
}
img {
  width: auto;
  height: auto;
}
.pc_view, .is-pc {
  content-visibility: visible;
  display: block;
}
span.pc_view, span.is-pc {
  display: block;
}
.smp_view, .is-sp {
  content-visibility: hidden;
  display: none;
}
span.smp_view, span.is-sp {
  display: none;
}
.pc_block {
  display: block;
}
.smp_block, .br {
  display: inline;
}
.v_hdn {
  visibility: hidden;
}
.sp.br_right {
  display: inline;
  text-align: match-parent;
}
.pc.br_right {
  display: block;
  text-align: right;
}
/* ____ リンクテキスト ____ */
a.no-link.sp {
  pointer-events: all;
}
/* ____ フロート設定 ____ */
.flo-l {
  margin-right: .5em;
}
.flo-r {
  margin-left: .5em;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: flex;
}
/* 大枠ボックス */
main.wrapper {
  margin: 30px auto;
  width: 980px;
  border: 1px solid #999;
}
section {
  padding: 30px 0;
  overflow: hidden;
}
.wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.box {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
}
.minbox {
  max-width: 650px;
  margin: 0 auto;
}
/* ボックス内共通設定 */
h1 {
  margin-bottom: 0;
  font-size: 2.2rem;
}
h2 {
}
h3, h4 {
}
/* -------------------------------------- ヘッダー header  */
header {
  /*display: flex;
  align-items: center;
  justify-content: space-around;*/
  flex-direction: column;
  width: 100%;
  height: auto;
  /*padding: 0 1.6rem;*/
  padding-left: calc(50vw - 490px);
  padding-right: calc(50vw - 490px);
  background-color: rgba(255,255,255,1.0);
  border-bottom: 2px solid #FFFFFF;
  box-shadow: none;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  /*z-index: 110;*/
}
header .flexbox {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 980px;
  padding: 0 0 .5em;
}
.logo {
  height: 0;
  padding-top: 80px;
  background-image: url("../of123-img/vnga_logo.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 300px 80px;
  overflow: hidden;
}
header .ttl{
  font-size: 1.4rem;
  text-align: right;
  white-space: nowrap;
}
header p {
  margin-bottom: 0;
  align-self: center;
}
/* -------------------------------------- PCヘッダーナビ .headernav */
.headernav {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #000000;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.40);
  box-sizing: content-box;
}
.headernav ul {
  width: 980px;
  margin: 0 auto;
  justify-content: space-between;
}
.headernav ul li {
  width: 240px;
}
.headernav ul li a {
  display: block;
  height: 0;
  padding-top: 50px;
  background-image: url("../of123-img/vn_nav.png");
  background-repeat: no-repeat;
  background-position: left top -50px;
  background-size: 980px 100px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0s;
}
.headernav ul li.nav-ord a {
  background-position-x: 0;
}
.headernav ul li.nav-3set a {
  background-position-x: -245px;
}
/*.headernav ul li.nav-gset a {
  background-position-x: -392px;
}*/
.headernav ul li.nav-qa a {
  background-position-x: -490px;
}
.headernav ul li.nav-cont a {
  background-position-x: -735px;
}
.headernav ul li a:hover, 
#vn3set .headernav ul li.nav-3set a, 
#contact .headernav ul li.nav-cont a {
  background-position-y: 0;
}
/* -------------------------------------- レタートップ #top */
#top {
  padding-top: 0;
}
/* 参考：https://photopizza.design/css_hamburger_menu/ */
/* ナビゲーション */
.nav-btn {
  width: 100%;
  height: 0;
}
/* メニュー */
.menu {
  width: 30%;
  max-width: 400px;
  height: auto;
  margin-top: 142px;
  padding: 0 0 10px 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.90) 0%,rgba(255,244,232,0.90) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.90) 0%,rgba(255,244,232,0.90) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.90) 0%,rgba(255,244,232,0.90) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,0.90) 0%,rgba(255,244,232,0.90) 100%);
  box-shadow: 0 3px 3px 1px rgba(0,0,0,0.10);
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  overflow-y: hidden;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  z-index: 50;
}
/* 展開メニュー */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top right;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* ナビ内リンク */
.menu a {
  display: block;
  /*padding: .8em .5em;*/
  line-height: 4;
  text-decoration: none;
  color: #451200;
  opacity: 0;
  transition: 0.5s;
}
.menu a:hover,
.menu a:active {
  background-color: rgba(255,253,208,0.40);
}
.menu li {
  border-top: 1px dotted rgb(75, 75, 75);
  margin: 0 1em;
  opacity: 0;
  transition: 0.5s;
}
.menu li:first-child {
  border-top: 0;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
/* 展開ボタン */
.menu-btn {
  content-visivility: hidden;
  display: none;
}
.menu-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  /*top: 50%;*/
  right: 50%;
  transform: translate( 600px, -40px);
  cursor: pointer;
}
.menu-icon .btn-info {
  display: block;
  width: 100%;
  height: 1em;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-icon .btn-info::after {
  content: "メニュー";
}
.navicon {
  background-color: #451200;
  display: block;
  height: 5px;
  width: 40px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #451200;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 12px;
}
.navicon:after {
  bottom: 12px;
}
/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .btn-info::after {
  content: "閉じる";
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */
.menu li.tel-no {
  padding: .8em 0;
}
.menu li.tel-no img {
  width: 100%;
  height: auto;
}
/* -------------------------------------- 追従リンク .fix_btn */
/*.fix_head {
  display: block;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border-bottom: none;
  position: fixed;
  top: auto;
  left: auto;
  right: calc(50% - 620px);
  bottom: 80px;
  z-index: 99;
}
.head-tel {
  content-visibility: hidden;
  display: none;
}
#ord_open {
  width: 80px;
  height: 80px;
  background-image: url("/violin_data/be456_img/nav-btn_pc.gif");
  background-size: 80px 80px;
}
#ord_open:hover {
  opacity: .8;
}*/
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  margin: 0 auto;
}
.title:hover {
  cursor: pointer;
}
.title::after,
.title::before {
  right: 50px;
}
.tglbox p {
  padding: 1em 0 0;
  font-size: 1em;
}
.tglbox p:last-child {
  padding: 1em 0;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  max-width: 720px;
  height: 400px;
  margin: 0 auto .5em;
  padding: 0;
}
.yt_play {
  background-size: 720px 400px;
  border: 1px solid #000;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/rsp_parts/images/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 30px);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox figure {
  width: auto;
  margin: 0 auto;
  position: fixed;
  left: calc(50% - 420px);
  top: calc(50% - 20vh);
  z-index: 110;
}
.lightbox img {
  max-width: 900px;
}
.lightbox .x-txt {
  content: "";
  display: block;
  padding: .5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border-radius: .5em;
  position: absolute;
  bottom: 0;
  z-index: 200;
}
#lightboxclose .x-txt::after {
  font-size: 1.2em;
  top: 20px;
  right: 20%;
}
#fadeLayer {
  background-color: transparent;
}
#fadeLayer p {
  display: none;
}
/* -------------------------------------- お電話案内 .tel-info */
.tel-info {
  max-width: 750px;
  margin: 60px auto 1em;
}
.tel-info .ttl {
  padding: .5em 0;
  font-size: 3.0rem;
}
.tel-info .ttl + p img {
  width: auto;
}
.telno {
  max-width: 500px;
  margin: 3em auto 1em;
  padding: 1em;
}
.tel-info .telno {
  margin: 0 auto 2em;
}
.telno p:first-child {
  left: 1em;
}
.telno p:last-child {
  text-align: center;
}
.telno.lg {
  max-width: 600px;
}
.telno.lg p:last-child img {
  max-width: 500px;
}
/* -------------------------------------- お問い合わせお電話番号 .telno */
.telno {
  width: 690px;
  margin: 40px auto;
  padding: 30px 1em 20px;
  text-align: center;
  background-image: url("/img/parts/lp_tel-no_bg1.jpg"), url("/img/parts/lp_tel-no_bg2.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: contain, contain;
  border: 1px solid #593434;
  position: relative;
}
.telno img {
  width: 400px;
}
.telno p:first-of-type {
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #FFFFFF;
  position: absolute;
  left: calc(50% - 200px);
  top: -.7em;
}
/* -------------------------------------- フッター footer */
footer {
  padding: 0 0 1.6rem;
  border: none;
}
footer .wrapper {
  border-top: none;
}
footer .footer-info {
  padding-top: 1.6rem;
  padding-left: calc(50% - 490px);
  padding-right: calc(50% - 490px);
  justify-content: space-between;
  background-color: #FFFFFF;
  border-top: 1px solid #000;
}
footer nav ul li {
  font-size: .8em;
  border-bottom: none;
  position: static;
}
footer nav ul li a {
  display: inline;
  padding: 0;
}
footer nav ul li::after {
  content: "-";
  margin: 0 0.5em;
  font-weight: normal;
  position: static;
}
footer nav ul li:last-of-type::after {
  content: "";
  margin: 0;
}
footer .f_nav {
  z-index: 10;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
}
footer .f_nav .logo {
  padding-top: 80px;
  background-size: 300px 80px;
}
footer .f_nav > .flexbox:last-child {
  padding: 1em 20px;
  margin-bottom: 0;
  justify-content: space-between;
  border-top: none;
}
}