@charset "utf-8";
/*##########################################################*/
/*  Main Style:                															*/
/*    Ver:1.00/001           																*/
/*    Date:2018/11/08        																*/
/*##########################################################*/
/*###################### Main PC sec #######################*/
/*################### Base div ###################*/
/* コンテンツ基本 */
html {
  font-size: 13px;
  scroll-padding-top: 90px;
}
body {
	background-color: #ede7dc;
	font-family: "Zen Kaku Gothic New","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
  font-weight: 400;
  font-style: normal;
	line-height:1;
	color:#3e3e3e;
}
body ul,
body dl {
	font-size:0px;
}
body p,
body small,
body ul li,
body dl dt,
body dl dd {
	font-size:13px;
	line-height:1.6;
  letter-spacing: .06em;
}

/* ドロワーメニュー表示時に背景となるメインコンテンツを固定 */
/* https://lopan.jp/css-animation/drawer/ */
#container.hidden {
  position: absolute;
  inset: 0;
  overflow: auto;
}

/* リンク関連 */
body a {
	color:#000000;
}
body a:hover {
	opacity:0.55;
  transition:0.3s ease-in-out;
}
body a:hover img {
	opacity:0.55;
  transition:0.3s ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}

/* ヘッダー、フッター枠 */
body .common-wrap {
	width:1160px;
	margin-left: auto;
	margin-right: auto;
}
/* コンテンツ部分枠 */
body .content-wrap {
	width:1080px;
	margin-left: auto;
	margin-right: auto;
}
body .content-wrap-narrow {
	width:930px;
	margin-left: auto;
	margin-right: auto;
}

/*################### Common Layout div ###################*/
/* ローディング画面 */
#loader {
  position:fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 30000;
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
  animation: fadeOut 1.5s forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
#loader .sk-chase {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
  animation: sk-chase 2.5s infinite linear both;
}
#loader .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}
#loader .sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}

/* ヘッダー */
header {
  position: fixed;
  width:100%;
  transition: all 0.5s ease;
  z-index: 10000;
}
header.down {
  border-bottom: solid 1px #cbbfbf;
  background-color:#ede7dc;
  transition-delay: 0.5s;
  transition: all 1s ease;
}
header #header-content {
  margin-top: 16px;
  margin-bottom: 16px;
}
header #header-content .common-wrap {
  position: relative;
}
header #header-content #header-logo {
  width:159px;
}
header #header-content #header-logo img.sc-top {
  display: block;
}
header #header-content #header-logo img.sc-down {
  display: none;
}
header.down #header-content #header-logo img.sc-top {
  display: none;
}
header.down #header-content #header-logo img.sc-down {
  display: block;
}

/* PCメニュー */
header #pc-menu {
  position: absolute;
  top:0;
  right:0;
  width: calc(100% - 159px - 30px);
  max-width:580px;
}
header #pc-menu .pc-menu-list {
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #pc-menu .pc-menu-list li {
  font-size:16px;
}
header #pc-menu .pc-menu-list li a {
  color: #fff;
}
header.down #pc-menu .pc-menu-list li a {
  color: #595656;
}
header #pc-menu .pc-menu-list li.reserve {
  width: 150px;
  padding: 2px 4px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
header #pc-menu .pc-menu-list li.reserve:hover {
  opacity: 0.55;
}
header #pc-menu .pc-menu-list li.reserve a {
  color:#595656;
}
header #pc-menu .pc-menu-list li.reserve a:hover {
  opacity: 1;
}
header.down #pc-menu .pc-menu-list li.reserve {
  background-color: #595656;
}
header.down #pc-menu .pc-menu-list li.reserve a {
  display: block;
  color:#fff;
}
header #pc-menu .pc-menu-list li .font-alphabet,
header #pc-menu .pc-menu-list li .font-alphabet {
  font-size:20px;
}
header #pc-menu .pc-menu-list li span {
  vertical-align: baseline;
}

