@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "FOT-筑紫ゴシック Pr5N M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  background: #ffffff;
  font-size: 1.6rem;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, * focus {
  margin: 0;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 0;
}

a {
  color: #333333;
}
a:link, a:visited, a:focus, a:active {
  color: #333333;
}
a:hover {
  opacity: 0.7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pcOnly {
  display: inherit;
}

.spOnly {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  zoom: 1;
}

p, li, dt, dl {
  line-height: 1.8;
}

p {
  margin: 0 0 1em 0;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

ul, ol, dl {
  list-style: none;
}

li {
  display: list-item;
  zoom: normal;
}

img, a img {
  border: none;
  background: transparent;
}

object, embed {
  vertical-align: top;
}

fieldset {
  border: none;
}

input, textarea {
  font-size: 1em;
}

ul ul, ul dl, dl ul, table p, table ul, table table {
  font-size: 1em;
}

*, * focus {
  margin: 0;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 0;
}

/* mixin
---------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  img {
    width: 100%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 55px;
}
@media screen and (max-width: 767px) {
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex > * {
    width: 100%;
  }
}

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/* ナビゲーション
------------------------------------------------------------- */
header {
  position: relative;
  width: 100%;
  height: 173px;
  background: url("../images/bg_header_01.png") bottom center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
header #hdTagline {
  font-family: "FOT-筑紫ANC丸ゴL Std B", sans-serif;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
}
header #hdShopName {
  font-family: "FOT-筑紫ANC丸ゴL Std B", sans-serif;
  text-align: center;
  padding-top: 8px;
}
header #hdShopName img {
  height: 70px;
}
@media screen and (max-width: 767px) {
  header #hdShopName img {
    width: 180px;
    height: auto;
    padding-top: 10px;
  }
}
header #hdShopName span {
  font-size: 4rem;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 35px;
  right: 95px;
}
@media screen and (max-width: 767px) {
  header #hdShopName span {
    font-size: 1.7rem;
    right: 5px;
    bottom: 10px;
  }
}

#spMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  #spMenu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 84px;
    background: url("../images/bg_header_01.png") bottom center no-repeat;
    background-size: cover;
    z-index: 5;
  }
  #spMenu #spShopName {
    padding-top: 8px;
    text-align: center;
  }
  #spMenu #spShopName img {
    width: 180px;
    height: auto;
    padding-top: 10px;
  }
  #spMenu #spShopName span {
    font-size: 1.7rem;
    color: #fff;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 10px;
  }
  #spMenu #spMenuOpen {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 39px;
    height: 48px;
    background: url("../images/btn_menu.svg") no-repeat 0 0;
    background-size: 100% auto;
    cursor: pointer;
  }
  #spMenu #spMenuContent {
    position: fixed;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 90vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 100vw;
    position: fixed;
    z-index: 10;
    top: 10px;
  }
  #spMenu.active #spMenuContent {
    left: -17px;
  }
  #spMenu #spMenuClose {
    position: absolute;
    right: 5.3333333333vw;
    top: 5.3333333333vw;
    width: 44px;
    height: 63px;
    background: url("../images/btn_close.svg") no-repeat 0 0;
    background-size: 100% auto;
    cursor: pointer;
  }
  #spMenu #spMenuList {
    position: absolute;
    left: 9.6vw;
    top: 32.2666666667vw;
    width: 81.0666666667vw;
  }
  #spMenu #spMenuList li {
    margin-bottom: 20px;
  }
  #spMenu #spMenuList li a {
    font-family: "FOT-ニューセザンヌ Pro M", sans-serif;
    font-size: 2.4rem;
    text-decoration: none;
    color: #888888;
  }
  #spMenu.index {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.5);
    height: 58px;
  }
  #spMenu.index #spMenuOpen {
    background: url("../images/btn_menu02.svg") no-repeat 0 0;
  }
}

aside {
  position: fixed;
  width: 322px;
  height: 348px;
  left: 0;
  top: 0;
  z-index: 10;
  background-image: url("../images/bg_nav_pc01.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  aside {
    display: none;
  }
}
aside.op {
  background-image: url("../images/bg_nav_pc03.png");
}
aside#indexNav {
  background: none;
}
aside#indexNav::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 322px;
  height: 348px;
  content: "";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
  background-image: url("../images/bg_nav_pc01.png");
}
aside#indexNav.bg::after {
  opacity: 1;
}
aside #asNavList {
  padding: 35px 0 0 15px;
  position: relative;
  z-index: 2;
}
aside #asNavList li a {
  font-family: "FOT-ニューセザンヌ Pro M", sans-serif;
  font-size: 2.4rem;
  text-decoration: none;
  color: #fff;
}
aside #asNavList li.active a {
  color: #61a953;
}

