@charset "UTF-8";

/* 共通部分 */
html {
	font-size: 100%;
}

body{
	
	line-height: 1.7;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}

/* header */
header{
	width: 100%;
	font-family: "Kaiti SC";
	line-height: 1;
	position: sticky;
	justify-content: flex-end;
	top: 0;
	background-color: rgba(255,255,255,0.7);
	z-index:9999;
}

.logo {
	width: 195px;
	margin-top: 11px;
	margin-left: 60px;
}

.nav {
	width: 100%;
	text-align: right;

}

.main-nav {
	display: flex;
	font-size: 1rem;
	text-transform: none;
	margin-top: 60px;
	list-style: none;
	margin-right: 0px;
	
}

.main-nav li {
	margin-left: 35px;
}

.main-nav a {
	color: black;
	text-decoration: none;
}

.main-nav a:hover {
	color: #6F6C6C;
}

.naviicon {
	width: 40px;
	margin-left: 10px;
	margin-bottom: 40px;
	margin-top: -5px;
}

.page-header {
	display: flex;
	justify-content: space-between;
	bottom: 0;
	text-align: right;
}

.top-images .wrapper {
	max-width: 1000px;
}


/*header 下*/
.top-images {
	position: relative;
	height: 485px;
}
.top-images img {
	
	width: 49%;
	margin-left: 650px;
	margin-right: 100px; 
	z-index: -1px;
}

.top-images p {
	margin-left: 200px;
	position: absolute;
	bottom: 0;
	font-size: 30px;
	left: -100px;
	letter-spacing: 3px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	
	font-feature-settings: "ss02";
}

.top-images h1 {
	margin-left: 200px;
	position: absolute;
	bottom: 20px;
	font-size: 100px;
	left: -100px;
	letter-spacing: 3px;
	font-family: 'Libre Baskerville', serif;
}

/*about*/
.about {
	padding-top: 80px;
    margin-top: -90px;
}

.about h2 {
	font-size: 40px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-left: 210px;
	margin-top: 200px;
}

.about p {
	font-size: 20px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 5px;
	margin-left: 210px;
	margin-top: 100px;
	line-height: 40px;
	margin-bottom: 150px;
}

/*gallery*/
.gallery {
	padding-top: 80px;
    margin-top:-90px;
}

.gallery  h2 {
	font-size: 40px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-left: 210px;
	margin-top: 200px;
	margin-bottom: 80px;
}

.grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 5%;
	margin-bottom: 50px;
	margin-left: 210px;
	margin-right: 210px;
}

.grid img {
	width: 100%;

}

.img_wrap{
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}



/*price*/
.price {
	padding-top: 80px;
    margin-top:-90px;
}


.price h2 {
	font-size: 40px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-top: 200px;
	margin-left: 210px;
}
.pricenail h2 {
	font-size: 40px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	
}
.flex {
	display: flex;
}
.be {
	justify-content: space-between;
}
.pr_l {
	width: 48%;
	text-align: right;
	letter-spacing: 5px;
	line-height: 50px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}
.pr_r {
	width: 48%;
	text-align: left;
	letter-spacing: 5px;
	line-height: 50px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}


/*price option-off*/

.option {
	font-size: 25px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-bottom: 20px;
	margin-left: 220px;
	margin-bottom: 40px;
	
}

.off {
	font-size: 25px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-bottom: 20px;
	margin-left: 220px;
	margin-bottom: 40px;
}

.pr_1 {
	width: 48%;
	text-align: right;
	letter-spacing: 5px;
	line-height: 50px;
	margin-right: 50px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}

.pr_2 {
	width: 30%;
	text-align: left;
	letter-spacing: 5px;
	line-height: 50px;
	margin-bottom: 20px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}

.pr_3 {
	width: 35%;
	text-align: right;
	letter-spacing: 5px;
	line-height: 50px;
	margin-right: 50px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}

.pr_4 {
	width: 30%;
	text-align: left;
	letter-spacing: 5px;
	line-height: 50px;
	margin-bottom: 20px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}

.subete1 {
	text-align: right;
	font-size: 90%;
	letter-spacing: 2px;
	margin-left: 65px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	
}

.subete2 {
	text-align: right;
	font-size: 90%;
	letter-spacing: 2px;
	margin-right: 15px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}


.pricenail h2 {
	font-size: 40px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
	
}

.pricenail p {
	width: 670px;
	text-align:right;
	margin-bottom: 40px;
	line-height: 50px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}

.pricenail p2 {
	width: 670px;
	text-align:right;
	margin-bottom: 40px;
	line-height: 50px;
	float:  left; 
	font-family: "ten-mincho", serif;
	font-style: normal;
	
	/* 回り込み指定 */
}

