@charset "utf-8";

:root {
  --base-font-gothic: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: HelveticaNeue;/* w300 / w700 */
  --base-font-weight: 500;
  --base-txt-black: #555555;
}

body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--base-font-gothic);
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}
.font-alpha {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/*
body.home {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
*/
/*
body.home .boxLayoutBaseIn {
  min-height: 6000px;
}*/

#container {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 750px){
  #container {
    /*overflow: hidden;*/
    padding-top: 18vw;
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  /*background-color: #ccc;*/
  position: relative;
  background: url("../../images/common/bg-header-top.png") no-repeat right 188px top;
  padding: 8px 194px 56px 0;
}
@media all and (max-width: 750px){
  .boxHeader {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
.boxHeader > nav {
   background-color: #341200;
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 25px 24px 0 20px;
  border-top-left-radius: 45px;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: 16.7vw;
  }
}

.boxHeader01L {
}
@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 4.5vw;
    left: 4vw;
    width: 40vw;
  }
}

@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  text-align: center;
}
.boxHeader01R .ulHeaderMenu01 > li:nth-child(n+2) {
  margin-left: 38px;
}
.boxHeader01R .ulHeaderMenu01 > li .ja {
  color: #220301;
  font-weight: bold;
  font-size: 1.0625rem;
  display: block;
}
.boxHeader01R .ulHeaderMenu01 > li .en {
  color: #e2e2e2;
  font-size: 0.75rem;
  font-family: "Jost", sans-serif;
}



.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.5em;
  display: none;
  min-width: 130px;
  padding: 50px 0.5em 0.3em 0.8em;
  background-color: #fff;
  opacity: 0;
}

.boxHeader01R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}



/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 6.5vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 8.5vw;
    height: 6vw;
    background-color: transparent;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #552825;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 2px;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(calc(3.0vw - 0.8vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-3.0vw + 0.8vw / 2)) rotate(45deg);
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 5%;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 16.7vw 0 5vw 0;
    text-align: left;
  }
}

.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 4vw;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 188px;
  background-image: url('./../../images/common/bg-mv.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 26.5%;
    /*
    background-image: url('./../../images/base/sp-base-mv-bg01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    background-size: auto 100% ;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;

  color: #fff;
}
@media all and (max-width: 750px){
  .ttlMv {
    /*padding-top: 0.5em;*/
  }
}

.ttlMv .ttlParent {
  margin-top: -1.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  letter-spacing: 0.18em;
  font-size: 1.75rem;
  color: #552825;
  font-weight: bold;
  
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    font-size: 1.4rem;
  }
}

.ttlMv .ttlEn {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #edd3cc;
  font-family: "Jost", sans-serif;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    /*
    font-size: 2.5rem;*/
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooterWrap {
}
@media all and (max-width: 750px){
  .boxFooterWrap {
  }
}

.boxCopyrightWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  background-color: #dedede;
}
@media all and (max-width: 750px){
  .boxCopyrightWrap {
    height: 3.0em;
  }
}

.boxCopyright {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.6875rem;
  color: #552825;
}
@media all and (max-width: 750px){
  .boxCopyright {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 5.0em 0 6.0em 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 5em 0;
  }
}

.boxPage01 {
}
@media all and (max-width: 750px){
  .boxPage01 {
    padding-top: 2.0em;
    padding-bottom: 2.5em;
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}


/*##### Common Contents #####*/
.boxHeader01R .ulHeaderMenu02 .map img {
  width: 16px;
}
.boxHeader01R .ulHeaderMenu02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 20px;
}
.boxHeader01R .ulHeaderMenu02 li {
  color: #220301;
  font-size: 0.9375rem;
  position: relative;
  
}
.boxHeader01R .ulHeaderMenu02 li:nth-of-type(2) {
  padding: 0 20px;
  margin: 0 20px;
}
.boxHeader01R .ulHeaderMenu02 li:nth-of-type(2):before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #bfa28d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxHeader01R .ulHeaderMenu02 li:nth-of-type(2):after {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #bfa28d;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boxHeader01R .ulHeaderMenu02 .map {
  margin: 0 30px;
}
.boxHeader01R .ulHeaderMenu02 .tel {
  font-size: 1.743rem;
  letter-spacing: 0.12em;
}