#indexHeader {
  background-image: url("../images/bg_main_pc01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #indexHeader {
    height: 554px;
    min-height: 550px;
  }
}
#indexHeader .inner #hdTagline, #indexHeader .inner #hdShopName {
  font-family: "FOT-筑紫ANC丸ゴL Std B", sans-serif;
  color: #ffffff;
  text-align: center;
}
#indexHeader .inner #hdTagline {
  font-size: 3.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #indexHeader .inner #hdTagline {
    font-size: 1.8rem;
  }
}
#indexHeader .inner #hdShopName {
  font-size: 4rem;
}
#indexHeader .inner #hdShopName span {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #indexHeader .inner #hdShopName {
    font-size: 2.2rem;
  }
  #indexHeader .inner #hdShopName img {
    max-width: 90%;
  }
}

/* コンテンツ
---------------------------------------------- */
main {
  position: relative;
  margin: 40px auto 0;
  max-width: 1366px;
}
@media screen and (max-width: 767px) {
  main {
    margin: 84px 0 0;
    width: 100%;
  }
}
main .titleBh {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 6rem;
  text-align: right;
  margin-bottom: 170px;
  padding-right: 40px;
  color: #888888;
}
@media screen and (max-width: 767px) {
  main .titleBh {
    font-size: 4rem;
    text-align: center;
    padding: 0;
    margin-bottom: 80px;
  }
}
main section {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 0;
  }
}
main section .box {
  padding: 0 5px 20px;
}
main section .message p,
main section h3.min {
  font-family: "FOT-筑紫アンティークL明朝 Std L{pm}", "TsukuAntiqueLMinStd-L{pm}", "FOT-筑紫アンティークL明朝 Std L", "TsukuAntiqueLMinStd-L";
  font-size: 7.2rem;
  color: #888888;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  main section .message p,
main section h3.min {
    font-size: 4.8rem;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
main section .message p.tr,
main section h3.min.tr {
  text-align: right;
}
main section .message p.tc,
main section h3.min.tc {
  text-align: center;
}
main section .message p span,
main section h3.min span {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  main section .message p span,
main section h3.min span {
    display: block;
    font-size: 1.6rem;
  }
}
main section h3.min {
  margin-bottom: 30px;
}
main section figure img {
  width: 100%;
}
main section .btn-link01 a {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  color: #888888;
  font-size: 2.2rem;
  text-decoration: none;
  padding-bottom: 14px;
  border-bottom: 1px solid #707070;
}
main section .btn-link01 a span {
  display: inline-block;
  background-color: #9FA6F8;
  background-image: url("../images/arrow_w-1.svg");
  background-repeat: no-repeat;
  background-position: 10px 9px;
  padding: 0 20px 0 25px;
  border-radius: 15px;
  color: #ffffff;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-size: 2rem;
  margin-right: 10px;
}
main section .btn-link02 {
  text-align: center;
}
main section .btn-link02 a, main section .btn-link02 button {
  display: inline-block;
  font-size: 4rem;
  color: #ffffff;
  text-decoration: none;
  background-color: #9FA6F8;
  background-image: url("../images/arrow_w-3.svg");
  background-size: 26px 30px;
  background-repeat: no-repeat;
  background-position: 22px center;
  padding: 0 70px 0 75px;
  border-radius: 28px;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.158);
          box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.158);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main section .btn-link03 {
    text-align: center;
  }
}
main section .btn-link03 a {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  color: #888888;
  font-size: 2.2rem;
  text-decoration: none;
}
main section .btn-link03 a span {
  display: inline-block;
  background-color: #9FA6F8;
  background-image: url("../images/arrow_w-1.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 0 20px 2px 25px;
  border-radius: 20px;
  color: #ffffff;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-size: 2rem;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  main section .btn-link03 a span {
    margin-right: 0;
  }
}
main section .btn-link03 a i {
  font-style: normal;
  border-bottom: 1px solid #888888;
  padding-left: 6px;
  margin-left: -6px;
}

#index {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #index {
    margin-top: 25px;
  }
}
#index section.s00 {
  width: 90%;
  margin: 0 auto 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 55px;
}
@media screen and (max-width: 767px) {
  #index section.s00 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#index section.s00 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index section.s00 > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #index section.s00 {
    width: 100%;
    margin: 0;
  }
}
#index section.s00 figure {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #index section.s00 figure {
    width: 100%;
  }
}
#index section.s00 figure img {
  max-width: 100%;
}
#index section.s00 .box {
  padding: 0 40px 0 70px;
}
@media screen and (max-width: 767px) {
  #index section.s00 .box {
    padding: 0 5px;
  }
}
#index section.s00 .box h2 {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  color: #888888;
  margin-bottom: 25px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #index section.s00 .box h2 {
    margin-left: 10px;
    font-size: 2.4rem;
  }
}
#index section.s00 .box p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #index section.s00 .box p {
    margin-bottom: 30px;
  }
}
#index section.s01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #index section.s01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#index section.s01 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #index section.s01 > * {
    width: 100%;
  }
}
#index section.s01 .box {
  width: 530px;
  padding: 0;
}
#index section.s01 .box h3 {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  color: #888888;
  margin-bottom: 25px;
  font-size: 2.6rem;
}

