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

/*=============================================
 * body
 *=============================================*/
@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;
}
 .img-parallax img { height: auto !important;}
 
}
.ie-smoothscroll {
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-align: left;
	line-height: 28px;	
	background: #fff;
	color: #000000;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
.navOpen #pagetop {
	opacity: 0;
}
.txt-center {
	text-align: center;
}
.break-all {
	word-break: break-all;
}
.copied {
	pointer-events: none;
}
.slick-auto {}
@media screen and (max-width: 767px) {
[class^="heightLine-"]	
 {
	height: auto !important;
}	
	
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/


.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}
.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;
}


.fnt-noto {
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
.fnt-alternate {
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* Syntax: font format */


.fr {
	float: right;
}
.fl {
	float: left;
}
.object-fit-cover {
}
.object-fit-cover {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
body {

	font-size: 15px;
 line-height: 36px;
}
.fnt-mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	
}
}
/*=============================================
 * .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;
	line-height: 18px;
	z-index: 9;
}
footer .logo {
}
footer .tel {
}
footer nav {
}
/*
.socialbuttons .social-facebook   {
	    width: 93px !important;
    overflow: hidden;
	
}
.socialbuttons .fb_iframe_widget iframe {
	left: -67px;
}
*/
/*=============================================
 * .socialbuttons
 *=============================================*/

footer address {
}
#socialbuttons .fb-like > span {
	width: 100px !important;
}
#socialbuttons .fb-like > span iframe {
	left: -15px;
}
/*=============================================
 * copyright
 *=============================================*/

address {
}



button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: transparent;
	cursor: pointer;
}
.i-custom {
	cursor: pointer;
	display: block;
	position: relative;
	line-height: 50px;
	margin-bottom: 40px;
}
.i-custom +.i-custom {
}
.i-custom input {
	opacity: 0;
	position: absolute;
}
.i-custom .ico {
	padding-left: 60px;
	position: relative;
	display: inline-block;
}
.i-custom .ico:before, .i-custom .ico:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all .3s ease;
}
.i-custom input[type="radio"] .ico:before, .i-custom input[type="radio"] .ico:after {
	border-radius: 100%;
}
.i-custom .ico:before {
	width: 50px;
	height: 50px;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #333333;
	box-sizing: border-box;
	border-radius: 8px;
}
.i-custom .ico:after {
	background: url(../img/shared/check.png) no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 16px;
	height: 15px;
	margin: 0;
	position: absolute;
	top: 17px;
	left: 17px;
	opacity: 0;
}
.i-custom:hover .ico:after {
	opacity: .5;
	transform: scale(1);
}
.i-custom input:checked ~ .ico:after {
	opacity: 1;
	transform: scale(1);
}

@media screen and (max-width: 767px) {
.i-custom .ico {
	padding-left: 51px;
}
.i-custom .ico:before {
	width: 36px;
	height: 36px;
}
.i-custom {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
}
.i-custom .ico:after {
	width: 12px;
	top: 12px;
	left: 12px;
}
}
 @-webkit-keyframes fadeInZoom {
0% {
transform: scale(1.2);
}
to {
transform: scale(1);
}
}
@keyframes fadeInZoom {
0% {
transform: scale(1.2);
}
to {
transform: scale(1);
}
}
.fadeInZoom {
	-webkit-animation-name: fadeInZoom;
	animation-name: fadeInZoom;
	-webkit-animation-duration: 8.5s;
	animation-duration: 8.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
.animated {
  -webkit-animation: unset !important;
  animation: unset !important;
  -webkit-transition: none !important;
  transition: none !important;
}
}

.btn_maniwaya{
	width: 640px;
	margin: 20px auto 50px;
}
@media only screen and (max-width: 768px) {
.btn_maniwaya{
	width: 95%;
	margin: 20px auto 30px;
}
.btn_maniwaya02{
	width: 80%;
	margin: 20px auto 30px;
}
}
