@charset "utf-8";
/*___________ 基本設定 ___________ */
html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
  margin: 0;
  color: #3D232B;
  font-size: 4.8vw;
  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;
}
/* ____ テキスト設定 ____ */
.txt_sm {
  font-size: 80%;
}
.txt_lg {
  font-size: 120%;
}
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
}
.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%);
}
.blntxt, .bln-ttl {
  position: relative;
  padding: .5em 0;
  margin: 0 0 1em;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 2px 0 #D02000;
  text-align: center;
  line-height: 1.4;
  background-color: #ff3700;  /*border-bottom: 3px solid #FF3700;*/
}
.blntxt:before, .bln-ttl:before  {
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #FF3700 transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 7px);
}
.blntxt.redline {
  border-bottom: 3px solid #ad1818;
}
.blntxt.redline:before  {
  border-color: #ad1818 transparent transparent transparent;
}
.blntxt.redline:after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}
.banzai {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
.banzai:before, .banzai:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #3D232B;
  position: absolute;
  top: 50%;
}
.banzai::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
.banzai::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.w-line {
  padding: .5em 0;
  text-align: center;
  border-top: 6px double #00804F;
  border-bottom: 6px double #00804F;
}
/* 文字揃え */
.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 {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
}
section {
  padding: 1.5em 0 0;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  margin: 0;
  position: relative;
}
.minbox {
  width: 92vw;
  margin: .5em auto;
}
.pic_box {
  display: block;
  margin: 1em 6vw;
}
.inner {
  display: block;
  width: 86.8vw;
  margin: 0 auto;
  text-align: justify;
}
.inner p {
  text-align: justify;
}
/* ボックス内共通設定 */
h1 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
}
h2 {
  margin: 0 0 .5em;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
}
h3, h4 {
  margin: 0 0 .5em;
  font-size: 1em;
  font-weight: 400;
}
.ttl-img {
  margin-bottom: .5em;
  height: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
.lf-bd {
  padding-left: .5em;
  border-left-width: 5px;
  border-left-style: solid;
}
.frm-img {
  border: 4px solid #FFFFFF;
  box-shadow: 0 2px 3px 2px #ccc;
}
.ilst-img {
  margin: 1em 0;
  mix-blend-mode: multiply;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox.open {
  visibility: visible;
  display: flex;
  opacity: 1;
}
.lightbox figure {
  width: 96%;
  max-width: 900px;
  margin: 0;
  position: fixed;
  left: calc(50% - 48vw);
  top: calc(50% + 20px );
  transform: translateY(-50%);
  z-index: 110;
}
.lightbox figure img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  z-index: 900;
}
.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;
  /*width: 100%;*/
  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;
}
#lightboxclose.zoom-img .x-txt::before {
  content: "× 閉じる";
}
/* lightbox使用 感想枠 */
.voicebox, .voice_box {
  width: 96vw;
  margin: 0;
  padding: 1em 4vw .5em;
  background-color: #FFFFF6;
  border: 3px solid #FF3700;
  border-radius: 1em;
}
.voicebox { /* lightbox用 */
  max-height: 74vh;
  position: fixed;
  left: calc(50% - 48vw);
  top: calc(50% + 20px );
  transform: translateY(-50%);
  z-index: 200;
  overflow-y: scroll;
}
.voicebox::after,
.voice_box::after {
  content: "※実践されたお客様個人のご感想です。";
  display: block;
  color: #CCCCCC;
  font-size: .8em;
  text-align: right;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {/*for iOS*/
  _::-webkit-full-page-media, _:future, .voicebox {
  height: 80dvh;
  overflow-y: scroll;
  }
}
/* -------------------------------------- ヘッダー header  */
header, .header {
  content-visibility: hidden;
  display: none;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  display: block;
  margin: 0 2vw;
  padding: 1em .5em 1em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px #271100;
  background-color: #602B00;
  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;
  left: 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;
  padding: .5em 0 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 {
  width: 100vw;
  background-color: #000000;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.yt_play {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  position: absolute;
  background-image: url("../of123-img/youtube_sumb.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  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(255,39,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;
}
.yt_movie + p {
  padding-top: .5em;
  font-size: .8em;
  text-align: center;
}
/* -------------------------------------- お電話案内 .tel-info */
.tel-info {
  margin: 0 2vw 1em;
}
/*.tel-info .ttl {
  padding: .2em 0;
  color: #0D6FB8;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background-color: #D0E8FF;
}
.tel-info p:first-of-type img {
  width: 80%;
}*/
.telno {
  margin: 1em 1vw;
  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;
}
/* -------------------------------------- 購入ボタン .buy-btn  */
.ord_btn {
  padding: 1em 4vw 0;
}
.ord_btn > p:first-child {
  width: 60vw;
  margin: 0 auto;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops {
  margin-top: .5em;
}
.ord_eshops .ord-group {
  margin-bottom: 1em;
  padding: .5em 0;
  color: #0A3500;
  /*background-color: #E8FFE9;*/
}
.btn_only .ord_eshops .ord-group {
  margin-bottom: 0;
}
.ord_eshops label.type-select {
  position: relative;
}
.ord_eshops label.type-select::before, .ord_eshops label.type-select::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.ord_eshops label.type-select::before {
  content: "";
  display: inline-block;
  width: 2.6em;
  height: 3em;
  background-color: #008539;
  border-radius: 0 1.5em 1.5em 0;
  right: 0;
}
.ord_eshops label.type-select::after {
  content: '';
  width: .8em;
  height: .8em;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-80%) rotate(45deg);
}
.ord_eshops label.type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  height: 3em;
  padding: 0 3em 0 1em;
  margin-bottom: .5em;
  text-align: center;
  line-height: calc(3em - 4px);
  background-color: #FFFFFF;
  border: 2px solid #008539;
  border-radius: 1.5em;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.ord_eshops label.type-select select:focus {
  outline: 1px solid #008539;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  display: block;
  width: 96vw;
  height: 0;
  margin: 0 auto;
  padding-top: 16vw;
  background-image: url("../of123-img/ord-btn.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100vw auto;
  border-radius: .5em;
  box-shadow: 0 2px 3px 1px rgba(150,150,150,.8), inset 0 0 0 4px #fff;
}
/*.buy-btn {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 18vw;
  background-image: url("/piano_data/fe123_img/ord-btn.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
.buy-btn:hover, .buy-btn:active {
  outline: none;
  appearance: none;
  opacity: .7;
}*/
.pay-type {
  margin-bottom: 1em;
  text-align: center;
  font-size: .8em;
  line-height: 1.4;
}
.btn_only .pay-type, 
.btn_only .link3set {
  display: none;
  content-visibility: hidden;
}
/* -------------------------------------- 誘導リンク .link3set  */
.link3set {
  width: 96vw;
  padding: .5em 0 0;
  margin: 1em auto;
  font-size: .9em;
  border: 1px solid #3D232B;
}
.link3set .flexbox_all {
  justify-content: center;
}
.link3set p {
  margin-bottom: 0;
}
.link3set img {
  width: 30vw;
}
.link3set a {
  display: block;
  margin-top: .5em;
  padding: .5em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #004514;
}
.link3set a::after {
  content: "\025b6";
  margin-left: 1em;
}
/* -------------------------------------- 追従リンク .fix_btn */
.fix_head {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 101vw;
  height: 70px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #CCCCCC;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: 250;
}
.fix_head p {
  margin: 0;
}
/*.head-tel {
  width: 46vw;
  height: 0;
  padding-top: 15vw;
  background-image: url("../of123-img/pf123_head_telno.png"), url("/phone/img/free_tel.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: contain;
  overflow: hidden;
}*/
.fix_head .fix-ttl {
  width: 46vw;
  margin-left: 2vw;
  color: #000366;
  font-size: 4.4vw;
  font-weight: bold;
}
#ord_open {
  display: block;
  width: 50%;
  max-width: 180px;
  height: 40px;
  margin: 0;
  border: none;
  border-radius: .5em;
  background-color: #1D772C;
  background-image: url("../of123-img/nav-btn_sp.gif");
  background-repeat: no-repeat;
  background-size: 75px 25px;
  background-position: center center;
  opacity: 1;
  cursor: pointer;
}
#ord_open:focus {
  opacity: 0.8;
  outline: 0;
}
/* -------------------------------------- フッター footer */
footer {
  margin-top: 2em;
  color: #FFFFFF;
  background-color: #331905;
  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: 0.5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
footer nav ul li a {
  display: block;
  padding: 0.5em 0;
}
footer nav ul li::after {
  content: "\03e";
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  font-size: 0.8em;
  text-align: center;
}
/* ------------------------------------- スライドメニュー #slide_menu */
#slide_menu a {
  display: block;
  height: 100%;
  line-height: 8vh;
  color: #2E1800;
  text-decoration: none;
  white-space: nowrap;
}
#slide_menu a:hover, #slide_menu a:active, #slide_menu a:focus {
  background-color: #FFECC0;
}
#slide_menu button, #slide_menu button:focus {
  width: 100%;
  padding: 2vh 0;
  color: #2E1800;
  font-weight: normal;
  border: none;
  background-color: transparent;
  outline: none;
}
#slide_menu button:hover, #slide_menu button:active {
  opacity: .8;
  background-color: #FFECC0;
}
/* メニュー */
#slide_menu nav {
  width: 100%;
  height: 0;
  background-color: #FFFFFF;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 70px;
  left: 0;
  transition: .5s;
  z-index: 999;
  background-image: -webkit-linear-gradient(270deg,rgba(255,244,232,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,244,232,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,244,232,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,244,232,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#slide_menu nav li {
  height: 8vh;
  border-bottom: 2px dotted rgba(135, 111, 60, 0.50);
}
#slide_menu nav .nav-tel img {
  max-width: 90vw;
}
#slide_menu nav .nav-tel {
  padding: .5em 0 0;
}
/* メニューを開いた時 */
#slide_menu nav.open-menu {
  height: calc( 52vh + 1em );
  border-radius: 0 0 5px 5px;
}
#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 {
  z-index: 210;
}
#fadeLayer p {
  width: 100%;
  position: fixed;
  top: calc( 56vh + 100px );
  color: #FFFFFF;
  text-shadow: none;
  text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 480px) {/*for iOS*/
  _::-webkit-full-page-media, _:future, :root #slide_menu a {
  line-height: 7.5vh;
  }
  _::-webkit-full-page-media, _:future, :root #slide_menu nav li {
  height: 7.5vh;
  }
  _::-webkit-full-page-media, _:future, :root #slide_menu nav.open-menu {
  height: calc( 40vh + 1em );
  }
  _::-webkit-full-page-media, _:future, :root #p_4dan #slide_menu nav.open-menu {
  height: calc( 67.5vh + 1em );
  }
  _::-webkit-full-page-media, _:future, :root #fadeLayer p {
  top: calc( 60vh + 100px );
  }
  _::-webkit-full-page-media, _:future, :root #p_4dan #fadeLayer p {
  top: calc( 67.5vh + 100px );
  }
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
html {
  scroll-behavior: auto;
}
body {
  font-size: 2.0rem;
  line-height: 1.6;
  background-color: #F0F0F0;
}
img {
  width: auto;
  height: auto;
}
picture {
  text-align: center;
}
.pc_view, .is-pc {
  content-visibility: visible;
  display: block;
}
span.pc_view, span.is-pc {
  content-visibility: visible;
  display: inline;
}
.smp_view, .is-sp {
  content-visibility: hidden;
  display: none;
}
span.smp_view, span.is-sp {
  content-visibility: hidden;
  display: none;
}
.pc_block {
  display: block;
}
.smp_block, .br {
  display: inline;
}
.sp.br_right {
  display: inline;
  text-align: left;
}
.pc.br_right {
  display: block;
  text-align: right;
}
a.no-link.sp {
  pointer-events: auto;
}
.blntxt, .bln-ttl  {
  width: 650px;
  margin: 0 auto 1em;
  font-size: 2.4rem;
}
.bln-ttl {
  width: 820px;
  margin: 0 auto 1em;
  font-size: 2.4rem;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: .5em;
}
.flo-r {
  float: right;
  margin-left: .5em;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 大枠ボックス */
main.wrapper {
  margin: 1em auto;
  padding: 0 0 40px;
  width: 980px;
  border: 1px solid #999;
  box-sizing: content-box;
}
section {
  padding: 60px 0 0;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}
.minbox {
  width: 650px;
}
.pic_box {
  margin: 2em auto;
}
.inner {
  width: 680px;
}
/* ボックス内共通設定 */
h2 {
  font-size: 4.6rem;
  line-height: 1.4;
}
section h2 {
  font-size: 4.4rem;
}
section p {
  margin-bottom: 1em;
}
.photo-frm {
  border: 5px solid #FFFFFF;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox figure {
  width: auto;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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;
}
/* lightbox使用 感想枠 */
.voicebox, .voice_box {
  width: 720px;
  padding: 1em 2em;
}
.voicebox { /* lightbox用 */
  max-height: 80vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.voicebox h3,
.letter .voicebox h2 {
  margin-bottom: 1em;
  box-shadow: 4px 4px 0 0 rgba(227,218,158,0.40);
  left: -46px;
}
.voicebox h3::before,
.letter .voicebox h2::before {
  border-width: 0 8px 8px 0;
  bottom: -8px;
}
/* -------------------------------------- ヘッダー header  */
.header {
  display: block;
  content-visibility: visible;
  min-width: 980px;
  height: auto;
  min-height: 180px;
  padding-top: .5em;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
/*.header {
  border-top: 1px solid #00052A;
}
header, header .wrapper,.header .wrapper {
  display: block;
}*/
.header h1 {
  width: auto;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header .logo {
  color: #460000;
  line-height: 1.2;
  font-size: 2.8rem;
  padding: 0;
  background-image: none;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 2rem;
}
.header .logo strong {
  display: block;
  color: #EA3903;
  font-size: 0.8em;
}
.header .tel-bnr {
  position: absolute;
  right: 0;
  top: 2rem;
}
.header .h-nav ul {
  justify-content: flex-start;
  width: 980px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.header .h-nav li a {
  display: block;
  width: 195px;
  height: 0;
  margin-right: 1px;
  padding-top: 49px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 195px 100px;
  border: 1px solid #000;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  transition: 0s;
}
.header .h-nav li.nav-ord a {
  background-image: url("../of123-img/pf_ga_nav-ord.png");
}
.header .h-nav li.nav-1dan a {
  background-image: url("../of123-img/pf_ga_nav-1dan.png");
}
.header .h-nav li.nav-3set a {
  background-image: url("../of123-img/pf_ga_nav-3set.png");
}
.header .h-nav li.nav-qa a {
  background-image: url("../of123-img/pf_ga_nav-qa.png");
}
.header .h-nav li.nav-inq a {
  background-image: url("../of123-img/pf_ga_nav-contact.png");
}
#p_3set .header .h-nav li.nav-3set a,
#p_1st .header .h-nav li.nav-1dan a,
#qa .header .h-nav li.nav-qa a,
#contact .header .h-nav li.nav-inq a,
.header .h-nav li a:hover {
  background-position: left top -50px;
  border: 1px solid #FF3700;
}
/* -------------------------------------- アコーディオンコンテンツ */
.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 {
  width: 680px;
  height: 400px;
  margin: 0 auto .5em;
  padding: 0;
  position: relative;
  left: auto;
  transform: none;
}
.yt_play {
  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("/img/parts/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;
}
/* -------------------------------------- お電話案内 .tel-info */
.tel-info {
  width: 750px;
  margin: 30px auto 0;
  text-align: center;
}
.tel-info .telno {
  width: 500px;
  margin: 1.5em auto 0;
  padding: 1em;
}
.telno p:first-child {
  left: 1em;
}
.telno p:last-child {
  text-align: center;
}
.telno.lg {
  width: 690px;
  margin: 30px auto;
  padding-bottom: 1em;
}
.telno.lg p:last-child img {
  width: 500px;
}
/* -------------------------------------- 購入ボタン .buy-btn */
.ord_btn {
  text-align: center;
}
.ord_btn > p:first-child {
  width: 100%;
  margin: 0 auto;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops .ord-group {
  margin-bottom: 30px;
  padding: 30px 0;
}
.ord_eshops label.type-select::before {
  width: 3em;
}
.ord_eshops label.type-select::after {
  top: 35%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.2em;
}
.ord_eshops label.type-select select {
  width: 700px;
  margin-bottom: 1em;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  width: 720px;
  padding-top: 114px;
  background-size: 740px auto;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  transition: .5s;
}
.ord_eshops .buybtn:hover,
.ord_eshops .buybtn:active {
  opacity: .8;
}
/*.buy-btn {
  display: block;
  width: 740px;
  height: 0;
  margin: 0 auto 30px;
  padding-top: 140px;
  background-image: url("/piano_data/fe123_img/ord-btn.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
.buy-btn:hover, .buy-btn:active {
  outline: none;
  appearance: none;
  opacity: .7;
}*/
.pay-type {
  width: 100%;
  margin: 0 0 1em;
  font-size: .9em;
  text-align: center;
  line-height: 1.4;
}
.btn_only .pay-type {
  content-visibility: hidden;
  display: none;
}
/* -------------------------------------- 誘導リンク .link3set  */
.link3set {
  width: 750px;
  padding: 1rem 0 0;
  margin: 2rem auto;
  font-size: 2rem;
}
.link3set img {
  width: 275px;
}
.link3set a {
  margin-top: 1rem;
  padding: 2rem 0;
}
.link3set a::after {
  margin-left: 2rem;
}
/* -------------------------------------- 追従リンク .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;
}
.fix_head .fix-ttl {
  content-visibility: hidden;
  display: none;
}
#ord_open {
  width: 80px;
  height: 80px;
  background-image: url("../of123-img/nav-btn_pc.gif");
  background-size: 80px 80px;
}
#ord_open:hover {
  opacity: .8;
}
/* -------------------------------------- フッター footer */
footer {
  border-top: 1px solid #000;
}
footer .header {
  height: 140px;
  min-height: inherit;
}
footer .wrapper {
  border-top: none;
}
footer nav ul.flexbox {
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 1em;
}
footer nav ul li {
  padding: 0;
  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;
}
/* ------------------------------------- スライドメニュー #slide_menu */
#slide_menu a {
  line-height: 1.4;
}
#slide_menu a, #slide_menu button, #slide_menu button:focus {
  padding: .8em 0;
}
/* メニュー */
#slide_menu nav {
  width: 500px;
  overflow-y: hidden;
  top: auto;
  left: auto;
  bottom: 0;
  right: calc(50% - 600px);
}
#slide_menu nav li {
  height: auto;
  border-bottom: 2px dotted rgba(135, 111, 60, 0.50);
}
#slide_menu nav .nav-tel img {
  width: 270px;
}
#slide_menu nav .nav-tel {
  padding: 1em 0 0;
}
/* メニューを開いた時 */
#slide_menu nav.open-menu {
  height: 440px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 6px 3px rgba(191, 191, 191, 0.50);
}
#p_4dan #slide_menu nav.open-menu,
.p_4dan #slide_menu nav.open-menu {
  height: 620px;
}
#fadeLayer {
  background-color: transparent;
}
#fadeLayer p {
  display: none;
}

}