@charset "utf-8";
/*___________ 基本設定 ___________ */
html {
  font-size: 62.5%;
  font-family: "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";
}
body {
  margin: 0;
  color: #212529;
  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;
}
/*li ul.disc-ul li::before {
  content: "\025b6";
  color: #AA9977;
  font-size: .8em;
  line-height: 1.8em;
  left: 0;
}*/
p {
  margin: 0 0 .5em;
}
picture {
  display: block;
}
img {
  width: 100%;
  height: auto;
}
strong {
  color: #eb6101;
}
button, input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.pc_view, .is-pc {
  display: none;
  content-visibility: hidden;
}
span.pc_view, span.is-pc {
  display: none;
}
.smp_view, .is-sp {
  display: block;
  content-visibility: visible;
}
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;
}
.mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.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 {
  position: relative;
  padding: .5em 0;
  margin: 0 2vw 1em;
  text-align: center;
  line-height: 1.4;
  border-bottom: 3px solid #cecebf;
}
.blntxt:before {
  position: absolute;
  bottom: -14px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #cecebf transparent transparent transparent;
}
.blntxt.redline {
  border-bottom: 3px solid #ad1818;
}
.blntxt.redline:before  {
  border-color: #ad1818 transparent transparent transparent;
}
.blntxt: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 {
  padding-top: 70px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
}
section {
  padding: 1em 0;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  margin: 0;
  position: relative;
}
.minbox {
  width: 92%;
  margin: .5em auto;
}
/* ボックス内共通設定 */
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;
}
.img-txt {
  margin-bottom: 0;
  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: 999;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox.open {
  visibility: visible;
  opacity: 1;
}
.lightbox figure {
  width: 96%;
  max-width: 900px;
  margin: 0;
  position: fixed;
  left: calc(50%);
  top: calc(50%);
  transform: translate(-50%, -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.zoom-img .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%);
  transform: translateX(-50%);
  z-index: 500;
}
/* -------------------------------------- ヘッダー .gnav-header  */
.gnav-header {
  display: none;
  content-visibility: hidden;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  display: block;
  margin: 0 2vw;
  padding: 1em 0 1em 8vw;
  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;
  right: auto;
  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 {
  position: absolute;
  background-image: url("https://img.youtube.com/vi/iAWQircu01c/hqdefault.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  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(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, 1.00);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
/*.yt_movie + p {
  padding-top: .5em;
  font-size: .8em;
  text-align: center;
}*/
/* -------------------------------------- レスポンシブテーブル .rsp-tbl */
.rsp-tbl, .rsp-tbl th, .rsp-tbl td {
  display: block;
}
/* -------------------------------------- お電話案内 .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 .ttl + p img {
  width: 90%;
}
.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;
}
.tel-bnr {
  margin: 40px 0;
  text-align: center;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_btn, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_btn {
  margin-top: .5em;
}
.ord_btn > p:first-of-type {
  width: 70vw;
  margin: 0 auto;
}
.ord_eshops .ord-group {
  margin-bottom: .5em;
  padding: .5em 0;
  color: #0A3500;
}
.btn_only .ord_eshops .ord-group {
  margin-bottom: 0;
}
.ord_eshops label.type-select {
  width: 96%;
  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;
  width: 100%;
  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_btn .buybtn {
  display: block;
  width: 96vw;
  height: 0;
  margin: 0 auto;
  padding-top: 22.66vw;
  background-image: url("../img/sg3set_ord-btn_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
}
#sg1dan .ord_btn .buybtn {
  background-image: url("../img/sg1dan_ord-btn_sp.png");
}
#solo-g_23set .ord_btn .buybtn {
  padding-top: 15vw;
  background-image: url("../img/sg23set/23set_ord-btn.png");
}
.pay-type {
  margin-bottom: 1em;
  text-align: center;
  font-size: .8em;
  line-height: 1.4;
}
.btn_only .pay-type {
  display: none;
  content-visibility: hidden;
}
.btn_only .ord_btn {
  margin: 2em 0 0;
}
.main_v + .btn_only .ord_btn {
  margin: .5em 0 0;
}
/* -------------------------------------- 追従リンク .fix_btn */
.fix_head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 101vw;
  height: 70px;
  padding: 0 4vw;
  background-color: #FFFFFF;
  border-bottom: 2px solid #CCCCCC;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
}
.fix_head p {
  margin: 0;
}
.head-tel {
  width: 46vw;
  height: 0;
  padding-top: 15vw;
  background-image: url("../img/sg_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 .img-txt {
  width: 60vw;
  padding-top: 12vw;
  background-image: url(../img/sg_logo.png);
}
/*.ys-lp .head-tel {
  background-image: url("../img/sg_head_telno.png"), url("/phone/images/free_tel_ys.png");
}*/
#ord_open {
  display: flex;
  width: 23vw;
  height: 13vw;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 3px;
  position: relative;
  /*position: fixed;
  top: 3vw;
  left: 3vw;*/
}
#ord_open::before {
  content: "メニュー";
  display: block;
  width: 24vw;
  color: #888888;
  position: absolute;
  font-size: 12px;
  bottom: .5vw;
}
#ord_open .bar,
#ord_open .bar::before,
#ord_open .bar::after {
  content: "";
  display: block;
  width: 16vw;
  height: 3px;
  border-radius: 1.5px;
  background-color: #888888;
  position: absolute;
}
#ord_open .bar {
  top: 3.8vw;
}
#ord_open .bar::before {
  top: 8px;
}
#ord_open .bar::after {
  bottom: 8px;
}
#ord_open:focus {
  opacity: 0.8;
  outline: 0;
}
/* -------------------------------------- フッター footer */
footer {
  color: #FFFFFF;
  background-color: #460000;
  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.subp-nav ul li {
  padding: 0.5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
footer nav.subp-nav ul li a {
  display: block;
  padding: 0.5em 0;
}
footer nav.subp-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: 80vw;
}
#slide_menu nav .nav-tel {
  padding: .5em 0 0;
}
/* メニューを開いた時 */
#slide_menu nav.open-menu {
  height: calc( 56vh + 1em );
  border-radius: 0 0 5px 5px;
}
.asp-lp #slide_menu nav.open-menu {
  height: calc( 40vh + 1em );
}
#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( 56vh + 100px );
  color: #FFFFFF;
  text-shadow: none;
  text-align: center;
}
/*#p_4dan #fadeLayer p {
  top: calc( 72vh + 100px );
}*/
@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( 50vh + 1em );
  }
  _::-webkit-full-page-media, _:future, :root #fadeLayer p {
  top: calc( 50vh + 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;
}
li ul.disc-ul li::before {
  line-height: 2em;
}
.pc_view, .is-pc {
  display: block;
  content-visibility: visible;
}
span.pc_view, span.is-pc {
  display: inline;
  content-visibility: visible;
}
.smp_view, .is-sp {
  display: none;
  content-visibility: hidden;
}
span.smp_view, span.is-sp {
  display: none;
  content-visibility: hidden;
}
.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 {
  width: 650px;
  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;
  width: 980px;
  background-color: #FFFFFF;
  border: 1px solid #999;
  box-sizing: content-box;
}
section {
  padding: 60px 0;
  contain-intrinsic-size: inherit;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}