#about section.s00 {
  margin-bottom: 20px;
}
#about section.s01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 55px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #about section.s01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#about section.s01 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #about section.s01 > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about section.s01 {
    display: block;
  }
}
#about section.s02 {
  margin-bottom: 60px;
}
#about section.s02 .message p {
  font-size: 9.2rem;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #about section.s02 .message p {
    font-size: 4rem;
    padding: 0 5px;
  }
}
#about section.s03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 55px;
}
@media screen and (max-width: 767px) {
  #about section.s03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#about section.s03 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #about section.s03 > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about section.s03 figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#about section.s03 figure figcaption {
  background-color: #44AB46;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-size: 3rem;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about section.s03 figure figcaption {
    font-size: 1.8rem;
    margin: 0 auto 30px;
    display: block;
    width: 10em;
    text-align: center;
  }
}
#about section.s03 figure img {
  width: auto;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  #about section.s03 figure img {
    width: 100%;
  }
}
#about section.s03 h3 {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  font-size: 3.6rem;
  margin-bottom: 20px;
  color: #888888;
}
@media screen and (max-width: 767px) {
  #about section.s03 h3 {
    font-size: 2.4rem;
  }
}
#about section.s03 .box-inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #about section.s03 .btn-link01 {
    display: none;
  }
}
#about section.s03 .btn-link01 a span {
  background-position: 10px 12px;
  line-height: 1.4;
  padding: 0 20px 5px 25px;
}

@media screen and (max-width: 767px) {
  #shop section.s00 .message p.tr {
    font-size: 4.4rem;
    letter-spacing: -0.1px;
  }
}
#shop section.s01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  align-items: flex-end;
  position: relative;
  width: 80%;
  margin: -50px 0 0 5%;
}
@media screen and (max-width: 1365px) {
  #shop section.s01 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #shop section.s01 {
    margin: 0;
    display: block;
    width: 100%;
  }
}
#shop section.s01 figure {
  margin-right: 60px;
  color: #888888;
}
#shop section.s01 figure figcaption {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 310px;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
}
@media screen and (max-width: 1365px) {
  #shop section.s01 figure figcaption {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #shop section.s01 figure figcaption {
    font-size: 1.6rem;
    top: 30px;
    left: 35%;
  }
}
#shop section.s01 figure figcaption span {
  font-size: 6.4rem;
  display: block;
  margin-top: 20px;
  font-family: "FOT-筑紫アンティークL明朝 Std L{pm}", "TsukuAntiqueLMinStd-L{pm}", "FOT-筑紫アンティークL明朝 Std L", "TsukuAntiqueLMinStd-L";
}
@media screen and (max-width: 767px) {
  #shop section.s01 figure figcaption span {
    font-size: 4rem;
  }
}
#shop section.s01 figure img {
  width: 308px;
}
@media screen and (max-width: 767px) {
  #shop section.s01 figure img {
    width: 48%;
  }
}
#shop section.s02 {
  margin: 50px 0 60px 15%;
}
@media screen and (max-width: 767px) {
  #shop section.s02 {
    margin: 0 0 40px;
  }
}
#shop section.s02 .message p {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #shop section.s02 .message p {
    font-size: 4rem;
    letter-spacing: -0.1px;
  }
}
#shop section.s02 .message p span {
  font-size: 3.2rem;
  display: inline-block;
  padding-left: 40px;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
}
#shop section.s03, #shop section.s04, #shop section.s05 {
  width: 90%;
}
@media screen and (max-width: 767px) {
  #shop section.s03, #shop section.s04, #shop section.s05 {
    width: 100%;
  }
}
#shop section.s03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) { /*◆◆767pxを1000pxに変更◆◆*/
  #shop section.s03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#shop section.s03 figure {
  margin-left: 60px;
}
@media screen and (max-width: 1000px) { /*◆◆項目追加◆◆*/
  #shop section.s03 figure {
  margin-left: 180px;
  }
}
@media screen and (max-width: 767px) {
  #shop section.s03 figure {
    margin-left: 0;
    width: 100%;
  }
}
#shop section.s03 figure img {
  width: 543px;
}
@media screen and (max-width: 767px) {
  #shop section.s03 figure img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) { /*◆◆項目追加◆◆*/
  #shop section.s03 .box {
  width: 767px;
  padding-right: 40px;
  padding-left: 40px;
  }
}

@media screen and (max-width: 767px) { /*◆◆項目追加◆◆*/
  #shop section.s03 .box {
	width: auto;  
    padding-right: 5px; 
    padding-left: 5px; 
  }
}

@media screen and (max-width: 767px) { /*◆◆項目追加◆◆*/
  #shop section.s03 .box p {
	width: auto;  
    margin-right: 0; 
    margin-left: 0; 
  }
}

#shop section.s04 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -120px;
}
@media screen and (max-width: 1365px) {
  #shop section.s04 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) { /*◆◆767pxを1000pxに変更◆◆*/
  #shop section.s04 {
    margin-top: 0;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
#shop section.s04 figure {
  margin-right: 60px;
}

