  @charset "utf-8";

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: icons;
	font-style: normal;
	font-weight: normal;
	src: url("/factorytour/font/icons.eot");
	src: url("/factorytour/font/icons.eot?#iefix") format("embedded-opentype"),
		url("/factorytour/font/icons.woff") format("woff"),
		url("/factorytour/font/icons.ttf") format("truetype");
}

@media screen and (min-width: 768px) {

.hero__element {
		width: 1110px
}
	}

.hero__element p {
		max-width: 635px;
	}

@media screen and (min-width: 768px) {

.hero {
		overflow: hidden
}
	}

.hero__btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {

.hero__btn {
		position: static;
		-webkit-transform: none;
		        transform: none;
		text-align: center;
		margin-top: 30px
}
	}

.hero__btn a {
		display: inline-block;
		background: #2eadaf url("../ogaki/images/icon-panorama.svg") no-repeat 20px center;
		background-size: 62px auto;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 27px;
		line-height: 1.3;
		width: 338px;
		border-radius: 5px;
		padding: 30px 0 30px 100px;
		position: relative;
		-webkit-transition: 300ms;
		transition: 300ms;
	}

@media screen and (max-width: 767px) {

.hero__btn a {
			font-size: 18px;
			background-size: 42px auto;
			width: 270px;
			padding-top: 23px;
			padding-bottom: 23px;
			padding-left: 80px;
			text-align: left
	}
		}

.hero__btn a::after {
			content: "";
			width: 12px;
			height: 100%;
			display: block;
			background: url("/factorytour/ogaki/images/icon-ar-right.svg") no-repeat center center;
			background-size: 12px auto;
			position: absolute;
			right: 23px;
			top: 0;
		}

.hero__btn a:hover {
			background-color: #207879;
		}

/*¹¤ˆößwÒÆ¥á¥Ë¥å©`*/
.factorylink {
  position: fixed;
  bottom: 30px;
  right:45px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .factorylink {
    right: 5px; bottom: unset;
    top: 58px;
  }
}
.factorylink button {
  border: none;
  padding: 0;
  background: none;
  transition: .4s;
}
.factorylink button.btn_more {
  color: #30adb0;
  border-radius: 60px;
  background: #fff;
  padding: 15px 60px 15px 50px;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #30adb0;
}
@media screen and (max-width: 767px) {
  .factorylink button.btn_more {
    padding: 7px 15px;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 10px;
  }
}
.factorylink button:hover {
  opacity: 0.7;
}
.factorylink button.btn_more span {
  position: relative;
}
.factorylink button.btn_more span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/factorytour/ogaki/images/icon-ar-right_g.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  background-size: 8px auto;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .factorylink button.btn_more span::before {
    width: 5px;
    background-size: 5px auto;
    top: 89%;
    right: -1em;
    transform: translateY(-50%);
    transition: 0.4s;
  }
}
.factorylink button.btn_more span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .factorylink button.btn_more span br {
    display: block;
  }
}
.modal-content--factorylink {
  width: 900px !important;
}
.modal-content--factorylink__title {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .modal-content--factorylink__title {
    font-size: 20px;
  }
}
.modal-content--factorylink ul {
  padding-left: 0;
}
.modal-content--factorylink__list {
  list-style-type: none;
  margin-bottom: 0.6em;
}
.modal-content--factorylink__list a {
  color: #30adb0;
  position: relative;
  padding-left: 1em;
}
.modal-content--factorylink__list a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background: url(/factorytour/ogaki/images/icon-ar-right_g.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  background-size: 8px auto;
  top: 44%;
  margin-top: -6px;
  transition: 0.4s;
}

/*# sourceMappingURL=ogaki.css.map */
