@charset "utf-8";
/* CSS Document */

html{
  background: none;
  font-size: 62.5%;
}

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:0;
}

:root {
  --main-color: #5dafa9;
}

/* ヘッダー */
.header_box {
  width: 800px;
  height: 150px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.9);
}

.gokubi_wrap .header {
  width: 800px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  margin: 0px auto;
  padding: 0;
}

.gokubi_wrap{
  width: 150px;
  margin: 0 0 0 20px;
}

h1 img{
  width: 200px;
  position: absolute;
  top: 40px;
  left: 10px;
}
.gokubi_wrap .num {
  position: absolute;
  top: 50px;
  right: 100px;
}

/* ハンバーガー */
.gokubi_wrap {
  width: 100%;
  margin: 0px auto;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
  width: 44px;
  height: 33px;
  position: absolute;
  top : 50px;
  right: 20px;
  z-index: 1001;
}
.menu-trigger span {
	width: 100%;
	height: 6px;
	position: absolute;
	right: 0;
	background-color: var(--main-color);
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 14px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}
#nav {
  width: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  position: fixed;
  top: 150px;
  overflow: auto;
  margin: 0px auto;
}

#nav li {
  width: 800px;
	background-color: rgba(255, 255, 255, 0.7);
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 50px;
  margin: 0px auto;
}

#nav li a{
  text-decoration: none;
  color: var(--main-color);
  padding: 10px;
}
#nav li a:hover{
  color: #333;
}

/*contents*/
.gokubi_wrap, .contents {
  width: 800px;
  margin: 0px auto;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.gokubi_wrap .c_bg {
  width: 800px;
  background-color: #fff;
}

.gokubi_wrap {
  /* width: 68px; */
  margin: 0px auto;
}

/*slider*/
.flexslider {
  max-width: 800px;
  background: none;
  border: none;
}

/* 背景動画 */
.video-wrap{
  position: relative;
  overflow: hidden;
}

.video-wrap > video{
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.container{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* 紹介動画 */
.movie{
  margin: 0 auto 16px;
}

.cart_item img {
  margin: 10px 0 0;
}

.cart2_item img {
  max-width: 800px;
  margin: 10px 0 20px 0;
}

h2{
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: var(--main-color);
  line-height: 50px;
  margin: 24px 0 8px 10px;
}

h3{
  font-size: 1.8em;
  padding: 4px;
}

h4{
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight:bold;
  padding-bottom: 5px;
}

h5{
  font-size: 1.8em;
  line-height: 1.6em;
}

.sans-serif{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: var(--main-color);
}

.txt_01 > p{
  margin: 20px auto 10px auto;
  width: 760px;
  color: #414141;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.6em;
}

.info{
  width: auto;
  text-align: center;
  line-height: 1.6em;
  border: solid 1px var(--main-color);/* 内側の一本線*/
  outline: solid 5px var(--main-color);/* 外側の5pxの線*/
  outline-offset: 4px;/* 内側の一本線*/
  margin: 50px 20px 20px;
  padding: 30px 5px;
}

.info_02{
  width: auto;
  text-align: center;
  border: solid 2px var(--main-color);;
  text-decoration: none;
  margin: 10px 11px 30px;
  padding: 30px 5px;
}
.info img{
  padding: 20px;
}
.tel_num{
  vertical-align: middle;
  padding-left: 10px;
}
.tel_num a{
  font-size: 2em;
  text-decoration: none;
  color: var(--main-color);
}
.biz-hour{
  font-size: 1.6em;
  border: solid 1.3px var(--main-color);
  border-radius: 10px;
  margin: 10px 150px;
  padding: 8px;
}

.txt_03{
  font-size: 1.6em;
  text-align: left;
  line-height: 1.6em;
  color: #000;
  font-weight: 400;
  padding:10px 24px;
}

.txt_04{
  font-size: 1.6em;
  line-height: 1.6em;
  text-align: center;
  color: #000;
  font-weight: 400;
  letter-spacing:0.1em;
  padding-top: 10px;
}

.line{
  border-bottom: solid 2px var(--main-color);
  margin:30px 50px;
}
.company_name{
  font-size: 1.6em;
  line-height: 2em;
}
.index-footer{
  text-align: center;
  line-height: 2.5em;
  color: #4c4c4c;
  padding-bottom: 10px;
}
.index-footer a{
  display: inline;
  font-size: 1.6em;
  text-decoration: none;
  color: var(--main-color);
}

@media (max-width: 799px) {
  .video-wrap {
    display: none;
  }
}