@media screen and (max-width: 1000px) { /*◆◆項目追加◆◆*/
  #shop section.s04 figure {
    margin-right: 0;
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  #shop section.s04 figure {
    margin-right: 0;
    margin-left: 0; /*◆◆追加◆◆*/
  }
}
#shop section.s04 figure img {
  width: 456px;
}
@media screen and (max-width: 767px) {
  #shop section.s04 figure img {
    width: 100%;
  }
}
#shop section.s04 .box {
  padding-right: 40px;
}
@media screen and (max-width: 1000px) { /*◆◆項目追加◆◆*/
  #shop section.s04 .box {
  width: 767px;
  padding-right: 0;
  padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  #shop section.s04 .box {
	width: auto; /*◆◆追加◆◆*/
    padding-right: 5px;
    padding-left: 5px;/*◆◆追加◆◆*/
  }
}
#shop section.s05 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  align-items: flex-end;
  margin: -120px 0 120px 10%;
}
@media screen and (max-width: 1365px) {
  #shop section.s05 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) { /*◆◆767pxを1000pxに変更◆◆*/
  #shop section.s05 {
    margin: 0 0 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#shop section.s05 figure {
  margin-left: 60px;
}
@media screen and (max-width: 1000px) { /*◆◆項目追加◆◆*/
  #shop section.s05 figure {
    margin-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  #shop section.s05 figure {
    margin-left: 0;
  }
}
#shop section.s05 figure img {
  width: 547px;
}
@media screen and (max-width: 767px) {
  #shop section.s05 figure img {
    width: 100%;
  }
}
#shop section.s05 .box {
  padding-left: 40px;
}

@media screen and (max-width: 1000px) { /*◆◆項目追加◆◆*/
  #shop section.s05 .box {
  width: 767px;
  padding-right: 0;
  padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  #shop section.s05 .box {
    width: 767px; /*◆◆追加◆◆*/
    padding-left: 5px;
  }
}
#shop section.s06 {
  margin: 0 0 60px 25%;
}
@media screen and (max-width: 767px) {
  #shop section.s06 {
    margin: 0 0 60px;
  }
}
#shop section.s06 .message p {
  line-height: 1.3;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #shop section.s06 .message p {
    font-size: 4rem;
    letter-spacing: -0.1px;
  }
}
#shop section.s07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  align-items: flex-end;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  #shop section.s07 {
    margin: 0;
    display: block;
    width: 90%;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  #shop section.s07 {
    margin: 0;
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 1365px) { /*◆◆項目追加◆◆*/
  #shop section.s07 .box {
  width: 767px;
  padding-right:  60px;
  }
}
@media screen and (max-width: 767px) { /*◆◆項目追加◆◆*/
  #shop section.s07 .box {
	width: auto;
	padding-right: 0;
  }
}




#shop section.s07 figure {
  margin-right: 60px;
  padding-bottom: 50px;
  color: #888888;
}
@media screen and (max-width: 767px) {
  #shop section.s07 figure {
    padding-bottom: 0;
  }
}
#shop section.s07 figure figcaption {
  position: absolute;
  top: 15%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 350px;
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
}
@media screen and (max-width: 767px) {
  #shop section.s07 figure figcaption {
    font-size: 1.6rem;
    top: 30px;
    left: 35%;
  }
}
#shop section.s07 figure figcaption span {
  font-size: 6.4rem;
  display: block;
  margin-top: 20px;
  font-family: "FOT-筑紫アンティークL明朝 Std L{pm}", "TsukuAntiqueLMinStd-L{pm}", "FOT-筑紫アンティークL明朝 Std L", "TsukuAntiqueLMinStd-L";
}
@media screen and (max-width: 767px) {
  #shop section.s07 figure figcaption span {
    font-size: 4rem;
  }
}
#shop section.s07 figure img {
  width: 378px;
}
@media screen and (max-width: 767px) {
  #shop section.s07 figure img {
    width: 48%;
  }
}
#shop section.s07 .box p + p {
  margin-top: 1em;
}

