<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #ffe7c4;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  line-height: 36px;
  background: url(../img/shared/bg_bd.jpg) repeat top center;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 999px){
	main{
		overflow-x: hidden;
	}
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*=============================================
 ******************** header ******************
 *=============================================*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
}

header .logo {
  text-align: center;
  font-size: 28px;
  padding: 20px 10px 10px;
}

header .logo a {
  text-decoration: none;
}

 h1 {
  font-size: 13px;  
  text-align: left;
	position: absolute;
	left: 50px;
	top: 10px;
	z-index: 3;
}

/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.nav-header .logo-nav {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-header .logo-nav img {
  width: 100%;
  height: auto;
}

.nav-header .tel-icon {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid;
  padding-left: 10%;
  width: 210px;
}

.fixed-btn .nav-header {
  opacity: 1;
  visibility: visible;
}

.nav-header .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  max-width: 1000px;
  margin: auto;
}

.nav-header a.nav-main,
.nav-header .sub-nav {
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  color: #221409;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.nav-header a.nav-main::after,
.nav-header .sub-nav::after {
  width: 0%;
  height: 1px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 5%;
  transition: all 0.4s ease;
}

.nav-header li.active a.nav-main::after,
.nav-header li:hover a.nav-main::after,
.nav-header li.active.sub-nav::after {
  width: 90%;
}

.nav-header .sub-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  width: 275px;
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.4s ease;
}

.nav-header .sub-nav::before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  transition: all 0.3s ease;
}

/*=============================================
 ******************* keyvisual ****************
 *=============================================*/
#head-key {
 
}

#key-box {
 
}

#key-box .keyvisual {
  width: 100%;
  height: 100%;
}

#key-box .keyvisual .slide-01 {
  background: url(../img/index/img_slide_01.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

#key-box .keyvisual .slide-02 {
  background: url(../img/index/img_slide_02.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

#key-box .keyvisual li {
  height: 800px;
}

.head-info {
 
  
}

.head-info dl {
 
}

.head-info dl dt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: -12px;
}

.head-info dl dt .tel-icon {
  font-size: 25px;
}

.head-info dl dt .tel-icon span {
  font-size: 24px;
  padding: 0 4px 0 8px;
}

.head-info ul li {
  display: flex;
  
}

.head-info ul li a {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  display: block;
  text-decoration: none;
 
  
  position: relative;
  
}

.head-info ul li.active a,
.head-info ul li:hover a {
  
}

/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 999px) {
  #head-top {
    padding: 0 0 60px;
  }
  .nav-header .nav {
    display: block;
    padding-top: 15%;
    height: auto;
  }
  .nav-header .logo-nav {
    margin: auto;
  }
  .nav-header a.nav-main {
    padding: 5px 22px;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
  }
  .nav-header .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
  }
  .nav-header li.active a.nav-main::before {
    width: 40%;
    height: 1px;
    background: #3b2718;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30%;
  }
  .nav-header a.nav-main span {
    padding: 5px 30px;
  }
  .nav-header a.nav-main::after,
  .nav-header .sub-nav::after {
    display: none;
  }
  .nav-header .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
  }
  .nav-header .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
  }
  .head-info {
    margin-right: 0px;
    display: none;
  }
  #key-box {
    width: 100%;
  }
  .header-box {
    display: flex;
    align-items: center;
  }
  header .logo {
    padding: 10px 0 10px 10px;
    width: 30%;
    max-width: 150px;
  }
 h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 100%;
    line-height: 1.8;
	 left: 0;
  }
  .hamberger-btn {
    display: block;
    overflow: hidden;
  }
  .hamberger-btn::after {

  }
  .hamberger-btn span {
  
  }
  .hamberger-btn span::before,
  .hamberger-btn span::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    content: "";
  }
  .hamberger-btn span::after {
    top: -8px;
  }
  .hamberger-btn span::before {
    top: 8px;
  }
  .nav-header .sub-nav::before {
    display: none;
  }
  .menu-open .hamberger-btn {
    transform: rotate(360deg);
  }
  .menu-open .hamberger-btn span {
    transform: rotate(140deg) translateX(20px);
    top: 5px;
    left: 46%;
  }
  .menu-open .hamberger-btn span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
  }
  .menu-open .hamberger-btn::after {
    content: "CLOSE";
  }
  .menu-open .hamberger-btn span::before {
    opacity: 0;
  }
  .nav-header {
    width: 100%;
    height: 100vh;
    background: #FFF;
    position: fixed;
    top: 0;
    left: -100%;
    transition: left 0.5s ease;
    opacity: 1;
  }
  .menu-open .nav-header {
    left: 0%;
    visibility: visible;
    overflow: auto;
  }
  .js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .hide-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
 h1 {    
    font-size: 2.2vw;
    padding: 5px;
		bottom: 10px;
		top: auto;
		text-align: center;
  }
  .hamberger-btn {
    
  }
  #key-box {
    height: 450px;
  }
  #key-box .keyvisual li {
    height: 450px;
  }
}