/* SPメニュー */
header #sp-menu {
  display: none;
}
/* SPメニューボタン */
header #sp-menu #menu-buton {
  position: absolute;
  top:28px;
  right:20px;
  padding: 0;
  width: 38px;
  height: 28px;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;  
  z-index: 12000;
}
header #sp-menu #menu-buton .drawer_bar {
  display: block;
  width: 38px;
  height: 3px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  background-color:#fff;
}
header.down #sp-menu #menu-buton .drawer_bar {
  background-color:#5f5c5c;
}
header #sp-menu #menu-buton .drawer_bar1 {
  top: 0;
}
header #sp-menu #menu-buton .drawer_bar2 {
  top: 50%;
}
header #sp-menu #menu-buton .drawer_bar3 {
  top: 100%;
}
header #sp-menu #menu-buton.active .drawer_bar {
  width: 39.6px;
  left: 5px;
  background-color:#5f5c5c;
}
header #sp-menu #menu-buton.active .drawer_bar1 {
  transform: rotate(0.7853981633974483rad) translateY(-50%);
  top: 0px
}
header #sp-menu #menu-buton.active .drawer_bar2 {
  opacity: 0;
}
header #sp-menu #menu-buton.active .drawer_bar3 {
  transform: rotate(-0.7853981633974483rad) translateY(-50%);
  top: calc(100% - 0px);
}

/* SPドロワーメニュー */
header #sp-header-menu {  
  position: fixed;
  top:0px;
  right: 0px;
	width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100%);
  background-color: rgba(237,231,220,0.90);
  background-repeat: no-repeat;
  background-position:right top;
  background-size:contain;
  z-index: 11000;
  overflow: scroll;
}
header #sp-header-menu.open {
  transform: translate(0);
  scrollbar-width: none;    /* スクロールバー対応（Firefox） */
}
header #sp-header-menu .common-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
header #sp-header-menu #menu-content {
  margin-top:40px;
}
header #sp-header-menu #menu-content .sp-menu-list li {
  margin-top:40px;
}
header #sp-header-menu #menu-content .sp-menu-list li:first-child {
  margin-top:0;
}
header #sp-header-menu #menu-content .sp-menu-list li a {
  color:#595656;
}
header #sp-header-menu #menu-content .sp-menu-list li.font-alphabet {
  font-size:23px;
}
header #sp-header-menu #menu-content .sp-menu-list li.reserve {
  display: inline-block;
  width: 150px;
  padding: 3px 6px;
  text-align: center;
  background-color: #595656;
  border-radius: 20px;
  font-size:19px;
}
header #sp-header-menu #menu-content .sp-menu-list li.reserve:hover {
  opacity: 0.55;
}
header #sp-header-menu #menu-content .sp-menu-list li.reserve a {
  display: block;
  color:#fefefe;
}
header #sp-header-menu #menu-content .sp-menu-list li.reserve a:hover {
  opacity: 1;
}
header #sp-header-menu #menu-content .sp-menu-list li.instagram {
  margin-top:50px;
  margin-bottom:50px;
}
header #sp-header-menu #menu-content .sp-menu-list li.reference {
  margin-top:25px;
}
header #sp-header-menu #menu-content .info-data {
  margin-top:40px;
}
header #sp-header-menu #menu-content .info-data .tel,
header #sp-header-menu #menu-content .info-data .map {
  margin-top:20px;
}
header #sp-header-menu #menu-content .info-data .map {
  text-decoration: underline;
}
header #sp-header-menu #menu-content .info-data .map:before {
  content: '';
  position: relative;
  top:6px;
  left:-5px;
  display: inline-block;
  width: 13px;
  height: 19px;
  background-image: url("../img/com00-ic920.png");
  background-size: contain;
}
header #sp-header-menu.open::-webkit-scrollbar {    /* スクロールバー対応（Chrome,Safari,Edge）*/
  display:none;
}