#staff section.s00 .message p {
  font-size: 7rem;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #staff section.s00 .message p {
    font-size: 3.5rem;
    line-height: 1.6;
  }
}
#staff section.s00 figure {
  margin: 0 auto;
}
#staff section.s01, #staff section.s02, #staff section.s03, #staff section.s04, #staff section.s05, #staff section.s06, #staff section.s07, #staff section.s08, #staff section.s09, #staff section.s10, #staff section.s11, #staff section.s12 {
  position: relative;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #staff section.s01, #staff section.s02, #staff section.s03, #staff section.s04, #staff section.s05, #staff section.s06, #staff section.s07, #staff section.s08, #staff section.s09, #staff section.s10, #staff section.s11, #staff section.s12 {
    width: 100%;
    margin: 0;
    display: block;
  }
}
#staff section.s01 figure, #staff section.s02 figure, #staff section.s03 figure, #staff section.s04 figure, #staff section.s05 figure, #staff section.s06 figure, #staff section.s07 figure, #staff section.s08 figure, #staff section.s09 figure, #staff section.s10 figure, #staff section.s11 figure, #staff section.s12 figure {
  color: #888888;
  width: 60%;
}
@media screen and (max-width: 1365px) {
  #staff section.s01 figure, #staff section.s02 figure, #staff section.s03 figure, #staff section.s04 figure, #staff section.s05 figure, #staff section.s06 figure, #staff section.s07 figure, #staff section.s08 figure, #staff section.s09 figure, #staff section.s10 figure, #staff section.s11 figure, #staff section.s12 figure {
    width: 100%;
  }
}
#staff section.s01 figure figcaption, #staff section.s02 figure figcaption, #staff section.s03 figure figcaption, #staff section.s04 figure figcaption, #staff section.s05 figure figcaption, #staff section.s06 figure figcaption, #staff section.s07 figure figcaption, #staff section.s08 figure figcaption, #staff section.s09 figure figcaption, #staff section.s10 figure figcaption, #staff section.s11 figure figcaption, #staff section.s12 figure figcaption {
  position: absolute;
  top: 30%;
  left: 55%;
  display: block;
  font-size: 3.6rem;
  line-height: 1;
}
#staff section.s01 figure img, #staff section.s02 figure img, #staff section.s03 figure img, #staff section.s04 figure img, #staff section.s05 figure img, #staff section.s06 figure img, #staff section.s07 figure img, #staff section.s08 figure img, #staff section.s09 figure img, #staff section.s10 figure img, #staff section.s11 figure img, #staff section.s12 figure img {
  margin-right: 5px;
}
@media screen and (max-width: 1365px) {
  #staff section.s01 figure img, #staff section.s02 figure img, #staff section.s03 figure img, #staff section.s04 figure img, #staff section.s05 figure img, #staff section.s06 figure img, #staff section.s07 figure img, #staff section.s08 figure img, #staff section.s09 figure img, #staff section.s10 figure img, #staff section.s11 figure img, #staff section.s12 figure img {
    width: 55%;
    max-width: 400px;
    margin: 0 0 0 45%;
  }
}
#staff section.s01 .box, #staff section.s02 .box, #staff section.s03 .box, #staff section.s04 .box, #staff section.s05 .box, #staff section.s06 .box, #staff section.s07 .box, #staff section.s08 .box, #staff section.s09 .box, #staff section.s10 .box, #staff section.s11 .box, #staff section.s12 .box {
  width: 43%;
  position: absolute;
  top: 45%;
  left: 62%;
}
@media screen and (max-width: 1365px) {
  #staff section.s01 .box, #staff section.s02 .box, #staff section.s03 .box, #staff section.s04 .box, #staff section.s05 .box, #staff section.s06 .box, #staff section.s07 .box, #staff section.s08 .box, #staff section.s09 .box, #staff section.s10 .box, #staff section.s11 .box, #staff section.s12 .box {
    position: relative;
    top: auto;
    left: auto;
  }
}
#staff section.s01 .box p, #staff section.s02 .box p, #staff section.s03 .box p, #staff section.s04 .box p, #staff section.s05 .box p, #staff section.s06 .box p, #staff section.s07 .box p, #staff section.s08 .box p, #staff section.s09 .box p, #staff section.s10 .box p, #staff section.s11 .box p, #staff section.s12 .box p {
  line-height: 1.5;
}
#staff section.s01 .box p span, #staff section.s02 .box p span, #staff section.s03 .box p span, #staff section.s04 .box p span, #staff section.s05 .box p span, #staff section.s06 .box p span, #staff section.s07 .box p span, #staff section.s08 .box p span, #staff section.s09 .box p span, #staff section.s10 .box p span, #staff section.s11 .box p span, #staff section.s12 .box p span {
  font-family: TsukuGoPro-B;
}
#staff section.s02 {
  float: right;
  margin-top: -377px;
}
#staff section.s02 .box {
  padding-right: 35px;
}
#staff section.s03 {
  float: left;
  margin-top: -99px;
  margin-left: 210px;
}
#staff section.s03 .box {
  width: 45%;
}
#staff section.s04 {
  float: right;
  margin-top: 30px;
}
#staff section.s04 figure figcaption {
  top: 10%;
}
#staff section.s04 .box {
  top: 25%;
}
#staff section.s04 .box {
  padding-right: 35px;
}
#staff section.s05 {
  float: left;
  margin-top: 90px;
}
#staff section.s05 .box {
  width: 45%;
}
#staff section.s05 figure figcaption {
  top: 10%;
}
#staff section.s05 .box {
  top: 25%;
}
#staff section.s06 {
  float: right;
  margin-right: 180px;
}
#staff section.s06 figure figcaption {
  top: 10%;
}
#staff section.s06 .box {
  top: 25%;
}
#staff section.s07 {
  float: left;
  margin-top: -135px;
}
#staff section.s07 .box {
  width: 45%;
}
#staff section.s08 {
  float: right;
  margin-top: 90px;
}
#staff section.s08 figure figcaption {
  top: 10%;
}
#staff section.s08 .box {
  top: 25%;
}
#staff section.s08 .box {
  padding-right: 35px;
}
#staff section.s09 {
  float: left;
  margin-top: 90px;
  margin-left: 90px;
}
#staff section.s09 .box {
  width: 45%;
}
#staff section.s10 {
  float: right;
  margin-top: 360px;
}
#staff section.s10 figure figcaption {
  top: 10%;
}
#staff section.s10 .box {
  top: 25%;
}
#staff section.s11 {
  float: left;
  margin-top: 100px;
  margin-left: 50px;
  margin-bottom: 160px;
}
#staff section.s11 .box {
  width: 45%;
}
#staff section.s11 figure figcaption {
  top: 45%;
}
#staff section.s11 .box {
  top: 60%;
}
#staff section.s12 {
  float: right;
  margin-top: 90px;
  left: 45px;
}
@media screen and (max-width: 1365px) {
  #staff section.s12 {
    left: auto;
  }
}
#staff section.s12 .inner {
  border: 1px solid #707070;
  width: 511px;
  padding: 25px 50px 30px;
  border-radius: 57px;
}
@media screen and (max-width: 1365px) {
  #staff section.s12 .inner {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }
}
#staff section.s12 .inner h3 {
  font-size: 3.6rem;
  color: #888888;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1365px) {
  #staff section.s01, #staff section.s02, #staff section.s03, #staff section.s04, #staff section.s05, #staff section.s06, #staff section.s07, #staff section.s08, #staff section.s09, #staff section.s10, #staff section.s11, #staff section.s12 {
    margin: 0 auto;
    display: block;
    max-width: 1000px;
    min-width: 80%;
    float: none;
  }
}
@media screen and (max-width: 1365px) {
  #staff section.s01 figure figcaption, #staff section.s02 figure figcaption, #staff section.s03 figure figcaption, #staff section.s04 figure figcaption, #staff section.s05 figure figcaption, #staff section.s06 figure figcaption, #staff section.s07 figure figcaption, #staff section.s08 figure figcaption, #staff section.s09 figure figcaption, #staff section.s10 figure figcaption, #staff section.s11 figure figcaption, #staff section.s12 figure figcaption {
    font-size: 3.2rem;
    top: 10%;
    right: 50%;
    left: inherit;
  }
}
@media screen and (max-width: 1365px) {
  #staff section.s01 .box, #staff section.s02 .box, #staff section.s03 .box, #staff section.s04 .box, #staff section.s05 .box, #staff section.s06 .box, #staff section.s07 .box, #staff section.s08 .box, #staff section.s09 .box, #staff section.s10 .box, #staff section.s11 .box, #staff section.s12 .box {
    padding: 0 5px 40px;
    width: 100%;
    font-size: 1.4rem;
  }
}

