@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200');

.clearfix{
  overflow:hidden; 　　　　
  zoom:1;
}

.cleafix:after{
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp,
.sp-inline{
  display: none;
}

#spnav{
  display: none;
}

.wf{
  letter-spacing: 1px;
  color: #FFFFFF;
    font-family:'Josefin Sans', sans-serif, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wf-tit{
  color: #FFFFFF;
  font-size: 60px;
  font-family:'Montserrat', sans-serif, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wf-st{
  text-align: center;
  font-size: 34px;
  letter-spacing: -1px;
  font-family:'Montserrat', sans-serif, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sst{
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

.attention{
  color: firebrick;
}

a{
	color: #333333;
  text-decoration: none;
	}
a:hover{
	color:#999999;
	}
a.hover:hover{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
	zoom:1;
  }
  
a[href="tel:"] {
    pointer-events: none;
  }

.btnbox{
  margin:50px 25px 50px 0;
}

a.btn {
display: block;
margin: 0 auto;
width: 250px;
padding: 14px;
border: 1px solid #343434;
text-align: center;
text-decoration: none;
font-size: 13px;
overflow: hidden;
will-change: transition;
transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.btn:hover{
  background: #efefef;
  color: #343434;
}

a.btn-w {
display: block;
margin: 0 auto;
width: 250px;
padding: 14px;
background: #FFFFFF;
text-align: center;
text-decoration: none;
font-size: 13px;
overflow: hidden;
will-change: transition;
transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.btn-w:hover{
  background: #efefef;
  color: #343434;
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 12px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.arrow-w::before{
right: -215px;
width: 7px;
height: 7px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.arrow-b::before{
right:-190px;
width: 7px;
height: 7px;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.txt-cent{
  display: block;
  text-align: center;
  margin: 0 0 60px 0;
}

.udlink{
  text-decoration: underline;
}

body{
  /* overflow-x: scroll; */
}

header{
  position: absolute;
  z-index: 99;
  left:0;
  top: 0;
  width: 100%;
  min-width: 1024px;
  margin: 35px auto;
  padding: 0 50px;
}

header h1{
  display: block;
}

header ul{
  position: absolute;
  top: -20px;
  right: 0;
}

header ul li{
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  line-height: 3;
}

header ul li.contact-form{
  width:240px;
  height: 65px;
  background: #f19149;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

header ul li.contact-form:hover{
  background: #eb9d62;
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

header ul li.contact-form a{
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 2.9px;
}

header ul li.contact-form a span{
  font-size: 14px;
}

header ul li a{
  display: block;
  margin: 14px 13px;
  letter-spacing: 2.5px;
}

div#uq_spNavi {
display: none;
}

#mainvisual{
  background:#ffffff;
  overflow: hidden;
  text-align: center;
  margin-right: 65px;
  padding-left: 110px;
}

#mainvisual .wtbg{
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height:100vh;
  margin-left: 0;
  background: #ffffff;
   -webkit-animation: wtbg 0.3s ease 0.2s both;
  animation: wtbg 0.3s ease-in 0.2s both;
}

 @-webkit-keyframes wtbg {
 0% {
-webkit-transform: translate(0, 0);
}
 100% {
-webkit-transform: translate(-100%, 0);
}
}
@keyframes wtbg {
 0% {
transform: translate(0, 0);
}
 100% {
transform: translate(-100%, 0);
}

}

#mainvisual .inner{
background: #efefef;
overflow: hidden;
}

#mainvisual .inner img{
  width: 100%;
  will-change: animation,transform,opacity;
 -webkit-animation: innerimg 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s both;
  animation: innerimg 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s both;
}

 @-webkit-keyframes innerimg {
 0% {
   opacity: 0;
-webkit-transform: scale(1.2);
/* -webkit-transform: translate(100%, 0); */
}
 100% {
   opacity: 1;
-webkit-transform: scale(1);
/* -webkit-transform: translate(100%, 0); */
}
}
@keyframes innerimg {
 0% {
  opacity: 0;
transform: scale(1.2);
/* transform: translate(100%, 0); */
}
 100% {
  opacity: 1;
transform: scale(1);
/* transform: translate(0, 0); */

}
}

h1.st{
  font-size: 28px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 30px;
  padding: 70px 0 70px;
}

section.block{
padding: 0 65px 50px; 
}

section.block2{
padding: 0; 
}

h2.st{
  font-size: 23px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #5c5c5c;
  text-align: center;
  letter-spacing: 20px;
  padding: 70px 0 50px;
}

h2.sst{
  font-size: 20px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #5c5c5c;
  text-align: center;
  letter-spacing: 9px;
  padding: 50px 0;
}

#contents p{
  font-size: 14px;
  letter-spacing: 2.1px;
  line-height: 2.5;
  margin-bottom: 40px;
}

#contents p.nav{
  margin-bottom: 0;
}

.contact{
  position: relative;
  margin: 60px 0 0 0;
  padding: 0 0 58px 0;
  background: #ffffff;
}

.contactbox{
  background: #eae4de;
  padding: 15px 65px 120px;
  margin: 0 auto;
}

.contactbox ul{
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.contactbox ul li{
  display: table-cell;
  text-align: left;
}

.contactbox ul li img{
  width: 100%;
}

.contact h2.st{
  padding-bottom:30px;
}
.contact .txt-cent{
  margin-bottom: 40px;
}

.contact-btn{
  position: absolute;
  left: 5%;
  margin: 0 auto;
  background: #f19149;
  text-align: center;
  color: #FFFFFF;
  width: 90%;
  height: 115px;
}
.contact-btn:hover{
  background: #eb9d62;
will-change: transition;
transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

#contents .contact-btn p{
  line-height: 115px;
  color: #ffffff;
}

footer{
  position: relative;
  padding: 65px 65px 30px 65px;
  font-size: 12px;
  letter-spacing: 2.1px;
  line-height: 2.5;
  min-width: 1100px;
}

footer h1{
  margin-bottom: 30px;
}
footer h1 img{
  width:160px;
}

footer ul{
  display: table;
  margin-bottom: 20px;
}

footer ul li{
  display: table-cell;
  padding-right: 40px;
}

footer .time{
  margin-bottom: 40px;
  line-height: 1.5;
}

.icn,
.icn2{
    width: 24px;
    vertical-align: middle;
    padding-bottom: 3px;
}

footer h1 img.icn{
  margin-left: 20px;
}
footer h1 img.icn2{
  margin-left: 10px;
}

.returntop{
  position: absolute;
  right: 0;
  top: -40px;
  width: 80px;
  height: 80px;
  background-color:#efefef;
  text-align: center;
}

.returntop a{
  display: block;
  width: 80px;
  height: 80px;
  background-color:#efefef;
  
}

.returntop a img{
  margin-top: 27px;
  opacity: 0.5;
}



@media print, screen and (min-width : 1024px) and (max-width: 1200px){
h1 img{width: 160px;}
header ul li{font-size: 12px;}
header ul li a {margin: 14px 6px;letter-spacing: 1.8px;}
}

@media print, screen and (min-width : 971px) and (max-width: 1023px){
h1 img{width: 160px;}
header ul li a {margin: 14px 6px;letter-spacing: 0.8px;}
header ul li{font-size: 11px;}
header{min-width: inherit;}
.hbg.sp{display:block;}
}

@media print, screen and (min-width : 769px) and (max-width: 970px){
h1 img{width: 160px;}
header ul li a {display:none;}
header ul li{font-size: 11px; display:none;}
header{min-width: inherit;}
.hbg.sp{display:block;}
footer ul li {
    display: table-cell;
    padding-right: 16px;
    font-size: 11px;
}
/*ハンバーガーボタン*/

.hbg{
  position: absolute;
  right: 0;
  top: -25px;
}

.hbg .hbg-menu {
    position: fixed;
    top: 0;
    z-index: -1;
    right: 0;
    width: 65px;
    height: 65px;
    background: #f3efeb;
}
 
.el_humburger {
  position: fixed;
  top: 21px;
  right: 21px;
  width: 24px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
 
.js_humburgerOpen .el_humburger {
}
 
.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 8px;
  height: 1px;
  background: #000;
  transition: all 0.2s ease-in-out;
}

 .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen {
    background: #000;
  }
 
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}
 
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
 
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
 
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
 
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
 
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
 
/*ナビゲーション*/
 
.navigation {
  display: none;
}

div#uq_spNavi {
    background: white;
    text-align: center;
    width: 100%;
    display: block;
}

.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
    background-color: rgb(255,255,255,0.95);
    padding-top: 15vh;
  }
 
.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background-color: rgba(255, 255, 255, 0.96); */
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 
.navigation_wrapper {
  padding: 80px 0 0 0;
  text-align: center;
}
 
.navigation_item {
  font-size: 14px;
  position: relative;
  align-items: center;
}
 
.navigation_item > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  height: 7vh;
}
 
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

header .navigation_item a.noblock{
  display: inline-block;
}

}

/*smartphone/////////////////////////////////////////////*/
@media print, screen and (max-width : 768px) {

.sp{
  display:block;
}
.sp-inline{
  display: inline-block;
}

.pc{
  display:none;
}

body{
	height:100%;
}

header {
    margin: 25px auto;
    padding: 0 25px;
    min-width: inherit;
}

header h1 img{
  width: 135px;
}

header ul{
  display: none;
}


/*ハンバーガーボタン*/

.hbg{
  position: absolute;
  right: 0;
  top: -25px;
}

.hbg .hbg-menu {
    position: fixed;
    top: 0;
    z-index: -1;
    right: 0;
    width: 60px;
    height: 60px;
    background: #fff;
}
 
.el_humburger {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 24px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
 
.js_humburgerOpen .el_humburger {
}
 
.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 8px;
  height: 1px;
  background: #000;
  transition: all 0.2s ease-in-out;
}

 .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen {
    background: #000;
  }
 
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}
 
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
 
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
 
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
 
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
 
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
 
/*ナビゲーション*/
 
.navigation {
  display: none;
}

div#uq_spNavi {
    background: white;
    text-align: center;
    width: 100%;
    display: block;
}

