@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: #583c34;
}
.font-mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fcf4e1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  color: var(--base-txt-black);
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
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: 0;
  }
}

#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;*/
	margin-top: 80px;
}
@media all and (max-width: 750px){
  .boxHeader {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
		margin-top: 0;
  }
}

.boxHeader01 {
	width: 230px;
	min-width: inherit;
	margin: 0 80px 0 80px;
	text-align: center;
}
@media all and (max-width: 750px){
  .boxHeader01 {
    height: auto;
		width: 33.6vw;
		margin: 4.5vw 0 0 6.2vw
  }
}

.boxHeader01L {
	margin-bottom: 58px;
}
@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: static;
    width: 100%;
  }
}

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

.boxHeader01R .ulHeaderMenu01 {
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.boxHeader01R .ulHeaderMenu01 > li {
	display: block;
}
.boxHeader01R .ulHeaderMenu01 > li:nth-child(n+2) {
	margin-top: 0.9em;
}
.boxHeader01R .ulHeaderMenu01 > li .en {
	font-size: 0.66em;
	opacity: 0.53;
	display: block;
	margin-top: 0.4em;
	letter-spacing: 0.05em;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.boxHeader01R .ulHeaderMenu01 > li:after {
  content: none;
  position: absolute;
  top: 1.56em;
  left: 0;
  right: 0;
  width: 0.49em;
  height: 0.49em;
  margin: auto;
  border-radius: 0.49em;
  background-color: #f0e75b;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.boxHeader01R .ulHeaderMenu01 > li.current:after,
.boxHeader01R .ulHeaderMenu01 > li:hover:after {
  opacity: 1;
}


.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;
}
.boxHeader02R {
	display: flex;
	margin-top: 3.625rem;
	justify-content: center;
}
.boxHeader02R a {
	width: 69px;
	height: 69px;
	border-radius: 16px;
	font-size: 0.9375rem;
	color: #9d8878;
	font-weight: bold;
	padding-top: 45px;
	background: url("../../images/common/svg/shop.svg") no-repeat center 35%;
	background-color: #fff;
	background-size: 42px;
}
.boxHeader02R a:nth-of-type(2) {
	background-image: url("../../images/common/svg/cart.svg");
	background-size: 34px;
}
.boxHeader02R a:nth-of-type(3) {
	background-image: url("../../images/common/svg/recruit.svg");
	background-size: 20px;
}
.boxHeader02R a:nth-child(n+2) {
	margin-left: 6%;
}

/***** 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: 5vw;
    right: 4vw;
    display: -webkit-flex;
    display: flex;
    width: 8.5vw;
    height: 4.6vw;
    background-color: transparent;
		z-index: 1005;
  }
	.btnHmbMenu.typeCss01.statusOpen span {
		background-color: #fff!important;
	}
}

.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%;
		position: relative;
  }
	.btnHmbMenuIn:after {
		content: "menu";
		font-size: 3.05vw;
		white-space: normal;
		color:#fff;
		font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
		position: absolute;
		left: 0;
		bottom: -1.7em;
	}
	.statusOpen .btnHmbMenuIn:after {
		color: #fff!important;
	}
	body.scroll_cont .btnHmbMenuIn:after { 
		color: #583c34;
		}
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
		background-color: #fff;
		height: 1px;
		transition: all 0.5s;
  }
	body.scroll_cont .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
		background-color: #583c34;
	}
	.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
		width: 70%;
	}
	
}

.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(2.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);
		width: 100%;
  }
}

.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;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    padding: 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 .en {
		display: none;
	}
}

.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;
  }
}


.boxContentHeaderWrap {
	position: absolute;
	right: 0;
	top: 170px;
	width: calc(100% - 310px);
	padding-left: 80px;
}
.boxContentHeader {
	display: flex;
	align-items: center;
	position: relative;
}
.boxContentHeader .ttl01 {
	color: #684634;
	letter-spacing: 0.2em;
	font-size: 3.125rem;
	margin-bottom: 65px;
}
.boxContentHeader .ttl01 .en {
	letter-spacing: 0.09em;
	font-size: 0.34em;
	opacity: 0.7;
	display: block;
	padding-left: 0.5em;
}
.boxContentHeader .tel {
	width: 16em;
	text-align: center;
	margin: 0 180px 0 auto;
}
.boxContentHeader .tel a {
	color: #684634;
	font-size: 1.75rem;
	letter-spacing: 0.2em;
}
.boxContentHeader .tel span {
	display: block;
	color: #9d8878;
	font-size: 0.875rem;
}
.boxContentHeader .hmbBtn {
	width: 115px;
	height: 115px;
	background: url("../../images/common/bg-hmb01.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 40px;
	cursor: pointer;
	z-index: 11;
}
.boxContentHeader .hmbBtn:after {
	content: "menu";
	letter-spacing: 0.12em;
	font-size: 0.95rem;
	color: #fff;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 30px;
	font-weight: normal;
	text-align: center;
}
.boxContentHeader .hmbBtn span {
	width: 42px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.5s;
}
.boxContentHeader .hmbBtn span:nth-of-type(1) {
	top: 39px;
}
.boxContentHeader .hmbBtn span:nth-of-type(2) {
	top: 48px;	
}
.boxContentHeader .hmbBtn span:nth-of-type(3) {
	width: 25px;
	top: 57px;
	transform: translateX(-8px);
}
.boxContentHeader .hmbBtn.active span:nth-of-type(3) {
	opacity: 0;
}
.boxContentHeader .hmbBtn.active span:nth-of-type(1) {
	transform: translateY(6px) rotate(-45deg);
	width: 36px;
	top: 37px;
}
.boxContentHeader .hmbBtn.active span:nth-of-type(2) {
	transform: translateY(-6px) rotate(45deg);
	width: 36px;
}





/*##### Mv #####*/
.boxMvWrap {
  padding-top: 387px;
  background-image: url("../../images/common/bg-mv01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
	border-top-left-radius: 34px;
	border-bottom-left-radius: 34px;
}


@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;
  /*font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  /*padding-top: 2.2em;*/
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  /*font-weight: 400;*/
  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.2em;
  font-size: 3.0rem;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    font-size: 1.4rem;
  }
}

.ttlMv .ttlEn {
  /*
  margin-right: 0.5em;
  line-height: 0.85;
  letter-spacing: normal;
  font-family: Jost, sans-serif;
  font-size: 8.0rem;*/
}
@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 {
  padding: 70px 0 0 0;
}
@media all and (max-width: 750px){
  .boxFooterWrap {
    padding-top: 3.75rem;
  }
}

.boxCopyrightWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.5em;
	font-size: 0.75rem;
	color: #fff;
  background-color: #f97728;
}
@media all and (max-width: 750px){
  .boxCopyrightWrap {
    height: 3.0em;
  }
}

