@import url("../webfonts/Didot_W01_Italic/stylesheet.css");
@import url("../webfonts/Lulo_Clean_W01_One_Bold/stylesheet.css");
@import url("../webfonts/LibreBaskerville_Regular/stylesheet.css");
@import url("../webfonts/LibreBaskerville_Italic/stylesheet.css");
body {
	overflow-x: hidden;
}
header {
	background-color: #FFFFFF;
	width: 100vw;
	height: 230px;
	overflow: hidden;
	position: fixed;
	z-index: 100;
}
/*ハンバーガーメニュー*/
.button
{
	width: 30px;
	height: 15px;
	position: relative;
	right: 20px;
	cursor: pointer;
	float: right;
	top: 12px;
	display: none;
}
.bar1
{
	width: 30px;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 0px;
} 
.bar2
{
	width: 30px;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 11px;
} 
.bar3
{
	width: 30px;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 22px;
} 
.bar1,.bar2,.bar3
{ transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* opera */
  -moz-transition: all 0.5s ease-out; /* firefox */
  -webkit-transition: all 0.5s ease-out; /* chrome, safari */
  -ms-transition: all 0.5s ease-out; /* ie */ }
.buttonclick1
{ top:10px;
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }
.buttonclick2
{ opacity:0;}
.buttonclick3
{ top:10px;
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }

.visibility {
	display: block;
}
#first {
	color: #EBBA4D;
}