.pricenail .wrapper {
	display: flex;
}

/*access*/
.access {
	padding-top: 80px;
    margin-top:-90px;
	margin-bottom: 250px;
}

.access h2 {
	font-size: 40px;
	font-family: "ten-mincho", serif;
	font-style: normal;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-left: 210px;
	margin-top: 200px;
	
}

.map {
	margin-top: 20px;
}

.kuuhaku {
	margin-top: 100px;
}

.kuuhaku2 {
	margin: 400px;
}

.maplogo {
	width: 200px;
	margin-left: 90px;
}

.ac_l {
	width: 42%;
	text-align: right;
	letter-spacing: 8px;
	line-height: 55px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}
.ac_r {
	width: 44%;
	text-align: left;
	letter-spacing: 5px;
	line-height: 26px;
	font-family: "ten-mincho", serif;
	font-style: normal;
}

.ac_r h1 {
	text-decoration-line:underline;
	font-family: "ten-mincho", serif;
	font-style: normal;
}

/* contact */

.contact h2 {
	font-size: 40px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-left: 210px;
	margin-top: 60px;
}


/*footer*/
.page-footer {
	font-family: "Kaiti SC";
	line-height: 1.7;
	margin-left: 90px;
}

.page-footer {
	display: flex;
	font-size: 1rem;
	text-transform: none;
	margin-top: 60px;
	list-style: none;
}

.page-footer li {
	margin-left: 35px;
}

.page-footer a {
	color: black;
	text-decoration: none;
}

.page-footer a:hover {
	color: #6F6C6C;
}

.naviicon {
	width: 40px;
	margin-left: 10px;
	margin-bottom: 60px;
	margin-top: -8px;
}

.copy {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

#page_header{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #6F6C6C;
  opacity: 0.6;
}
#page_header a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_header a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*form*/

.contact {
	padding-top: 200px;
    margin-top: -200px;
}

.contact h1{
	font-family:"ten-mincho", serif;
	margin-top: 30px;
	letter-spacing: 3px; 
	text-align: left;  
	font-weight: 300;
	font-style: normal;
	color: #707070;
	font-size: 40px;
	margin-left: 210px;
	width: 600px;
}

.contact p {
	margin-top: 30px;
	letter-spacing: 3px; 
	text-align: left;  
	font-family:"ten-mincho", serif;
	font-weight: 200;
	font-style: normal;
	color: #707070;
	font-size: 15px;
	margin-left: 210px;
	width: 700px;
}

/*フォーム*/

form {
	width: 600px;
	margin-left: 210px;
	margin-top: 70px;
	margin-bottom: 200px;
}

form div {
	margin-bottom: 14px;
}
label {
	font-size: 14px;
	font-family:"ten-mincho", serif;
	font-weight: 200;
	font-style: normal;
	margin-bottom: 3px;
	display: block;
}
input[type="text"],
input[type="email"],
textarea {
	background:#DEDEDE;
	border:none #000 solid;
	border-radius: 5px;
	padding: 15px;
	font-size: 1rem;
}

input[type="text"],
input[type="email"]{
	width: 100%;
	max-width: 240px;
}

textarea {
	width: 100%;
	max-width: 600px;
	height: 14rem;	
}
input[type="submit"]{
	border: none;
	cursor: pointer;
	line-height: 1;
}

/*ここからボタン*/

.cp_button10 {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 120px;
	padding: 1em;
	line-height: 0.7;
	font-family:"ten-mincho", serif;
	font-weight: 200;
	font-style: normal;
	cursor: pointer;
	user-select: none;
	color: #555555;
	border: 1px solid #dedede;
	border-radius: 0.25rem;
	background: #fff;
}
.cp_button10:after {
	position: absolute;
	display: block;
	margin-top: -120%;
	margin-left: -120%;
	padding-top: 240%;
	padding-left: 240%;
	content: '';
	transition: all 1s;
	opacity: 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
}
.cp_button10:hover {
	color: #707070;
	border-color: #dedede;
	background-color: #C57C7E;
}
.cp_button10:active:after {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	transition: 0s;
	opacity: 1;
}
.cp_button10:focus {
	color: #fff;
	border: 1px solid #FFB300;
}

/*ここまでボタン*/


.pc {
	display: block;
}
.sp {
	display: none;
}

