﻿html:not(.responsive) {
	width: 100%; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
 
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 0.075em;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;

}

@media screen and (max-width: 767px) {
  
 
}





.navOpen #pagetop {
	opacity: 0;
}
.txt-center {
	text-align: center;
}

section a,footer a{
	    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a:hover {
	
	text-decoration: none;

 
	
}
.error-404 {
	padding: 100px 0;
	
	
}
.error404  h2 {
 
 line-height: 1.2;
}
.inl_block{
	display: inline-block;
}

.bold, strong {
	font-weight: 700;
}

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

@font-face {
	font-family: Mobo;
	src:url("../font/MOBO.otf");
}

.fnt-mobo {
    
    font-family:Mobo; 
}

.fr {
	float: right;
}
.fl {
	float: left;
}


.object-fit-cover {
	
	
	position: relative;
    
  
	    
}

.object-fit-cover  img {
    
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.only_ipad {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	.only_ipad {
		display: block;
	}	
}
@media screen and (max-width: 999px) {
	.sp-ipad {
		display: none!important;
	}
}
input[type='checkbox'] {
    accent-color: #f89874;
}
select>*::selection{

    color: #67544e !important;
}
/*=============================================
 * .fnt - customs
 *=============================================*/


/*=============================================
 * <main>
 *=============================================*/

main {

	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
	
}
/*=============================================
 * <header>
 *=============================================*/

header {
}
header h1 {
}
header .logo {
}
header .tel {
}
header nav {
}
/*=============================================
 * key
 *=============================================*/


/*=============================================
 * <section>
 *=============================================*/

section {
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	text-align: center;

}
footer .logo {
}
footer .tel {
}
footer nav {
}


/*
.socialbuttons .social-facebook   {
	    width: 93px !important;
    overflow: hidden;
	
}
.socialbuttons .fb_iframe_widget iframe {
	left: -67px;
}
*/
/*=============================================
 * .socialbuttons
 *=============================================*/

footer address {
}
/*=============================================
 * copyright
 *=============================================*/

address {
}

.ipad {
  display: none;
}
@media screen and (max-width: 999px) {
.ipad {
	display: block;
}
}



.hamburger-btn {
	cursor: pointer;
	width: 70px !important;
	height: 70px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 105;
	line-height: 1;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0em;
}
.hamburger-btn i {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.hamburger-btn span {
	line-height: 1;
	background-color: #000;
	border-radius: 3px;
	height: 3px;
	width: 30px;
	position: absolute;
	top: 34px;
	left: calc(50% - 15px);
	display: block;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
}
.hamburger-btn:before {
	content: '';
	position: absolute;
	width: 30px;
	top: 25px;
	left: calc(50% - 15px);
	background-color: #000;
	height: 3px;
	border-radius: 3px;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
}
.hamburger-btn:after {
	content: '';
	position: absolute;
	width: 30px;
	top: 43px;
	border-radius: 3px;
	left: calc(50% - 15px);
	background-color: #000;
	height: 3px;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
}
.hamburger-btn.is-active:before {
	transform: rotate(-45deg);
	width: 28px;
	top: 35px;
	left: 21px;
}
.hamburger-btn.is-active:after {
	transform: rotate(45deg);
	width: 28px;
	top: 35px;
	left: 21px;
}
.hamburger-btn.is-active span {
	opacity: 0;
	left: 64px;
}
.hamburger-btn span:last-child {
	font-size: 11px;
	display: none !important;
	opacity: 1 !important;
	top: 13px;
	transform: none;
	left: 0;
	right: 0;
	background-color: transparent;
	width: 100%;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: transparent;
}


.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.2, .2, .2);
    opacity: 0;
    transform: scale3d(.2, .2, .2);
  }
  50% {
    opacity: 1
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.2, .2, .2);
    opacity: 0;
    transform: scale3d(.2, .2, .2)
  }
  50% {
    opacity: 1
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