.globalnav {
	height: 50px;
	margin-top: 5px;
	display: block;
}
.globalnav ul {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}
.globalnav ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: 150px;
}
.globalnav ul:after {
	content: "";
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
.globalnav a {
	text-decoration: none;
	color: #363636;
	font-size: 16px;
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	font-family: lobster;
	font-style: normal;
	transition: 0.4s;
}
.globalnav a:hover {
	transition: 0.4s;
	color: #EBBA4D;
}
header img.logo  {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	top: -5px;
	padding-left: 0px;
}
.main_img  {
	width: 100vw;
	height: 100vh;
	background-image: url(../img/background01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	background-attachment: fixed;
}
.top_text {
	width: 365px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 70vh;
	color: #363636;
}
.top_text p {
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-family: "LibreBaskerville Regular";
}
.top_text a {
	text-align: center;
	font-size: 21px;
	line-height: 1.4em;
	text-decoration: none;
	display: block;
	margin-top: 12px;
	font-family: "Didot W01 Italic";
	font-weight: 700;
	transition: 0.4s;
	color: #EBBA4D;
}
.top_text a:hover {
	transition: 0.4s;
	color: #CFA13C;
}
.sub_img  {
	width: 100vw;
	height: 100vh;
	background-image: url(../img/background02.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 4;
	background-position: center center;
	background-size: cover;
}
.service_wrap  {
	background-color: #F7F7F7;
}
.service  {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #363636;
	padding-top: 140px;
	padding-bottom: 150px;
}
.service h2  {
	text-align: center;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 900;
	font-family: "Lulo Clean W01 One Bold";
}
.service h2 span  {
	position: relative;
	top: 11px;
	right: 12px;
}
.service_text {
	margin-top: 100px;
}
.service_text:after {
	display: block;
	clear: both;
	content: "";
}
.service_text div {
	width: 185px;
	text-align: center;
	float: left;
	margin-left: 57px;
	margin-right: 57px;
}
.service_text h6 {
	line-height: 2em;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 18px;
	word-spacing: normal;
	margin-bottom: -10px;
}
.service_text span {
	border-bottom: 1px solid #F0CD7E;
	padding-top: 0px;
}
.service_text p {
	line-height: 1.8em;
	font-size: 16px;
	letter-spacing: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 12px;
}
.service a {
	text-align: center;
	font-size: 21px;
	line-height: 1.4em;
	text-decoration: none;
	display: block;
	margin-top: 70px;
	font-family: "Didot W01 Italic";
	font-weight: 700;
	color: #EBBA4D;
}
.service a:hover {
	text-decoration: none;
	color: #CFA13C;
	transition: 0.4s;
}
.pricelist_wrap {
	width: 100vw;
	height: 70vh;
	background-image: url(../img/background03.jpg);
	background-repeat: no-repeat;
	background-size: 2300px 1527px;
	background-attachment: fixed;
	padding-top: 60px;
	background-position: -200px bottom;
}
.pricelist_wrap h2  {
	text-align: center;
	font-size: 40px;
	line-height: 1.4em;
	font-family: "Lulo Clean W01 One Bold";
}
.pricelist_wrap h2 span  {
	position: relative;
	top: 11px;
	right: 12px;
}
.pricelist_wrap img {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 50px;
}

/*lightbox用*/
.gallery {
	width: 100%;
	overflow: hidden;
	/* [disabled]max-width: 1410px; */
	margin-left: auto;
	margin-right: auto;
}
.gallery ul:after {
	clear: both;
	display: block;
	content: "";
}
.gallery ul {
	width: 100%;
	margin-top: px;
}
.gallery ul li {
	width: 33%;
	height: auto;
	float: left;
	margin-top: -3px;
	transition: 1.5s;
}
.gallery ul li:hover {
	transition: 1.5s;
	opacity: 0.5;
}
.gallery ul li img {
	width: 100%;
}
.contact {
	text-align: center;
	background-image: url(../img/background04.jpg);
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
	background-position: 45px bottom;
	background-size: cover;
}
.contact h2  {
	text-align: center;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 900;
	font-family: "Lulo Clean W01 One Bold";
}
.contact h2 span  {
	position: relative;
	top: 11px;
	right: 12px;
}
.contact_text {
	color: #363636;
	margin-top: 35px;
}
.contact_text p {
	font-weight: bold;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
}
.contact_text span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}

/*フォーム*/

.mailform form {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.mailform ul:after {
	display: block;
	content: "";
	clear: both;
}
.formright {
	width: 215px;
	float: right;
	padding-left: 10px;
}
.formleft {
	width: 215px;
	float: left;
}
.mailform input {
	height: 27px;
	width: 225px;
	margin-bottom: 5px;
	border: 1px solid hsla(41,80%,61%,0.50);
}
.mailform textarea {
	width: 215px;
	height: 97px;
	resize: none;
	border: 1px solid hsla(41,80%,61%,0.50);
}
.mailform .send {
	text-align: center;
	margin-left: 393px;
	margin-top: 10px;
	width: 60px;
	border-style: none;
	font-family: "LibreBaskerville Italic";
	font-size: 16px;
	background-color: #FFFFFF;
}

input[type="button"],input[type="submit"] {
    border-radius: 0;
  }
 input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

/*ページトップへ戻るボタン*/
.pagetop{
	text-align: center;
	margin-right: auto;
	max-width: 50px;
	margin-left: auto;
	position: relative;
	top: 30px;
	right: 10px;
}
.pagetop a{
	color: #000000;
	text-decoration: none;
	outline: none;
	font-size: 10px;
}
.pagetop span{
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: undefined;
}
.pagetop .link_pagetop span:before{
	position: absolute;
	display: block;
	content: " ";
	width: 25px;
	height: 25px;
	top: 0;
	border-top: 3px solid #EBBA4D;
	border-left: 3px solid #EBBA4D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pagetop .link_back{
	margin-right: 2rem;
	width: auto;
}
.pagetop .link_back span:before{
	position: absolute;
	display: block;
	content: " ";
	width: 25px;
	height: 25px;
	top: -5px;
	border-bottom: 3px solid #EBBA4D;
	border-left: 3px solid #EBBA4D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer {
	width: 100%;
	height: 168px;
	background-color: rgba(54, 54, 54, 1);
	text-align: center;
}
footer p {
	color: hsla(0,0%,100%,1.00);
	font-size: 13px;
	font-family: "Didot W01 Italic";
	position: relative;
	top: 75px;
}

/*js用*/
/*文字のフェードダウン*/
.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}


/*ロゴのフェードスライド*/
.fadeInSlide {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadeInSlide;
	animation-name: fadeInSlide;
	visibility: visible !important;
}
@-webkit-keyframes fadeInSlide {
 0% {
opacity: 0;
-webkit-transform: translateX(50px);
}
 100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInSlide {
 0% {
opacity: 0;
-webkit-transform: translateX(50px);
-ms-transform: translateX(50px);
transform: translateX(50px);
}
 100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}

@media (max-width: 959px){
.button {
	display: block;
	position: fixed;
	z-index: 10;
	top: 13px;
}
.globalnav ul {
	display: none;
	float: none;
	position: relative;
	background-color: hsla(0,0%,71%,0.90);
	top: 42px;
}
.globalnav ul li {
	float: none;
	border-bottom: 1px solid hsla(0,0%,100%,1.00);
	width: 100%;
}
.globalnav ul li a {
	color: hsla(0,0%,98%,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}
header img.logo {
	width: 445px;
	height: auto;
	z-index: -5;
}
.main_img {
	background-attachment: scroll;
}
.sub_img {
	background-attachment: scroll;
	height: 70vh;
}
.service_wrap {
	margin-top: -105px;
}
.service_text {
}
.service_text div {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.pricelist_wrap {
	width: 100vw;
	height: 70vh;
	background-image: url(../img/background03.jpg);
	background-repeat: no-repeat;
	background-size: 2300px 1527px;
	background-attachment: scroll;
	padding-top: 60px;
	background-position: -195px bottom;
}
}

@media (max-width: 599px){
	.button {
	display: block;
	position: fixed;
	z-index: 10;
	top: 23px;
	right: 5px;
}
.globalnav ul {
	position: relative;
	top: 0px;
}
.globalnav ul li {
	border-bottom-style: none;
	width: 64px;
	float: left;
}
.globalnav ul li:first-child  {
	padding-left: 0px;
	margin-left: -6px;
}
.globalnav ul li a {
	border-bottom-style: none;
	padding-left: 14px;
	padding-right: 0px;
	padding-top: 28px;
	padding-bottom: 28px;
}
header img.logo {
	width: 186px;
	height: auto;
	position: relative;
	top: -53px;
}
header {
	height: 68px;
}
.main_img {
	background-attachment: scroll;
}
.top_text {
	width: 365px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50vh;
	color: #363636;
}
.sub_img {
	background-attachment: scroll;
	height: 70vh;
}
.service_wrap {
	margin-top: -105px;
}
.service_text {
}
.service h2 {
	font-size: 30px;
	margin-left: 36px;
}
.service_text div {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
}
.pricelist_wrap h2 {
	font-size: 30px;
	margin-left: 36px;
}
.contact {
	padding-bottom: 35px;
}
.contact h2 {
	font-size: 30px;
	margin-left: 36px;
}

.mailform form {
	width: 233px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.formright {
	width: 229px;
}
.formleft {
	width: 238px;
}
.mailform input {
	height: 27px;
	width: 225px;
	margin-bottom: 5px;
	border: 1px solid hsla(41,80%,61%,0.50);
}
.mailform textarea {
	width: 225px;
	height: 97px;
	resize: none;
	border: 1px solid hsla(41,80%,61%,0.50);
}
.mailform .send {
	text-align: center;
	margin-left: 178px;
	margin-top: 10px;
	width: 60px;
	border-style: none;
	font-family: "LibreBaskerville Italic";
	font-size: 16px;
	background-color: #FFFFFF;
}
footer {
	width: 100%;
	height: 100px;
}
.pagetop {
	text-align: center;
	margin-right: auto;
	max-width: 50px;
	margin-left: auto;
	position: relative;
	top: 17px;
	right: 10px;
}
footer p {
	color: hsla(0,0%,100%,1.00);
	font-size: 13px;
	font-family: "Didot W01 Italic";
	position: relative;
	top: 46px;
}

}
