/* CSS Document */
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/*パララックスbgimg*/
.parallax-window {
	background: transparent;
	min-height: 600px;
} /*パララックスbgimg*/
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  left: 13px;
  top: 28px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.20);
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1), .hamburger.active span:nth-child(3) {
  width: 14px;
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: translate(17px, 5px) rotate(45deg);
  -moz-transform: translate(17px, 5px) rotate(45deg);
  transform: translate(17px, 5px) rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  -webkit-transform: translate(17px, -5px) rotate(-45deg);
  -moz-transform: translate(17px, -5px) rotate(-45deg);
  transform: translate(17px, -5px) rotate(-45deg);
}
nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	color: #000;
	/*background: #fff;*/
	text-align: center;
	transform: translateX(-100%);
	transition: all 0.6s;
	width: 100%;
	text-shadow: 2px 2px 5px #FFFFFF;
	font-size: 1.2em;
	font-family: 'Sawarabi Mincho', sans-serif;
}
nav.globalMenuSp ul {
	background: rgba(183,180,180,0.70);
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
	font-size: 1.4em;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1.4em 0;
  text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.copy {
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}
h3{
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: bold;
}
footer .foot .footlogo {
	margin-right: 48px;
}

.foot {
	font-family: 'Sawarabi Mincho', sans-serif;
}
	.head li .topnav{
  transition: box-shadow 0.2s ease 0s;
}
.head li .topnav:hover{
  box-shadow:0px 1px 5px 2px #018999;
	opacity: 0.8;
	color: #018999;
}
.head li .topnav {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}
header h1 a img:hover {
	transform: scale(1.3,1.3);
}
section h2   {
	width: 100%;
	max-width: 92%;
	height: auto;
	background-color: #F0F0F0;
	border-top: 20px solid #018999;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 1.8em;
	margin-bottom: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8%;
}
/*フォーム*/
form {
	max-width: 50%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#contact {
	background-color: #000000;
}


.feedback-input {
  color:white;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #CC6666;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Sawarabi Mincho', sans-serif;
  width: 100%;
  background:#CC6666;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }



#wrapper #offer {
	padding-bottom: 50px;
	height: auto;
	max-width: 100%;
}

dl{
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	margin-top: 0px;
	height: auto;
	max-width: 100%;
}

dt{
  color: #FF0004;
  font-weight:bold;
  padding:0 10px 0 0;
  width:120px;
  float:left;
  margin-bottom:7px;
}

dd{
	color: #FFFFFF;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
	width: 100vw;
}

dl::after {
    content: '';
    display: block;
    clear: both;
}
dl dd a {
	text-decoration-line: none;
	color: #018999;
}
dl dd a:hover {
	color: #F5F290;
}

.gentei {
	color: #FFFD00;
	text-shadow: 0.1px 0.1px 2px #CBC9C9;
}
.kaisetu {
	color: #FF0004;
	text-shadow: 0.1px 0.1px 2px #CBC9C9;
}
.cyuui {
	color: #FDFDFD;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
}
.hero1{
	animation-name: GSE1;
	position: absolute;
	left: 0;
	top: 40%;
	padding-left: 20px;
	text-shadow: 10px 10px 1px #4C4C4C;
}
.hero2{
	animation-name: GSE2;
	position: absolute;
	right: 0;
	top: 70%;
	padding-right: 40px;
	text-shadow: 10px 10px 1px #4C4C4C;
}
.hero3 {
	transition-timing-function:ease-in-out;
	animation-name: heroA;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	width: 500px;
	border-top: 2px solid #07F8ED;
	position: absolute;
	top: 50%;
	left: 2%;
}
.hero4 {
	transition-timing-function:ease-in-out;
	animation-name: heroB;
	animation-duration: 15s;
	animation-fill-mode: forwards;
	width: 500px;
	border-top: 2px solid #07F8ED;
	position: absolute;
	right: 2%;
	bottom: 20%;
}


.webshop {
	color: #FFFFFF;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 2em;
}
/*アニメーション*/
@keyframes heroA{
	 0%{
     transform: translateX(-500px);
  }
	 100%{
     transform: translateX(0px);
  }
}
@keyframes heroB{
	 0%{
     transform: translateX(-500px);
  }
	 100%{
     transform: translateX(10px);
  }
}
.shadow{
	transition: box-shadow 0.2s ease 0s;
	margin-bottom: 5%;
}
.shadow:hover{
	box-shadow: 5px 4px 0px 3px red;
}
.fade-in{
	color: #07F8ED;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 3em;
	　opacity: 0;
	animation-duration: 10s;
	animation-fill-mode: forwards;
}
@keyframes GSE1 {
	 0%{
    opacity: 0;
     transform: translateY(-60px);
  }
	 100%{
    opacity: 1;
     transform: translateY(0);
  }
}
@keyframes GSE2 {
0% {
 opacity: 0;
}
	 15%{
    opacity: 0;
     transform: translateY(-20px);
  }
	 120%{
    opacity: 1;
     transform: translateY(0);
  }
}
/*ボタン*/
a.btn-solid {
	color: #FFFFFF;
	font-family: 'Sawarabi Mincho', sans-serif;
	border-top: 4px solid #48ecc4;
	border-right: 4px solid #0a5f4a;
	border-bottom: 4px solid #0f745b;
	border-left: 4px solid #8cf9de;
	border-radius: 0;
	background: #11a37f;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	text-shadow: 0.5px 0.5px 0.5px #000000;
	font-weight: bold;
}

a.btn-solid:hover {
  color: #fff;
  border-top: 4px solid #0f745b;
  border-right: 4px solid #8cf9de;
  border-bottom: 4px solid #48ecc4;
  border-left: 4px solid #0a5f4a;
}
.spimg{ display: none !important; }
    .parallax-window{ display: block !important; }
.youtu {
	display: flex;
	justify-content: space-between;

}


/*sp用↓START*/
@media (max-width: 650px) {
  h1 {
	padding-top: 5px;
	text-align: center;
  }
  header {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #F0F0F0;
    border-top: 20px solid #018999;
  }


header nav .head {
	display: none;
}

  footer {
    width: 100%;
    background-color: #F0F0F0;
    text-align: center;
    border-top: 20px solid #018999;
  }
  footer .foot {
	display: flex;
	width: 100%;
	height: 100px;
	justify-content: space-around;
  }
  footer .foot .prf {
	font-size: 70%;
	text-align: left;
	padding-top: 15px;
	padding-left: 0px;
	max-width: 100%;
	height: auto;
  }
  footer .foot .footlogo {
	padding-right: 0px;
	padding-top: 15px;
  }
footer .foot nav {
	width: 100px;
	padding-left: 0px;
	padding-top: 2%;
}.footerN a {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}
.footerN a:hover {
	color: #018999;
	text-shadow: 0 0.5px #413F3F;
}
.footTw {
	right: 2%;
	position: absolute;
	bottom: 15px;



}
.fb-like {
	left: 2%;
	bottom: 20px;
	position: absolute;
	
}

#wrapper footer .foot {
	display: flex;
	position: relative;

}
#wrapper #news {
	background-color: #000000;

}
#wrapper #gallary {
	background-color: #000000;
	text-align: center;
}
#wrapper #offer {
	background-color: #000000;
	max-width: 100%;
	height: auto;
	width: 100vw;
	text-align: center;
}
#wrapper #offer #of-co {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 100%;
	height: auto;
}