#price section.s00 {
  margin-bottom: 60px;
}
#price section.s00 .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#price section.s00 .flex .box {
  max-width: 550px;
}
#price section.s00 .flex .box h4 {
  color: #888888;
  font-size: 4.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #price section.s00 .flex .box h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
#price section.s00 .flex .box h4 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #price section.s00 .flex .box h4 span {
    font-size: 1.6rem;
  }
}
#price section.s00 .flex .box table {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #price section.s00 .flex .box table {
    margin-bottom: 40px;
  }
}
#price section.s00 .flex .box table tr {
  border-bottom: 1px solid #707070;
}
#price section.s00 .flex .box table tr th, #price section.s00 .flex .box table tr td {
  font-size: 2.6rem;
  line-height: 2;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #price section.s00 .flex .box table tr th, #price section.s00 .flex .box table tr td {
    font-size: 2rem;
  }
}
#price section.s00 .flex .box table tr td {
  text-align: right;
  font-family: "FOT-筑紫A丸ゴシック Std M", sans-serif;
  font-size: 2rem;
}
#price section.s00 .flex .box table tr td span {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #price section.s00 .flex .box table tr td span {
    font-size: 2.4rem;
  }
}
#price section.s00 .flex .box table tr:last-child {
  border-bottom: none;
}
#price section.s00 .flex .box table tr.visit td i {
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #price section.s00 .flex .box table tr.visit td i {
    font-size: 2rem;
  }
}
#price section.s00 .attention {
  background-color: #9FA6F8;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  padding: 8px;
  border-radius: 24px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #price section.s00 .attention {
    line-height: 1.4;
    text-align: left;
    padding: 20px 15px;
    margin: 0 5px;
  }
}
#price section.s01 .box {
  position: relative;
}
#price section.s01 .box h4 {
  width: 390px;
  background-color: #9FA6F8;
  color: #ffffff;
  font-size: 4.8rem;
  line-height: 1;
  padding: 0 30px 7px;
  border-radius: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #price section.s01 .box h4 {
    width: 100%;
    font-size: 3.2rem;
    padding: 7px 30px;
  }
}
#price section.s01 .box h4 span {
  font-size: 2rem;
}
#price section.s01 .box .flowblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
#price section.s01 .box .flowblock .item {
  width: 302px;
  margin: 0 0 55px 100px;
  position: relative;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  #price section.s01 .box .flowblock .item {
    margin: 0 0 25px 70px;
  }
}
#price section.s01 .box .flowblock .item span.num {
  overflow: visible;
  position: absolute;
  left: -70px;
  top: -10px;
  display: block;
  line-height: 1;
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  #price section.s01 .box .flowblock .item span.num {
    left: -60px;
  }
}
#price section.s01 .box .flowblock .item span.num i {
  display: block;
  font-style: normal;
  font-family: "FOT-筑紫Q明朝L Std L", serif;
  color: #707070;
}
#price section.s01 .box .flowblock .item .inner {
  border-right-width: 44px;
  border-right-style: solid;
  min-height: 130px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #price section.s01 .box .flowblock .item .inner {
    border-right-width: 16px;
  }
}
#price section.s01 .box .flowblock .item .inner h5 {
  font-size: 3rem;
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  color: #707070;
}
#price section.s01 .box .flowblock .item .inner p {
  line-height: 1.5;
}
#price section.s01 .box .flowblock.pink .inner {
  border-right-color: #FDB6B6;
}
#price section.s01 .box .flowblock.green {
  width: 804px;
}
@media screen and (max-width: 767px) {
  #price section.s01 .box .flowblock.green {
    width: 100%;
  }
}
#price section.s01 .box .flowblock.green .inner {
  border-right-color: #5EE592;
}
#price section.s01 .box figure {
  position: absolute;
  bottom: 105px;
  right: 0;
  width: 403px;
}
@media screen and (max-width: 1365px) {
  #price section.s01 .box figure {
    position: static;
    width: 100%;
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  #recruit section.s00 h3.min {
    font-size: 4.8rem;
    text-align: right;
  }
}
#recruit section.s00 .flex {
  width: 75%;
  margin: 0 auto 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #recruit section.s00 .flex {
    width: 100%;
  }
}
#recruit section.s00 .flex figure {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit section.s00 .flex figure {
    position: relative;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #recruit section.s00 .flex figure img {
    width: 45%;
    margin-left: 1%;
  }
}
#recruit section.s00 .flex figure figcaption {
  margin-top: 35px;
  font-size: 2.2rem;
  color: #888888;
}
@media screen and (max-width: 767px) {
  #recruit section.s00 .flex figure figcaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50%;
    margin-top: 0;
  }
}
#recruit section.s00 .flex .box {
  width: 68%;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit section.s00 .flex .box {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
#recruit section.s01 {
  width: 75%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  #recruit section.s01 {
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#recruit section.s01 h3 {
  font-family: "FOT-筑紫オールドゴシック Std B", sans-serif;
  color: #888888;
  font-size: 3.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #recruit section.s01 h3 {
    font-size: 2.4rem;
  }
}
#recruit section.s01 .recruitlist {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 15px 0;
  margin-bottom: 20px;
}
#recruit section.s01 .recruitlist dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #recruit section.s01 .recruitlist dl {
    display: block;
    font-size: 1.6rem;
  }
}
#recruit section.s01 .recruitlist dl dt {
  width: 20%;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}