/* フッター */
footer {
  margin-top: 150px;
  background-color: #d0c0a6;
}
footer #footer-content {
  padding-top: 80px;
  padding-bottom: 20px;
}
footer #footer-content #footer-data {
  display: flex;
  justify-content: space-between;
}
footer #footer-content #footer-data #footer-info .info-data {
  margin-top:20px;
}
footer #footer-content #footer-data #footer-info .info-data .tel {
  margin-top:15px;
}
footer #footer-content #footer-data #footer-info .info-data .map {
  margin-top:10px;
}
footer #footer-content #footer-data #footer-info .info-data .map {
  text-decoration: underline;
}
footer #footer-content #footer-data #footer-info .info-data .map:before {
  content: '';
  position: relative;
  top:6px;
  left:-5px;
  display: inline-block;
  width: 13px;
  height: 19px;
  background-image: url("../img/com00-ic920.png");
  background-size: contain;
}
footer #footer-content #footer-data #footer-menu .footer-sns-list {
  display: flex;
  justify-content: flex-end;
}
footer #footer-content #footer-data #footer-menu .footer-sns-list li.reserve {
  display: inline-block;
  width: 150px;
  margin-left:50px;
  padding: 3px 6px;
  text-align: center;
  background-color: #595656;
  border-radius: 20px;
  font-size:19px;
}
footer #footer-content #footer-data #footer-menu .footer-sns-list li.reserve:hover {
  opacity: 0.55;
}
footer #footer-content #footer-data #footer-menu .footer-sns-list li.reserve a {
  display: block;
  color:#fefefe;
}
footer #footer-content #footer-data #footer-menu .footer-sns-list li.reserve a:hover {
  opacity: 1;
}
footer #footer-content #footer-data #footer-menu .footer-menu-list {
  display: flex;
  justify-content: flex-end;
  margin-top:40px;
}
footer #footer-content #footer-data #footer-menu .footer-menu-list li {
  font-size:17px;
  margin-left:30px;
}
footer #footer-content #footer-data #footer-menu .footer-menu-list li:first-child {
  margin-left:0;
}
footer #footer-content #footer-data #footer-menu .footer-reference-list li {
  margin-top:10px;
}
footer #footer-content #footer-credit {
  margin-top:40px;
  text-align: center;
}
footer #footer-content #footer-credit small {
  font-size: 12px;
  line-height: 1.2;
}