.boxHeaderLogo01 .sub {
  color: #46281c;
  font-size: 0.75rem;
  padding-left: 25px;
  margin-bottom: 8px;
  display: block;
}
.boxHeader01L {
  width: 350px;
}
.boxHeader01R {
  width: calc(100% - 350px);
}
.boxHeaderContact {
  width: 216px;
  height: 216px;
  background: url("../../images/common/bg-header-circle.png") no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 75px;
  position: absolute;
  top: -58px;
  right: -22px;
  z-index: 1;
}
.boxHeaderContact .p01 span {
  position: relative;
}
.boxHeaderContact .p01 span:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: -11px;
  bottom: 0;
  transform: rotate(-28deg);
}
.boxHeaderContact .p01 span:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: -11px;
  bottom: 0;
  transform: rotate(28deg);
}
.boxHeaderContact .p01 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.875rem;
}
.boxHeaderContact .p02 {
  margin-bottom: 12px;
}
.boxHeaderContact .p03 {
  font-weight: bold;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
}
.boxFooterContactWrap {
  background-color: #f5f5f5;
  padding: 90px 0 100px 0;
  text-align: center;
}
.boxFooterContact01 .ttl {
  font-size: 1.625rem;
  letter-spacing: 0.18em;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #552825;
}
.boxFooterContact01 .ttl span {
  display: block;
  color: #edd3cc;
  letter-spacing: 0.12em;
  margin-top: 0.5em;
  font-size: 1rem;
}
.boxFooterContact01 .lead {
  margin-bottom: 3em;
  line-height: 1.625;
}
.boxFooterContact01 .box_wrap {
  display: flex;
  justify-content: center;
}
.boxFooterContact01 .box_wrap a {
  margin: 0 10px;
  width: 443px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10em;
}
.boxFooterContact01 .box_wrap .tel {
  color: #b6634b;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.14em;
  background-color: #fff;
  border: 4px solid #f0dbd5;
}
.boxFooterContact01 .box_wrap .tel img {
  width: 36px;
  margin-right: 18px;
}
.boxFooterContact01 .box_wrap .mail {
  background: url("../../images/common/ico-arrow02.png") no-repeat right 16px center;
  background-color: #b6634b;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
}
.boxFooter01Wrap {
  background-color: #4a352a;
  padding: 42px 0; 
}
.boxFooter01 {
  display: flex;
  max-width: 1150px;
}
.boxFooter01 .f_logo {
  width: 310px;
  position: relative;
}
.boxFooter01 .f_logo:after {
  content: "";
  width: 1px;
  height: 33px;
  background-color: #87776c;
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
}
 .boxFooter01 .ad00 {
  width: calc(100% - 310px);
  color: #fff;
  position: relative;
  letter-spacing: 0.07em;
}
 .boxFooter01 .ad00 div:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 10px;
}
 .boxFooter01 .ad00 div:nth-of-type(1) span {
  font-size: 0.875rem;
}
 .boxFooter01 .ad00 div a.map {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 113px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 0;
  background-color: #8e7663;
  border-radius: 10em;
  font-size: 0.9125rem;
}
 .boxFooter01 .ad00 div a img {
  width: 11px;
  margin-right: 10px;
}
.boxFooter02Wrap {
  display: flex;
}
.boxFooter02Wrap .ttl {
  width: 213px;
  height: 319px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #bfa28d;
}
.boxFooter02Wrap .ttl .p01 {
  font-size: 1.0625rem;
  color: #4a352a;
  margin: 18px 0;
}
.boxFooter02Wrap .ttl a {
  background: url("../../images/common/ico-arrow_right.png") no-repeat right 16px center;
  background-color: #f1f2ec;
  width: 165px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10em;
  font-size: 0.9625rem;
  color: #4a352a
}
.boxFooter02Wrap .insta {
  width: calc(100% - 213px);
}
#sb_instagram #sbi_images {
  padding: 0;
  height: 100%;
}
@media only screen and (min-width:751px) {
#sb_instagram .sbi_photo {
  height: 319px!important;
}
}

@media only screen and (max-width:1480px) and (min-width:751px) {
  #sb_instagram .sbi_photo {
    /*height: 250px!important;*/
  }
  #sb_instagram #sbi_images .sbi_item:last-child,
  #sb_instagram #sbi_images .sbi_item:nth-last-of-type(2) {
    
  }
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(7, 1fr)!important;
  }
}