.minbox {
  width: 650px;
}
.pic_box {
  margin: 2em auto;
}
/* ボックス内共通設定 */
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;
  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 figure img {
  max-width: none;
  max-height: none;
}
/* -------------------------------------- ヘッダー .gnav-header  */
.gnav-header {
  display: block;
  content-visibility: visible;
  min-width: 980px;
  min-height: 110px;
  padding-top: 26px;
  border-top: 3px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  position: relative;
}
.gnav-header h1 {
  display: inline-block;
  width: auto;
  margin: 0;
  position: absolute;
  right: 50%;
  top: .5em;
  transform: translateX(490px);
}
.gnav-header p {
  margin-bottom: 0;
}
.gnav-header p.img-txt {
  padding-top: 60px;
  background-image: url( "../img/sg_logo.png");
  background-position: left top;
  background-size: 300px 60px;
  overflow: hidden;
}
.gnav-header nav {
  bottom: 2px;
}
.gnav-header nav ul.gnav {
  display: flex;
  justify-content: space-between;
  height: 50px;
  margin: 10px 0 0;
}
.gnav-header nav ul.gnav li a {
  display: block;
  width: 240px;
  height: 0;
  padding-top: 50px;
  border: 1px solid #000;
  border-radius: 5px 5px 0 0;
  background-image: url("../img/sg_nav.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 976px 100px;
  overflow: hidden;
  transition: none;
}
.gnav-header nav ul.gnav li.nav3set a {
  background-position-x: -245px;
}
.gnav-header nav ul.gnav li.nav-gt a {
  background-position-x: left;
}
.gnav-header nav ul.gnav li.navcom a {
  background-position-x: -490px;
}
.gnav-header nav ul.gnav li.navcont a {
  background-position-x: -735px;
}
.gnav-header nav ul.gnav li a:hover, 
#sg1dan .gnav-header nav ul.gnav li.nav1dan a, 
#sg3set .gnav-header nav ul.gnav li.nav3set a, 
#company .gnav-header nav ul.gnav li.navcom a, 
#contact .gnav-header nav ul.gnav li.navcont a {
  border: 1px solid #FF3700;
  background-position-y: -50px;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  margin: 0 auto;
}
.title:hover {
  cursor: pointer;
}
.title::after,
.title::before {
  left: 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;
  border: 1px solid #000;
  box-sizing: content-box;
}
.yt_play {
}
.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;
}
/* -------------------------------------- レスポンシブテーブル .rsp-tbl */
.rsp-tbl {
  display: table;
}
.rsp-tbl th, .rsp-tbl td {
  display: table-cell;
}
/* -------------------------------------- お電話案内 .tel-info */
.tel-info {
  width: 690px;
  margin: 0 auto 1em;
}
.tel-info .ttl {
  padding: .5em 0;
  font-size: 2.4rem;
}
.telno {
  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 {
  width: 690px;
}
.telno.lg p:last-child img {
  width: 500px;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_btn {
  margin: 20px auto;
  padding: 0;
  font-size: 2.0rem;
  text-align: center;
}
.ord_eshops * {
  margin: 0;
  padding: 0;
}
.ord_btn > p:first-of-type {
  width: auto;
  margin: 0 0 .5em;
  text-align: center;
}
.ord_btn > p:first-of-type img {
  width: 400px;
}
.ord_eshops .ord-group {
  margin-bottom: 0;
  padding: 10px 0;
}
.ord_eshops label.type-select {
  width: 700px;
  margin-bottom: 1em;
}
.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_btn .buybtn {
  width: 800px;
  margin-bottom: 1em;
  padding-top: 120px;
  background-image: url("../img/sg3set_ord-btn.png");
  background-size: 800px auto;
  transition: .5s;
}
#sg1dan .ord_btn .buybtn {
  background-image: url("../img/sg1dan_ord-btn.png");
}
#solo-g_23set .ord_btn .buybtn {
  width: 810px;
  padding-top: 120px;
  background-image: url("../img/sg23set/23set_ord-btn.png");
  background-size: 810px auto;
}
.ord_btn .buybtn:hover,
.ord_btn .buybtn:active {
  opacity: .8;
}
.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;
}
/* -------------------------------------- 追従リンク .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 .img-txt, 
.head-tel {
  content-visibility: hidden;
  display: none;
}
#ord_open {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0 9px 0 9px;
  position: fixed;
  top: auto;
  left: auto;
  right: calc(50% - 600px);
  bottom: 70px;
  cursor: pointer;
}
#ord_open::before {
  width: 65px;
  font-size: 15px;
  bottom: 3px;
}
#ord_open .bar {
  top: 24px;
}
#ord_open .bar,
#ord_open .bar::before,
#ord_open .bar::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: #888888;
  position: absolute;
}
#ord_open .bar::before {
  top: 15px;
}
#ord_open .bar::after {
  bottom: 15px;
}
#ord_open:focus {
  opacity: 0.8;
  outline: 0;
}
/* -------------------------------------- フッター footer */
footer {
  border: none;
}
footer .wrapper {
  border-top: none;
}
footer nav.is-pc {
  border-top: 1px solid #000;
  color: #4b1500;
  background-color: #FFFFFF;
}
footer nav ul.fnav {
  display: flex;
  justify-content: space-between;
  width: 980px;
  height: 50px;
  margin: -1px auto 0;
  mix-blend-mode: multiply;
}
footer nav ul.fnav li a {
  display: block;
  width: 240px;
  height: 0;
  padding-top: 50px;
  border: 1px solid #000;
  border-radius: 0 0 5px 5px;
  background-image: url("../img/sg_nav.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 976px 100px;
  overflow: hidden;
  transition: none;
}
footer nav ul.fnav li.nav3set a {
  background-position-x: -245px;
}
footer nav ul.fnav li.nav-gt a {
  background-position-x: left;
}
footer nav ul.fnav li.navcom a {
  background-position-x: -490px;
}
footer nav ul.fnav li.navcont a {
  background-position-x: -735px;
}
footer nav ul.fnav li a:hover, 
#sg1dan footer nav ul.fnav li.nav1dan a, 
#sg3set footer nav ul.fnav li.nav3set a, 
#company footer nav ul.fnav li.navcom a, 
#contact footer nav ul.fnav li.navcont a {
  border: 1px solid #FF3700;
  background-position-y: -50px;
}
footer .flexbox {
  justify-content: center;
  margin-bottom: 0;
}
footer nav ul.fnav + .flexbox {
  justify-content: space-between;
}
footer p.img-txt {
  padding-top: 60px;
  background-image: url( "../img/sg_logo.png");
  background-position: left top;
  background-size: 300px 60px;
  overflow: hidden;
}
footer nav.subp-nav {
  margin-bottom: 2em;
}
footer nav.subp-nav ul li {
  font-size: .8em;
  border-bottom: none;
  position: static;
}
footer nav.subp-nav ul li a {
  display: inline;
  padding: 0;
}
footer nav.subp-nav ul li::after {
  content: "-";
  margin: 0 0.5em;
  font-weight: normal;
  position: static;
}
footer nav.subp-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: 500px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 6px 3px rgba(191, 191, 191, 0.50);
}
.asp-lp #slide_menu nav.open-menu {
  height: 450px;
}
#fadeLayer {
  background-color: transparent;
}
#fadeLayer p {
  display: none;
}

}