@charset "UTF-8";
/*基本の青*/
/*薄いグレー*/
/*薄いグレー*/
/*スマホメニューの色*/
/*スマホメニューの色*/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
body {
  background: #000;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

a {
  outline: none;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
a:hover img {
  opacity: 0.7;
}

a:active {
  color: #fff;
  text-decoration: none;
}

.righttext {
  text-align: right;
}

.centertext {
  text-align: center;
}

.text_mini {
  font-size: 0.8em;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 55%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col2fullbox {
  width: 50%;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1;
}
header #logobox {
  position: fixed;
  top: 8.24742vh;
  left: 3.48387vw;
  width: 6.58065vw;
  height: 3.54839vw;
  z-index: 100;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
header #logobox:before {
  position: fixed;
  top: 8.24742vh;
  left: 13.54839vw;
  bottom: 8.24742vh;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  content: "";
}
header #navigation {
  width: 120px;
  text-align: right;
  position: absolute;
  right: 40px;
  top: 80px;
}
header #navigation ul {
  border-top: 1px #fff solid;
  margin: 0;
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
header #navigation ul li a {
  padding: 5px;
  display: block;
}
header #navigation ul li a:hover img {
  opacity: 0.7;
}

footer {
  background: #050505;
  margin-top: 150px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
footer a:link {
  color: #fff;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer:before {
  position: absolute;
  top: 50px;
  left: 13.54839vw;
  bottom: 0.3871vw;
  width: 1px;
  height: 50px;
  background-color: white;
  z-index: 21;
  content: "";
}
footer .footinner {
  width: 72.25806vw;
  margin: 0 17vw;
}
footer .footaddress {
  width: calc(100% - 340px);
  text-align: left;
}
footer .footaddress dl dt {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
footer .footaddress dl dd {
  font-size: 14px;
}
footer .footlink {
  width: 312px;
  text-align: left;
}
footer .footlink dl dt {
  margin-bottom: 20px;
  font-size: 18px;
  border-bottom: #707070 1px solid;
  padding-bottom: 10px;
  font-weight: bold;
}
footer .footlink dl dd a {
  color: #fff;
  font-size: 16px;
}
footer .footlink dl dd a:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#copyright {
  width: 6.58065vw;
  height: 304px;
  position: fixed;
  left: 3.48387vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

#snsbox {
  width: 6.58065vw;
  position: fixed;
  left: 3.48387vw;
  bottom: 100px;
  text-align: center;
  z-index: 2;
}

.sectioninner {
  width: 72.25806vw;
  margin-left: 17vw;
}

#meinimg {
  position: relative;
}
#meinimg #slider {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -2;
}
#meinimg .readtext {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#splogobox {
  display: none;
}

section {
  padding: 80px 0;
  position: relative;
}
section:before {
  position: absolute;
  top: 70px;
  left: 13.54839vw;
  bottom: 0.3871vw;
  width: 1px;
  height: 50px;
  background-color: white;
  z-index: 21;
  content: "";
}
section .ttlbox {
  width: 15vw;
  text-align: left;
}
section .contentsbox {
  width: calc(100% - 15vw);
  text-align: left;
  padding-top: 157px;
}
section .contentsbox .itembox {
  margin-bottom: 30px;
}
section .contentsbox .itembox:last-child {
  margin-bottom: 0;
}
section .contentsbox .itembox h3 {
  margin-bottom: 20px;
  font-family: "Kaisei Opti", serif;
  font-size: 30px;
}
section .contentsbox .itembox p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}
section .ttlbox2 {
  text-align: left;
  width: 100%;
}
section .contentsbox2 {
  width: calc(100% - 380px);
  text-align: left;
  padding-top: 157px;
  text-align: left;
  margin: 0 auto;
}

#menu .subitembox {
  margin-bottom: 20px;
}
#menu .subitembox .photobox {
  width: 200px;
}
#menu .subitembox .listbox {
  width: calc(100% - 240px);
}
#menu .subitembox .listbox .listview {
  width: 48%;
}
#menu .item_ttl {
  border-top: 1px #707070 solid;
  border-bottom: 1px #707070 solid;
  padding: 25px 0;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
}
#menu .item_ttl:after {
  content: "";
  background: url(/common/images/icon_on.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu .item_ttl.active:after {
  background: url(/common/images/icon_off.svg) 0 0 no-repeat;
  background-size: contain;
}
#menu .item_list {
  display: none;
}
#menu .menuitemname {
  margin-bottom: 10px;
  font-family: "Kaisei Opti", serif;
  font-size: 25px;
}
#menu .menuitemname_read {
  color: #EA2D2D;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#menu .menuitemname_white {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
#menu .borderbox {
  border-bottom: 1px #707070 solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#menu .priebox dl {
  border-bottom: 1px #707070 solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu .priebox dl.no-border {
  border-bottom: none;
}
#menu .priebox dl dt {
  width: calc(100% - 4em);
  text-align: left;
}
#menu .priebox dl dd {
  width: 4em;
  text-align: right;
}
#menu .priebox dl.longprice dt {
  width: calc(100% - 9em);
  text-align: left;
}
#menu .priebox dl.longprice dd {
  width: 9em;
}
#menu .pdflink {
  text-align: right;
}
#menu .pdflink a {
  display: inline-block;
  border: 1px #fff solid;
  padding: 10px 80px;
  margin-left: 20px;
  color: #fff;
}
#menu .linkbox {
  text-align: right;
}
#menu .linkbox a {
  display: inline-block;
}