@media screen and (max-width: 767px) {
  #recruit section.s01 .recruitlist dl dt {
    width: 100%;
  }
}
#recruit section.s01 .recruitlist dl dd {
  width: 80%;
  font-family: "FOT-筑紫A丸ゴシック Std M", sans-serif;
}
#recruit section.s01 .recruitlist dl dd span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit section.s01 .recruitlist dl dd span {
    font-size: 1.4rem;
  }
}
#recruit section.s01 .recruitlist dl dd i {
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #recruit section.s01 .recruitlist dl dd i {
    font-size: 1.4rem;
  }
}
#recruit section.s01 .recruitlist dl dd p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #recruit section.s01 .recruitlist dl dd p.indent {
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  #recruit section.s01 .recruitlist dl dd {
    width: 100%;
  }
}
#recruit section.s01 .visit {
  font-family: "FOT-筑紫A丸ゴシック Std M", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #recruit section.s01 .visit {
    font-size: 1.6rem;
  }
}
#recruit section.s01 .visit span {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}
#recruit section.s02 .btn-link02 a {
  font-size: 5rem;
  padding: 10px 70px 20px 75px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #recruit section.s02 .btn-link02 a {
    font-size: 2.4rem;
    padding: 10px 30px 15px 55px;
    background-size: 20px 30px;
  }
}

#contact section.s00 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contact section.s00 {
    width: 100%;
  }
}
#contact section.s00 h3.min {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #contact section.s00 h3.min {
    font-size: 2.4rem;
  }
}
#contact section.s00 h3.min span {
  font-size: 2rem;
  margin-left: 20px;
  color: #E50000;
}
@media screen and (max-width: 767px) {
  #contact section.s00 h3.min span {
    font-size: 1.4rem;
    margin-left: 5px;
    display: inline;
  }
}
#contact section.s00 #contactContent {
  border: 1px solid #707070;
  padding: 50px 100px 80px 160px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #contact section.s00 #contactContent {
    border: 0;
    padding: 15px 5px;
    margin-bottom: 0;
  }
}
#contact section.s00 #contactContent .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact section.s00 #contactContent .flex > * {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #contact section.s00 #contactContent .flex > * {
    width: 100%;
  }
}
#contact section.s00 #contactContent .contactListInput,
#contact section.s00 #contactContent .contactListTextarea {
  margin-bottom: 50px;
}
#contact section.s00 #contactContent .contactListInput dt,
#contact section.s00 #contactContent .contactListTextarea dt {
  font-size: 2.6rem;
  color: #888888;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #contact section.s00 #contactContent .contactListInput dt,
