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

.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:'Josefin Sans',  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:'Josefin Sans',  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{
  opacity: 0.7;
	}
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: 10px;
border: 1px solid #b8322e;
color: #b8322e;
border-radius: 40px;
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: #b8322e;
  color: #ffffff;
  opacity: 1;
}

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: 3px 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 10px;
/* 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: -235px;
width: 5px;
height: 12px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 1;
}

.arrow-b::before{
right:-190px;
width: 7px;
height: 7px;
border-top: 1px solid  #b8322e;
border-right: 1px solid  #b8322e;
-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: 9999;
  left:0;
  top: 0;
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  padding: 20px 35px;
  background-color:#b8322e;
}

header h1{
  display: block;
}

header ul{
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

header ul li{
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
}


header ul li.contact-form{
  width:250px;
  height: 100%;
  margin-left:20px;
  background: #902522;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

header ul li.contact-form:hover{
  background: #bb5a57;
  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);
opacity: 1;
}

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

header ul li.contact-form a span{
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 7px;
}

header ul li a{
  display: block;
  margin: 20px 13px;
  letter-spacing: 2.5px;
  color: #ffffff;
}

header ul li a.cs{
  color: #E39696;
  cursor: default;
}

header ul li a.cs:hover{
  opacity:1;
}

header ul li a:before{
  content: '●';
  font-size: 3px;
  padding-right: 7px;
  opacity: 0.4;
}

div#uq_spNavi {
display: none;
}

#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{
overflow: hidden;
margin-top: 81px;
height: 60vh;
max-height: 650px;
min-height: 400px;
}

#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:'Josefin Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 30px;
  padding: 70px 0 70px;
}

section.block{
padding: 0 100px 70px; 
}

section.block2{
padding: 0; 
clear: both;
}

h2.st{
  font-size: 32px;
  font-family:'Josefin Sans', sans-serif;
  font-weight: normal;
  color:#b8322e;
  text-align: center;
  letter-spacing: 5px;
  padding: 70px 0 0;
  line-height: 1;
}

h2.sst{
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  color:#b8322e;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom:70px;
}

h2.ssst{
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  color:#b8322e;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom:0;
  line-height: 0;
  margin-bottom: 10px;
}

h3.st{
  font-size: 24px;
  color:#434343;
  margin-bottom: 20px;
  font-weight: normal;
}
h3.str{
  font-size: 24px;
  color:#b8322e;
  margin-bottom: 50px;
  font-weight: normal;
}

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

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

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

.contactbox{
  background: #902522;
  padding: 45px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.contactbox h2{
  font-weight: normal;
}

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

img.contacticn{
  margin-left: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-bottom: 8px;
}

.bottombox img{
  width: 100%;
}

footer{
  position: relative;
  padding: 65px 65px 30px 65px;
  font-size: 12px;
  letter-spacing: 2.1px;
  line-height: 2.5;
  background-color: #b92e2b;
  color: #FFFFFF;
}

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


footer ul{
  display:table;
  margin: 0 auto 50px;
}

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

footer ul li a{
  color: #FFFFFF;
}

footer ul li a.cs{
  color: #E39696;
  cursor: default;
}
footer ul li a.cs:hover{
  opacity: 1;
}

}

footer .time{
  margin:0 auto 20px;
  line-height: 2;
  text-align:center;
}
footer p.copy{
  text-align: center;
}

footer p.time{
  margin:50px 0;
  text-align: center;
}

.icnbox{
  text-align: center;
  margin-bottom: 50px;
}

.icn,
.icn2{
    width: 28px;
    vertical-align: middle;
    padding-bottom: 3px;
    text-align: center;
    margin-right: 10px;
}

.telbox{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

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

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

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

.returntop a img{
  margin-top: 27px;
  margin-left: 2px;
  transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);

}



@media print, screen and (min-width : 1024px) and (max-width: 1200px){
}

@media print, screen and (min-width : 971px) and (max-width: 1023px){
header ul li a {letter-spacing: 0.9px; margin-right: 2px;}
header{min-width: inherit;}
.hbg.sp{display:block;}
}

@media print, screen and (min-width : 769px) and (max-width: 970px){
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: 81px;
    height: 81px;
    background: #f3efeb;
}
 
.el_humburger {
  position: fixed;
  top: 28px;
  right: 28px;
  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: #fff;
  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;
}

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

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

.hbg .hbg-menu {
    position: fixed;
    top: 0;
    z-index: -1;
    background: #851c1a;
}
 
.el_humburger {
  position: fixed;
  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: #fff;
  transition: all 0.2s ease-in-out;
}

 .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen {
    background: #fff;
  }
 
.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: #851c1a;
}
 
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
 
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

 .js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
    background: #851c1a;
    padding-top: 13vh;
  }

}

.menubox{
  /* max-width: 1232px; */
  margin: 0 auto 30px;
  background: url(../img/bg-dot01.png) repeat-x 0% 60%;
}