#offer #of-co .tube {
	padding-top: 30px;
	max-width: 100%;
}
#navibox {
	display: none;
}
#wrapper h2 {
	text-align: center;
}
#wrapper #gallary #lightgallery {
	padding-bottom: 30px;
}
#lightgallery a .shadow {
	margin-left: 10px;
	margin-right: 10px;
}
.webshop {
	margin-bottom: 60px;

}
#of-co figure {
	margin-top: 60px;
}
#contact {
	position: relative;

}
#wrapper .main-co .hero1 {
	font-size: 1.5em;
	top: 50%;
}
#wrapper .main-co .hero2 {
	font-size: 1.5em;
	top: 80%;
}
.hero3 {
	width: 200px;
}
.hero4 {
	width: 200px;
}
	/*画像切り替え*/
	 .parallax-window{
}
    .spimg{
	display: block !important;
	max-width: 100vw;
	height: auto;
}
.youtu {
	display: block;
}

}

/*PC用START*/
@media (min-width: 651px) {
	 
  h1 {
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 80px;
  }
.footTw   {
	position: absolute;
	padding-top: 81.5px;
	padding-left: 7%;
}
.fb-like   {
	position: absolute;
	left: 23%;
	bottom: -110px;
	padding-left: 0px;
}

  header {
	width: 100%;
	max-width: 100%;
	height: auto;
	background-color: #F0F0F0;
	border-top: 20px solid #018999;
	display: flex;
  }
.head {
	display: flex;
	justify-content: space-between;
	margin-left: 50px;
	width: 60vw;
	height: auto;
	max-height: 100vw;
	font-size: 1.5em;
	margin-top: 17px;
	font-family: 'Sawarabi Mincho', sans-serif;
}

  footer {
    width: 100%;
    background-color: #F0F0F0;
    text-align: center;
    border-top: 20px solid #018999;
  }
  footer .foot {
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
  }
  footer .foot .prf {
    font-size: 70%;
    text-align: left;
    padding-top: 30px;
  }
  footer .foot .footlogo {
    padding-right: 20px;
    padding-top: 15px;
  }
.footnav   {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}
.footnav:hover {
	color: #018999;
	text-shadow: 0 0.5px #413F3F;
}
.foot nav .footerN {
	display: flex;
	width: 43vw;
	margin-top: 4%;
	justify-content: space-around;
	margin-right: 53px;

}#gallary {
	background-color: #000000;
	margin-right: 0px;
}
#news {
	background-color: #000000;
}
	
#offer {
	background-color: #000000;
	position: relative;
}
.btn   {
	position: absolute;
	right: 10%;
	top: 30%;
}
#lightgallery  a {
	margin-left: 3%;
	margin-right: 3%;
}
#of-co {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 90%;
}
#offer #of-co iframe {
	margin-top: 100px;
	padding-left: 40px;
	max-width: 100%;
	padding-right: 40px;
}
.twitter-timeline {
	margin-left: 50px;


}
#offer #of-co figure {
	max-width: 300px;
}
#wrapper .main-co {
	height: 85vh;
	max-width: 100%;
	position: relative;

}
body {
	display: flex;
	}
#navibox  {
	width: 10vw;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 10vw;
	border-top: 20px solid #018999;
	background-color: #F0F0F0;
	position: relative;
}
#wrapper {
	max-width: 90vw;
	width: 90%;
}
#navibox nav .side {
	position: fixed;
}
.side li  {
	margin-top: 40%;
	border-bottom: 2px solid #018999;
	font-family: 'Sawarabi Mincho', sans-serif;
}
nav .side li:nth-child(5)  {
	margin-bottom: 50px;
}
.side li:first-child {
	margin-top: 300%;
	border-bottom-width: 2px;
}
.side li .topnav {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}
.side li .topnav:hover {
	color: #018999;
	text-shadow: 0 0.5px #413F3F;
}
#navibox img {
	max-width: 10vw;
	margin-top: 20px;
	position: fixed;
}
}
