@charset "UTF-8";

/* オリジナルリセット
------------------------------------------------------------*/
html {
	font-size: 62.5%; /*デフォルトフォントサイズ16pxを10pxとしてremで設定*/
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333;
	/* font-feature-settings: "palt" 1; */
}
body {
	font-size: 1.6rem;
	min-width: 320px;
	min-height: 100vh;
}
* {
  box-sizing: border-box;
	/* transition: .3s; */
}
h1, h2, h3, h4, h5, h6, p {
	/* -webkit-text-size-adjust: none; */
}
span, strong, b, a, img, i, label, picture, small, time {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
figure {
	margin: 0;
}
img {
  max-width: 100%;
	height: auto;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a img {
	width: 100%;
}
video, audio {
	display: block;
}
.fontFamilyA {
	font-family: 'Roboto', sans-serif;
}

/* オリジナルクラス
------------------------------------------------------------*/
.flexbox {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* MW WP Form 対応
------------------------------------------------------------*/
body .mw_wp_form .error {
	font-size: 1.6rem ;
	font-weight: bold;
	margin-top: 5px;
}

/* ie対応
------------------------------------------------------------*/
main {
	display: block;
	overflow: hidden;
}

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