/*モバイル版*/
@media screen and (max-width: 600px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

.main-nav {
	display: none;
 }
.logo {
	width: 130px;
	margin-left: 40px;
}
	
.sp img {
	width: 100%;
	margin-top: 40px;
	}
	
/*手描きアートが得意なネイルサロン*/	
.sp p {
	width: 100%;
	text-align:center;
	font-size: 20px;
	letter-spacing: 3px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	margin: 0;
}
	
/*NONAMENAIL*/
.sp h1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	letter-spacing: 5px;
	margin-bottom: 25px;
	margin-top: 20px;
	font-family: 'Libre Baskerville', serif;
}
	
.about h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin: 0;
	padding-top: 160px;
    margin-top: -100px;
}

.about p {
	width: 80%;
	font-size: 15px;
	text-align: center;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	line-height: 30px;
	letter-spacing: 2px;
	padding: 40px;
}
	
/*gallery*/
.gallery  h2 {
	width: 100%;
	font-size: 30px;
	text-align: center;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-top: 80px;
	margin: 0;
	padding-top: 100px;
    margin-top: -100px;
}

.grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: 0px;
	grid-gap: 0px;
	margin-right: 0px;
}

.grid img {
	width: 100%;
	padding: 20px;	
}
	
/*price*/
.price h2{
	width: 100%;
	font-size: 30px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	text-align: center;
	margin: 0;
	padding-top: 100px;
    margin-top: -100px;
	}
	
.pricenail h2 {
	width: 100%;
	font-size: 30px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	text-align: center;
	}

.flex {
	display: flex;
	text-align: center;
}
.be {
	width: 100%;
	justify-content: space-between;
}
.pr_l p {
	width: 100%;
	text-align: right;
	line-height: 50px;
	font-size: 15px;
	margin-left: 40px;
}
.pr_r p {
	width: 80%;
	text-align: left;
	line-height: 50px;
	font-size: 15px;
	margin-left: 40px;
}
	
.subete p {
	width: 80%;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	}


/*access*/
	
.access h2 {
	width: 100%;
	font-size: 30px;
	padding: 90px;
	padding-top: 100px;
    margin-top: -100px;
	}

.map {
	width: 100%;
	}

.map h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-top: 100px;
	margin-bottom: 80px;
	}


.mapadress p {
	width: 80%;
	text-align: left;
	margin-top: 60px;
	margin-left: 100px;
	font-size: 15px;
	}
	
.mapadress h1 {
	text-decoration: underline;
	text-align: center;
	font-size: 30px;
	margin-bottom: 100px;
	}
	

/*contact*/
.contact h2 {
	width: 100%;
	font-size: 30px;
	text-align: center;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-top: 100px;
	margin: 0;
	padding: 90px;
	padding-top: 100px;
    margin-top: -100px;
	}
	
.contact p {
	width: 80%;
	font-size: 15px;
	text-align: left;
	margin-left: 110px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 1px;
	}
	
form {
	width: 80%;
	margin-left: 110px;
	margin-top: 70px;
	
}

form div {
	margin-bottom: 14px;
	margin: 0;
}
label {
	width: 35%;
	font-size: 14px;
	font-family:"ten-mincho", serif;
	font-weight: 200;
	font-style: normal;
	margin-bottom: 3px;
	display: block;
	margin: 0;
}
input[type="text"],
input[type="email"],
textarea {
	width: 65%;
	background:#DEDEDE;
	border:none #000 solid;
	border-radius: 5px;
	padding: 15px;
	font-size: 1rem;
}

input[type="text"],
input[type="email"]{
	width: 60%;
	max-width: 80%;
}

textarea {
	width: 80%;
	height: 14rem;	
}
input[type="submit"]{
	border: none;
	cursor: pointer;
	line-height: 1;
}

/*ここからボタン*/

.cp_button10 {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 120px;
	padding: 1em;
	line-height: 0.7;
	font-family:"ten-mincho", serif;
	font-weight: 200;
	font-style: normal;
	cursor: pointer;
	user-select: none;
	color: #555555;
	border: 1px solid #dedede;
	border-radius: 0.25rem;
	background: #fff;
}
.cp_button10:after {
	position: absolute;
	display: block;
	margin-top: -120%;
	margin-left: -120%;
	padding-top: 240%;
	padding-left: 240%;
	content: '';
	transition: all 1s;
	opacity: 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
}
.cp_button10:hover {
	color: #707070;
	border-color: #dedede;
	background-color: #C57C7E;
}
.cp_button10:active:after {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	transition: 0s;
	opacity: 1;
}
.cp_button10:focus {
	color: #fff;
	border: 1px solid #FFB300;
}
/*ここまでボタン*/	

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  padding: 10px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s 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) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

}