#contact section.s00 #contactContent .contactListTextarea dt {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
#contact section.s00 #contactContent .contactListInput dd input[type=text],
#contact section.s00 #contactContent .contactListInput dd textarea,
#contact section.s00 #contactContent .contactListTextarea dd input[type=text],
#contact section.s00 #contactContent .contactListTextarea dd textarea {
  background-color: #EEEEEE;
  font-size: 2.4rem;
  border-radius: 25px;
  width: 100%;
  padding: 10px 20px;
}
#contact section.s00 #contactContent .contactListInput dd label + input,
#contact section.s00 #contactContent .contactListTextarea dd label + input {
  margin-left: 70px;
}
#contact section.s00 #contactContent .contactListInput.q01 dd,
#contact section.s00 #contactContent .contactListTextarea.q01 dd {
  color: #9A9A9A;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #contact section.s00 #contactContent .contactListInput.q01 dd,
#contact section.s00 #contactContent .contactListTextarea.q01 dd {
    padding-left: 40px;
    font-size: 2rem;
  }
}
#contact section.s00 #contactContent .contactListInput.q01 dd label,
#contact section.s00 #contactContent .contactListTextarea.q01 dd label {
  padding-left: 35px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  #contact section.s00 #contactContent .contactListInput.q01 dd label,
#contact section.s00 #contactContent .contactListTextarea.q01 dd label {
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
#contact section.s00 #contactContent .contactListInput.q01 dd label:before,
#contact section.s00 #contactContent .contactListTextarea.q01 dd label:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 6px 6px;
}
#contact section.s00 #contactContent .contactListInput.q01 dd input[type=checkbox],
#contact section.s00 #contactContent .contactListTextarea.q01 dd input[type=checkbox] {
  display: none;
}
#contact section.s00 #contactContent .contactListInput.q01 dd input[type=checkbox]:checked + label:before,
#contact section.s00 #contactContent .contactListTextarea.q01 dd input[type=checkbox]:checked + label:before {
  content: "✓";
  font-size: 30px;
  color: #ffffff;
  background-color: #9FA6F8;
}
#contact section.s00 input, #contact section.s00 textarea, #contact section.s00 button {
  border: 0;
}
#contact section.s00 .btn-link02 button {
  font-size: 5rem;
  background-position: 32px center;
  line-height: 1;
  padding: 10px 30px 20px 75px;
}
@media screen and (max-width: 767px) {
  #contact section.s00 .btn-link02 button {
    font-size: 2.4rem;
    padding: 14px 33px 20px 55px;
    background-size: 15px 30px;
    background-position: 32px center;
  }
}



/* フッター
---------------------------------------------- */
footer {
  width: 100%;
}
footer a {
  color: #888888;
  text-decoration: none;
}
footer a:link, footer a:visited, footer a:focus, footer a:active {
  color: #888888;
}
footer .inner {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 40px;
  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;
  color: #888888;
}
@media screen and (max-width: 767px) {
  footer .inner {
    width: 100%;
    display: block;
    padding: 80px 10px 20px;
  }
}
footer .inner .ftL {
  width: 380px;
}
@media screen and (max-width: 767px) {
  footer .inner .ftL {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .inner .ftL #ftLogo {
  width: 378px;
}
@media screen and (max-width: 767px) {
  footer .inner .ftL #ftLogo {
    max-width: 100%;
  }
}
footer .inner .ftL #ftLogo img {
  max-width: 100%;
}
footer .inner .ftL #ftTitle {
  font-family: "秀英角ゴシック銀 B", sans-serif;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .inner .ftL #ftTitle {
    font-size: 1.4rem;
    text-align: left;
  }
}
footer .inner .ftR {
  text-align: center;
  width: 350px;
}
@media screen and (max-width: 767px) {
  footer .inner .ftR {
    text-align: left;
    max-width: 100%;
  }
}
footer .inner .ftR > * {
  font-family: "FOT-ニューセザンヌ Pro M", sans-serif;
  font-size: 1.6rem;
}
footer .inner .ftR .ftContactNum {
  line-height: 1;
}
footer .inner .ftR .ftContactNum span {
  font-family: "FOT-ニューセザンヌ Pro DB", sans-serif;
  font-size: 2.4rem;
}
footer .inner .ftR #ftContactTime {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .inner .ftR #ftContactTime {
    margin-bottom: 5px;
    margin-left: 2em;
  }
}
footer .inner .ftR .ftContactNum2 {
  line-height: 1;
}
footer .inner .ftR .ftContactNum2 span {
  font-size: 2rem;
}
footer .inner .ftR #ftAdd span {
  font-size: 1.4rem;
}
footer .ftBtm {
  background-color: #EEEEEE;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
  font-family: "秀英角ゴシック銀 B", sans-serif;
  font-size: 1rem;
  padding: 30px 0 10px;
}
footer .ftBtm .bnr {
  padding: 0 40px;
  text-align: center;
}

#pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}