.boxFooter03Wrap {
  padding: 95px 0;
  background-color: #f5f5f5;
}
.boxFooter03 {
  color: #220301;
  position: relative;
}
.boxFooter03>.cont {
  display: flex;
}
.boxFooter03>.cont>ul {
  line-height: 1.6;
}
.boxFooter03>.cont>ul:nth-child(n+2) {
  margin-left: 4%;
}
.boxFooter03>.cont>ul>li:nth-child(n+2) {
  margin-top: 1.5em;
}
.boxFooter03>.cont>ul>li>a {
}
.boxFooter03>.cont>ul>li>ul {
  margin-top: 1.5em;
}
.boxFooter03>.cont>ul>li>ul>li {
  padding-left: 26px;
  position: relative;
}
.boxFooter03>.cont>ul>li>ul>li:before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #8e7663;
  position: absolute;
  left: 9px;
  top: 50%;
}
.boxFooter03>.cont>ul>li>ul>li:nth-child(n+2) {
  margin-top: 1.5em;
}
.boxFooter03>.cont>ul>li>ul>li>a {
}
.boxFooter03>.sns {
  position: absolute;
  right: 0;
  top: 5px;
}
.boxFooter03>.sns>a {
  display: block;
  width: 48px;
  margin-bottom: 12px;
}
.boxFooterMap {
  position: relative;
  height: 480px;
}
.boxFooterMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 750px){
  .boxHeaderContact {
    display: none;
  }
  .boxHeader {
    padding: 3px 0 0 0;
    background-position: left top;
  }
  .boxHeaderLogo01 .sub {
    display: none;
  }
  .boxFooterContactWrap {
    padding: 4rem 0;
  }
  .boxFooterContact01 .box_wrap {
    display: block;
  }
  .boxFooterContact01 .box_wrap .tel {
    width: 313px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .boxFooterContact01 .box_wrap a {
    height: 3.5rem;
    border-width: 2px!important;
    width: 100%;
  }
  .boxFooterContact01 .box_wrap .tel img {
    width: 7vw;
  }
  .boxFooterContact01 .box_wrap .mail {
    margin: 1rem auto 0 auto;
    font-size: 1rem;
    width: 313px;
  }
  .boxFooter01 {
    display: block;
  }
  .boxFooter01 .f_logo:after {
    content: none;
  }
  .boxFooter01 .f_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
   .boxFooter01 .ad00 {
    width: 100%;
  }
   .boxFooter01 .ad00 div a.map {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 6em;
    height: 1.8em;
    position: absolute;
    right: 0;
    top: 10.3vw;
    background-color: #8e7663;
    border-radius: 10em;
    font-size: 0.8rem;
    padding-top: 1px;
  }
   .boxFooter01 .ad00 div:nth-of-type(1) {
    text-align: center;
    margin: -4vw 0 1.5em 0;
  }
  .boxFooter02Wrap .ttl {
    width: 100%;
    height: auto;
    padding: 2rem 0;
  }
  .boxFooter02Wrap {
    display: block;
  }
  .boxFooter02Wrap .insta {
    width: 100%;
  }
  .boxFooter03Wrap {
    padding: 4rem 0;
  }
  .boxFooter03>.cont {
    display: flex;
    flex-wrap: wrap;
  }
  .boxFooter03>.cont>ul:nth-child(n+2) {
    margin-left: 0;
  }
  .boxFooter03>.cont>ul>li:nth-child(n+2),
  .boxFooter03>.cont>ul>li>ul>li:nth-child(n+2) {
    margin-top: 1em;
  }
  .boxFooter03>.cont>ul>li {
    font-size: 0.95rem;
  }
  .boxFooter03>.cont>ul {
    width: 45%;
  }
  .boxFooter03>.cont>ul:nth-of-type(2n) {
    margin-left: auto;
  }
  .boxFooter03>.sns {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .boxFooter03>.sns a {
    margin: 0 0.5rem;
  }
  .boxUlHmbMenu01 .boxFooter01Wrap {
    padding-top: 0;
  }
  .boxUlHmbMenu01 .boxFooter01 {
    padding-top: 3rem;
  }
  
}

.ttlBaseH2 {
  text-align: center;
  margin-bottom: 50px;
}
.ttlBaseH2 .ja {
  margin: 45px 30px;
  color: #552825;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.18em;
}
.ttlBaseH2 .en {
  display: block;
  letter-spacing: 0.08em;
  color: #edd3cc;
  font-size: 1rem;
  font-family: "Jost", sans-serif;
  margin-top: 0.7em;
  font-weight: 500;
}

@media only screen and (max-width:750px) {
  .ttlBaseH2 .ja {
    letter-spacing: 0.12em;
    margin: 0;
    font-size: 1.125em;
  }
  .ttlBaseH2 .en {
    font-size: 0.85rem;
  }
   .boxFooter01 .ad00 div a img {
    margin-right: 1vw;
  }
  .boxFooterMap {
    height: 60vw;
  }
   .boxFooter01 .ad00 >div:nth-of-type(2) {
    line-height: 1.6;
  }
  .boxFooterContact01 .ttl {
    font-size: 1.45rem;
  }
  
  
  
  
  
}
.boxHeaderLogo01 .sub br {
  display: none;
}
@media (max-width: 1680px) and (min-width: 751px) {
  .boxHeader01L {
    width: 240px;
  }
  .boxHeader01R {
    width: calc(100% - 240px);
  }
  .boxHeader01R .ulHeaderMenu01 > li .ja {
    font-size: 0.9rem;
  }
  .boxHeaderLogo01 .sub br {
    display: block;
  }
  
  
  
  
}
@media (max-width: 1480px) and (min-width: 751px) {
  .boxHeader01R .ulHeaderMenu01 > li:nth-child(n+2) {
    margin-left: 1.3em;
  }
  .boxHeader01L {
    width: 180px;
  }
  .boxHeader01R {
        width: calc(100% - 240px);
  }
  .boxHeaderLogo01 .sub {
    padding-left: 0;
    font-size: 0.65rem;
  }
  .boxHeader01R .ulHeaderMenu01 > li .en {
    font-size: 0.5rem;
  }
  .boxHeader01R .ulHeaderMenu01 > li .ja {
    font-size: 0.85rem;
  }
  .boxHeader01R {
        width: calc(100% - 180px);
    }
  .boxHeader01R .ulHeaderMenu02 li {
    font-size: 0.85rem;
  }
  
}
.boxHeaderBrandMenu01 {
  background-color: rgba(245,238,235,0.9);
  padding: 50px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 188px;
  z-index: 1;
  display: none;
}
.boxHeaderBrandMenu01 .title {
  color: #87462f;
  font-size: 2.375rem;
  text-align: center;
  margin-bottom: 1em;
  font-weight: normal;
}
.boxHeaderBrandMenu01 .btnIndexBase02 {
  max-width: 150px;
  height: 35px;
  background-color: #fffaf4;
  font-size: 0.85rem;
  justify-content: flex-start;
  padding-left: 1em;
}
.boxHeaderBrandMenu01 .btn_wrap {
  max-width: 1320px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -79px;
}
.boxHeaderBrandMenu01 .box_wrap {
  max-width: 1320px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: -34px;
}
.boxHeaderBrandMenu01 .box_wrap .box {
  width: 23%;
  margin-left: 2.66%;
}
.boxHeaderBrandMenu01 .box_wrap .box:nth-of-type(4n+1) {
  margin-left: 0;
}
.boxHeaderBrandMenu01 .box_wrap .box:nth-child(n+5) {
  margin-top: 40px;
}
.boxHeaderBrandMenu01 .box_wrap .box a {
}
.boxHeaderBrandMenu01 .box_wrap .box .img {
  border-radius: 8px;
  border: 1px solid #f0dbd5;
  overflow: hidden;
  height: 170px;
  background-color: #fff;
  padding: 1em;
}
.boxHeaderBrandMenu01 .box_wrap .box .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.boxHeaderBrandMenu01 .box_wrap .box .p01 {
  font-weight: bold;
  color: #552825;
  margin-top: 1em;
}
.boxHeaderBrandMenu01 .box_wrap .box.other .img img {
  width: 180px;
}
.boxHeaderBrandMenu01 .box_wrap .box.other .img {
  background-color: #b6634b;
  text-align: center;
}

@media only screen and (max-width:1750px) and (min-width:751px) {
  #sb_instagram.sbi_col_7 #sbi_images {
        grid-template-columns: repeat(6, 1fr)!important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-of-type(7) {
    display: none!important;
  }
  
}
@media only screen and (max-width:1580px) and (min-width:751px) {
  #sb_instagram.sbi_col_7 #sbi_images {
        grid-template-columns: repeat(5, 1fr)!important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-of-type(7),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(6) {
    display: none!important;
  }
  
}
/*
@media only screen and (max-width:1400px) and (min-width:751px) {
  #sb_instagram.sbi_col_7 #sbi_images {
        grid-template-columns: repeat(4, 1fr)!important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-of-type(7),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(6),
   #sb_instagram #sbi_images .sbi_item:nth-of-type(5) {
    display: none!important;
  }
  
}
*/
.boxFooterContact01 .img {
  max-width: 750px;
  margin: 0 auto 0 auto;
}