.boxCopyright {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
@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 8.0em 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 2.5em 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@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;
  }
}

.boxIndexMain {
	display: none;
}
body.home .boxIndexMain {
	display: block;
	width: calc(100% - 310px);
	margin-left: auto;
	margin-top: 80px;
	background: url("../../images/index/img-main01.png") no-repeat center top;
	background-size: cover; 
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
}
body.home header {
	display: flex;
}

/*##### Common Contents #####*/
.boxFlex {
	flex-wrap: wrap;
	display: flex;
}
.ttlBaseH2 {
	font-size: 2.25rem;
	letter-spacing: 0.18em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.2em;
}
.ttlBaseH2 .en {
	display: block;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: normal;
	letter-spacing: 0.09em;
	font-size: 0.388em;
	opacity: 0.53;
	margin-top: 1em;
}
.boxInview {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s ease;
}
.boxInview.show {
	opacity: 1;
	transform: translateY(0);
}
.btnBaseOrange01 {
	padding-bottom: 1px;
	color: #fff;
	font-weight: bold;
	border-radius: 10em;
	font-size: 1.435rem;
	background: url("../../images/common/bg-btn-orange01.png") no-repeat center top;
	background-size: cover;
	width: 290px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	line-height: 1;
}
@media only screen and (min-width:751px) {
	.btnBaseOrange01 {
		padding-top: 3px;
	}
}
.ulListCat,.ulBaseListCat {
	display: flex;
}
.ulListCat li,.ulBaseListCat > li {
	font-size: 0.8125rem;
	font-weight: bold;
	width: 6.7em;
	height: 1.75em;
	border-radius: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	line-height: 1;
}
.ulListCat li:nth-child(n+2),.ulBaseListCat li:nth-child(n+2) {
	margin-left: 0.5em;
}
.boxFooterContactWrap {
	padding: 5.93rem 0;
	background: url("../../images/common/bg-footer-contact.png") no-repeat left top;
	background-size: cover;
}
.boxFooterContact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.boxFooterContact .ttl {
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	color: #9d8878;
	letter-spacing: 0.22em;
	margin-right: auto;
}
.boxFooterContact .ttl .en {
	font-size: 5.355rem;
	color: #fff;
	letter-spacing: 0.1em;
	margin-right: 1.5rem;
}
.boxFooterContact .tel {
	text-align: center;
	margin-right:2%;
}
.boxFooterContact .tel a {
	font-size: 3rem;
	letter-spacing: 0.2em;
	color: #684634;
	width: 9em;
	display: block;
}
.boxFooterContact .tel span {
	display: block;
	text-align: center;
	color: #9d8878;
}
.boxFooterContact .btnContact01 {
	width: 460px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7c6f52;
	font-weight: bold;
	font-size: 1.375rem;
	background-color: #fff;
	border-radius: 10em;
}
.boxFooterContact .btnContact01 span {
	padding-left: 70px;
	background: url("../../images/common/svg/mail.svg") no-repeat left center;
	background-size: 45px;
}
.boxFooter01 {
	display: flex;
	padding-bottom: 100px;
}
.boxFooter01 .f01 {
	flex-shrink: 0;
}
.boxFooter01 .f01 .logo {
	margin-bottom: 1.1rem;
	max-width: 226px;
}
.boxFooter01 .f02 .sns {
	margin-right: 4.5rem;
	padding-top: 0.3rem;
}
.boxFooter01 .f02 .sns a {
	display: block;
	width: 23px;
	margin: auto;
}
.boxFooter01 .f02 .sns a:nth-child(n+2) {
	margin-top: 25px;
}
.boxFooter01 .f02 {
	display: flex;
	margin-top: 3.5rem;
}
.boxFooter01 .f02 .name {
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 0.8em;
}
.boxFooter01 .f02 .address {
	margin-bottom: 55px;
	line-height: 1.75;
}
.boxFooter01 .f02 .link div a {
	padding: 10px 0 10px 46px;
	display: inline-block;
	background: url("../../images/common/footer-icn01.svg") no-repeat left center;
	background-size: 34px;
	font-weight: bold;
	line-height: 1;
}
.boxFooter01 .f02 .link div .link02 {
	background-image: url("../../images/common/footer-icn02.svg");
	margin-top: 0.8em;
	color: #d15910;
}
.boxFooter01 .f02 .link div .link03 {
	background-image: url("../../images/common/footer-icn03.svg");
	margin-top: 0.8em;
	color: #448534;
}
.boxFooter01 .f03 {
	display: flex;
	width: 100%;
	margin-left: 5%;
	justify-content: flex-end;
	padding-top: 48px;
}
.boxFooter01 .f03 dl:nth-child(n+2) {
	margin-left: 3%;
}
.boxFooter01 .f03 dl dt {
	letter-spacing: 0.16em;
	position: relative;
	margin-bottom: 1em;
	padding-left: 1rem;
}
.boxFooter01 .f03 dl dt:before {
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-radius: 10em;
	background-color: #dec388;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.boxFooter01 .f03 dl dd {
}
.boxFooter01 .f03 dl dd ul {
	padding-left: 1rem;
}
.boxFooter01 .f03 dl dd ul li {
	font-size: 0.875rem;
	color: #9d8878;
}
.boxFooter01 .f03 dl dd ul li:nth-child(n+2) {
	margin-top: 0.8em;
}
.boxFooterMap {
	position: relative;
	line-height: 0;
}
.boxFooterMap:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(209,194,175,1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	mix-blend-mode: color;
	pointer-events: none;

}
.boxFooterMap iframe {
  width: 100%;
  height: 460px;
	filter: sepia(35%) grayscale(50%);
	transition: all 0.7s ease;
	outline: none;

}
.pageTop02 {
	text-align: center;
	transition: all 0.8s ease;
	transform: translateY(100%);
	max-width: 183px;
	margin: -180px auto 0 auto;
}
@media only screen and (min-width:1851px) {
	.pageTop02 {
		margin-top: -269px;
	}
}
.pageTop02 img {
	cursor: pointer;
}
.pageTop02.show {
	transform: translateY(27%);
}
.upToTop {
	display: none;
}
.boxContentBg {
	width: 100%;
	height: 100vh;
	background: url("../../images/common/contents-bg01.png") no-repeat left top;
	background-size: cover;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	transition: all 0.5s ease;
	opacity: 0;
}
.content_bg .boxContentBg {
	opacity: 1;
}
body.home .boxIndexMain {
	transition: all 2s;
	/*filter: saturate(15%);*/
	filter: saturate(100%);
}
body.home.home_mv .boxIndexMain {
	filter: saturate(100%);
}
img.img_radius {
	border-radius: 1rem;
}
.boxDlList {
	
}
.boxDlList dl {
	padding-bottom: 1.1rem;
	margin-bottom: 1.1rem;
	border-bottom: 1px solid #d7ccbe;
	line-height: 1.6;
	display: flex;
}
.boxDlList dt {
	width: 10em;
	position: relative;
	padding-left: 2.68em;
}
.boxDlList dt:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 10em;
	background-color: #dec388;
	position: absolute;
	left: 15px;
	top: 0.5em;
}
.boxDlList dd {
	width: calc(100% - 10em);
}
.ttlBaseH3 {
	color: #583c34;
	font-weight: bold;
	font-size: 2rem;
	margin: 1.1em 0 0.8em 0;
	padding-left: 30px;
	position: relative;
}
.ttlBaseH3:before {
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-radius: 10em;
	background-color: #dec388;
	position: absolute;
	left: 6px;
	top: 0.5em;
}
.ttlBaseH3 .en {
	display: block;
	letter-spacing: 0.05em;
	font-size: 0.4375em;
	opacity: 0.7;
	color: #684634;
	margin-top: 0.5em;
}
.ttlBaseH4 {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 1em;
	display: flex;
	align-items: flex-start;
}
.ttlBaseH4 span {
	flex-shrink: 0;
	padding-right: 0.5em;
	padding-left: 0.8em;
	position: relative;
}
.ttlBaseH4 span:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 10em;
	background-color: #dec388;
	position: absolute;
	left: 0;
	top: 0.5em;	
}
.ttlBaseH4:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #d6c4ab;
	margin-top: 0.55em;
}
.boxHeaderPcToggle {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	height: 100%;
}
.boxHeaderPcToggle.active {
}
.boxHeaderPcToggle .boxFooterWrap {
	background-color: rgba(255,255,255,0.95);
	padding-top: 208px;
	height: 100%;
}
.boxHeaderPcToggle .boxFooter01 .f03 {
	justify-content: center;
}