.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
    background: #ffffff;
    padding-top: 13vh;
  }
 
.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background-color: rgba(255, 255, 255, 0.96); */
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 
.navigation_wrapper {
  padding: 80px 0 0 0;
  text-align: center;
}
 
.navigation_item {
  font-size: 14px;
  position: relative;
  align-items: center;
}
 
.navigation_item > a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  height: 7vh;
}
 
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

header .navigation_item a.noblock{
  display: inline-block;
}

#mainvisual {
    background: #ffffff;
    overflow: hidden;
    text-align: center;
    margin-right: 0;
    margin-left: 35px;
    padding-left: 0;
}

#mainvisual .inner img {
    width: 140%;
    margin-left: -15%;
    overflow: hidden;
}
  
section.block {
    padding: 0 35px 30px;
}

h1.st {
    font-size: 24px;
    letter-spacing: 13px;
    padding: 50px 0 50px;
    line-height: 1.5;
}

h2.st {
    font-size: 21px;
    letter-spacing: 13px;
    padding: 50px 0 50px;
}

h2.sst {
    font-size: 19px;
    letter-spacing: 5px;
    padding: 30px 0;
}


#contents p {
    font-size: 12px;
    letter-spacing: 1.1px;
    line-height: 2.5;
}

footer{
  min-width: inherit;
  padding-bottom:25px;
}