/* コンテンツ初期フェード */
.fade {
  transition: all 1500ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 200px);
}
.fade-in {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.fade-end {
  transition:none ;
}

/*###################### Main PC sec #######################*/
/*################### Components div ###################*/
/* マージン */
.MT05 {
	margin-top:5px !important;
}
.MT10 {
	margin-top:10px !important;
}
.MT15 {
	margin-top:15px !important;
}
.MT20 {
	margin-top:20px !important;
}
.MT30 {
	margin-top:30px !important;
}
.MT40 {
	margin-top:40px !important;
}
.MT50 {
	margin-top:50px !important;
}
.MT60 {
	margin-top:60px !important;
}
.MT80 {
	margin-top:80px !important;
}
.MT100 {
	margin-top:100px !important;
}
.ML10 {
	margin-left:10px !important;
}
.ML15 {
	margin-left:15px !important;
}
.ML20 {
	margin-left:20px !important;
}
.MB00 {
	margin-bottom:0px !important;
}
.MB20 {
	margin-bottom:20px !important;
}
.MB40 {
	margin-bottom:40px !important;
}
.PB00 {
	padding-bottom:0px !important;
}

/* 文字 */
.font-alphabet {
  font-family: "brandon-grotesque", Georgia,"Times New Roman", Times, "ヒラギノ明朝 ProN","Hiragino Mincho ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro","ＭＳ Ｐ明朝","MS PMincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
	font-weight:bold !important;
}
.text-bold {
	font-weight:bold !important;
}
.text-underline {
	text-decoration: underline;
}

/* 文字位置 */
.text-AC {
	text-align:center;
}
.text-AL {
	text-align:left;
}
.text-AR {
	text-align:right;
}
.text-IDT01 {
	text-indent: -1em;
	margin-left: 1em;
}
.text-IDT02 {
	text-indent: 1em;
}
.text-IDT03 {
	text-indent: -2.6em;
	margin-left: 3em;
}
.text-color00 {
  color: #000 !important;
}

/* 文字サイズ */
.FS14 {
	font-size:14px;
}
.FS16 {
	font-size:16px;
}
.FS18 {
	font-size:18px;
}
.FS26 {
	font-size:26px;
}
.FS40 {
	font-size:40px;
}

/* サイズ毎表示 */
.PC-Disp {
	display: block;
}
.PCTB-Disp {
	display: block;
}
.PCTB-Disp2 {
	display: block;
}
.TB-Disp {
	display: none;
}
.TBSP-Disp {
	display: none;
}
.SP-Disp {
	display: none;
}
.SP-Disp2 {
display: none;
}
.TBSP-iDisp {
	display: none !important;
}

/*###################### Middle2 PC sec  #######################*/
@media (max-width:1200px){
	/*################### Common Layout div ###################*/
  /* コンテンツ部分枠 */
  body .common-wrap {
    width:calc(100% - 40px);
  }
}
/*###################### Middle3 PC sec  #######################*/
@media (max-width:1120px){
	/*################### Common Layout div ###################*/
  /* コンテンツ部分枠 */
  body .content-wrap {
    width:calc(100% - 40px);
  }
}

/*###################### Middle4 PC sec  #######################*/
@media (max-width:970px){
	/*################### Common Layout div ###################*/
  /* コンテンツ部分枠 */
  body .content-wrap-narrow {
    width:calc(100% - 40px);
  }
}

/*###################### Tablet sec #######################*/
@media (max-width:960px){
  /*################### Components div ###################*/
	/* サイズ毎表示 */
	.PC-Disp {
		display: none;
	}
	.PCTB-Disp {
		display: block;
	}
	.PCTB-Disp2 {
		display: block;
	}
	.TB-Disp {
		display: block;
	}
	.TBSP-Disp {
		display: block;
	}
	.SP-Disp {
		display: none;
	}
	.SP-Disp2 {
		display: none;
	}
	.TBSP-iDisp {
		display:inline-block !important;
	}
}

/*###################### S-Phone sec #######################*/
@media (max-width : 768px){
  /* ヘッダー */
  header #pc-menu {
    display: none;
  }
  /* メニューボタン */
  header #sp-menu {
    display: block;
  }
  
  /* フッター */
  footer #footer-content #footer-data {
    display:block;
    width:100%;
    text-align: center;
  }
  footer #footer-content #footer-data #footer-menu {
    margin-top:40px;
  }
  footer #footer-content #footer-data #footer-menu .footer-sns-list,
  footer #footer-content #footer-data #footer-menu .footer-menu-list,
  footer #footer-content #footer-data #footer-menu .footer-reference-list {
    justify-content:center;
  }
}

/*###################### S-Phone sec #######################*/
@media (max-width : 600px){
  /*################### Components div ###################*/
	/* サイズ毎表示 */
	.PC-Disp {
		display: none;
	}
	.PCTB-Disp {
		display: none;
	}
	.PCTB-Disp2 {
		display: block;
	}
	.TB-Disp {
		display: none;
	}
	.TBSP-Disp {
		display: block;
	}
	.SP-Disp {
		display: block;
	}
	.SP-Disp2 {
		display: none;
	}
	.TBSP-iDisp {
		display:inline-block !important;
  }
}

/*###################### S-Phone sec #######################*/
@media (max-width : 480px) {
	/*################### Common Layout div ###################*/
  /* フッター */
  /* フッター */
  footer {
    margin-top: 75px;
  }
  footer #footer-content #footer-data #footer-menu .footer-menu-list,
  footer #footer-content #footer-data #footer-menu .footer-reference-list {
    display: block;
    width:100%;
  }
  footer #footer-content #footer-data #footer-menu .footer-menu-list li,
  footer #footer-content #footer-data #footer-menu .footer-reference-list li {
    margin-left: 0;
    margin-top:15px;
  }
  footer #footer-content #footer-data #footer-menu .footer-menu-list li:first-child {
    margin-top: 0;
  }
  
	/* サイズ毎表示 */
	.PCTB-Disp2 {
		display: none;
	}
 	.SP-Disp2 {
		display: block;
	}
 
}