.menubox ul{
  top: 0;
  margin: 0 auto;
  display: table;
  padding-left: 20px;
}

.menubox ul li{
  position: relative;
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  padding-right: 20px;
  overflow: hidden;
  z-index:1;
}

.menubox ul li a.double{
  display: block;
  margin-top:20px;
  cursor:default;
}
.menubox ul li a.double:hover{
  opacity: 1;
}

.menubox ul.second{
  margin-top: 20px;
}

.menubox ul.second li:first-child{
  padding-left: 95px;
}
.menubox ul.second li:nth-child(2),
.menubox ul.second li:last-child{
  padding-top: 65px;
}

.menubox ul.second li{
  vertical-align: top;
}

.menubox img{
  width: 100%;
  border-radius: 20px;
}


body#top section.block{
padding: 0 0 50px; 
}
body#top section.block.cs{
padding: 0 0 0; 
}

#contents ul li p.navtxt{
  position: absolute;
  left:20px;
  font-size: 12px;
  letter-spacing: 1px;
    margin-top: 7%;
  /* margin-top: 15px; */
  color: #b8322e;
}

#contents ul li p.navtxt2{
  position: absolute;
  right:40px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 7%;
  /* margin-top: 15px; */
  color: #b8322e;
}

#contents ul li p.navtxt.wt{
  color: #ffffff
}


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

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

.pc{
  display:none;
}

body{
	height:100%;
}

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

header h1 img{
  width: 85px;
  margin-left: 20px;
}

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: #851c1a;
}
 
.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: #fff;
  transition: all 0.2s ease-in-out;
}

 .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen {
    background: #fff;
  }
 
.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: #851c1a;
}
 
.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: #851c1a;
    padding-top: 13vh;
    height: 100vh;
  }
 
.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: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  height: 7vh;
}

.navigation_item > a.cs{
  color: #E39696;
}
 
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

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

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

#mainvisual .inner{
  min-height: inherit;
      height: auto;
}

#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;
    padding: 0;
}

h2.sst {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 55px;
}

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

#contents ul li p.navtxt2{
  left: 40px;
}

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

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;
  line-height: 2;
}

.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 {
    padding: 45px;
    margin: 0 auto;
}

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

.contactbox {
    padding:0 0 0 0;
}

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

.contactbox {
    padding: 50px 15px 45px;
    margin: 0 auto;
}

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

.icnbox {
    margin-bottom: 30px;
}

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

.menubox ul{
  display: inherit;
}
.menubox ul li{
  display: inherit;
  padding-right: 0;
}
.menubox img{
  width: 90%;
  border-radius: 0;
  margin: 0 auto;
}
.menubox ul.second li:first-child{
  padding-left: 0;
}

.menubox ul.second li:first-child{
  padding-top: 0;
}

.menubox ul.second {
    margin-top: 0;
}
.menubox ul li a.double{
  margin-top: 0;
}

.menubox ul.second li:nth-child(2), .menubox ul.second li:last-child {
    padding-top: 0;
}

.menubox li:first-child img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.menubox ul.second li:first-child img{
border-radius:0;
}

.menubox li:last-child img{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.menubox ul{
  padding-left:0;
}

#contents ul li p.navtxt,
#contents ul li p.navtxt2,
#contents ul li p.navtxt.txtr{
    left: 8%;
}

h3.str{
    font-size: 18px;
  margin-bottom: 20px;
}

.contactbox h2{
  letter-spacing: 1px;
}

.contactbox .txt-white a{
  color: white;
}

}




   /* 高さ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) {
#mainvisual .inner{
height:100%;
}

}
