@charset "UTF-8";

/* オリジナルリセット
------------------------------------------------------------*/
html {
	font-size: 62.5%; /*デフォルトフォントサイズ16pxを10pxとしてremで設定*/
	font-family: 'Zen Kaku Gothic New', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333;
	/* font-feature-settings: "palt" 1; */
}
body {
	font-size: 1.4rem;
	min-width: 320px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, span, strong, b, section, i {
	transition: .3s;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, section ,a {
	box-sizing: border-box;
}
header, main, footer {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p {
	-webkit-text-size-adjust: none;
}
span, strong, b, a, img, i {
	display: inline-block;
/* vertical-align: middle; */
	font-style: normal;
}
img {
	height: auto;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
video {
	display: block;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a img {
	width: 100%;
}

.fontFamilyA {
	font-family: 'Roboto', sans-serif;
}

/* オリジナルクラス
------------------------------------------------------------*/
.flexbox {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left2 {
    /* width: 50%; */
}
/* .left {
	float: left;
} */
/* .right {
	float: right;
} */
.trans img {
	transition: .3s;
}
.img_icon {
    width: 85%;
}
/* MW WP Form 対応
------------------------------------------------------------*/
body .mw_wp_form .error {
	font-size: 1.6rem ;
	font-weight: bold;
	margin-top: 5px;
}

/* ie対応
------------------------------------------------------------*/
main {
	display: block;
	overflow: hidden;
}
a.hv_opa:hover {
    opacity: .7;
}

/* Google Map レスポンシブ対応
------------------------------------------------------------*/
.googleMap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.googleMap iframe,
.googleMap object,
.googleMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.googleMap #gmap_canvas,
.googleMap > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* youtube レスポンシブ対応
------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* clearfix
------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* slick custom
------------------------------------------------------------*/
/* ループスライドを高速で戻らなくする */
.slick-slider div {
	transition: none;
}