/*モバイル版*/
@media screen and (max-width: 1000px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

.main-nav {
	display: none;
 }
.logo {
	width: 130px;
	margin-left: 40px;
}
	
.sp img {
	width: 100%;
	margin-top: 40px;
	}
	
/*手描きアートが得意なネイルサロン*/	
.sp p {
	width: 100%;
	text-align:center;
	margin-left: 110px;
	font-size: 20px;
	letter-spacing: 3px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	margin: 0;
}
	
/*NONAMENAIL*/
.sp h1 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	letter-spacing: 5px;
	margin-bottom: 25px;
	margin-top: 20px;
	font-family: 'Libre Baskerville', serif;
}
	
.about h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin: 0;
	padding-top: 80px;
}

.about p {
	width: 100%;
	font-size: 15px;
	text-align: center;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	line-height: 30px;
	letter-spacing: 2px;
	padding: 40px;
}
	
/*gallery*/
.gallery  h2 {
	width: 100%;
	font-size: 30px;
	text-align: center;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-top: 80px;
	margin: 0;
}

.grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: 0px;
	grid-gap: 0px;
	margin-right: 0px;
}

.grid img {
	width: 100%;
	padding: 20px;	
}
	
/*price*/
.price h2{
	width: 100%;
	font-size: 30px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	text-align: center;
	margin: 0;
	}
	
.pricenail h2 {
	width: 100%;
	font-size: 30px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	text-align: center;
	}

.flex {
	display: flex;
	text-align: center;
}

.be {
	width: 100%;
	justify-content: space-between;
}
.pr_l p {
	width: 100%;
	text-align: right;
	line-height: 50px;
	font-size: 3vw;
	margin-left: 10%;
	word-break:break-all;
	letter-spacing:1px;
}
.pr_r p {
	width: 80%;
	text-align: left;
	line-height: 50px;
	font-size: 3vw;
	margin-left: 20%;
	word-break:break-all;
	letter-spacing: 1px;
}
	
.subete p {
	width: 80%;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	word-break:break-all;
	}


/*access*/
	
.access h2 {
	width: 100%;
	font-size: 30px;
	}

.map {
	width: 100%;
	}

.map h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	margin-top: 100px;
	margin-bottom: 80px;
	}


.mapadress p {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	font-size: 15px;
	padding: 40px;
	}
	
.mapadress h1 {
	text-decoration: underline;
	text-align: center;
	font-size: 30px;
	margin-bottom: 100px;
	}
	

/*contact*/
.contact h2 {
	width: 100%;
	font-size: 30px;
	text-align: center;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 10px;
	padding: 90px;
	margin-top: 100px;
	margin: 0;
	}
	
.contact p {
	width: 80%;
	font-size: 15px;
	text-align: left;
	margin-left: 110px;
	font-family: "ten-mincho", serif;
	font-feature-settings: "ss02";
	letter-spacing: 1px;
	}
	
form {
	width: 80%;
	margin-left: 110px;
	margin-top: 70px;
	
}

form div {
	margin-bottom: 14px;
	margin: 0;
}
label {
	width: 35%;
	font-size: 14px;
	font-family:"ten-mincho", serif;
	font-weight: 200;
	font-style: normal;
	margin-bottom: 3px;
	display: block;
	margin: 0;
}
input[type="text"],
input[type="email"],
textarea {
	width: 65%;
	background:#DEDEDE;
	border:none #000 solid;
	border-radius: 5px;
	padding: 15px;
	font-size: 1rem;
}

input[type="text"],
input[type="email"]{
	width: 60%;
	max-width: 80%;
}

textarea {
	width: 80%;
	height: 14rem;	
}
input[type="submit"]{
	border: none;
	cursor: pointer;
	line-height: 1;
}

/*ここからボタン*/

.cp_button10 {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 120px;
	padding: 1em;
	line-height: 0.7;
	font-family:"ten-mincho", serif;
	font-weight: 200;
	font-style: normal;
	cursor: pointer;
	user-select: none;
	color: #555555;
	border: 1px solid #dedede;
	border-radius: 0.25rem;
	background: #fff;
}
.cp_button10:after {
	position: absolute;
	display: block;
	margin-top: -120%;
	margin-left: -120%;
	padding-top: 240%;
	padding-left: 240%;
	content: '';
	transition: all 1s;
	opacity: 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
}
.cp_button10:hover {
	color: #707070;
	border-color: #dedede;
	background-color: #C57C7E;
}
.cp_button10:active:after {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	transition: 0s;
	opacity: 1;
}
.cp_button10:focus {
	color: #fff;
	border: 1px solid #FFB300;
}
/*ここまでボタン*/	
	
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  padding: 10px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s 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) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}
	


}