#slidebox .slider .slick-slide {
  width: 530px;
  height: 275px;
  position: relative;
  overflow: hidden;
}
#slidebox .slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#accessmap .adressupper {
  margin-bottom: 20px;
  border-bottom: 1px #707070 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#accessmap .adressupper .maplink {
  width: 10em;
  text-align: right;
}
#accessmap .adressupper .maplink img {
  vertical-align: middle;
  margin-right: 10px;
}
#accessmap .adressupper .maplink a {
  color: #fff;
}
#accessmap .adressupper .shopname {
  width: calc(100% - 10em);
}
#accessmap .accessread {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.8;
}
#accessmap .mapbox iframe {
  width: 100%;
  height: 610px;
}
#accessmap .addressbox {
  width: 70%;
  background-color: #000;
  padding: 40px;
  margin: -100px 0 0 auto;
  position: relative;
}

#contact {
  background-color: #212121;
}
#contact .borderbox {
  border: 1px #fff solid;
  padding: 40px;
  text-align: center;
}
#contact .borderbox .tellink {
  margin-bottom: 60px;
  display: block;
}
#contact .borderbox .tabeloglink {
  border: 1px #fff solid;
  padding: 10px;
  width: 240px;
  margin: 0 auto;
  display: block;
}
#contact .borderbox p {
  text-align: center;
  margin-bottom: 20px;
}
#contact .borderbox p.contactread {
  font-size: 18px;
}

@media screen and (max-width: 1552px) {
  section .bacebox.flexbox {
    display: block;
  }
  section .ttlbox {
    width: 20vw;
  }
  section .contentsbox {
    padding-left: 10vw;
    width: 100%;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 840px) {
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  .flexbox {
    display: block;
  }
  .flexbox .col2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col2box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3_1box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_3box {
    width: 100%;
    margin-bottom: 40px;
  }
  #splogobox {
    display: block;
    width: 70px;
    top: 20px;
    left: 20px;
    position: fixed;
    z-index: 100;
  }
  header #navigation {
    display: none;
  }
  header #logobox {
    display: none;
  }
  footer {
    padding: 60px 0 20px 0;
  }
  footer:before {
    display: none;
  }
  footer .footinner {
    width: 90%;
    margin: 0 auto;
  }
  footer .footaddress {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footaddress a {
    color: #fff;
  }
  footer .footaddress dl dt {
    font-size: 18px;
  }
  footer .footaddress dl dd {
    font-size: 13px;
  }
  footer .footlink {
    width: 100%;
  }
  footer .footlink dl dt {
    font-size: 18px;
  }
  footer .footlink dl dd a {
    font-size: 13px;
  }
  footer .copyright {
    color: #707070;
    font-size: 11px;
    margin-top: 40px;
    text-align: center;
  }
  #copyright {
    display: none;
  }
  #snsbox {
    display: none;
  }
  section {
    padding: 40px 0;
  }
  section:before {
    display: none;
  }
  section .ttlbox {
    width: 100%;
  }
  section .contentsbox {
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }
  section .contentsbox .itembox h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  section .contentsbox .itembox p {
    font-size: 16px;
  }
  section .contentsbox2 {
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }
  #lineboxover {
    display: none;
  }
  .sectioninner {
    width: 90%;
    margin: 0 auto;
  }
  #meinimg .readtext {
    width: 8vw;
  }
  #meinimg .readtext.gyges {
    width: 25vw;
  }
  #concept .itembox {
    margin-bottom: 40px;
  }
  #concept .itembox:last-child {
    margin-bottom: 0px;
  }
  #concept .photobox img {
    width: 100%;
  }
  #menu .pleasenote {
    margin-top: 20px;
  }
  #menu .menuitemname_read {
    margin-bottom: 0;
  }
  #menu .menuitemname.noname {
    display: none;
  }
  #menu .subitembox .photobox {
    display: none;
  }
  #menu .subitembox .listbox {
    width: 100%;
  }
  #menu .subitembox .listbox .listview {
    width: 100%;
    margin-bottom: 20px;
  }
  #menu .pdflink {
    text-align: center;
  }
  #menu .pdflink a {
    display: block;
    margin-top: 10px;
  }
  #accessmap .accessread {
    font-size: 1em;
  }
  #accessmap .adressupper {
    border-bottom: none;
  }
  #accessmap .adressupper .shopname {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #707070 solid;
  }
  #accessmap .adressupper .addresstext {
    font-size: 14px;
  }
  #accessmap .adressupper .maplink {
    width: 100%;
  }
  #accessmap .addressbox {
    width: 90%;
    padding: 30px 15px 10px 15px;
    margin: -80px auto 0 auto;
  }
  #accessmap .mapbox {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #accessmap .mapbox iframe {
    height: 100vw;
  }
  #accessmap .addresstext {
    font-size: 0.8em;
  }
  #contact .borderbox {
    padding: 20px;
  }
}