.contact-btn {
    height: 90px;
}
#contents .contact-btn p {
    line-height: 90px;
}

#contents .contact-btn p{
  margin-bottom: 20px;
}

.tel-btn{
  position: absolute;
  left: 0;
  margin: 0 auto;
  background: #fff;
  color: #343434;
  text-align: center;
  width: 100%;
  height: 90px;
  border: 1px solid #343434;
}
.tel-btn:hover{
  background: #efefef;
  color: #343434;
will-change: transition;
transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
}

#contents .tel-btn p{
  line-height: 90px;
  color: #343434;
}

footer{
  margin-top: 130px;
}

footer h1{
  text-align: center;
  margin-bottom: 0;
}

footer h1 a{
  width: 100%;
}

footer h1 img{
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

footer ul {
    display: inherit;
    text-align: center;
    margin-bottom: 50px;
}

footer ul li{
  display:inherit;
  padding-right: 0;
}

.time{
text-align: center;
letter-spacing: 0;
}

.time2{
  font-size: 8px;
  text-align: center;
}

footer .copy{
  font-size: 10px;
  text-align: center;
}

body#top .contactbox {
    background: #eae4de;
    padding: 15px 15px 70px;
    margin: 0 auto;
}

body#top .contact {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background:none;
}

.contactbox {
    background: #eae4de;
    padding:0 0 0 0;
}

.contact {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 45px 0;
    margin-top: 20px;
    background:none;
}

.icn,
.icn2{
  display: inline-block;
    padding-bottom: 3px;
}

header .icn{
  margin-right: 20px;
}

footer h1 img.icn{
  margin-left: 0;
}
footer h1 img.icn2{
  margin-left: 10px;
}

#contents p span.open{
  font-size: 10px;
  line-height: 1.5px;
  letter-spacing:1px;
}

.returntop{
  bottom: 0;
  top: inherit;
  width: 50px;
  height: 50px;
}

.returntop a{
  display: block;
  width: 50px;
  height: 50px;
}

.returntop a img {
    margin-top: 16px;
    margin-right: 0;
    opacity: 0.5;
    width: 17px;
}

}




   /* 高さ740px以下の場合 */
@media screen and (max-height: 740px) {
}
   /* 高さ741px以上の場合 */
@media screen and (min-height: 741px) {
}

   /* 横幅640px以下で、高さ740px以下の場合 */
@media screen and (max-width: 640px) and (max-height: 740px) {
}

   /* 横幅1024px以下で、高さ741px以上の場合 */
@media screen and (max-width: 1024px) and (min-height: 741px) {
}