@media only screen and (max-width:1750px) and (min-width:751px) {
	.boxFooterContact .ttl,.boxFooterContact .ttl .en {
		display: block;
		line-height: 1.1;
		text-indent: -1rem
	}
}
@media only screen and (max-width:1850px) and (min-width:751px) {
	.boxFooter01 .f03 {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.boxFooter01 .f03 dl {
		margin-bottom: 2rem;
		margin-left: 0!important;
		margin-right: 3%;
	}
	
	
}
@media all and (max-width: 750px){
	.boxHeader01R,.boxHeader02R {
		display: none;
	}
	.boxHeader01L {
		margin: 0;
	}
	body.home .boxIndexMain {
		width: 100%;
		height: 157.3vw;
		margin: 0;
		border-radius: 0;
		padding: 0;
		background: url("../../images/index/img-main01sp.jpg") no-repeat;
		background-size: cover;
	}
	.boxFlex {
		display: block;
	}
	.ulHmbMenu01 {
		position: relative;
		z-index: 1;
	}
	.ttlBaseH2 {
		font-size: 2rem;
		margin-bottom: 1.5em;
		/*margin-bottom: 0.15em;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 1.5rem;*/
	}
	.ttlBaseH2 .en {
		font-size: 0.458em;
		/*font-size: 0.75rem;
		letter-spacing: 0.08em;*/
	}
	.boxDlList dl {
		display: block;
	}
	.boxDlList dd,.boxDlList dt {
		width: 100%;
		padding-left: 2.68em;
	}
	.boxDlList dd {
		margin-top: 0.5em;
	}
	.ttlBaseH3 {
    font-size: 1.58rem;
    margin: 0.5em 0;
    padding-left: 1em;
	}
	.ttlBaseH3:before {
    width: 0.31em;
    height: 0.31em;
}
	.boxIndex02 .slide {
		padding: 0;
	}
	.boxFooterContactWrap {
		padding: 4.375rem 0;
	}
	.boxFooterContact {
		display: block;
	}	
	.boxFooterContact .ttl .en {
		margin: 0 0 0.5rem 0;
		display: block;
		text-align: center;
		font-size: 4.44rem;
	}
	.boxFooterContact .ttl {
		display: block;
		text-align: center;
		line-height: 1;
		font-size:1.16rem;
	}
	.boxFooterContact .btnContact01 {
		width: 76vw;
		height: 13vw;
		font-size: 1.34rem;
		margin: auto;
	}
	.boxFooterContact .btnContact01 span {
		padding-left: 4.3rem;
	}
	.boxFooterContact .tel a {
		font-size: 2.75rem;
		margin: auto;
		letter-spacing: 0.18em;
	}
	.boxFooterContact .tel {
		text-align: center;
		margin: 2rem 0 2.3rem 0;
	}
	.boxFooter01 .f01 {
		width: 100%;
	}
	.boxFooter01 .f01 .logo {
		margin: 0 auto 1.2rem auto;
		max-width: 45vw;
	}
	.boxFooter01 .f01 .address {
		text-align: center;
		line-height: 1.8;
	}
	.boxFooter01 {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	.boxFooter01 .f02 {
		margin-left: 0;
		width: 100%;
		padding-top: 1rem;
		justify-content: center;
		margin-top: 2rem;
	}
	.boxFooter01 .f02 .sns {
		margin-right: 2.5rem;
	}
	.boxFooter01 .f02 .address {
		margin-bottom: 3rem;
	}
	.boxFooter01 .f02 .link div a {
		font-size: 1.16rem;
		background-size: 2.5rem;
	}
	.boxFooter01 .f03 {
		margin: 0;
		padding-top: 4.58rem;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.boxFooter01 .f03 dl {
		width: 46.5%;
		margin: 0 0 0 7%!important;
		border-top: 1px solid rgba(157,135,120,0.4);
		padding-top: 1.5rem;
	}
	.boxFooter01 .f03 dl:nth-child(n+3) {
		margin-top: 2.5rem!important;
	}
	.boxFooter01 .f03 dl:nth-of-type(2n+1) {
		margin-left: 0!important;
	}
	.boxFooter01 .f03 dl dt {
		font-size: 1.266rem;
	}
	.pageTop02.show	{
			transform: translateY(33%);
		margin-top: -96px;
	}
	.boxContentHeader .hmbBtn {
		display: none;
	}
}
.logo01Header {
	margin: auto;
	max-width: 138px;
}
.boxHeaderSp01 {
	display: none;
}
.boxHeaderSpIndex {
	display: none;
}
.btnBaseWhite01 {
	position: relative;
	opacity: 1!important;
}
.btnBaseWhite01:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.1s;
	border: 0 solid #fd8624;
	box-sizing: border-box;
	z-index: 0;
	pointer-events: none;
	border-radius: 10em;
}
.btnBaseWhite01:hover:after {
	opacity: 1;
	border-width: 3px;
}


@media all and (max-width: 750px){
	body:not(.home) .boxHeaderSp01 {
		display: flex;
		align-items: center;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		padding: 0 0 0 5%;
		height: 17.3vw;
	}
	body:not(.home).scroll_cont .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
		background-color: #fff!important;
	}
	body:not(.home) .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
		    transform: translateY(calc(-2.6vw + 0.8vw / 2)) rotate(45deg);
	}
	body:not(.home).scroll_cont_sp .boxHeaderSp01 {
		background: url("../../images/common/bg-header_sp.png") no-repeat;
		background-size: cover;
		box-shadow: 0 0 12px rgba(203,101,11,0.11);
	}
	body:not(.home) .btnHmbMenuIn:after {
		content: none!important;
	}
	body:not(.home) .btnHmbMenu {
		width: 12.53vw;
		height: 12.53vw;
		border-radius: 10em;
		background: url("../../images/common/bg-header-menu_sp.png") no-repeat;
		background-size: cover;
		top: 2.82vw;
	}
	body:not(.home) .btnHmbMenu.typeCss01 .btnHmbMenuIn {
		width: 6.5vw;
    height: 4vw;
	}	
	body:not(.home) .boxHeader01 {
		display: none;
	}
	body.home .boxHeader {
		width: 23.6vw;
	}
	.boxHeaderSp01 .logo {
		width: 35vw;
	}
	.boxHeaderSp01 .tel {
		width: 12.53vw;
		height: 12.53vw;
		border-radius: 10em;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: 19vw;
		top: 2.8vw;
	}
	.boxHeaderSp01 .tel img {
		width: 6.13vw;
	}
	.boxContentHeader .tel {
		display: none;
	}
	.boxContentHeader .ttl01 {
		font-size: 2.25rem;
		margin-top: 1em;
		margin-bottom: 1.1em;
	}
	.boxContentHeader .ttl01 .en {
		font-size: 0.4em;
	}
	body.home .boxHeaderSpIndex {
		display: flex;
		position: fixed;
		width: 100%;
		height: 17vw;
		align-items: center;
		background-color: #fcf0d1;
		z-index: 10;
		padding: 0 0 0 4.4vw;
		transition: all 0.5s;
		transform: translateY(-100%);
	}
	body.home.scroll_cont_sp .boxHeaderSpIndex {
		transform: translateY(0);
	}
	body.home .boxHeaderSpIndex .ttl_logo {
		width: 35vw;
		display: flex;
		align-items: center;
	}
	body.home .boxHeaderSpIndex .ttl_logo img {
		width: 100%;
	}
	body.home .boxHeaderSpIndex .boxHeader02R {
		display: flex;
		margin-top: 0;
		margin: 0 17vw 0 auto;
	}
	body.home .boxHeaderSpIndex .boxHeader02R a {
		width: 13vw;
		height: 13vw;
		padding-top: 8vw;
		text-align: center;
		background-size: 7.86vw;
	}
	body.home .boxHeaderSpIndex .boxHeader02R a:nth-of-type(2) {
		background-size: 6.3vw;
	}
	body.home .boxHeaderSpIndex .boxHeader02R a:nth-of-type(3) {
		background-size: 4.3vw;
	}
	.upToTop {
		transition: all 0.5s;
	}
	.upToTop.is-hidden {
		opacity: 0;
		visibility: hidden;
	}
	
}
body:not(.home) .boxContentHeader .tel {
	margin: 0 338px 0 auto
}
.boxHeaderPage01 {
	margin: 0;
	position: absolute;
	right: 184px;
}
.boxHeaderPage01 a {
	text-align: center;
}
.boxHmbMenu {
	background: url("../../images/common/contents-bg01.png") no-repeat left top;
	background-size: cover;
	height: 100%;
	padding-bottom: 5rem;
}
.boxHmbMenu .boxFooter01 .f03 {
	padding: 3rem 0 4.58rem 0;
}
.boxHmbMenu.statusOpen {
	
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span {
	background-color: #583c34!important;
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn:after {
	color: #583c34!important;
}


@media only screen and (max-width: 1440px) and (min-width: 751px) {
	.boxHeader {
		margin-top: 40px;
	}
	.boxHeader01 {
		width: 160px!important;
		margin: 0 80px 0 40px;
	}
	
	body.home .boxIndexMain {
    display: block;
    width: calc(100% - 160px);
		margin-top: 40px;
	}
	.boxContentHeaderWrap {
    top: 80px;
    width: calc(100% - 160px);
	}
	.boxHeader01R .ulHeaderMenu01 > li {
		font-size: 1rem;
	}
	.boxHeaderLogo01 .ttlHeader {
		width: 120px;
		margin: auto;
	}
	.boxMvWrap {
		padding-top: 344px;
	}
	.boxFooterContact .ttl .en {
    font-size:4.5rem;
		margin-top: -1%;
	}
	.boxFooterContact .tel a {
		font-size: 2.8rem;
	}
	.boxHeaderPcToggle .boxFooter01 .f03 {
		margin-left: 0;
		width: 100%;
	}
	.boxHeaderPcToggle .boxFooter01 {
		margin-left: 0;
		width: calc(100% - 80px);
	}
	
	
}
@media only screen and (max-width: 1080px) {
	.boxFooterMap:before {
		content: none;
	}
}
/*
.wf-loading {
    opacity: 0;
}
*/
_::-webkit-full-page-media, _:future, :root .boxFooterMap:before {
	content: none;
}