/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
  position: relative;
  /*background: url(../img/shared/bg_ft.jpg) repeat;*/
  background: rgba(0, 0, 0, 0.1);
  padding: 48px 0 35px;
}

footer nav {
  text-align: center;
}

footer nav &gt; a {
  margin-right: 15px;
}

footer nav &gt; a + a:before {
  content: "\7C";
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-color: transparent;
}

footer .logo {
  text-align: center;
}

footer dl.tel-ft {
  padding: 10px 0 15px;
  text-align: center;
}

footer dl.tel-ft dt {
  font-weight: bold;
}

footer dl.tel-ft dt .tel-icon {
  font-size: 25px;
}

footer dl.tel-ft dt .tel-icon span {
  font-size: 24px;
  padding: 0 4px 0 8px;
}

footer .info-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}

footer .info-footer dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed;
}

footer .info-footer dl dt {
  font-weight: bold;
}

/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  right: 0;
}

#pagetop:hover {
  opacity: 0.9;
}

#socialbuttons {
  max-width: 350px;
}

address {
  padding: 2px 0 10px;
	font-size: 12px;
	letter-spacing: 0.2em;
}
address span{
	letter-spacing: 0.05em;
}

address span {
  display: block;
}

@media only screen and (max-width: 999px) {
  footer {
    position: relative;
    margin-top: 0;
    padding: 55px 0 70px;
  }
  footer .logo {
    max-width: 250px;
    margin: auto;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin-bottom: 13px;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.3s ease;
		padding-bottom: env(safe-area-inset-bottom);
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
  }
  #fixed-sp ul {
    display: flex;
  }
  #fixed-sp ul li {
    
    
  }
	#fixed-sp ul li:nth-child(1){
		width: 40%;
	}
  #fixed-sp ul li:nth-child(2) {
   width: 15%;
  }
	#fixed-sp ul li:nth-child(3){
		width: 15%;
	}
	#fixed-sp ul li:nth-child(4){
		width: 15%;
	}
	#fixed-sp ul li:nth-child(5){
		width: 15.5%;
	}
  #fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
  }
  
  #pagetop {
    bottom: 55px;
    width: 50px;
    z-index: 98;
  }
}
.bg_parallax {
	position: relative;
	
	overflow: hidden;
}

.bg_parallax .info2 {
	bottom: 0;
	top: auto;
}
.img_parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.img_parallax img {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: 	none) {
	.btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), 	button img,.btn {
	opacity: 1;
	transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
	.btn {
		transition:none !important ;
	-moz-transition:none !important ;
	-webkit-transition:none !important ;	}	
	.over-img img:hover, img.over:hover, /* a:not([href=""]):hover 	img:not(.btn):not(.non-over), */
	a:hover img:not(.btn):not(.non-over), button:hover img {
	cursor: pointer;
	opacity: .8;
	transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}
}
</pre></body></html>